diff --git a/resources/views/about.blade.php b/resources/views/about.blade.php new file mode 100644 index 0000000..abdf60b --- /dev/null +++ b/resources/views/about.blade.php @@ -0,0 +1,3 @@ + + + diff --git a/resources/views/components/nav-button.blade.php b/resources/views/components/nav-button.blade.php index 5d15aaf..a863cd8 100644 --- a/resources/views/components/nav-button.blade.php +++ b/resources/views/components/nav-button.blade.php @@ -1,25 +1,31 @@ -@props(['active']) +@props(['active', 'route']) @php $classes = ($active ?? false) ? 'py-1 px-3 bg-zinc-700/75 text-white hover:bg-zinc-700 group pixel-corner-sm active:bg-zinc-900' : 'py-1 px-3 bg-zinc-800 text-white hover:bg-zinc-700 group pixel-corner-sm active:bg-zinc-900' +// $classes = ($active ?? false) +// ? 'group-hover:underline text-lime-100 text-shadow-sm shadow-lime-950 font-bold' +// : 'group-hover:underline text-blue-100 text-shadow-sm shadow-blue-950' @endphp +
+ Hi! My name is Nisse. I'm a 25-year-old software development student. I created this website to + serve as a small repository and showcase of what I'm up to in my digital life. It's also an excuse to + ramble write about some of the (probably at least mildly obscure) things I think a lot about. +
+ Things I care about include music technology (including - but not limited to - custom samplers and + sequencers) as well as music production, programming, electronics, digital minimalism, Linux, + retro things of all sorts, video production, self-improvement and much more. +
+ This website was designed from scratch as an homage to 90's and early 00's web design, perhaps + reminiscent of spaces like GeoCities. +