Skip to content
index.html 2.61 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="network">How to join the network?</h1>
f0x's avatar
f0x committed

	The librehosters network is work in progress at this point. First gathering kicked of the creation of the network, inspired by the <a href="https://chatons.org" target="_blank" rel="noopener noreferrer">CHATONS network</a> in the french speaking world. Libre Selfhosters are also welcome in the network.
<br/><br/>
	<h1 id="blah">How to participate in the project?</h1>
f0x's avatar
f0x committed

	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>. A directory of librehosters is available at <a href="https://directory.libreho.st" target="_blank" rel="noopener noreferrer">https://directory.libreho.st</a>. 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>.
f0x's avatar
f0x committed
      </div>
      <script src="animation.js">
      </script>
      <script>
f0x's avatar
f0x committed
        addTriangles(document.getElementById("triangles"), "hsla(208, 61%, 53%, 1)")
f0x's avatar
f0x committed
      </script>
    </body>
</html>