TRINITY HOMEPAGE COMPLETE: Complete production-ready HTML for all 6 homepage sections with full Trinity branding (Fire + Arcane + Frost). SECTIONS UPDATED: 1. Hero - Trinity gradient button + overlay 2. Choose Your Path - Fire/Frost paths (no changes) 3. Origin Story - All three founders (Wizard→Emissary→Catalyst) 4. Why Firefrost - Trinity columns (Security/Community/Legacy) 5. Community Awaits - Trinity gradient CTA + stats 6. Footer - Trinity tagline + live Facebook link KEY CHANGES FROM V1.0: - All sections use Trinity colors (#FF6B35, #A855F7, #4ECDC4) - Nicknames only (Frostystyle, GingerFury, unicorn20089) - Facebook link updated (https://www.facebook.com/FirefrostGaming/) - Trinity messaging throughout (Fire + Arcane + Frost = Forever) - Trinity gradient buttons (Fire→Arcane→Frost) - Arcane element integrated where appropriate PAGES TO CREATE DOCUMENTED: Extracted all links from homepage sections and created comprehensive list of 8 pages that need to be built: CRITICAL (Phase 1): 1. About (/about) - Trinity story, founders, consultants 2. Servers (/servers) - 13+ servers, Fire/Frost paths 3. Privacy (/privacy) - Legal compliance 4. Terms (/terms) - Legal compliance HIGH (Phase 2): 5. Subscribe (/subscribe) - Paymenter integration 6. Contact (/contact) - Support info MEDIUM (Phase 3): 7. Blog (/blog) - Configure Ghost default 8. Discord (/discord) - Redirect to invite TIME ESTIMATES: - Phase 1 (Critical): 7-11 hours - Phase 2 (High): 4-6 hours - Phase 3 (Medium): 1-2 hours - TOTAL: 12-19 hours FILES CREATED: - docs/planning/ideas/features/ghost-homepage-trinity-version.md - All 6 sections with complete HTML - Trinity color reference - Implementation checklist - 37,000+ characters of production-ready code - docs/tasks/ghost-website-pages/PAGES-TO-CREATE.md - Complete page inventory - Priority phases - Time estimates per page - Implementation checklist NEXT ACTIONS: 1. Use Ghost Page Builder (Task #70 COMPLETE) to create pages 2. Start with Phase 1 critical pages 3. Test all homepage links after deployment 4. Update navigation bar to match footer RELATED TASKS: - Task #69: Ghost Website Core Pages (ready to implement) - Task #70: Ghost Page Builder (COMPLETE - tool ready) - Task #71: Paymenter Config (blocks Subscribe page) Signed-off-by: Chronicler #39 <claude@firefrostgaming.com>
6.4 KiB
GHOST PAGES TO CREATE - TRINITY HOMEPAGE LINKS
Created: March 22, 2026
By: Chronicler #39
Purpose: Track all pages referenced in homepage that need to be built
Related: Task #69 (Ghost Website Core Pages)
OVERVIEW
This document lists all Ghost CMS pages that are linked from the Trinity homepage but do not yet exist. These pages are soft launch blockers - the homepage has live links to them.
Source: All links extracted from ghost-homepage-trinity-version.md
HIGH PRIORITY PAGES (8 total)
1. About Page (/about)
Status: DOES NOT EXIST
Priority: CRITICAL
Referenced in:
- Section 3 (Origin Story): "Read our full story →"
- Footer (Quick Links)
Required Content:
- The Trinity (Wizard, Emissary, Catalyst) - full bios with nicknames only
- The Five Consultants (Jack, Oscar, Jasmine, Butter, Noir)
- Company history (founded February 2026)
- "For children not yet born" philosophy
- Fire + Frost + Foundation = Where Love Builds Legacy
Estimated Time: 2-3 hours (content writing + Ghost formatting)
2. Servers Page (/servers)
Status: DOES NOT EXIST (broken link)
Priority: CRITICAL
Referenced in:
- Section 5 (Community Awaits): "browse our server list first"
- Footer (Quick Links)
- Navigation bar (currently 404)
Required Content:
- List of all 13+ active servers
- Fire Path vs Frost Path categorization
- Server specs, mods, join instructions
- Member-only access control (per task requirements)
Estimated Time: 3-4 hours (server data + member gating)
3. Subscribe Page (/subscribe)
Status: DOES NOT EXIST
Priority: HIGH
Referenced in:
- Section 5 (Community Awaits): Main CTA button
- Footer (Quick Links)
Required Content:
- 6 subscription tiers (Awakened $1, Elemental $5, Knight $10, Master $15, Legend $20, Founder $50)
- Paymenter integration/redirect
- Tier comparison table
- Benefits breakdown
Estimated Time: 2-3 hours (after Paymenter configuration)
Dependency: Paymenter must be configured first
4. Privacy Policy (/privacy)
Status: DOES NOT EXIST
Priority: HIGH (Legal compliance)
Referenced in:
- Footer (Legal section)
Required Content:
- Data collection practices
- Cookie usage
- Third-party services (Mailcow, Pterodactyl, etc.)
- User rights (GDPR compliance)
- Contact information for privacy inquiries
Estimated Time: 1-2 hours (template + customization)
Note: Legal boilerplate available online, customize for Firefrost
5. Terms of Service (/terms)
Status: DOES NOT EXIST
Priority: HIGH (Legal compliance)
Referenced in:
- Footer (Legal section)
Required Content:
- User conduct rules
- Server usage policies
- Payment/subscription terms
- Refund policy
- Dispute resolution
- Age requirements (13+)
Estimated Time: 1-2 hours (template + customization)
Note: Legal boilerplate available online, customize for Firefrost
6. Contact Page (/contact)
Status: DOES NOT EXIST
Priority: MEDIUM
Referenced in:
- Footer (Legal section)
Required Content:
- Support email (support@firefrostgaming.com via Mailcow)
- Discord link
- Response time expectations
- What to include in support requests
- Optional: Contact form (Ghost native or embed)
Estimated Time: 1 hour (simple page, mostly text)
7. Blog (/blog)
Status: EXISTS (Ghost default) but needs configuration
Priority: MEDIUM
Referenced in:
- Footer (Quick Links)
- Navigation bar
Required Work:
- Configure Ghost blog settings
- Create first welcome post
- Set up post templates with Fire/Frost/Arcane branding
- Configure tags/categories
Estimated Time: 1-2 hours (configuration + first post)
8. Discord Redirect (/discord)
Status: NEEDS REDIRECT CONFIGURED
Priority: MEDIUM
Referenced in:
- Footer (Community section)
Required Work:
- Create Ghost page at
/discord - Add meta refresh redirect to Discord invite link
- OR configure nginx redirect
- Test redirect works
Estimated Time: 15 minutes (simple redirect)
Note: Need actual Discord invite link from Michael/Meg
EXTERNAL LINKS (Already Working)
9. Status Page
URL: https://status.firefrostgaming.com
Status: ✅ LIVE (Uptime Kuma)
Action: None needed
10. Facebook
URL: https://www.facebook.com/FirefrostGaming/
Status: ✅ LIVE
Action: None needed
SOCIAL MEDIA (Coming Soon - No Action Needed)
These are marked "Coming Soon" in the footer - no pages needed yet:
- Twitter/X
- Twitch
- TikTok
- YouTube
Action: Update footer when these go live
IMPLEMENTATION PRIORITY
Phase 1: Soft Launch Blockers (MUST DO)
- About (
/about) - CRITICAL - Servers (
/servers) - CRITICAL (currently 404) - Privacy (
/privacy) - CRITICAL (legal) - Terms (
/terms) - CRITICAL (legal)
Phase 2: Enhanced Functionality (SHOULD DO)
5. Subscribe (/subscribe) - HIGH (revenue)
6. Contact (/contact) - HIGH (support)
7. Discord redirect (/discord) - MEDIUM
Phase 3: Content Platform (NICE TO HAVE) 8. Blog configuration - MEDIUM
TOTAL TIME ESTIMATE
Phase 1 (Critical): 7-11 hours
Phase 2 (High): 4-6 hours
Phase 3 (Medium): 1-2 hours
TOTAL: 12-19 hours for all pages
TASK MAPPING
These pages map to existing tasks:
Task #69: Ghost Website Core Pages
- Covers: About, Servers, Blog, Privacy, Terms, Contact
- Status: READY (now have Trinity homepage to link from)
Task #71: Paymenter Tier Configuration
- Unlocks: Subscribe page
- Status: BLOCKED (need feature matrix first)
CHECKLIST FOR EACH PAGE
When creating each page, ensure:
- Trinity branding applied (Fire/Arcane/Frost colors)
- Responsive design (mobile-friendly)
- SEO meta tags configured
- Navigation links updated
- Footer links tested
- Nicknames only (no real names)
- Committed to Git (Ghost content export)
NEXT STEPS
- Use Ghost Page Builder tool (Task #70 - COMPLETE) to create pages
- Start with Phase 1 (About, Servers, Privacy, Terms)
- Test all homepage links after each page created
- Update navigation bar to match footer links
- Configure Blog when time permits
Fire + Frost + Foundation = Where Love Builds Legacy 💙🔥⚡❄️
Document Status: READY FOR IMPLEMENTATION
Last Updated: March 22, 2026
Pages Needed: 8 (6 new, 1 configure, 1 redirect)