feat: add 88x31s

This commit is contained in:
dusk 2025-02-19 13:22:42 +03:00
parent 25025eead9
commit 8af7835da3
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw
5 changed files with 10 additions and 9 deletions

View File

@ -44,12 +44,7 @@
<div <div
class="w-36 [padding:8px] place-content-center place-self-center bg-ralsei-black bg-opacity-30" class="w-36 [padding:8px] place-content-center place-self-center bg-ralsei-black bg-opacity-30"
> >
<Tooltip x="-translate-x-[40%]" targetX="group-hover:-translate-x-[10%]"> <img class="w-36 u-photo hover:invert transition-all [transition-duration:300ms]" src="/pfp.png" alt="my character" title="hi ;)"/>
<svelte:fragment slot="tooltipContent"
>character from unorthodox kitten</svelte:fragment
>
<img class="w-36 u-photo" src="/pfp.png" alt="character from unorthodox kitten" />
</Tooltip>
</div> </div>
<div <div
class="flex flex-row flex-grow place-content-center ml-1.5 [padding:8px] bg-ralsei-black bg-opacity-30" class="flex flex-row flex-grow place-content-center ml-1.5 [padding:8px] bg-ralsei-black bg-opacity-30"
@ -105,7 +100,7 @@
</div> </div>
<div class="flex flex-col gap-y-2 lg:gap-y-0 mx-auto w-full md:w-fit place-items-end"> <div class="flex flex-col gap-y-2 lg:gap-y-0 mx-auto w-full md:w-fit place-items-end">
<Window title="links!" iconUri="/icons/contact.png"> <Window title="links!" iconUri="/icons/contact.png">
<div class="prose prose-ralsei prose-ul:leading-[1.4rem] prose-headings:leading-none"> <div class="prose prose-ralsei prose-ul:leading-[1.1rem] prose-headings:leading-none">
<ul> <ul>
<li>discord: yusdacra</li> <li>discord: yusdacra</li>
<li> <li>
@ -117,7 +112,7 @@
<a class="u-url" href="https://bsky.app/profile/gaze.systems" rel="me">@gaze.systems</a> <a class="u-url" href="https://bsky.app/profile/gaze.systems" rel="me">@gaze.systems</a>
</li> </li>
</ul> </ul>
<h3>development</h3> <h4>development</h4>
<ul> <ul>
<li> <li>
github: github:
@ -137,12 +132,18 @@
<a class="u-url" href="https://yusdacra.itch.io" rel="me">@yusdacra</a> <a class="u-url" href="https://yusdacra.itch.io" rel="me">@yusdacra</a>
</li> </li>
</ul> </ul>
<h3>services</h3> <h4>services</h4>
<ul> <ul>
<li> <li>
<a href="https://pmart.gaze.systems">random project moon art</a> <a href="https://pmart.gaze.systems">random project moon art</a>
</li> </li>
</ul> </ul>
<h4>88x31</h4>
<div class="flex flex-row flex-wrap gap-1 prose-img:m-0">
<img src="/88x31.gif" alt="88x31 banner" title="midnight AND sunrise! woaw"/>
<img src="/88x31_midnight.gif" alt="88x31 banner (midnight only)" title="it's midnight!"/>
<img src="/88x31_sunrise.gif" alt="88x31 banner (sunrise only)" title="it's sunrise!"/>
</div>
</div> </div>
</Window> </Window>
<Window title="status" style="mt-auto" removePadding> <Window title="status" style="mt-auto" removePadding>

BIN
static/88x31.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
static/88x31_midnight.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

BIN
static/88x31_sunrise.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

After

Width:  |  Height:  |  Size: 45 KiB