feat: update links to include email, forgejo.

This commit is contained in:
Jet Pham 2026-03-04 19:34:46 -08:00
parent afb117b42b
commit fc80ead81e
No known key found for this signature in database
2 changed files with 14 additions and 18 deletions

View file

@ -34,11 +34,21 @@ export default async function Home() {
/>
</div>
</div>
<BorderedBox label="Skills" className="mt-[2ch]">
<div>Making crazy stuff</div>
<BorderedBox label="Contact" className="mt-[2ch]">
<Link href="mailto:jet@extremist.software">
jet@extremist.software
</Link>
</BorderedBox>
<BorderedBox label="Links">
<ol>
<li>
<Link
href="https://git.extremist.software"
className="inline-flex items-center"
>
Forgejo
</Link>
</li>
<li>
<Link
href="https://github.com/jetpham"
@ -49,10 +59,10 @@ export default async function Home() {
</li>
<li>
<Link
href="https://linkedin.com/in/jetpham"
href="https://x.com/jetpham5"
className="inline-flex items-center"
>
LinkedIn
X
</Link>
</li>
<li>
@ -63,14 +73,6 @@ export default async function Home() {
Bluesky
</Link>
</li>
<li>
<Link
href="https://x.com/jetpham5"
className="inline-flex items-center"
>
X (Twitter)
</Link>
</li>
</ol>
</BorderedBox>
</FrostedBox>