Compare commits
No commits in common. "a721419987467365d72805422ef916ebd04cdd4d" and "c3bbf198623024a594f1fab5bbeb63539c3344f4" have entirely different histories.
a721419987
...
c3bbf19862
4
.gitignore
vendored
4
.gitignore
vendored
@ -28,7 +28,3 @@ pnpm-debug.log*
|
||||
.dev.vars*
|
||||
!.dev.vars.example
|
||||
!.env.example
|
||||
|
||||
.specstory/**
|
||||
.specstory/
|
||||
.cursorindexingignore
|
||||
|
||||
@ -1,13 +1,33 @@
|
||||
---
|
||||
---
|
||||
<nav
|
||||
class="fixed top-0 left-0 w-full z-50 px-6 lg:px-12 py-8 flex justify-end items-center gap-12 backdrop-blur-sm border-b border-white/5">
|
||||
class="fixed top-0 left-0 w-full z-50 px-6 lg:px-12 py-8 flex justify-between items-center backdrop-blur-sm border-b border-white/5">
|
||||
<div class="flex items-center gap-4 group cursor-none-target">
|
||||
<div
|
||||
class="w-10 h-10 border border-brand-accent/50 flex items-center justify-center bg-brand-accent/5 group-hover:bg-brand-accent transition-colors duration-300">
|
||||
<span class="font-bold text-brand-accent group-hover:text-brand-dark">NV</span>
|
||||
</div>
|
||||
<div class="flex flex-col">
|
||||
<span class="text-xs font-mono uppercase tracking-widest text-slate-400">Status</span>
|
||||
<span class="text-xs font-bold text-brand-accent animate-pulse">AVAILABLE FOR WORK</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="hidden md:flex gap-12">
|
||||
<a href="/"
|
||||
<a href="/#about"
|
||||
class="text-xs font-bold uppercase tracking-widest text-slate-500 hover:text-white transition-colors">01.
|
||||
Home</a>
|
||||
<a href="/blog"
|
||||
Profile</a>
|
||||
<a href="/#work"
|
||||
class="text-xs font-bold uppercase tracking-widest text-slate-500 hover:text-white transition-colors">02.
|
||||
Selected Works</a>
|
||||
<a href="/#experience"
|
||||
class="text-xs font-bold uppercase tracking-widest text-slate-500 hover:text-white transition-colors">03.
|
||||
History</a>
|
||||
<a href="/#skills"
|
||||
class="text-xs font-bold uppercase tracking-widest text-slate-500 hover:text-white transition-colors">04.
|
||||
Stack</a>
|
||||
<a href="/blog"
|
||||
class="text-xs font-bold uppercase tracking-widest text-slate-500 hover:text-white transition-colors">05.
|
||||
Blog</a>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user