···77 <title>samanthanguyen.me</title>
88 <meta
99 name="description"
1010- content="Samantha Nguyen. An artist and software engineer"
1010+ content="Samantha Nguyen. artist, oftware engineer"
1111 />
1212</svelte:head>
1313<div
+30-24
src/routes/+page.svelte
···11<script>
22- import Footer from '$lib/layout/Footer.svelte'
33- import Header from '$lib/layout/Header.svelte'
44- import Quote from '$lib/Quote.svelte'
22+ import Footer from "$lib/layout/Footer.svelte";
33+ import Header from "$lib/layout/Header.svelte";
44+ import Quote from "$lib/Quote.svelte";
55</script>
6677<Header
88- heading={'samanthanguyen.me'}
99- subheading={'she / her. artist, software engineer, aspiring computer scientist'} />
88+ heading={"samanthanguyen.me"}
99+ subheading={"she / her. artist, software engineer"}
1010+/>
1011<main class="flex flex-col gap-8 lg:gap-12 font-mono">
1111- <span class={[
1212- 'flex flex-col gap-6 lg:gap-8',
1313- 'text-xs leading-snug',
1414- 'lg:text-base lg:leading-tight',
1515- 'text-balance',
1616- ]}>
1212+ <span
1313+ class={[
1414+ "flex flex-col gap-6 lg:gap-8",
1515+ "text-xs leading-snug",
1616+ "lg:text-base lg:leading-tight",
1717+ "text-balance",
1818+ ]}
1919+ >
1720 <p>
1818- I've most recently worked as a Research Assistant
1919- at the Security & Privacy Research Lab
2020- of UT Arlington, from May 2024 to December 2024.
2121- My main interests mainly revolve in low-level programming,
2121+ I've most recently worked as a Research Assistant at the Security &
2222+ Privacy Research Lab of UT Arlington, from May 2024 to December
2323+ 2024. My main interests mainly revolve in low-level programming,
2224 including
2325 <span class="bg-yellow-400 text-zinc-900">compiler design</span>,
2424- <span class="bg-blue-600 text-zinc-100">programming languages</span>,
2626+ <span class="bg-blue-600 text-zinc-100">programming languages</span
2727+ >,
2528 <span class="bg-red-600 text-zinc-100">operating systems</span>, and
2626- <span class="bg-zinc-900 text-zinc-100 dark:bg-zinc-100 dark:text-zinc-900">graphics programming</span>.
2929+ <span
3030+ class="bg-zinc-900 text-zinc-100 dark:bg-zinc-100 dark:text-zinc-900"
3131+ >graphics programming</span
3232+ >.
2733 </p>
2834 <p>
2929- Besides programming, I've enjoyed fine arts since I was a child,
3030- and hope to one day work in a field where I can combine both,
3131- such as a developer for a video game and/or video game engine.
3232- Here's to the future!
3535+ Besides programming, I've enjoyed fine arts since I was a child, and
3636+ hope to one day work in a field where I can combine both, such as a
3737+ developer for a video game and/or video game engine. Here's to the
3838+ future!
3339 </p>
3440 </span>
3541 <Quote author="Honkai Star Rail" styles="text-xs lg:text-sm">
3636- We adventure together, explore together, and capture wonderful memories together.
3737- In the journeys to come, we will "trailblaze" more beautiful moments, preserving
3838- them with our camera, our eyes, and our hearts.
4242+ We adventure together, explore together, and capture wonderful memories
4343+ together. In the journeys to come, we will "trailblaze" more beautiful
4444+ moments, preserving them with our camera, our eyes, and our hearts.
3945 </Quote>
4046</main>
4147<Footer />