WHAT WAS DONE: Removed Subscribe button from header navigation. WHY: Subscribe is now gated behind Discord - users must join Discord first, then get subscriber roles there. No direct web subscription flow. NAV LINKS NOW: - Home - Servers - About - Contact Subscribe CTAs remain in page content (homepage, etc.) which link to /subscribe page explaining Discord requirement. Signed-off-by: Claude (Chronicler #56) <claude@firefrostgaming.com>
25 lines
1.3 KiB
Plaintext
25 lines
1.3 KiB
Plaintext
<header>
|
|
<!-- Announcement Banner -->
|
|
<div style="background: linear-gradient(135deg, #FF6B35 0%, #A855F7 50%, #4ECDC4 100%); color: white; padding: 12px 20px; text-align: center; font-weight: 600; font-size: 0.95rem;">
|
|
🔥⚡❄️ Soft Launch April 2026 - Join the Trinity. Built for children not yet born.
|
|
</div>
|
|
|
|
<!-- Navigation Bar -->
|
|
<nav style="background: #0a0a1a; padding: 20px 40px; display: flex; align-items: center; justify-content: space-between; border-bottom: 2px solid rgba(78, 205, 196, 0.3);">
|
|
|
|
<!-- Logo -->
|
|
<a href="/" style="display: flex; align-items: center; text-decoration: none;">
|
|
<img src="/assets/images/2026/02/Dark-Logo.png" alt="Firefrost Gaming" style="height: 50px; width: auto;" />
|
|
</a>
|
|
|
|
<!-- Nav Links -->
|
|
<div style="display: flex; gap: 35px; align-items: center;">
|
|
<a href="/" style="color: #e8f4f8; text-decoration: none; font-weight: 600; transition: color 0.2s;">Home</a>
|
|
<a href="/servers" style="color: #e8f4f8; text-decoration: none; font-weight: 600; transition: color 0.2s;">Servers</a>
|
|
<a href="/about" style="color: #e8f4f8; text-decoration: none; font-weight: 600; transition: color 0.2s;">About</a>
|
|
<a href="/contact" style="color: #e8f4f8; text-decoration: none; font-weight: 600; transition: color 0.2s;">Contact</a>
|
|
</div>
|
|
|
|
</nav>
|
|
</header>
|