New updates to the page

This commit is contained in:
2025-10-16 15:38:09 -05:00
parent c6f6ad293f
commit 1acd8fc152
4 changed files with 44 additions and 52 deletions

View File

@@ -1,9 +1,3 @@
<!--
Hey you! Yeah, you! What are ya, a web developer or something? Think my website sucks? Well, you're in luck! I'm always looking for feedback and improvements. If you have any suggestions, ideas, or just want to chat, hit me up at chrisbell@bellsworne.com. Happy adventuring!
© 2025 Bellsworne LLC. All rights reserved.
-->
<!DOCTYPE html>
<html lang="en">
<head>
@@ -50,18 +44,34 @@ Hey you! Yeah, you! What are ya, a web developer or something? Think my website
<div class="feature-grid">
<div class="feature-card">
<h3>Truly Open</h3>
<p>SessionZero is 100% FOSS (Free and Open Source Software). 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>
<p>SessionZero is 100% FOSS (Free and Open Source Software). Inspect, modify, and contribute to the code. No secrets, just community-driven software.</p>
</div>
<div class="feature-card">
<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>
<p>Everything is user-generated: items, NPCs, monsters, and more. Build your own datasets and templates for any system.
</p>
</div>
<div class="feature-card">
<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);">Your info is yours.</span></p>
<p>SessionZero works fully offline by default. All your data stays on your device unless you choose otherwise.</p>
</div>
</div>
</section>
<section class="features">
<h2>Main Features</h2>
<div class="feature-grid">
<div class="feature-card">
<h3>Datapacks</h3>
<p>The foundation of the app. A Datapack (.szp file) is a user-generated, self-contained archive that bundles all the rules, templates, and datasets (items, spells, monsters) for a specific TTRPG system or module. Create, import, and share content easily.</p>
</div>
<div class="feature-card">
<h3>Characters</h3>
<p>Create and manage your TTRPG characters using flexible, user-defined Templates. All your character data is stored locally as an Instance, giving you total control and ownership over your heroes, no matter the game system.</p>
</div>
<div class="feature-card">
<h3>Sessions</h3>
<p>Set up a campaign using a user-defined Session Template. GMs can manage NPCs, track turn order, and update character sheets in real-time. Players can join a shared session or use the app privately for offline notes and journals.</p>
</div>
</div>
</section>