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>
73 lines
5.0 KiB
Plaintext
73 lines
5.0 KiB
Plaintext
---
|
|
layout: layouts/base.njk
|
|
title: Contact Us
|
|
description: Get in touch with The Trinity at Firefrost Gaming
|
|
---
|
|
|
|
<!-- CONTACT PAGE - HERO -->
|
|
<div style="padding: 100px 40px; background: linear-gradient(135deg, #0f0f1e 0%, #1a1a2e 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);">Contact Us</h1>
|
|
<p style="font-size: 1.5rem; color: #a8dadc; max-width: 900px; margin: 0 auto 40px; line-height: 1.8;">Get in touch with The Trinity. We're here to help.</p>
|
|
<p style="font-size: 1.8rem; color: #FFD700; font-weight: 700;">Fire + Arcane + Frost = Here for You</p>
|
|
</div>
|
|
|
|
<!-- CONTACT METHODS -->
|
|
<div style="padding: 100px 60px; background: linear-gradient(135deg, #1a1a2e 0%, #0f0f1e 100%);">
|
|
<div style="max-width: 1400px; margin: 0 auto;">
|
|
<div style="text-align: center; margin-bottom: 80px;">
|
|
<h2 style="font-size: 3rem; margin-bottom: 20px; color: #e8f4f8; font-weight: 800;">How to Reach Us</h2>
|
|
<p style="font-size: 1.3rem; color: #a8dadc; line-height: 1.7;">Choose the method that works best for you.</p>
|
|
</div>
|
|
|
|
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 50px; margin-bottom: 80px;">
|
|
|
|
<!-- Discord - Primary -->
|
|
<div style="background: linear-gradient(135deg, rgba(168, 85, 247, 0.15) 0%, rgba(168, 85, 247, 0.05) 100%); border: 3px solid #A855F7; border-radius: 20px; padding: 45px; text-align: center;">
|
|
<div style="font-size: 4rem; margin-bottom: 20px;">💬</div>
|
|
<h3 style="color: #A855F7; font-size: 2rem; margin-bottom: 15px; font-weight: 700;">Discord (Fastest)</h3>
|
|
<p style="color: #e8f4f8; line-height: 1.8; margin-bottom: 25px; font-size: 1.1rem;">Join our community Discord for real-time support, announcements, and to connect with other players.</p>
|
|
<a href="https://discord.gg/firefrost" style="display: inline-block; background: linear-gradient(135deg, #A855F7 0%, #C77DFF 100%); color: white; padding: 15px 40px; text-decoration: none; border-radius: 8px; font-weight: 700; font-size: 1.1rem;">Join Discord</a>
|
|
</div>
|
|
|
|
<!-- Email - Support -->
|
|
<div style="background: linear-gradient(135deg, rgba(78, 205, 196, 0.15) 0%, rgba(78, 205, 196, 0.05) 100%); border: 3px solid #4ecdc4; border-radius: 20px; padding: 45px; text-align: center;">
|
|
<div style="font-size: 4rem; margin-bottom: 20px;">📧</div>
|
|
<h3 style="color: #4ecdc4; font-size: 2rem; margin-bottom: 15px; font-weight: 700;">Email Support</h3>
|
|
<p style="color: #e8f4f8; line-height: 1.8; margin-bottom: 25px; font-size: 1.1rem;">For account issues, billing questions, or detailed technical support.</p>
|
|
<p style="color: #4ecdc4; font-size: 1.2rem; font-weight: 600; margin-bottom: 10px;">support@firefrostgaming.com</p>
|
|
<p style="color: #a8dadc; font-size: 0.95rem; font-style: italic;">Response time: 24-48 hours</p>
|
|
</div>
|
|
|
|
<!-- Social Media -->
|
|
<div style="background: linear-gradient(135deg, rgba(255, 107, 53, 0.15) 0%, rgba(255, 107, 53, 0.05) 100%); border: 3px solid #ff6b35; border-radius: 20px; padding: 45px; text-align: center;">
|
|
<div style="font-size: 4rem; margin-bottom: 20px;">🔥</div>
|
|
<h3 style="color: #ff6b35; font-size: 2rem; margin-bottom: 15px; font-weight: 700;">Social Media</h3>
|
|
<p style="color: #e8f4f8; line-height: 1.8; margin-bottom: 25px; font-size: 1.1rem;">Follow us for updates, events, and community highlights.</p>
|
|
<p style="margin-bottom: 15px;"><a href="https://www.facebook.com/FirefrostGaming/" style="color: #4ecdc4; text-decoration: none; font-size: 1.1rem; font-weight: 600;">Facebook</a></p>
|
|
<p style="color: #a8dadc; font-size: 0.95rem; font-style: italic;">More platforms coming soon</p>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- ADDITIONAL CONTACTS -->
|
|
<div style="padding: 100px 60px; background: linear-gradient(135deg, #0f0f1e 0%, #1a1a2e 100%);">
|
|
<div style="max-width: 1000px; margin: 0 auto; text-align: center;">
|
|
<h2 style="font-size: 3rem; margin-bottom: 40px; color: #e8f4f8; font-weight: 800;">Other Contacts</h2>
|
|
|
|
<div style="margin-bottom: 40px;">
|
|
<h3 style="color: #A855F7; font-size: 1.8rem; margin-bottom: 15px; font-weight: 700;">Legal & Privacy</h3>
|
|
<p style="color: #e8f4f8; line-height: 1.8; font-size: 1.1rem; margin-bottom: 15px;">For data requests, privacy concerns, or legal matters:</p>
|
|
<p style="color: #4ecdc4; font-size: 1.2rem; font-weight: 600;">legal@firefrostgaming.com</p>
|
|
</div>
|
|
|
|
<div style="margin-bottom: 40px;">
|
|
<h3 style="color: #A855F7; font-size: 1.8rem; margin-bottom: 15px; font-weight: 700;">Press & Media</h3>
|
|
<p style="color: #e8f4f8; line-height: 1.8; font-size: 1.1rem; margin-bottom: 15px;">Media inquiries, press releases, or interview requests:</p>
|
|
<p style="color: #4ecdc4; font-size: 1.2rem; font-weight: 600;">press@firefrostgaming.com</p>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|