Files
firefrost-operations-manual/website-11ty-test/privacy.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

60 lines
3.5 KiB
Plaintext

---
layout: layouts/base.njk
title: Privacy Policy
description: Firefrost Gaming Privacy Policy - How we protect your data
---
<!-- PRIVACY 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);">Privacy Policy</h1>
<p style="font-size: 1.5rem; color: #a8dadc; max-width: 900px; margin: 0 auto; line-height: 1.8;">Effective April 15, 2026</p>
</div>
<!-- PRIVACY CONTENT -->
<div style="padding: 100px 60px; background: linear-gradient(135deg, #1a1a2e 0%, #0f0f1e 100%);">
<div style="max-width: 900px; margin: 0 auto; color: #e8f4f8; line-height: 1.8; font-size: 1.1rem;">
<h2 style="color: #4ecdc4; font-size: 2rem; margin-top: 40px; margin-bottom: 20px;">Our Commitment</h2>
<p style="color: #FFD700; font-size: 1.3rem; font-weight: 600;">We never sell your data. Period.</p>
<p>Your privacy matters. This policy explains what information we collect, how we use it, and your rights.</p>
<h2 style="color: #4ecdc4; font-size: 2rem; margin-top: 40px; margin-bottom: 20px;">1. Information We Collect</h2>
<p><strong>Account Information:</strong> Email address, username, Discord ID (if linked), subscription tier.</p>
<p><strong>Server Data:</strong> Minecraft usernames, in-game statistics, chat logs (for moderation only).</p>
<p><strong>Payment Information:</strong> Processed securely through Stripe. We do not store credit card numbers.</p>
<h2 style="color: #4ecdc4; font-size: 2rem; margin-top: 40px; margin-bottom: 20px;">2. How We Use Your Information</h2>
<p>- Provide and maintain our services</p>
<p>- Process payments and manage subscriptions</p>
<p>- Send service announcements and updates</p>
<p>- Enforce community guidelines and prevent abuse</p>
<p>- Improve our services based on usage patterns</p>
<h2 style="color: #4ecdc4; font-size: 2rem; margin-top: 40px; margin-bottom: 20px;">3. Data Sharing</h2>
<p>We do NOT sell your data to third parties. We share information only when:</p>
<p>- Required by law (valid subpoena or court order)</p>
<p>- Necessary to process payments (Stripe)</p>
<p>- You explicitly consent</p>
<h2 style="color: #4ecdc4; font-size: 2rem; margin-top: 40px; margin-bottom: 20px;">4. Data Security</h2>
<p>We implement industry-standard security measures including encryption, secure servers, and regular security audits.</p>
<h2 style="color: #4ecdc4; font-size: 2rem; margin-top: 40px; margin-bottom: 20px;">5. Your Rights (GDPR/COPPA Compliant)</h2>
<p>You have the right to:</p>
<p>- Access your data</p>
<p>- Request data deletion</p>
<p>- Opt out of marketing emails</p>
<p>- Export your data</p>
<h2 style="color: #4ecdc4; font-size: 2rem; margin-top: 40px; margin-bottom: 20px;">6. Children's Privacy (COPPA)</h2>
<p>We comply with COPPA. Users under 13 are not permitted. Users 13-17 require parental consent.</p>
<h2 style="color: #4ecdc4; font-size: 2rem; margin-top: 40px; margin-bottom: 20px;">7. Data Retention</h2>
<p>We retain data for as long as your account is active. After deletion, backups are purged within 90 days.</p>
<h2 style="color: #4ecdc4; font-size: 2rem; margin-top: 40px; margin-bottom: 20px;">8. Contact</h2>
<p>Privacy questions or data requests: legal@firefrostgaming.com</p>
</div>
</div>