feat: update links to include email, forgejo.
This commit is contained in:
parent
afb117b42b
commit
fc80ead81e
2 changed files with 14 additions and 18 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue