18 lines
484 B
Text
18 lines
484 B
Text
---
|
|
import Section from "../components/Section.astro";
|
|
---
|
|
|
|
<Section class="py-10 md:py-0">
|
|
<h1 class="font-display lg:text-5xl md:text-4xl text-3xl text-center">
|
|
NOAH SWERHUN
|
|
</h1>
|
|
<div
|
|
class="flex flex-cols justify-between md:gap-4 gap-1 my-2 md:text-lg font-display"
|
|
>
|
|
<div><a href="#profile">PROFILE</a></div>
|
|
<div>·</div>
|
|
<div><a href="#projects">PROJECTS</a></div>
|
|
<div>·</div>
|
|
<div><a href="#contact">CONTACT</a></div>
|
|
</div>
|
|
</Section>
|