sessionzero.app/index.html

57 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8">
<title>SessionZero</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="d20_no-bg_medium.png">
</head>
<body>
<div class="page-container">
<header>
<nav>
<div class="nav-content">
<a href="#" class="logo-container">
<img src="d20_no-bg_medium.png" alt="SessionZero Logo" class="logo-placeholder">
<div class="logo-text">SessionZero</div>
</a>
</div>
</nav>
</header>
<main>
<section class="hero">
<h1>SessionZero</h1>
<p class="tagline">A TTRPG companion that gets out of your way</p>
<a href="https://web.sessionzero.app">Open SessionZero</a>
<p>⚠️ SessionZero is still in development, but you can still access it while it's being developed! ⚠️</p>
</section>
<section class="features">
<h2>Features</h2>
<div class="feature-grid">
<div class="feature-card">
<h3>Characters</h3>
<p>Simple character system where you decide the details.</p>
</div>
<div class="feature-card">
<h3>Sessions</h3>
<p>Manage your games and players online or at the table.</p>
</div>
<div class="feature-card">
<h3>System Agnostic</h3>
<p>You pick the rules and content, not us.</p>
</div>
</div>
</section>
</main>
<footer>
<p>&copy; 2025 Bellsworne LLC. All rights reserved. | Made with ❤️ by <a href="https://bellsworne.com/tech">Bellsworne Tech</a></p>
</footer>
</div>
</body>
</html>