Files
firefrost-website/_includes/header.njk
Claude (Chronicler #56) 135141f9dc fix: restore Subscribe button to nav
My mistake earlier - Subscribe shows tier information, not Ghost CMS
subscription. The page displays all 6 tiers and links to Paymenter
billing portal. This is important nav link for users to see pricing.

Signed-off-by: Claude (Chronicler #56) <claude@firefrostgaming.com>
2026-04-03 01:53:56 +00:00

26 lines
1.6 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>
<a href="/subscribe" style="background: linear-gradient(135deg, #FF6B35 0%, #A855F7 50%, #4ECDC4 100%); color: white; padding: 10px 24px; text-decoration: none; border-radius: 8px; font-weight: 700; transition: transform 0.2s;">Subscribe</a>
</div>
</nav>
</header>