93 lines
3.3 KiB
HTML
93 lines
3.3 KiB
HTML
<!doctype html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||
<title>GD fedl</title>
|
||
<link rel="stylesheet" href="styles.css">
|
||
</head>
|
||
<body data-page="index">
|
||
<header>
|
||
<h1>GD fedl</h1>
|
||
<nav>
|
||
<a href="players.html">Players</a>
|
||
<a href="lists.html">Lists</a>
|
||
<a href="rules.html">Rules</a>
|
||
<a href="roulette.html">Roulette</a>
|
||
</nav>
|
||
</header>
|
||
<main>
|
||
<section class="wip-hero">
|
||
<div class="wip-copy">
|
||
<p class="hero-kicker">Under Construction</p>
|
||
<h2>We’re building something way better than a blank page.</h2>
|
||
<p class="hero-text">The FEDL site is currently being rebuilt. The fresh version is on the way with cleaner pages, sharper browsing, and more polished Geometry Dash chaos.</p>
|
||
|
||
<div class="hero-actions">
|
||
<a class="btn" href="lists.html">Browse Lists</a>
|
||
<a class="btn ghost-btn" href="rules.html">Read Rules</a>
|
||
<a class="btn ghost-btn" href="roulette.html">Try Roulette</a>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="wip-stage" aria-hidden="true">
|
||
<div class="construction-card">
|
||
<span class="construction-pill">WIP</span>
|
||
<div class="construction-grid">
|
||
<span></span>
|
||
<span></span>
|
||
<span></span>
|
||
<span></span>
|
||
</div>
|
||
<div class="progress-shell">
|
||
<div class="progress-bar"></div>
|
||
</div>
|
||
<p>Polishing pages, tuning visuals, and making room for more demon-fueled nonsense.</p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="wip-status-grid">
|
||
<article class="panel status-panel">
|
||
<p class="status-label">Current Status</p>
|
||
<h3>Major redesign in progress</h3>
|
||
<p class="muted">The homepage is temporarily acting as a progress screen while the rest of the site gets cleaned up.</p>
|
||
</article>
|
||
|
||
<article class="panel status-panel">
|
||
<p class="status-label">What Still Works</p>
|
||
<h3>Lists, rules, and roulette</h3>
|
||
<p class="muted">You can still jump into the core sections while the extra pages are being finished.</p>
|
||
</article>
|
||
</section>
|
||
|
||
<section class="panel discord-panel">
|
||
<div class="discord-copy">
|
||
<div class="discord-badge">
|
||
<span class="discord-logo" aria-hidden="true">
|
||
<img src="https://cdn.prod.website-files.com/6257adef93867e50d84d30e2/66e3d7f4ef6498ac018f2c55_Symbol.svg" alt="Discord logo" />
|
||
</span>
|
||
<div>
|
||
<p class="discord-label">Community</p>
|
||
<h2>Join Our Discord</h2>
|
||
</div>
|
||
</div>
|
||
|
||
<p class="discord-text">Join the FEDL Discord to ask questions about rules, talk about levels, share progress, report issues, and get help from moderators and other players.</p>
|
||
|
||
<div class="discord-highlights">
|
||
<span>Rule help</span>
|
||
<span>Level discussion</span>
|
||
<span>Moderator support</span>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="discord-actions">
|
||
<a class="btn discord-btn" href="https://discord.gg/vA8GcdCG" target="_blank" rel="noopener noreferrer">Join Now</a>
|
||
</div>
|
||
</section>
|
||
</main>
|
||
<script src="app.js"></script>
|
||
</body>
|
||
</html>
|