Added not-on-github page.

This commit is contained in:
Blallo 2019-03-24 08:33:18 +01:00
parent 5bfeeaf5d1
commit 8bbbb72776
No known key found for this signature in database
GPG key ID: 0CBE577C9B72DC3F
2 changed files with 33 additions and 1 deletions

View file

@ -20,7 +20,8 @@
</div>
<div class="container default-text-color">
<ul>
<li>less logs means less privacy problem. [<a href="https://www.ctrl.blog/entry/gdpr-web-server-logs">too many logs are bad for your users</a> ]</li>
<li>less logs means less privacy problem
[<a href="https://www.ctrl.blog/entry/gdpr-web-server-logs">too many logs are bad for your users</a> ]</li>
<li>powerful queries &amp; great CLI experience</li>
<li>light-fast deployment</li>
</ul>

31
not-on-github.html Normal file
View file

@ -0,0 +1,31 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Circolog</title>
<link rel="stylesheet" type="text/css" href="res/css/main.css">
<link rel="stylesheet" type="text/css" href="res/css/palette(6).css">
<link rel="stylesheet" type="text/css" href="res/css/asciinema-player.css">
<script src="res/js/asciinema-player.js"></script>
</head>
<body class="trianglify">
<div class="section" id="title">
<div class="container">
<h1>CIRCOLOG</h1>
</div>
</div>
<div class="section" id="intro">
<div class="container primary-text-color">
<p><a href="https://lattuga.net">lattuga.net</a> is a
self-managed server, run with clear principles of
not-for-profit and antifascist nature.</p>
<p>We think using situated, decentralized tools and
networks is fundamental to get a technological landscape
that doesn't lead to oppression.</p>
<p>We are also uncomfortable with the social-networkish
nature of services like github, that promote ill social
dynamics.</p>
</div>
</div>
</body>
</html>