Files
firefrost-operations-manual/docs/planning/ideas/features/ghost-homepage-content.md
Claude c1b744bb19 feat: merge brainstorming repository content into operations manual
Merged all content from separate brainstorming repo:

TEMPLATES (4 files):
- Memorial template
- Opener template
- Portrait prompt template
- Session report template

RELATIONSHIP DOCUMENTS:
- Relationship brief
- The Catalyst memorials (2 versions + portrait prompts)
- The Spark memorial + portrait prompt

SESSION REPORTS (archived):
- 2026-02-13: Casual party games report
- 2026-02-14: Firefrost modpack report
- 2026-02-14: LLM backup Ghost CMS report

IDEAS/PLANNING:
Features:
- Ghost homepage content (complete copy)
- Ghost page structure plan
- Ghost server listing design
- Ghost Frost CSS

Game Servers:
- Among Us Firefrost brainstorm
- Other games backlog

Other:
- Gemini testing protocol
- LLM fallback analysis

REFERENCE DOCUMENTATION:
- Gitea API patterns
- Session start prompt

All content now consolidated in operations manual.
Next step: Archive/delete brainstorming repository.
Creates foundation for new Gitea issues from actionable ideas.
2026-03-19 19:44:50 +00:00

480 lines
14 KiB
Markdown

