feat: minor style change, add itch
All checks were successful
create archive with lfs / tag (push) Successful in 10s
All checks were successful
create archive with lfs / tag (push) Successful in 10s
This commit is contained in:
parent
4b2676cff6
commit
c614a66c98
@ -64,6 +64,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="hidden md:block md:grow" />
|
<div class="hidden md:block md:grow" />
|
||||||
<div class="flex flex-col gap-y-2 lg:gap-y-0">
|
<div class="flex flex-col gap-y-2 lg:gap-y-0">
|
||||||
|
<div class="md:ml-auto">
|
||||||
<Window title="contacts!" iconUri="/icons/contact.png">
|
<Window title="contacts!" iconUri="/icons/contact.png">
|
||||||
<div class="prose prose-ralsei leading-6">
|
<div class="prose prose-ralsei leading-6">
|
||||||
<ul>
|
<ul>
|
||||||
@ -102,4 +103,16 @@
|
|||||||
</div>
|
</div>
|
||||||
</Window>
|
</Window>
|
||||||
</div>
|
</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>
|
</div>
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
<article class="flex flex-wrap md:flex-nowrap gap-4 h-entry">
|
<article class="flex flex-wrap md:flex-nowrap gap-4 h-entry">
|
||||||
<Window {title}>
|
<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 />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
</Window>
|
</Window>
|
||||||
@ -19,6 +19,7 @@
|
|||||||
<li>start playing killer7 and the silver case etc.</li>
|
<li>start playing killer7 and the silver case etc.</li>
|
||||||
<li>participate in yet another game jam</li>
|
<li>participate in yet another game jam</li>
|
||||||
<li>stream game dev stuff (...if i can stop being anxiety x1000)</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>
|
<li>fly more in VTOL VR with people</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user