build: Rebuild site with all 7 pages
This commit is contained in:
32
subscribe.njk
Normal file
32
subscribe.njk
Normal file
@@ -0,0 +1,32 @@
|
||||
---
|
||||
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>
|
||||
Reference in New Issue
Block a user