2023-01-11 13:36:19 +00:00
|
|
|
{{ define "main" }}
|
|
|
|
<main class="landing">
|
|
|
|
<section class="hero maxw">
|
|
|
|
<div class="hero-copy">
|
|
|
|
<h1>HEY PUT TEXT HERE!</h1>
|
|
|
|
<div class="download-button">
|
|
|
|
<a href="https://github.com/strimertul/strimertul/releases/latest">
|
|
|
|
Download
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="screenshots"></div>
|
|
|
|
</section>
|
|
|
|
<section class="features">
|
|
|
|
<article>
|
|
|
|
<div class="maxw">
|
|
|
|
<header>One API for everything</header>
|
|
|
|
<p>
|
|
|
|
Build overlays and tooling with easy access to Twitch alerts, chat
|
|
|
|
messages and more through a single websocket interface.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</article>
|
|
|
|
<article>
|
|
|
|
<div class="maxw">
|
|
|
|
<header>No Twitch Affiliate?</header>
|
|
|
|
<p>
|
2023-01-31 12:54:34 +00:00
|
|
|
Our loyalty system lets regular viewers accrue points, claim rewards
|
|
|
|
and contribute towards community goals.
|
2023-01-11 13:36:19 +00:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</article>
|
|
|
|
<article>
|
|
|
|
<div class="maxw">
|
|
|
|
<header>Keep total control</header>
|
|
|
|
<p>
|
|
|
|
strimertül runs completely in your computer and has no remote
|
|
|
|
components.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</article>
|
|
|
|
<article>
|
|
|
|
<div class="maxw">
|
|
|
|
<header>Won't turn evil</header>
|
|
|
|
<p>
|
|
|
|
strimertül is licensed under
|
|
|
|
<a href="https://github.com/strimertul/strimertul/blob/master/LICENSE"
|
|
|
|
>AGPLv3</a
|
|
|
|
>, a strong
|
|
|
|
<a href="https://en.wikipedia.org/wiki/Copyleft">copyleft license</a>,
|
|
|
|
meaning we couldn't close it down even if we wanted!
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</article>
|
|
|
|
</section>
|
|
|
|
</main>
|
|
|
|
{{ end }}
|