Moving from github

This commit is contained in:
2026-02-15 18:34:19 -05:00
commit d7e890692a
22 changed files with 11827 additions and 0 deletions

7
src/components/Nav.astro Normal file
View File

@@ -0,0 +1,7 @@
<div id="nav" class="flex justify-between p-5">
<h1 class="text-xl"><a href="/">Ryan Kazokas</a></h1>
<div class="flex space-x-5">
<a href="/resume">Resume</a>
<a href="/projects">Projects</a>
</div>
</div>