This repository has been archived on 2024-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
hectabit-website/index.html

44 lines
1.7 KiB
HTML
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="hectabitstyles.css">
<title>HectaBit Homepage</title>
<link rel="icon" href="/assets/img/hectabit.svg">
</head>
<body>
<div class="closebar">
<button id="sidebutton">&gt;</button>
<button onclick="toggleDarkMode()" style="top: 48px;">
<img class="darkmodeicon" alt="Toggle Dark Mode" src="/assets/img/moon.svg">
</button>
</div>
<iframe src="/sidebar.html" class="sidecontainer" id="iframe"></iframe>
<div class="content">
<h1>Welcome to HectaBit homepage!</h1>
<div class="spacer"></div>
<div class="spacer"></div>
<div class="spacer"></div>
<li><h1>What is HectaBit?</h1></li>
<div class="spacer"></div>
<li><p1>HectaBit is a not-for-profit project hosted in the United Kingdom</p1></li>
<div class="spacer"></div>
<li><h1>What do you do?</h1></li>
<div class="spacer"></div>
<li><p1>HectaBit creates Free and Open Source software for anyone to fork and use</p1></li>
<div class="spacer"></div>
<li><h1>Who is in charge?</h1></li>
<div class="spacer"></div>
<li><p1>HectaBit is run by the community - anyone can join, so long as they contribute.</p1></li>
<div class="spacer"></div>
<li><h1>Who are these contributors (so far)?</h1></li>
<div class="spacer"></div>
<li><p1>You can find a list of our amazing contributors </p1><a href=/halloffame>here!</a></li>
</div>
<script src=/sidebar.js></script>
<script src=/darkmode.js></script>
</body>
</html>