patx/afterdarklabs

fix index.html nav

Commit fcd7236 · patx · 2026-05-19T20:46:58-04:00

Changeset
fcd7236a6b76635591b305f84f5a56c2ae97dcf6
Parents
01465fab6f2a34a411a2bf3e7a2cc1367d73fb7d

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/index.html b/index.html
index 847a60a..0094e77 100644
--- a/index.html
+++ b/index.html
@@ -109,34 +109,26 @@
 </head>
 <body class="bg-black text-white overflow-x-hidden">
 
-    <!-- NAV -->
-    <header>
     <nav class="fixed top-0 w-full bg-black/90 backdrop-blur-lg z-50 border-b border-white/10">
         <div class="max-w-7xl mx-auto px-6 py-5 flex justify-between items-center">
-          <a href="#" class="flex items-center gap-3">
-            <div class="flex items-center gap-3">
+            <a href="index.html" class="flex items-center gap-3">
                 <div class="w-9 h-9 bg-black border-2 border-[#ccff00] rounded-2xl flex items-center justify-center text-xl font-bold">🌑</div>
                 <div>
                     <span class="heading text-2xl font-semibold tracking-tighter">After Dark</span>
                     <span class="text-[#ccff00] text-sm tracking-[3px] block -mt-1">LABS</span>
                 </div>
-              </a>
-            </div>
             </a>
             <div class="hidden md:flex items-center gap-7 text-sm font-medium">
-                <a href="#services" class="inline-flex min-h-12 items-center hover:text-[#ccff00] transition-colors">Services</a>
-                <a href="websites.html" class="inline-flex min-h-12 items-center hover:text-[#ccff00] transition-colors">Websites</a>
-                <a href="mobile-apps.html" class="inline-flex min-h-12 items-center hover:text-[#ccff00] transition-colors">Mobile Apps</a>
-                <a href="#work" class="inline-flex min-h-12 items-center hover:text-[#ccff00] transition-colors">Work</a>
-                <a href="about.html" class="inline-flex min-h-12 items-center hover:text-[#ccff00] transition-colors">About</a>
-                <a href="#contact" class="inline-flex min-h-12 items-center hover:text-[#ccff00] transition-colors">Contact</a>
+                <a href="index.html#services" class="hover:text-[#ccff00] transition-colors">Services</a>
+                <a href="websites.html" class="hover:text-[#ccff00] transition-colors">Websites</a>
+                <a href="mobile-apps.html" class="hover:text-[#ccff00] transition-colors">Mobile Apps</a>
+                <a href="index.html#work" class="hover:text-[#ccff00] transition-colors">Work</a>
+                <a href="about.html" class="hover:text-[#ccff00] transition-colors">About</a>
+                <a href="index.html#contact" class="hover:text-[#ccff00] transition-colors">Contact</a>
             </div>
-            <a href="#contact" class="min-h-12 px-6 py-3 bg-[#ccff00] text-black font-semibold rounded-2xl hover:bg-white transition-all duration-300 flex items-center gap-2">
-                Start a Project
-            </a>
+            <a href="index.html#contact" class="px-6 py-3 bg-[#ccff00] text-black font-semibold rounded-2xl hover:bg-white transition-all duration-300">Start a Project</a>
         </div>
     </nav>
-    </header>
 
     <main>
     <!-- HERO -->