mirror of
https://gitlab.com/drummyfish/anarch.git
synced 2024-11-23 17:32:16 -05:00
Update website
This commit is contained in:
parent
f86d99daba
commit
36cec8a911
39
index.html
39
index.html
@ -14,29 +14,34 @@
|
||||
@font-face
|
||||
{
|
||||
font-family: Aileron;
|
||||
src: url(Aileron-Light.otf);
|
||||
src: url(http://www.tastyfish.cz/Aileron-Light.otf);
|
||||
}
|
||||
|
||||
@font-face
|
||||
{
|
||||
font-family: Aileron;
|
||||
src: url(Aileron-Bold.otf);
|
||||
src: url(http://www.tastyfish.cz/Aileron-Bold.otf);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@font-face
|
||||
{
|
||||
font-family: Aileron;
|
||||
src: url(Aileron-LightItalic.otf);
|
||||
src: url(http://www.tastyfish.cz/Aileron-LightItalic.otf);
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
b
|
||||
{
|
||||
color: #d91a1a;
|
||||
}
|
||||
|
||||
ul
|
||||
{
|
||||
width: 90%;
|
||||
margin: auto;
|
||||
padding: 0;
|
||||
border: 1px dotted red;
|
||||
background-color: rgb(28,24,22);
|
||||
}
|
||||
|
||||
li
|
||||
@ -57,7 +62,7 @@
|
||||
|
||||
body
|
||||
{
|
||||
font-family: 'Aileron', 'Montserrat', sans-serif;
|
||||
font-family: 'Aileron', sans-serif;
|
||||
max-width: 750px;
|
||||
margin: auto;
|
||||
padding: 50px 0;
|
||||
@ -159,24 +164,26 @@
|
||||
|
||||
<h1>Anarch</h1>
|
||||
|
||||
<span class="subtitle">the suckless, anticapitalist, public domain game, for everyone</span>
|
||||
|
||||
<img src="media/logo_big.png">
|
||||
|
||||
<span class="subtitle">the suckless, anticapitalist, public domain game, for everyone</span>
|
||||
|
||||
<span class="wow">THIS IS SPECIAL</span>
|
||||
|
||||
<iframe width="560" height="315" sandbox="allow-same-origin allow-scripts" src="https://peertube.mastodon.host/videos/embed/6c901037-b68b-45ac-8714-18903f34354c" frameborder="0" allowfullscreen></iframe>
|
||||
|
||||
<p class="description">
|
||||
This isn't a 90s style retro shooter, this <b>is</b> a 90s shooter.
|
||||
</p>
|
||||
|
||||
<p class="description">
|
||||
This game runs everywhere and adheres to extreme <a href="https://suckless.org">simplicity</a>.
|
||||
It is so efficient, portable and hackable that not even Doom can
|
||||
match it. It has completely <b>no dependencies</b> and doesn't even
|
||||
use floating point in case your computer doesn't have it. It can
|
||||
fit into TODO (with assets included!) and runs with XXX RAM. No build
|
||||
system, library, internet connection or package manager is required for
|
||||
compilation.
|
||||
It is so efficient and portable that not even Doom can match it.
|
||||
It has completely <b>no dependencies</b> and doesn't even
|
||||
use floating point in case your computer doesn't have the HW unit. It can
|
||||
fit into <b>200 KB</b> (with assets included!) and runs with just
|
||||
<b>32 KB RAM</b>. No build system, library, internet connection or package
|
||||
manager is required for compilation.
|
||||
</p>
|
||||
|
||||
<p class="description">
|
||||
@ -202,7 +209,7 @@
|
||||
I have purposefully created everything myself from scratch,
|
||||
including the engine, graphics, sounds, music, even the font and palette,
|
||||
so that I could eventually give up all my rights and
|
||||
dedicate this game fully and completely to the public domain,
|
||||
dedicate this game fully and <b>completely to the public domain</b>,
|
||||
to you, my dear fellow human being. No one shoud be allowed to own
|
||||
information and art.
|
||||
</p>
|
||||
@ -215,8 +222,6 @@
|
||||
|
||||
<img src="https://upload.wikimedia.org/wikipedia/commons/e/e1/Anarcho_pacifism_animation_2_inverted.gif">
|
||||
|
||||
<iframe width="560" height="315" sandbox="allow-same-origin allow-scripts" src="https://peertube.mastodon.host/videos/embed/6c901037-b68b-45ac-8714-18903f34354c" frameborder="0" allowfullscreen></iframe>
|
||||
|
||||
<h2><a href="https://gitlab.com/drummyfish/anarch#faq">FAQ</a></h2>
|
||||
|
||||
<h2>Download</h2>
|
||||
@ -252,7 +257,7 @@
|
||||
<span class="love">love and peace <3</span>
|
||||
|
||||
<p class="footer">
|
||||
This page and its content, made by drummyfish, is released under
|
||||
This page and the presented game, both made by drummyfish, are released under
|
||||
<a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0</a>.
|
||||
This page uses <a href="http://dotcolon.net/font/aileron/">Aileron</a>
|
||||
CC0 font (if loaded properly).
|
||||
|
Loading…
Reference in New Issue
Block a user