Files
gd-list/about.html
T

82 lines
4.1 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6951907799659255"
crossorigin="anonymous"></script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="description" content="About FEDL - Your hub for the Geometry Dash demon list">
<meta name="keywords" content="demon list, about, geometry dash, fedl">
<title>About — GD fedl</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/png" href="pageicon.png">
</head>
<body data-page="about">
<header>
<h1>About</h1>
<nav>
<a href="index.html">Home</a>
<a href="lists.html">Lists</a>
<a href="run.html">Submit Run</a>
<a href="roulette.html">Roulette</a>
<a href="rules.html">Rules</a>
<a href="players.html">Players</a>
<a href="messages.html">Messages</a>
<a href="contact.html">Contact</a>
<a href="about.html">About</a>
</nav>
</header>
<main class="rules-page">
<section class="rule-section">
<h2>What is FEDL?</h2>
<p>FEDL stands for <strong>Fair Extreme Demon List</strong>. We strive to be the most up-to-date, fair, and least-restrictive demon list for Geometry Dash. Our goal is to provide accurate rankings while keeping the submission process accessible and transparent for all players.</p>
</section>
<section class="rule-section">
<h2>Our Mission</h2>
<p>Unlike other demon lists with complex rules and strict requirements, FEDL focuses on fairness and inclusivity. We aim to verify demons quickly, accept a wide variety of completion methods, and maintain an up-to-date ranking that reflects the current state of the game.</p>
</section>
<section class="rule-section">
<h2>Features</h2>
<ul class="rules-list">
<li><strong>Browse the List</strong> - Search and filter through all ranked demons by title or rank position.</li>
<li><strong>Watch Runs</strong> - View completion videos directly on the list page for each demon.</li>
<li><strong>Submit Runs</strong> - Send your own completions for review by the moderation team.</li>
<li><strong>Roulette</strong> - Randomly select demons from the list to play or challenge yourself with.</li>
<li><strong>Player Profiles</strong> - Track your submissions and see your history on the site.</li>
<li><strong>Messages</strong> - Communicate with other players and receive updates on your submissions.</li>
</ul>
</section>
<section class="rule-section">
<h2>How It Works</h2>
<p>The site pulls its ranking data from the official demon list and updates regularly as new demons are verified. When you submit a run, it goes through a review process where moderators check that your video meets the requirements outlined in the rules page.</p>
<p>Once approved, your run gets linked to the corresponding demon on the list, making it visible to everyone who visits the site.</p>
</section>
<section class="rule-section">
<h2>Theme Options</h2>
<p>FEDL includes 14 different themes to customize your viewing experience. Visit the <a href="account.html" style="color:var(--accent)">Account page</a> to choose from themes like Default, Light, Ocean, Cyberpunk, Matrix, Fire, Galaxy, and more!</p>
</section>
<section class="rule-section">
<h2>Keyboard Shortcuts</h2>
<ul class="rules-list">
<li><strong>/</strong> - Focus the search bar</li>
<li><strong>H</strong> - Go to Home</li>
<li><strong>L</strong> - Go to Lists</li>
<li><strong>R</strong> - Go to Run submission</li>
<li><strong>?</strong> - Go to Rules</li>
<li><strong>Esc</strong> - Close modals</li>
</ul>
</section>
<section class="rule-section">
<h2>Credits</h2>
<p>FEDL is built and maintained by the community. Thanks to all the moderators who review submissions, the players who submit runs, and everyone who helps keep the demon list up to date.</p>
</section>
</main>
<script src="app.js" defer></script>
</body>
</html>