Skip to content

Commit

Permalink
update index.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
mudkipdev authored Oct 11, 2024
1 parent c0d31c6 commit b07e46d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
import Page from "@layouts/Page.astro";
import Footer from "@components/Footer.astro";
const bio = "i'm a software developer and security researcher, my interests include programming, video games, and music.";
const bio = "I'm a software developer and security researcher, my interests include programming, video games, and music.";
---
<Page title="mudkip">
<Fragment slot="metadata">
Expand All @@ -12,12 +11,11 @@ const bio = "i'm a software developer and security researcher, my interests incl

<p>
{bio}<br>
<span style="color: var(--surface-2)">(i also use NixOS btw)</span>
<span style="color: var(--surface-2)">(I also use NixOS btw)</span>
</p>
<ul>
<li>Matrix: <a href="https://matrix.to/#/@mudkip:nope.chat" target="_blank">@mudkip:nope.chat</a></li>
<li>GitHub: <a href="https://github.com/mudkipdev" target="_blank">mudkipdev</a></li>
<li>Email: <a href="mailto:[email protected]">[email protected]</a></li>
</ul>
<Footer />
</Page>

0 comments on commit b07e46d

Please sign in to comment.