# 🔥❄️ GHOST HOMEPAGE CONTENT - FIREFROST GAMING
**Purpose:** Complete copy for your Ghost CMS homepage
**Usage:** Create new page in Ghost, set as homepage, paste sections
**Version:** 1.0
**Created:** February 14, 2026
---
## SECTION 1: HERO (Above the Fold)
**Layout:** Full-width, centered, background image
**Background Image:** Use `branding/backgrounds/fire-frost-collision.png` if available, OR solid dark background with subtle gradient
**HTML/Content:**
```html
<div class="hero">
<h1>Fire + Frost + Forever</h1>
<p class="hero-tagline">Where Passion Meets Precision</p>
<p class="hero-subtitle">Minnesota's premier Minecraft community<br>
13+ modded servers | All-ages Frost Path | Adult Ignis Space (Coming Soon)</p>
<div class="hero-buttons">
<a href="#choose-path" class="button button-primary">Choose Your Path</a>
<a href="https://discord.gg/firefrost" class="button">Join Discord</a>
</div>
</div>
```
**Plain Text Version (if Ghost visual editor):**
---
# Fire + Frost + Forever
## Where Passion Meets Precision
Minnesota's premier Minecraft community
13+ modded servers | All-ages Frost Path | Adult Ignis Space (Coming Soon)
[Choose Your Path Button] [Join Discord Button]
---
---
## SECTION 2: CHOOSE YOUR DESTINY (Path Selection)
**Layout:** Two-column cards (side by side on desktop, stacked on mobile)
**Content:**
```html
<section id="choose-path" class="path-selection">
<div class="container">
<h2 class="text-center">Choose Your Destiny</h2>
<p class="text-center">Firefrost Gaming offers two paths. Both are welcome. Both are home.</p>
<div class="paths-grid">
<!-- FROST PATH CARD -->
<div class="frost-card">
<div class="path-icon">❄️</div>
<h3>The Frost Path</h3>
<p class="path-tagline">Logic • Stability • Community</p>
<p>Welcome to the all-ages Minecraft experience. Collaborative builds, family-friendly community, and technical precision. From first-time players to veteran builders — if you value creativity and connection, the Frost Path is home.</p>
<ul class="path-features">
<li>✅ Safe for all ages (13+)</li>
<li>✅ Guided tutorials & support</li>
<li>✅ Community builds & events</li>
<li>✅ 10+ modded servers</li>
</ul>
<a href="/servers" class="button">Explore Frost Servers</a>
</div>
<!-- FIRE PATH CARD (COMING SOON) -->
<div class="frost-card fire-preview">
<div class="path-icon">🔥</div>
<h3>The Ignis Protocol</h3>
<p class="path-tagline">Passion • Authenticity • Veterans</p>
<p>The Fire Path is coming soon. An age-verified (18+) space for unfiltered community, mature gameplay, and competitive servers. Where veterans gather and authenticity reigns.</p>
<ul class="path-features">
<li>🔥 Age-verified (18+ only)</li>
<li>🔥 Unfiltered community</li>
<li>🔥 Competitive gameplay</li>
<li>🔥 Veteran social spaces</li>
</ul>
<p class="coming-soon"><strong>Coming Soon</strong><br><small>Pending legal consultation</small></p>
</div>
</div>
</div>
</section>
```
**Plain Text Version:**
---
## Choose Your Destiny
Firefrost Gaming offers two paths. Both are welcome. Both are home.
### ❄️ The Frost Path
**Logic • Stability • Community**
Welcome to the all-ages Minecraft experience. Collaborative builds, family-friendly community, and technical precision. From first-time players to veteran builders — if you value creativity and connection, the Frost Path is home.
✅ Safe for all ages (13+)
✅ Guided tutorials & support
✅ Community builds & events
✅ 10+ modded servers
[Explore Frost Servers →]
---
### 🔥 The Ignis Protocol
**Passion • Authenticity • Veterans**
The Fire Path is coming soon. An age-verified (18+) space for unfiltered community, mature gameplay, and competitive servers. Where veterans gather and authenticity reigns.
🔥 Age-verified (18+ only)
🔥 Unfiltered community
🔥 Competitive gameplay
🔥 Veteran social spaces
**Coming Soon** (Pending legal consultation)
---
---
## SECTION 3: WHO WE ARE (Founders Story)
**Layout:** Two-column (image left, text right) OR single column with image above text
**Content:**
```html
<section class="founders-story">
<div class="container">
<div class="section-divider"></div>
<h2 class="text-center">Built by Love, Sustained by Balance</h2>
<div class="founders-content">
<div class="founders-image">
<img src="/content/images/frostystyle-gingerfury.png" alt="The Wizard and The Emissary - Firefrost Gaming Founders" />
</div>
<div class="founders-text">
<p><strong>Firefrost Gaming was born over breakfast at Donna's Restaurant in Corning, New York</strong> — where a frost wizard met a fire warrior, and something clicked.</p>
<p><strong>Michael "FrostyStyle" Krause (The Wizard)</strong> brings 30 years of technical precision. He builds the systems, writes the documentation, ensures the Iron Wall of security stands firm. Logic. Stability. Frost.</p>
<p><strong>Meg "GingerFury" Krause (The Emissary)</strong> brings community warmth and fierce protection. She welcomes new players, guards the culture, and keeps the hearth fires burning. Passion. Connection. Fire.</p>
<p><strong>Together, we build what neither could build alone.</strong></p>
<p class="tagline-quote">"Fire melts barriers. Frost builds foundations."</p>
<p>That's not just a tagline. That's our marriage. Our partnership. Our legacy.</p>
<p>We're building Firefrost Gaming <strong>for children not yet born</strong> — a community that will outlive us, documented so well that future generations can continue the work. Every server. Every player. Every moment preserved.</p>
<p><a href="/about">Read our full story →</a></p>
</div>
</div>
</div>
</section>
```
**Plain Text Version:**
---
## Built by Love, Sustained by Balance
Firefrost Gaming was born over breakfast at Donna's Restaurant in Corning, New York — where a frost wizard met a fire warrior, and something clicked.
**Michael "FrostyStyle" Krause (The Wizard)** brings 30 years of technical precision. He builds the systems, writes the documentation, ensures the Iron Wall of security stands firm. Logic. Stability. Frost.
**Meg "GingerFury" Krause (The Emissary)** brings community warmth and fierce protection. She welcomes new players, guards the culture, and keeps the hearth fires burning. Passion. Connection. Fire.
**Together, we build what neither could build alone.**
> "Fire melts barriers. Frost builds foundations."
That's not just a tagline. That's our marriage. Our partnership. Our legacy.
We're building Firefrost Gaming **for children not yet born** — a community that will outlive us, documented so well that future generations can continue the work. Every server. Every player. Every moment preserved.
[Read our full story →]
---
---
## SECTION 4: WHY FIREFROST? (Value Propositions)
**Layout:** Three-column cards (stack on mobile)
**Content:**
```html
<section class="why-firefrost">
<div class="container">
<div class="section-divider"></div>
<h2 class="text-center">Why Firefrost?</h2>
<p class="text-center">Because you deserve better than "good enough" hosting. Because community matters. Because legacy outlasts profits.</p>
<div class="values-grid">
<div class="frost-card">
<div class="value-icon">🛡️</div>
<h3>Security First</h3>
<p><strong>The Iron Wall</strong></p>
<ul>
<li>99.9% uptime guarantee</li>
<li>DDoS protection & monitoring</li>
<li>Automated backups (daily)</li>
<li>No compromises on player safety</li>
</ul>
</div>
<div class="frost-card">
<div class="value-icon">❤️</div>
<h3>Real Community</h3>
<p><strong>The Human Touch</strong></p>
<ul>
<li>Founders-operated (not corporate)</li>
<li>Active moderation & support</li>
<li>Discord-integrated events</li>
<li>Family-friendly culture</li>
</ul>
</div>
<div class="frost-card">
<div class="value-icon">📜</div>
<h3>Built to Last</h3>
<p><strong>Legacy Over Profit</strong></p>
<ul>
<li>Sustainable infrastructure</li>
<li>Documented processes</li>
<li>Built for future generations</li>
<li>Values over revenue</li>
</ul>
</div>
</div>
</div>
</section>
```
**Plain Text Version:**
---
## Why Firefrost?
Because you deserve better than "good enough" hosting. Because community matters. Because legacy outlasts profits.
### 🛡️ Security First
**The Iron Wall**
- 99.9% uptime guarantee
- DDoS protection & monitoring
- Automated backups (daily)
- No compromises on player safety
### ❤️ Real Community
**The Human Touch**
- Founders-operated (not corporate)
- Active moderation & support
- Discord-integrated events
- Family-friendly culture
### 📜 Built to Last
**Legacy Over Profit**
- Sustainable infrastructure
- Documented processes
- Built for future generations
- Values over revenue
---
---
## SECTION 5: JOIN THE REFUGE (Discord CTA)
**Layout:** Full-width, centered, strong visual
**Content:**
```html
<section class="discord-cta">
<div class="container">
<div class="section-divider"></div>
<h2 class="text-center">Your Community Awaits</h2>
<p class="text-center">Join 100+ players in the Firefrost Discord. Events, support, friendship — this is your refuge.</p>
<div class="discord-stats">
<div class="stat">
<div class="stat-number">13+</div>
<div class="stat-label">Active Servers</div>
</div>
<div class="stat">
<div class="stat-number">100+</div>
<div class="stat-label">Community Members</div>
</div>
<div class="stat">
<div class="stat-number">99.9%</div>
<div class="stat-label">Uptime</div>
</div>
</div>
<div class="text-center">
<a href="https://discord.gg/firefrost" class="button button-primary discord-button">Join Discord Now</a>
<p><small>Or browse our <a href="/servers">server list</a> first</small></p>
</div>
</div>
</section>
```
**Plain Text Version:**
---
## Your Community Awaits
Join 100+ players in the Firefrost Discord. Events, support, friendship — this is your refuge.
**13+ Active Servers** | **100+ Community Members** | **99.9% Uptime**
[Join Discord Now]
Or browse our [server list] first
---
---
## SECTION 6: FOOTER CONTENT
**Content:**
```html
<footer class="site-footer">
<div class="container">
<div class="footer-grid">
<div class="footer-column">
<h4>Firefrost Gaming</h4>
<p>Building a gaming refuge where passion meets precision.</p>
<p><strong>Fire + Frost + Forever</strong> 🔥❄️</p>
</div>
<div class="footer-column">
<h4>Quick Links</h4>
<ul>
<li><a href="/about">About Us</a></li>
<li><a href="/servers">Server List</a></li>
<li><a href="/subscribe">Support Us</a></li>
<li><a href="/blog">Blog</a></li>
<li><a href="https://status.firefrostgaming.com">Status Page</a></li>
</ul>
</div>
<div class="footer-column">
<h4>Community</h4>
<ul>
<li><a href="https://discord.gg/firefrost">Discord</a></li>
<li><a href="https://twitter.com/FirefrostGaming">Twitter/X</a></li>
<li><a href="https://tiktok.com/@FirefrostGaming">TikTok</a></li>
<li><a href="https://instagram.com/FirefrostGaming">Instagram</a></li>
<li><a href="https://youtube.com/@FirefrostOfficial">YouTube</a></li>
</ul>
</div>
<div class="footer-column">
<h4>Legal</h4>
<ul>
<li><a href="/privacy">Privacy Policy</a></li>
<li><a href="/terms">Terms of Service</a></li>
<li><a href="/accessibility">Accessibility</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>&copy; 2026 Firefrost Gaming | Circle Pines, Minnesota, USA</p>
<p><small>Built with passion by The Wizard & The Emissary</small></p>
</div>
</div>
</footer>
```
**Plain Text Version:**
---
### Firefrost Gaming
Building a gaming refuge where passion meets precision.
**Fire + Frost + Forever** 🔥❄️
### Quick Links
- About Us
- Server List
- Support Us
- Blog
- Status Page
### Community
- Discord
- Twitter/X
- TikTok
- Instagram
- YouTube
### Legal
- Privacy Policy
- Terms of Service
- Accessibility
- Contact
---
© 2026 Firefrost Gaming | Circle Pines, Minnesota, USA
Built with passion by The Wizard & The Emissary
---
---
## IMPLEMENTATION NOTES
### In Ghost Admin:
1. **Create new page:** Pages → New Page
2. **Title:** "Home" (or leave blank)
3. **Paste content** from sections above
4. **Set as homepage:** Settings → General → Homepage → select this page
5. **Publish**
### Content Customization:
- **Update stats** (100+ members, 13+ servers) with real numbers
- **Add Discord invite link** (create permanent invite in Discord)
- **Upload founder image** if available (frostystyle-gingerfury.png)
- **Replace social media URLs** with your actual handles
### Visual Enhancement:
- **Add hero background** via Ghost's cover image feature OR CSS
- **Upload Firefrost emblem** for header logo
- **Create custom cards** using Ghost's built-in card blocks OR HTML blocks
---
**Fire + Frost + Forever** 🔥❄️💡
**Created by:** Catalyst the Second
**Date:** February 14, 2026
**Status:** Ready to deploy