website/templates/index.html
tezlm 3517c338e5
fix the rename
This reverts commit bb1dbee306.
2024-01-26 17:38:20 -08:00

56 lines
1.7 KiB
HTML

{% extends "base.html" %}
{% block title %}home{% endblock %}
{% block content %}
<header>
</header>
<section id="blurb">
<h1>jackwagon is federated e2ee thread only chats done right</h1>
<a href="#" style="background:#822eba">try it out</a> <a href="/docs/hello">read docs</a>
</section>
<section id="video">
<video src="./psyqui.mp4" controls></video>
</section>
<section id="about">
<div>
<h2>why</h2>
<ul>
<li>Like zulip or discord forum channels, but but taken to its logical conclusion</li>
<li>Federated/decentralized and built to last</li>
<li>Aiming to be a complete and usable system out of the box, with minimal setup or maintenence</li>
</ul>
</div>
<div>
<h2>why not</h2>
<ul>
<li>It kinda does its own thing and won't easily replace $APP</li>
<li>It's yet another platform that you'll have to convince your friends to use</li>
<li>Extremely early alpha that probably shouldn't even been released</li>
</ul>
</div>
<div>
<h2>other info</h2>
<ul>
<li>Forked from <a href="https://matrix.org">matrix</a> and <a href="https://conduit.rs">conduit</a> (but incompatible!)</li>
<li>Free and open source software</li>
</ul>
</div>
</section>
<svg width="100%" height="10px">
<line id="line" stroke-dasharray="
10, 10, 30, 10, 30, 10, 30, 30,
10, 10, 30, 30,
30, 10, 10, 10, 30, 10, 10, 30,
30, 10, 10, 10, 30, 30,
10, 10, 30, 10, 30, 30,
10, 10, 30, 30,
30, 10, 30, 10, 10, 30,
30, 10, 30, 10, 30, 30,
30, 10, 10, 30"
x1="0" y1="5px" x2="100%" y2="5px"
style="stroke: var(--background-2)" stroke-width="10"
stroke-dashoffset="0"
/>
</svg>
{% endblock %}