Revamping to matrix style
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
<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 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>
|
||||
|
||||
Reference in New Issue
Block a user