feat: minor style change, add itch
All checks were successful
create archive with lfs / tag (push) Successful in 10s

This commit is contained in:
dusk 2024-09-30 02:44:33 +03:00
parent 4b2676cff6
commit c614a66c98
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw
2 changed files with 52 additions and 38 deletions

View File

@ -64,6 +64,7 @@
</div>
<div class="hidden md:block md:grow" />
<div class="flex flex-col gap-y-2 lg:gap-y-0">
<div class="md:ml-auto">
<Window title="contacts!" iconUri="/icons/contact.png">
<div class="prose prose-ralsei leading-6">
<ul>
@ -102,4 +103,16 @@
</div>
</Window>
</div>
<div class="mt-auto">
<Window title="current" iconUri="/icons/entry.png">
<div class="prose prose-ralsei leading-6">
<ul>
<li>playing void stranger, ace combat 7, helldivers 2, warframe</li>
<li>working on this website (duh)</li>
<li>adding stuff to my godot boids addon</li>
</ul>
</div>
</Window>
</div>
</div>
</div>

View File

@ -7,7 +7,7 @@
<article class="flex flex-wrap md:flex-nowrap gap-4 h-entry">
<Window {title}>
<div class="prose prose-ralsei leading-6 prose-ul:leading-none max-w-[80ch] e-content">
<div class="prose prose-ralsei leading-6 prose-ul:leading-5 max-w-[80ch] e-content">
<slot />
</div>
</Window>
@ -19,6 +19,7 @@
<li>start playing killer7 and the silver case etc.</li>
<li>participate in yet another game jam</li>
<li>stream game dev stuff (...if i can stop being anxiety x1000)</li>
<li>mess around with kinect devkit, try to reimplement skeleton estimation?</li>
<li>fly more in VTOL VR with people</li>
</ul>
</div>