Skip to content
index.html 2.16 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>librehost</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>librehost</h1>
f0x's avatar
f0x committed
      </div>
      <div class="ideals">
        <div class="block">
realitygaps's avatar
realitygaps committed
		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>. We value <a href="">transparency</a>, <a href="">fairness</a> and <a href="">privacy</a> and work towards <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 CHATONS, network 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">talk.libreho.st</a> and are developing tools at <a href="https://lab.libreho.st">lab.libreho.st</a>. A list of librehosters will soon be published at <a href="https://libreho.st/librehosters">libreho.st/librehosters</a>. If you would like to be included in this list please add a librehost.json file to your projects website and add the project itself to the librehosters directory repository (coming soon.)
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>