Skip to content

Commit 0637488

Browse files
committed
Reorder navigation links to Work, About, Services
1 parent b2130d5 commit 0637488

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@
166166
<span class="font-fira font-bold text-lg text-white group-hover:text-brand-teal transition-colors">Commit 451</span>
167167
</a>
168168
<div class="hidden sm:flex items-center gap-8 text-sm font-medium">
169+
<a href="#work" class="text-gray-400 hover:text-brand-teal transition-colors">Work</a>
169170
<a href="#about" class="text-gray-400 hover:text-brand-teal transition-colors">About</a>
170171
<a href="#services" class="text-gray-400 hover:text-brand-teal transition-colors">Services</a>
171-
<a href="#work" class="text-gray-400 hover:text-brand-teal transition-colors">Work</a>
172172
<a href="#contact" class="rounded-lg border border-brand-teal/60 px-4 py-2 text-brand-teal hover:bg-brand-teal/10 transition-all">Contact</a>
173173
</div>
174174
<!-- Mobile menu button -->
@@ -179,9 +179,9 @@
179179
<!-- Mobile menu -->
180180
<div id="mobile-menu" class="hidden sm:hidden border-t border-dark-700/50 bg-dark-950/95 backdrop-blur-md">
181181
<div class="px-6 py-4 flex flex-col gap-4 text-sm font-medium">
182+
<a href="#work" class="text-gray-400 hover:text-brand-teal transition-colors">Work</a>
182183
<a href="#about" class="text-gray-400 hover:text-brand-teal transition-colors">About</a>
183184
<a href="#services" class="text-gray-400 hover:text-brand-teal transition-colors">Services</a>
184-
<a href="#work" class="text-gray-400 hover:text-brand-teal transition-colors">Work</a>
185185
<a href="#contact" class="text-brand-teal">Contact</a>
186186
</div>
187187
</div>

0 commit comments

Comments
 (0)