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: remove the animation warning

dusk 61c7d27e 293f9e02

+77 -68
+77 -68
src/routes/+page.svelte
··· 8 8 <Window title="readme?" iconUri="/icons/question.png"> 9 9 <div class="flex flex-col prose prose-ralsei prose-img:m-0 leading-none"> 10 10 <div class="flex flex-grow"> 11 - <img class="mt-1 ml-1 w-36 [height:9rem] u-photo" src="/pfp.png" alt="character from q.u.q." title="character from q.u.q. (good vn go read it NOW)"/> 12 - <ul class="place-self-center m-0 leading-none marker:[content:'->'] [list-style-type:'->']"> 11 + <img 12 + class="mt-1 ml-1 w-36 [height:9rem] u-photo" 13 + src="/pfp.png" 14 + alt="character from q.u.q." 15 + title="character from q.u.q. (good vn go read it NOW)" 16 + /> 17 + <ul 18 + class="place-self-center m-0 leading-none marker:[content:'->'] [list-style-type:'->']" 19 + > 13 20 <li class="[list-style-type:'->'] p-note">trying to do stuff</li> 14 - <li class="[list-style-type:'->']"><span class="p-category">software engineer</span>, <span class="p-category">indie game dev</span></li> 15 - <li class="[list-style-type:'->']"><span class="p-gender-identity">genderfluid</span></li> 16 - <li class="[list-style-type:'->']">in <span class="p-country-name">turkey</span> <i class="text-[0.5rem]">(get me out)</i></li> 21 + <li class="[list-style-type:'->']"> 22 + <span class="p-category">software engineer</span>, 23 + <span class="p-category">indie game dev</span> 24 + </li> 25 + <li class="[list-style-type:'->']"> 26 + <span class="p-gender-identity">genderfluid</span> 27 + </li> 28 + <li class="[list-style-type:'->']"> 29 + in <span class="p-country-name">turkey</span> 30 + <i class="text-[0.5rem]">(get me out)</i> 31 + </li> 17 32 <li class="[list-style-type:'->']">aka <span class="p-nickname">yusdacra</span></li> 18 33 </ul> 19 34 </div> ··· 25 40 alt="wavey" 26 41 title="hi :33" 27 42 /> 28 - <i>i'm <a class="m-0 [padding:0px] p-name u-url u-uid" href={PUBLIC_BASE_URL}>dusk</a>!</i> 43 + <i>i'm <a class="m-0 [padding:0px] p-name u-url u-uid" href={PUBLIC_BASE_URL}>dusk</a>!</i 44 + > 29 45 </p> 30 46 </div> 31 47 </Window> 32 - <div class="grow" /> 33 - <Window title="latest stuff"> 34 - <div class="prose prose-ralsei prose-img:m-0 leading-6"> 35 - <p> 36 - worked on a game for a jam!! check it out at <a href="https://manonox.itch.io/fish-well" 37 - >it's itch.io page</a 38 - >! 39 - </p> 40 - <img 41 - src="https://img.itch.zone/aW1hZ2UvMjkxNjQzOC8xNzQ2MDY2Mi5wbmc=/original/%2BIb5Vf.png" 42 - alt="fish well gameplay screenshot" 43 - /> 48 + <div class="mt-auto"> 49 + <Window title="latest stuff"> 50 + <div class="prose prose-ralsei prose-img:m-0 leading-6"> 51 + <p> 52 + worked on a game for a jam!! check it out at <a href="https://manonox.itch.io/fish-well" 53 + >it's itch.io page</a 54 + >! 55 + </p> 56 + <img 57 + class="md:max-w-[35rem]" 58 + src="https://img.itch.zone/aW1hZ2UvMjkxNjQzOC8xNzQ2MDY2Mi5wbmc=/original/%2BIb5Vf.png" 59 + alt="fish well gameplay screenshot" 60 + /> 61 + </div> 62 + </Window> 63 + </div> 64 + </div> 65 + <div class="hidden md:block md:grow" /> 66 + <div class="flex flex-col gap-y-2 lg:gap-y-0"> 67 + <Window title="contacts!" iconUri="/icons/contact.png"> 68 + <div class="prose prose-ralsei leading-6"> 69 + <ul> 70 + <li>discord: yusdacra</li> 71 + <li> 72 + e-mail: 73 + <a class="u-email" href="mailto:y.bera003.06@pm.me" rel="me">y.bera003.06@pm.me</a> 74 + </li> 75 + </ul> 76 + <h3>development</h3> 77 + <ul> 78 + <li> 79 + github: 80 + <a class="u-url" href="https://github.com/yusdacra" rel="me">@yusdacra</a> 81 + </li> 82 + <li> 83 + gitlab: 84 + <a class="u-url" href="https://gitlab.com/yusdacra" rel="me">@yusdacra</a> 85 + </li> 86 + <li> 87 + my gitea: 88 + <a class="u-url" href="https://git.gaze.systems/dusk" rel="me">@dusk</a> 89 + </li> 90 + </ul> 91 + <h3>socials</h3> 92 + <ul> 93 + <li> 94 + bluesky: 95 + <a class="u-url" href="https://bsky.app/profile/gaze.systems" rel="me">@gaze.systems</a> 96 + </li> 97 + <li> 98 + misskey.art: 99 + <a class="u-url" href="https://misskey.art/@yusdacra" rel="me">@yusdacra</a> 100 + </li> 101 + </ul> 44 102 </div> 45 103 </Window> 46 104 </div> 47 - <div class="hidden md:block md:grow" /> 48 - <Window title="contacts!" iconUri="/icons/contact.png"> 49 - <div class="prose prose-ralsei leading-6"> 50 - <ul> 51 - <li>discord: yusdacra</li> 52 - <li> 53 - e-mail: 54 - <a class="u-email" href="mailto:y.bera003.06@pm.me" rel="me">y.bera003.06@pm.me</a> 55 - </li> 56 - </ul> 57 - <h3>development</h3> 58 - <ul> 59 - <li> 60 - github: 61 - <a class="u-url" href="https://github.com/yusdacra" rel="me">@yusdacra</a> 62 - </li> 63 - <li> 64 - gitlab: 65 - <a class="u-url" href="https://gitlab.com/yusdacra" rel="me">@yusdacra</a> 66 - </li> 67 - <li> 68 - my gitea: 69 - <a class="u-url" href="https://git.gaze.systems/dusk" rel="me">@dusk</a> 70 - </li> 71 - </ul> 72 - <h3>socials</h3> 73 - <ul> 74 - <li> 75 - bluesky: 76 - <a class="u-url" href="https://bsky.app/profile/gaze.systems" rel="me">@gaze.systems</a> 77 - </li> 78 - <li> 79 - misskey.art: 80 - <a class="u-url" href="https://misskey.art/@yusdacra" rel="me">@yusdacra</a> 81 - </li> 82 - </ul> 83 - </div> 84 - </Window> 85 - </div> 86 - 87 - <div class="hidden motion-reduce:block absolute max-w-[40ch] bottom-0 right-0 md:bottom-[10vh] md:right-[8vw]"> 88 - <Window title=":(" iconUri="/icons/warning.png"> 89 - <div class="prose prose-ralsei leading-6"> 90 - <p> 91 - you have <code>prefers-reduced-motion</code> enabled so i disabled (most of) the animations! 92 - </p> 93 - <p class="text-xs italic">they looked nice i think....</p> 94 - </div> 95 - </Window> 96 - </div> 105 + </div>