Update index.html
This commit is contained in:
parent
b1ae2c3028
commit
630cad757b
32
index.html
32
index.html
|
@ -35,32 +35,28 @@
|
|||
<div class="spacer"></div>
|
||||
<div class="spacer"></div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h1>Welcome to the Hectabit Homepage!</h1>
|
||||
<h1>Welcome to homepage HectaBit!</h1>
|
||||
<div class="spacer"></div>
|
||||
<li><h1>HectaBit news</h1></li>
|
||||
<div class="spacer"></div>
|
||||
<li><p1>RIP Burgernotes... In memory of burgernotes, we have forked and fixed the service into PageBurger!</p1></li>
|
||||
<div class="spacer"></div>
|
||||
<li><p1>Matrix is back, and better than ever! We also introduced a new email service!</p1></li>
|
||||
<div class="spacer"></div>
|
||||
<li><p1>We have scaled up our systems to an Intel Pentium laptop, a much needed upgrade over the Raspberry</p1><a href="/pi" target="_blank"> Pi.</a><p1> We are planning to bring matrix back soon...</p1></li>
|
||||
<li><h1>What is HectaBit?</h1></li>
|
||||
<div class="spacer"></div>
|
||||
<li><p1>We have brought matrix down due to performance issues, it will be back up when we upscale in future.</p1></li>
|
||||
<li><p1>HectaBit is a not-for-profit project hosted in the United Kingdom</p1></li>
|
||||
<div class="spacer"></div>
|
||||
<li><p1>We are disappointed to say there was an attack on Centrifuge, on the 8th of October 2023. It was unsuccessful.</p1></li>
|
||||
<li><h1>What do you do?</h1></li>
|
||||
<div class="spacer"></div>
|
||||
<li><p1>We are hosting a burgernotes instance, as seen in the sidebar. Just sign up!</p1></li>
|
||||
<li><p1>HectaBit creates Free and Open Source software for anyone to fork and use</p1></li>
|
||||
<div class="spacer"></div>
|
||||
<li><p1>We are now a Matrix HomeServer, including federation. Just sign up!</p1></li>
|
||||
<div class="spacer"></div>
|
||||
<li><p1>Our new infrastructuring is complete: we are now 100% self reliant!</p1></li>
|
||||
<div class="spacer"></div>
|
||||
<li><p1>Everything is now hosting on a Raspberry</p1><a href="/pi" target="_blank"> Pi!</a></li>
|
||||
<div class="spacer"></div>
|
||||
<li><h1>HectaBit is a not-for-profit body hosted in the United Kingdom, 100% remotely!</h1></li>
|
||||
</div>
|
||||
<script>
|
||||
<li><h1>Who is in charge?</h1></li>
|
||||
<div class="spacer"></div>
|
||||
<li><p1>HectaBit is ran 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>
|
||||
document.getElementById("sidebutton").addEventListener("click", function() {
|
||||
var sidebar = document.querySelector(".sidebar");
|
||||
var content = document.querySelector(".content");
|
||||
|
|
Reference in New Issue