data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add 88x31s

dusk 8af7835d 25025eea

+10 -9
+10 -9
src/routes/+page.svelte
··· 44 44 <div 45 45 class="w-36 [padding:8px] place-content-center place-self-center bg-ralsei-black bg-opacity-30" 46 46 > 47 - <Tooltip x="-translate-x-[40%]" targetX="group-hover:-translate-x-[10%]"> 48 - <svelte:fragment slot="tooltipContent" 49 - >character from unorthodox kitten</svelte:fragment 50 - > 51 - <img class="w-36 u-photo" src="/pfp.png" alt="character from unorthodox kitten" /> 52 - </Tooltip> 47 + <img class="w-36 u-photo hover:invert transition-all [transition-duration:300ms]" src="/pfp.png" alt="my character" title="hi ;)"/> 53 48 </div> 54 49 <div 55 50 class="flex flex-row flex-grow place-content-center ml-1.5 [padding:8px] bg-ralsei-black bg-opacity-30" ··· 105 100 </div> 106 101 <div class="flex flex-col gap-y-2 lg:gap-y-0 mx-auto w-full md:w-fit place-items-end"> 107 102 <Window title="links!" iconUri="/icons/contact.png"> 108 - <div class="prose prose-ralsei prose-ul:leading-[1.4rem] prose-headings:leading-none"> 103 + <div class="prose prose-ralsei prose-ul:leading-[1.1rem] prose-headings:leading-none"> 109 104 <ul> 110 105 <li>discord: yusdacra</li> 111 106 <li> ··· 117 112 <a class="u-url" href="https://bsky.app/profile/gaze.systems" rel="me">@gaze.systems</a> 118 113 </li> 119 114 </ul> 120 - <h3>development</h3> 115 + <h4>development</h4> 121 116 <ul> 122 117 <li> 123 118 github: ··· 137 132 <a class="u-url" href="https://yusdacra.itch.io" rel="me">@yusdacra</a> 138 133 </li> 139 134 </ul> 140 - <h3>services</h3> 135 + <h4>services</h4> 141 136 <ul> 142 137 <li> 143 138 <a href="https://pmart.gaze.systems">random project moon art</a> 144 139 </li> 145 140 </ul> 141 + <h4>88x31</h4> 142 + <div class="flex flex-row flex-wrap gap-1 prose-img:m-0"> 143 + <img src="/88x31.gif" alt="88x31 banner" title="midnight AND sunrise! woaw"/> 144 + <img src="/88x31_midnight.gif" alt="88x31 banner (midnight only)" title="it's midnight!"/> 145 + <img src="/88x31_sunrise.gif" alt="88x31 banner (sunrise only)" title="it's sunrise!"/> 146 + </div> 146 147 </div> 147 148 </Window> 148 149 <Window title="status" style="mt-auto" removePadding>
static/88x31.gif

This is a binary file and will not be displayed.

static/88x31_midnight.gif

This is a binary file and will not be displayed.

static/88x31_sunrise.gif

This is a binary file and will not be displayed.

static/pfp.png

This is a binary file and will not be displayed.