Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
namishh committed Nov 1, 2024
1 parent 2f26838 commit bce68dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/self.astro
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,10 @@ import Quote from "../components/Quote.astro";
}
</div>
<div class="mt-8 h-[2px] px-16 bg-bg3 inline-block"></div>
<div class="flex flex-wrap gap-4 mt-4 text-xl">
<a href="https://github.com/namishh" class="text-fg underline">github</a>
<a href="https://x.com/namishh_" class="text-fg underline">x dot com</a>
<a href="mailto:[email protected]" class="text-fg underline">[email protected]</a>
<div class="flex flex-wrap gap-4 mt-4 text-bright">
<a href="https://github.com/namishh" class="text-bright underline">github</a>
<a href="https://x.com/namishh_" class="text-bright underline">x dot com</a>
<a href="mailto:[email protected]" class="text-bright underline">[email protected]</a>
</div>
</div>

Expand Down

0 comments on commit bce68dc

Please sign in to comment.