10 lines
640 B
Plaintext
10 lines
640 B
Plaintext
<div id="nav" class="flex justify-between p-5 bg-black border-b border-green-500 shadow-lg shadow-green-500/30">
|
|
<h1 class="text-xl font-bold">
|
|
<a href="/" class="matrix-glow hover:text-green-300 transition-colors">> Ryan Kazokas</a>
|
|
</h1>
|
|
<div class="flex space-x-5 font-mono">
|
|
<a href="/resume" class="hover:text-green-300 transition-colors border border-green-500 px-3 py-1 rounded hover:shadow-lg hover:shadow-green-500/50">Resume</a>
|
|
<a href="/projects" class="hover:text-green-300 transition-colors border border-green-500 px-3 py-1 rounded hover:shadow-lg hover:shadow-green-500/50">Projects</a>
|
|
</div>
|
|
</div>
|