init
This commit is contained in:
53
index.html
Normal file
53
index.html
Normal file
@@ -0,0 +1,53 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>SessionZero</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</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>
|
||||
<div class="status-badge">Status: Work in Progress</div>
|
||||
</section>
|
||||
|
||||
<section class="features">
|
||||
<h2>Coming Soon</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>© 2025 SessionZero. All rights reserved.</p>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user