Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0637488

Browse filesBrowse files
committed
Reorder navigation links to Work, About, Services
1 parent b2130d5 commit 0637488
Copy full SHA for 0637488

1 file changed

+2-2Lines changed: 2 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎index.html‎

Copy file name to clipboardExpand all lines: index.html
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.