39 lines
1.9 KiB
Plaintext
39 lines
1.9 KiB
Plaintext
{% set stylesheet = "/static/css/about.css" %}
|
|
{% include "header" %}
|
|
<body>
|
|
{%include "navbar" %}
|
|
<div class="content-wrapper">
|
|
<div class="content">
|
|
<div class="pure-g">
|
|
<div class="card l-box pure-u-1">
|
|
<h3 class="content-subhead">Privacy by default</h3>
|
|
<p>All you need to sign up is a username and an instance in mind.</p>
|
|
<p>Email is only required if you want password recovery.</p>
|
|
<p><em>Unused accounts with no emails are deleted after 2 weeks of no use.</em></p>
|
|
</div>
|
|
<div class="card l-box pure-u-1">
|
|
<h3 class="content-subhead">Can I join other instances?</h3>
|
|
<p>Of course, your name will just be name@HomeInstance.io unless you have a display name setup.</p>
|
|
</div>
|
|
<div class="card l-box pure-u-1">
|
|
<h3 class="content-subhead">Chan inspired messaging</h3>
|
|
<p>By default chat messags only last up to one month before they are cleaned out.</p>
|
|
</div>
|
|
<div class="card l-box pure-u-1">
|
|
<h3 class="content-subhead">So it's free right?</h3>
|
|
<p>Yeap free as in freedom and free as in free beer always!</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
<!-- If jquery doesn't come first things like dropdown menus break -->
|
|
<script
|
|
src="https://code.jquery.com/jquery-3.4.1.slim.js"
|
|
integrity="sha256-BTlTdQO9/fascB1drekrDVkaKd9PkwBymMlHOiG+qLI="
|
|
crossorigin="anonymous"></script>
|
|
<script
|
|
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
|
|
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
|
crossorigin="anonymous"></script>
|
|
</html> |