Skip to content
index.html 1.97 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 <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>

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