mirror of
https://git.sr.ht/~ashkeel/strimertul-website
synced 2024-11-21 21:22:21 +00:00
more text in landing page
This commit is contained in:
parent
a31b2dd074
commit
b80e60eef3
1 changed files with 19 additions and 6 deletions
|
@ -19,7 +19,20 @@
|
||||||
<header>One API for everything</header>
|
<header>One API for everything</header>
|
||||||
<p>
|
<p>
|
||||||
Build overlays and tooling with easy access to Twitch alerts, chat
|
Build overlays and tooling with easy access to Twitch alerts, chat
|
||||||
messages and more through a single websocket interface.
|
messages and more through a single websocket interface. The API
|
||||||
|
strives for simplicity with a
|
||||||
|
<a
|
||||||
|
href="https://github.com/strimertul/kilovolt/blob/main/PROTOCOL.md"
|
||||||
|
>documented protocol</a
|
||||||
|
>, but we also maintain bindings for popular languages such as
|
||||||
|
<a href="https://github.com/strimertul/kilovolt-client-ts"
|
||||||
|
>Typescript</a
|
||||||
|
>,
|
||||||
|
<a href="https://github.com/strimertul/kilovolt-client-go">Go</a>
|
||||||
|
and
|
||||||
|
<a href="https://github.com/strimertul/kilovolt-client-python"
|
||||||
|
>Python</a
|
||||||
|
>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{{ $image := resources.Get "landing/websocket.svg" }}
|
{{ $image := resources.Get "landing/websocket.svg" }}
|
||||||
|
@ -50,10 +63,10 @@
|
||||||
<div class="maxw">
|
<div class="maxw">
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
<div class="flex-copy">
|
<div class="flex-copy">
|
||||||
<header>Keep total control</header>
|
<header>Keep total control of your tech</header>
|
||||||
<p>
|
<p>
|
||||||
strimertül runs completely in your computer and has no remote
|
Unlike popular alternatives, strimertül runs completely in your
|
||||||
components.
|
computer and has no remote components.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{{ $image := resources.Get "landing/downloads.png" }}
|
{{ $image := resources.Get "landing/downloads.png" }}
|
||||||
|
@ -67,9 +80,9 @@
|
||||||
{{ $image := resources.Get "landing/AGPLv3_Logo.svg" }}
|
{{ $image := resources.Get "landing/AGPLv3_Logo.svg" }}
|
||||||
<img class="landing-point" src="{{ $image.RelPermalink }}" />
|
<img class="landing-point" src="{{ $image.RelPermalink }}" />
|
||||||
<div>
|
<div>
|
||||||
<header>Won't turn evil</header>
|
<header>Free and won't turn evil</header>
|
||||||
<p>
|
<p>
|
||||||
strimertül is licensed under
|
strimertül is free and open source under the
|
||||||
<a
|
<a
|
||||||
href="https://github.com/strimertul/strimertul/blob/master/LICENSE"
|
href="https://github.com/strimertul/strimertul/blob/master/LICENSE"
|
||||||
>AGPLv3</a
|
>AGPLv3</a
|
||||||
|
|
Loading…
Reference in a new issue