fix: simplify nav with Start dropdown and move Get in touch to footer
Nav now shows: How it works, Features, Start (dropdown: Docs, Source, Releases). Get in touch moved to footer. Cleaner on mobile. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
+9
-4
@@ -20,10 +20,14 @@
|
||||
<nav>
|
||||
<a href="#how">How it works</a>
|
||||
<a href="#features">Features</a>
|
||||
<a href="/docs/">Docs</a>
|
||||
<a href="https://code.crashlabs.io/crashlabs/huskies">Source</a>
|
||||
<a href="https://code.crashlabs.io/crashlabs/huskies/releases">Releases</a>
|
||||
<a href="mailto:hello@huskies.dev" class="nav-cta">Get in touch</a>
|
||||
<div class="nav-dropdown">
|
||||
<a href="#" class="nav-cta nav-dropdown-toggle">Start</a>
|
||||
<div class="nav-dropdown-menu">
|
||||
<a href="/docs/">Docs</a>
|
||||
<a href="https://code.crashlabs.io/crashlabs/huskies">Source</a>
|
||||
<a href="https://code.crashlabs.io/crashlabs/huskies/releases">Releases</a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
@@ -143,6 +147,7 @@
|
||||
|
||||
<footer class="reveal r8">
|
||||
<span>© 2026 Libby Labs Ltd.</span>
|
||||
<a href="mailto:hello@huskies.dev">Get in touch</a>
|
||||
<a href="privacy.html">Privacy Policy</a>
|
||||
</footer>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user