2024-08-15 00:43:18 +03:00
|
|
|
<script>
|
2024-09-23 13:40:48 +03:00
|
|
|
import { PUBLIC_BASE_URL } from '$env/static/public';
|
2024-08-15 00:43:18 +03:00
|
|
|
import Window from '../components/window.svelte';
|
|
|
|
</script>
|
|
|
|
|
2024-09-23 16:09:12 +03:00
|
|
|
<div class="flex flex-col md:flex-row gap-y-4 lg:gap-y-0 md:h-full h-card">
|
2024-08-24 15:38:51 +03:00
|
|
|
<div class="flex flex-col gap-y-2 lg:gap-y-0">
|
2024-09-23 06:43:04 +03:00
|
|
|
<Window title="readme?" iconUri="/icons/question.png">
|
2024-09-26 00:36:54 +03:00
|
|
|
<div class="flex flex-col prose prose-ralsei prose-img:m-0 leading-none">
|
|
|
|
<div class="flex flex-grow">
|
2024-09-26 00:44:15 +03:00
|
|
|
<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)"/>
|
2024-09-26 00:36:54 +03:00
|
|
|
<ul class="place-self-center m-0 leading-none marker:[content:'->'] [list-style-type:'->']">
|
|
|
|
<li class="[list-style-type:'->'] p-note">trying to do stuff</li>
|
|
|
|
<li class="[list-style-type:'->']"><span class="p-category">software engineer</span>, <span class="p-category">indie game dev</span></li>
|
|
|
|
<li class="[list-style-type:'->']"><span class="p-gender-identity">genderfluid</span></li>
|
|
|
|
<li class="[list-style-type:'->']">in <span class="p-country-name">turkey</span> <i class="text-[0.5rem]">(get me out)</i></li>
|
|
|
|
<li class="[list-style-type:'->']">aka <span class="p-nickname">yusdacra</span></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<p class="leading-none m-0 mt-3 text-sm">
|
2024-09-23 16:09:12 +03:00
|
|
|
hi there
|
|
|
|
<img
|
2024-09-26 00:36:54 +03:00
|
|
|
class="relative inline h-5 animate-squiggle pb-1 pr-1"
|
2024-09-23 06:43:04 +03:00
|
|
|
src="/wavey.gif"
|
|
|
|
alt="wavey"
|
|
|
|
title="hi :33"
|
2024-09-23 16:09:12 +03:00
|
|
|
/>
|
2024-09-26 04:32:06 +03:00
|
|
|
<i>i'm <a class="m-0 [padding:0px] p-name u-url u-uid" href={PUBLIC_BASE_URL}>dusk</a>!</i>
|
2024-08-24 15:38:51 +03:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</Window>
|
2024-09-23 06:43:04 +03:00
|
|
|
<div class="grow" />
|
2024-08-24 15:38:51 +03:00
|
|
|
<Window title="latest stuff">
|
|
|
|
<div class="prose prose-ralsei prose-img:m-0 leading-6">
|
2024-09-23 06:43:04 +03:00
|
|
|
<p>
|
|
|
|
worked on a game for a jam!! check it out at <a href="https://manonox.itch.io/fish-well"
|
|
|
|
>it's itch.io page</a
|
|
|
|
>!
|
|
|
|
</p>
|
|
|
|
<img
|
|
|
|
src="https://img.itch.zone/aW1hZ2UvMjkxNjQzOC8xNzQ2MDY2Mi5wbmc=/original/%2BIb5Vf.png"
|
|
|
|
alt="fish well gameplay screenshot"
|
|
|
|
/>
|
2024-08-24 15:38:51 +03:00
|
|
|
</div>
|
|
|
|
</Window>
|
|
|
|
</div>
|
2024-08-24 19:28:39 +03:00
|
|
|
<div class="hidden md:block md:grow" />
|
2024-09-23 06:43:04 +03:00
|
|
|
<Window title="contacts!" iconUri="/icons/contact.png">
|
2024-08-15 00:43:18 +03:00
|
|
|
<div class="prose prose-ralsei leading-6">
|
|
|
|
<ul>
|
|
|
|
<li>discord: yusdacra</li>
|
|
|
|
<li>
|
|
|
|
e-mail:
|
2024-09-23 16:09:12 +03:00
|
|
|
<a class="u-email" href="mailto:y.bera003.06@pm.me" rel="me">y.bera003.06@pm.me</a>
|
2024-08-15 00:43:18 +03:00
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
<h3>development</h3>
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
github:
|
2024-09-23 16:09:12 +03:00
|
|
|
<a class="u-url" href="https://github.com/yusdacra" rel="me">@yusdacra</a>
|
2024-08-15 00:43:18 +03:00
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
gitlab:
|
2024-09-29 21:56:24 +03:00
|
|
|
<a class="u-url" href="https://gitlab.com/yusdacra" rel="me">@yusdacra</a>
|
2024-08-15 00:43:18 +03:00
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
my gitea:
|
2024-09-23 16:09:12 +03:00
|
|
|
<a class="u-url" href="https://git.gaze.systems/dusk" rel="me">@dusk</a>
|
2024-08-15 00:43:18 +03:00
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
<h3>socials</h3>
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
bluesky:
|
2024-09-23 16:09:12 +03:00
|
|
|
<a class="u-url" href="https://bsky.app/profile/gaze.systems" rel="me">@gaze.systems</a>
|
2024-08-15 00:43:18 +03:00
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
misskey.art:
|
2024-09-29 21:56:24 +03:00
|
|
|
<a class="u-url" href="https://misskey.art/@yusdacra" rel="me">@yusdacra</a>
|
2024-08-15 00:43:18 +03:00
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</Window>
|
|
|
|
</div>
|
|
|
|
|
2024-09-29 21:56:24 +03:00
|
|
|
<div class="hidden motion-reduce:block absolute max-w-[40ch] bottom-0 right-0 md:bottom-[10vh] md:right-[8vw]">
|
2024-09-23 06:43:04 +03:00
|
|
|
<Window title=":(" iconUri="/icons/warning.png">
|
2024-08-15 00:43:18 +03:00
|
|
|
<div class="prose prose-ralsei leading-6">
|
2024-09-23 06:43:04 +03:00
|
|
|
<p>
|
|
|
|
you have <code>prefers-reduced-motion</code> enabled so i disabled (most of) the animations!
|
|
|
|
</p>
|
2024-08-15 00:43:18 +03:00
|
|
|
<p class="text-xs italic">they looked nice i think....</p>
|
|
|
|
</div>
|
|
|
|
</Window>
|
|
|
|
</div>
|