Update pages to reflect new open-source model
This commit is contained in:
55
index.html
55
index.html
@@ -33,56 +33,51 @@ Hey you! Yeah, you! What are ya, a web developer or something? Think my website
|
||||
<main>
|
||||
<section class="hero">
|
||||
<h1>SessionZero</h1>
|
||||
<p class="tagline">A TTRPG companion that gets out of your way</p>
|
||||
<p class="tagline">Open Source TTRPG Tools, Built for You</p>
|
||||
|
||||
<p style="margin-top:2rem; color:var(--neutral-medium); font-size:1.1rem;">
|
||||
Tired of tabletop apps that box you in? SessionZero is your new best friend for any role-playing game. It's a free, flexible, and offline-first tool designed to help you run your game, your way. Forget about forced logins, surprise paywalls, or being locked into one company's universe. This is all about you, your friends, and your story.
|
||||
SessionZero is a free, open-source, and offline-first companion for any tabletop RPG.
|
||||
</p>
|
||||
|
||||
<p>⚠️ SessionZero is still in development, but you can still access it while it's being developed! ⚠️</p>
|
||||
<p>⚠️ SessionZero is still in development, but you can try it out as it grows! ⚠️</p>
|
||||
<a href="https://web.sessionzero.app">Open SessionZero</a>
|
||||
</section>
|
||||
|
||||
<section class="features">
|
||||
<h2>So what's the deal, huh?</h2>
|
||||
<h2>Why Choose SessionZero?</h2>
|
||||
<div class="feature-grid">
|
||||
<div class="feature-card">
|
||||
<h3>Works Offline, No Strings Attached</h3>
|
||||
<p>Built to be offline from the start. Install it like any other app on your computer or phone.<br>
|
||||
<span style="color:var(--accent-color);">No internet? No problem!</span></p>
|
||||
<h3>Truly Open</h3>
|
||||
<p>SessionZero is 100% open source. Inspect, modify, and contribute to the code. No secrets, no hidden fees—just community-driven software.<br>
|
||||
<span style="color:var(--accent-color);">Transparency and freedom.</span></p>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<h3>Build Your Own Universe</h3>
|
||||
<p>Create templates and content for any RPG you can imagine. You decide what a character sheet looks like.<br>
|
||||
<span style="color:var(--accent-color);">You're the architect.</span></p>
|
||||
<h3>Completely Data-Driven</h3>
|
||||
<p>Everything is user-generated: items, NPCs, monsters, and more. Build your own datasets and templates for any system.<br>
|
||||
<span style="color:var(--accent-color);">Total flexibility, no limits.</span></p>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<h3>Characters, Not Spreadsheets</h3>
|
||||
<p>Track inventory, manage spell lists, keep notes, and add private journals for character drama.<br>
|
||||
<span style="color:var(--accent-color);">Go beyond basic stats.</span></p>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<h3>Run Your Game, Your Way</h3>
|
||||
<p>Private and offline by default. Want to run online? Use our optional service. Players join free.<br>
|
||||
<span style="color:var(--accent-color);">No need to pay for every player.</span></p>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<h3>A Library for Everything</h3>
|
||||
<p>Build, import, and share collections of spells, items, monsters, or whatever your game needs.<br>
|
||||
<span style="color:var(--accent-color);">Hoard all the things!</span></p>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<h3>Your Data is Yours. Period.</h3>
|
||||
<p>Export everything as simple files you can read and edit. Share, backup, or keep them safe.<br>
|
||||
<span style="color:var(--accent-color);">No data prisons here.</span></p>
|
||||
<h3>Offline-First, Always Yours</h3>
|
||||
<p>SessionZero works fully offline by default. All your data stays on your device unless you choose otherwise.<br>
|
||||
<span style="color:var(--accent-color);">No account required.</span></p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="open-source-highlight">
|
||||
<h2>Open Source, Open Future</h2>
|
||||
<div class="open-source-content">
|
||||
<p>SessionZero is built by and for the community. The code is public, the roadmap is open, and your ideas shape the project. Fork it, contribute, or just use it—your choice.</p>
|
||||
<p>
|
||||
<a href="https://github.com/bellsworne/sessionzero" class="learn-more-link">View the code on GitHub →</a>
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="pricing-preview">
|
||||
<h2>Free to Use, Built to Last</h2>
|
||||
<h2>Free Forever</h2>
|
||||
<div class="pricing-content">
|
||||
<p>The entire core app is <strong>free forever</strong>. Use it offline, create content, build templates, manage characters, and download from our community library. Want to host online games or upload your creations? That's what our optional paid subscription is for.</p>
|
||||
<p>The core app is <strong>free forever</strong> and open source. Use it offline, create and manage your own content, and download from the community. Want to host or join online games? Self-host for free, or use our official servers with a subscription for extra convenience.</p>
|
||||
<p><a href="about.html" class="learn-more-link">Learn more about features and pricing →</a></p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user