Skip to content
index.html 1.95 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>
    <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>
    </div>

    <div class="ideals">
      <div class="block">
        librehosters is a <span>network</span> of <span>cooperation</span> and <span>solidarity</span> that uses <span>free software</span> to encourage <span>decentralisation</span> through <span>federation</span> and <span>distributed platforms</span>. Our values connect <span>transparency</span>, <span>fairness</span> and <span>privacy</span> with a culture of <span>data portability</span> and <span>public contributions to the commons</span>.
f0x's avatar
f0x committed
      </div>

    </div>

    <div class="content">
      <h1>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>

      <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>

      <iframe class="directory" src="https://directory.libreho.st" width="100%" height="4000" frameBorder="0"></iframe>
    </div>

    <script>
      addTriangles(document.getElementById("triangles"), "hsla(208, 61%, 53%, 1)")
    </script>
  </body>
f0x's avatar
f0x committed
</html>