Files
firefrost-operations-manual/website-11ty-test/subscribe.njk
Chronicler #55 9ddfc909bc feat: Add all 7 website pages and Ghost images
WHAT WAS DONE:
- Created 6 new pages: about.njk, servers.njk, subscribe.njk, contact.njk, terms.njk, privacy.njk
- Copied all Ghost CMS images from /var/www/firefrost/content/images/ to assets/images/
- All pages use Fire/Frost branding with Trinity colors
- All internal links updated to use relative paths (not firefrostgaming.com)

WHY:
- Complete website migration from Ghost CMS to 11ty static site
- All 7 pages ready for Cloudflare Pages deployment
- Images now self-hosted in website repo (no external dependencies)

FILES:
- about.njk (12,993 bytes) - Trinity founders + Five Consultants
- servers.njk (9,694 bytes) - 6 Minecraft servers + 2 premium add-ons
- subscribe.njk (2,474 bytes) - Subscription tiers placeholder
- contact.njk (5,099 bytes) - Contact methods and support
- terms.njk (3,299 bytes) - Terms of Service
- privacy.njk (3,562 bytes) - Privacy Policy (GDPR/COPPA compliant)
- assets/images/ (all Ghost CMS images copied)

Signed-off-by: Claude (Chronicler #55) <claude@firefrostgaming.com>
2026-04-03 00:50:09 +00:00

33 lines
2.4 KiB
Plaintext

---
layout: layouts/base.njk
title: Subscribe
description: Choose your tier and join the Firefrost Gaming community
---
<!-- SUBSCRIBE PAGE - HERO -->
<div style="padding: 100px 40px; background: linear-gradient(135deg, #FF6B35 0%, #A855F7 50%, #4ECDC4 100%); text-align: center;">
<h1 style="font-size: 4rem; font-weight: 900; margin-bottom: 30px; color: #ffffff; text-shadow: 2px 2px 8px rgba(0,0,0,0.7);">Choose Your Path</h1>
<p style="font-size: 1.5rem; color: rgba(255,255,255,0.95); max-width: 900px; margin: 0 auto 40px; line-height: 1.8;">Join the Firefrost Gaming community. All subscribers access all servers.</p>
</div>
<!-- IMPORTANT NOTICE -->
<div style="padding: 60px 40px; background: linear-gradient(135deg, #1a1a2e 0%, #0f0f1e 100%);">
<div style="max-width: 900px; margin: 0 auto; padding: 40px; background: linear-gradient(135deg, rgba(255,107,53,0.1) 0%, rgba(168,85,247,0.1) 50%, rgba(78,205,196,0.1) 100%); border-left: 5px solid #A855F7; border-radius: 12px;">
<h3 style="margin: 0 0 20px 0; color: #A855F7; font-size: 2rem; font-weight: 700;">🌟 All Servers Available to All Subscribers</h3>
<p style="margin: 0; font-size: 1.3rem; line-height: 1.7; color: #e8f4f8;">Fire and Frost paths are about community identity, not server restrictions. Every subscriber can access every Minecraft server regardless of tier.</p>
</div>
</div>
<!-- SUBSCRIPTION TIERS -->
<div style="padding: 100px 60px; background: linear-gradient(135deg, #0f0f1e 0%, #1a1a2e 100%);">
<div style="max-width: 1400px; margin: 0 auto;">
<h2 style="text-align: center; font-size: 3rem; margin-bottom: 60px; color: #e8f4f8; font-weight: 800;">Subscription Tiers</h2>
<div style="text-align: center; padding: 60px; background: rgba(26, 26, 46, 0.6); border-radius: 15px;">
<h3 style="color: #FFD700; font-size: 2.5rem; margin-bottom: 30px;">Coming April 15, 2026</h3>
<p style="color: #e8f4f8; font-size: 1.4rem; line-height: 1.8; max-width: 800px; margin: 0 auto 40px;">Subscription system launching with soft launch. Six tiers from Awakened ($1) to Sovereign ($499 lifetime).</p>
<a href="/discord" style="display: inline-block; background: linear-gradient(135deg, #FF6B35 0%, #A855F7 50%, #4ECDC4 100%); color: white; padding: 25px 70px; text-decoration: none; border-radius: 12px; font-weight: 700; font-size: 1.3rem; box-shadow: 0 8px 25px rgba(78, 205, 196, 0.5);">Join Discord for Updates</a>
</div>
</div>
</div>