Skip to content

Commit

Permalink
add twitch
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakycrow committed Sep 17, 2024
1 parent 141df9a commit 750f9c1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</a>
<a
href="mailto:[email protected]"
class="text-sm uppercase text-black dark:text-white hover:text-purple-500 underline decoration-2 decoration-purple-500 transition-colors duration-300"
class="text-sm uppercase text-black dark:text-white hover:text-red-500 underline decoration-2 decoration-red-500 transition-colors duration-300"
>
Email
</a>
Expand All @@ -36,6 +36,13 @@
>
Resume
</a>
<a
target="_blank"
href="https://www.twitch.tv/thesneakycrow"
class="text-sm uppercase text-black dark:text-white hover:text-purple-500 underline decoration-2 decoration-purple-500 transition-colors duration-300"
>
Twitch
</a>
</div>
<p class="text-xl">
Hey there, I'm Zach. I'm a human being of many titles, and I'm definitely <span
Expand Down

0 comments on commit 750f9c1

Please sign in to comment.