Skip to content
index.html 2.2 KiB
Newer Older
f0x's avatar
f0x committed
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=devicewidth" />
        <title>libreho.st - the librehosters network</title>
f0x's avatar
f0x committed
        <link href="style.css" rel="stylesheet" type="text/css">
    </head>
    <body id="body">
      <div id="triangles">
      </div>
      <div class="header">
        <h1>libreho.st - the librehosters network</h1>
f0x's avatar
f0x committed
      </div>
      <div class="ideals">
        <div class="block">
		librehosters is a <a href="">network</a> of <a href="">cooperation</a> and <a href="">solidarity</a> that uses <a href="">free software</a> to encourage <a href="">decentralisation</a> through <a href="">federation</a> and <a href="">distributed platforms</a>. Our values connect <a href="">transparency</a>, <a href="">fairness</a> and <a href="">privacy</a> with a culture of <a href="">data portability</a> and <a href="">public contributions to the commons</a>.
f0x's avatar
f0x committed
        </div>
      </div>
f0x's avatar
f0x committed
      <div id="attribution">
        Animation adapted from <a href='https://blog.alexwendland.com/2015/particle-network-js-animations/'>Alex</a> released <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>
      </div>
f0x's avatar
f0x committed
      <div class="content">
	<h1 id="blah">How to participate in the project?</h1>
	<p align="center">
	We currently have a discussion ongoing at <a href="https://talk.libreho.st" target="_blank" rel="noopener noreferrer">talk.libreho.st</a> and are developing tools at <a href="https://lab.libreho.st" target="_blank" rel="noopener noreferrer">lab.libreho.st</a>. 
	</p>
realitygaps's avatar
realitygaps committed
	<p align="center">If you would like to be included in this list please add a <a href="https://lab.libreho.st/librehosters/librehost-api" target="_blank" rel="noopener noreferrer">librehost.json file</a> to your projects website and add the project itself to the <a href="https://lab.libreho.st/librehosters/directory" target="_blank" rel="noopener noreferrer">librehosters directory repository</a>.
	</p>	<br/>
	<iframe src="https://directory.libreho.st" width="100%" height="4000" frameBorder="0"></iframe>
f0x's avatar
f0x committed
      </div>
      <script>
f0x's avatar
f0x committed
        addTriangles(document.getElementById("triangles"), "hsla(208, 61%, 53%, 1)")
f0x's avatar
f0x committed
      </script>
    </body>
</html>