Skip to content

Commit

Permalink
add tech stack
Browse files Browse the repository at this point in the history
  • Loading branch information
mudkipdev committed Dec 2, 2024
1 parent fa286f8 commit 7220220
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 6 deletions.
44 changes: 41 additions & 3 deletions src/pages/about.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,45 @@
---
import Page from "@layouts/Page.astro";
import WorkInProgress from "@components/WorkInProgress.astro";
---
<Page title="about">
<WorkInProgress />
</Page>
<p><b>tech stack</b></p>
<hr>

<p><b>backend</b></p>
<ul>
<li>python</li>
<li>java 💖</li>
<li>kotlin</li>
<li>rust</li>
</ul>

<br>
<p><b>frontend</b></p>
<ul>
<li>javascript 🤮</li>
<li>typescript</li>
<li>astro</li>
</ul>

<br>
<p><b>databases</b></p>
<ul>
<li>postgres</li>
<li>mongodb</li>
<li>sqlite</li>
</ul>

<br>
<p><b>linux</b></p>
<ul>
<li>bash</li>
<li>docker</li>
<li>nix</li>
</ul>
</Page>

<style>
li {
margin-left: 1em;
}
</style>
5 changes: 2 additions & 3 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ const bio = "I'm a software developer and security researcher, my interests incl
<span style="color: var(--surface-5)">(I also use NixOS btw)</span>

<!-- <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>
<li>email: <a href="mailto:[email protected]">[email protected]</a></li>
<li>github: <a href="https://github.com/mudkipdev" target="_blank">mudkipdev</a></li>
</ul> -->
</Page>

0 comments on commit 7220220

Please sign in to comment.