good
This commit is contained in:
parent
274c04bc83
commit
cca35133a8
@ -12,15 +12,21 @@ @font-face {
|
||||
@layer base {
|
||||
html {
|
||||
font-family: ibm-vga, monospace;
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: white;
|
||||
}
|
||||
a {
|
||||
@apply text-blue-400 hover:text-blue-300 underline
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* https://pixelcorners.lukeb.co.uk */
|
||||
|
@ -4,18 +4,17 @@
|
||||
$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
|
||||
|
||||
<form action="{{$route}}"
|
||||
method="get">
|
||||
<button class="filter drop-shadow-pixel-sm hover:drop-shadow-pixel-sm-hover shadow-black"
|
||||
|
||||
<button class="filter drop-shadow-pixel-sm hover:drop-shadow-pixel-sm-hover shadow-zinc-950"
|
||||
type="submit">
|
||||
|
||||
<div class="{{$classes}}">
|
||||
|
||||
<div class="flex flex-row {{isset($active) ? 'font-bold' : ''}}">
|
||||
<div class="flex flex-row font-bold">
|
||||
<div class="text-neutral-200 mr-[3px] text-shadow-sm shadow-zinc-950 ">
|
||||
<
|
||||
</div>
|
||||
@ -28,4 +27,5 @@
|
||||
</div>
|
||||
</div>
|
||||
</button>
|
||||
|
||||
</form>
|
||||
|
@ -7,15 +7,20 @@
|
||||
<x-outer-card class="md:col-span-2">
|
||||
<x-inner-card class="h-full">
|
||||
<p>
|
||||
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
|
||||
<span class="line-through">ramble</span> write about some of the (probably at least mildly obscure) things I think a lot about.
|
||||
Hi! My name is <span class="text-white">Nisse</span>. 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
|
||||
<span class="line-through">ramble</span> write about some of the (probably at least mildly obscure)
|
||||
things I think a lot about.
|
||||
</p>
|
||||
<br>
|
||||
<p>
|
||||
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.
|
||||
Things I care about include <span class="text-white">music technology</span> (including - but not
|
||||
limited to - <a href="">custom samplers</a> and <a href="">sequencers</a>) as well as
|
||||
<span class="text-white">music production, programming, electronics, digital minimalism, Linux,
|
||||
retro things of all sorts, video production, self-improvement</span> and much more. Have a look
|
||||
around!
|
||||
</p>
|
||||
</x-inner-card>
|
||||
</x-outer-card>
|
||||
|
@ -13,7 +13,7 @@
|
||||
</x-nav-button>
|
||||
<x-nav-button class="text-lime-400 shadow-lime-950"
|
||||
:route="route('projects.index')"
|
||||
:active="request()->routeIs('projects')"
|
||||
:active="request()->routeIs('projects.*')"
|
||||
>Projects
|
||||
</x-nav-button>
|
||||
<x-nav-button class="text-blue-400 shadow-blue-950"
|
||||
|
Loading…
x
Reference in New Issue
Block a user