···11<script>
22 import { IconBrandBluesky, IconBrandGithub } from '@tabler/icons-svelte'
33- import { twMerge } from 'tailwind-merge'
33+ import { twJoin, twMerge } from 'tailwind-merge'
44</script>
55<section class="flex flex-col gap-8">
66 <header class="flex flex-col gap-2">
77 <h1 class={twMerge(
88 "pt-12 flex items-end",
99- "text-2xl lg:text-4xl font-domine",
99+ "text-2xl lg:text-4xl font-domine font-bold lg:font-medium",
1010 )}>
1111 samanthanguyen.me
1212 </h1>
1313- <span class="font-domine">she/her. artist, software engineer, aspiring computer scientist</span>
1313+ <span class={twJoin(
1414+ "text-sm lg:text-base",
1515+ "font-domine",
1616+ )}>
1717+ she / her. artist, software engineer, aspiring computer scientist
1818+ </span>
1419 </header>
1515- <main class="flex flex-col gap-4">
1616- <p class="font-domine">
1717- I've most recently worked as a Research Assistant
1818- at the Security & Privacy Research Lab
1919- of UT Arlington, from May 2024 to December 2024.
2020- My main interests mainly revolve in low-level programming,
2121- including compiler design, programming languages, operating
2222- systems, and graphics programming.
2323- </p>
2424- <p class="font-domine">
2525- Besides programming, I've enjoyed fine arts since I was a child,
2626- and hope to one day work in a field where I can combine both,
2727- such as a developer for a video game and/or video game engine.
2828- {`:-)`}
2929- </p>
3030- <blockquote class="italic font-sans text-sm mt-8">
2020+ <main class="flex flex-col gap-0 lg:gap-4">
2121+ <span class="flex flex-col gap-8 font-domine text-sm lg:text-base font-medium text-balance">
2222+ <p>
2323+ I've most recently worked as a Research Assistant
2424+ at the Security & Privacy Research Lab
2525+ of UT Arlington, from May 2024 to December 2024.
2626+ My main interests mainly revolve in low-level programming,
2727+ including compiler design, programming languages, operating
2828+ systems, and graphics programming.
2929+ </p>
3030+ <p>
3131+ Besides programming, I've enjoyed fine arts since I was a child,
3232+ and hope to one day work in a field where I can combine both,
3333+ such as a developer for a video game and/or video game engine.
3434+ {`:-)`}
3535+ </p>
3636+ </span>
3737+ <blockquote class="flex flex-col gap-2 italic font-sans text-sm mt-8">
3138 <p>
3239 "We adventure together, explore together, and capture wonderful memories together.
3340 In the journeys to come, we will "trailblaze" more beautiful moments, preserving
···3643 <cite class="text-right">—Honkai Star Rail</cite>
3744 </blockquote>
3845 </main>
3939- <footer class="border-t-2 border-zinc-300 pt-4 flex flex-row gap-4 justify-end">
4646+ <footer class={twJoin(
4747+ "pt-4 flex flex-row gap-4 justify-end",
4848+ "border-t-2 border-zinc-300",
4949+ )}>
4050 <a href="https://bsky.app/profile/samanthanguyen.me" title="@samanthanguyen.me on Bluesky">
4151 <IconBrandBluesky size={32} stroke={1} class="text-zinc-950" />
4252 </a>