Moving from github
This commit is contained in:
7
src/components/Nav.astro
Normal file
7
src/components/Nav.astro
Normal 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>
|
||||
Reference in New Issue
Block a user