mirror of
https://git.sr.ht/~ashkeel/strimertul-website
synced 2024-11-21 21:22:21 +00:00
no flashbang
This commit is contained in:
parent
b80e60eef3
commit
6093a829c4
4 changed files with 12 additions and 6 deletions
|
@ -24,7 +24,8 @@
|
|||
<a
|
||||
href="https://github.com/strimertul/kilovolt/blob/main/PROTOCOL.md"
|
||||
>documented protocol</a
|
||||
>, but we also maintain bindings for popular languages such as
|
||||
>, but there are also officially supported bindings for popular
|
||||
languages such as
|
||||
<a href="https://github.com/strimertul/kilovolt-client-ts"
|
||||
>Typescript</a
|
||||
>,
|
||||
|
@ -52,8 +53,8 @@
|
|||
<div>
|
||||
<header>No Twitch Affiliate?</header>
|
||||
<p>
|
||||
Our loyalty system lets regular viewers accrue points, claim
|
||||
rewards and contribute towards community goals.
|
||||
The built-in loyalty system lets regular viewers accrue points,
|
||||
claim rewards and contribute towards community goals.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -65,8 +66,8 @@
|
|||
<div class="flex-copy">
|
||||
<header>Keep total control of your tech</header>
|
||||
<p>
|
||||
Unlike popular alternatives, strimertül runs completely in your
|
||||
computer and has no remote components.
|
||||
Strimertül runs completely in your computer and has no remote
|
||||
components.
|
||||
</p>
|
||||
</div>
|
||||
{{ $image := resources.Get "landing/downloads.png" }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "normalize.css";
|
||||
@import "normalize.scss";
|
||||
@import url("https://rsms.me/inter/inter.css");
|
||||
|
||||
@import "_vars.scss";
|
||||
|
|
|
@ -7,5 +7,10 @@
|
|||
{{ $style := resources.Get "scss/main.scss" | resources.ToCSS (dict
|
||||
"targetPath" "css/main.css" "enableSourceMap" true ) | minify |
|
||||
resources.Fingerprint }}
|
||||
<style>
|
||||
body {
|
||||
background-color: hsl(0, 0%, 8.5%);
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="{{ $style.RelPermalink }}" />
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue