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
Raw Permalink Normal View History

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