patx/afterdarklabs
make logo link
Commit 0146931 · patx · 2026-05-19T00:54:32-04:00
Comments
No comments yet.
Diff
diff --git a/index.html b/index.html
index 4b90e1c..d7cac56 100644
--- a/index.html
+++ b/index.html
@@ -113,13 +113,16 @@
<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">
<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>