mirror of
https://gitlab.com/drummyfish/anarch.git
synced 2024-11-21 08:25:05 -05:00
Update web
This commit is contained in:
parent
5b5a7a15f3
commit
84ee3f3dad
309
index.html
309
index.html
@ -11,172 +11,172 @@
|
||||
<title> Anarch </title>
|
||||
|
||||
<style>
|
||||
@font-face
|
||||
{
|
||||
font-family: Aileron;
|
||||
src: url(http://www.tastyfish.cz/Aileron-Light.otf);
|
||||
}
|
||||
@font-face
|
||||
{
|
||||
font-family: Aileron;
|
||||
src: url(http://www.tastyfish.cz/Aileron-Light.otf);
|
||||
}
|
||||
|
||||
@font-face
|
||||
{
|
||||
font-family: Aileron;
|
||||
src: url(http://www.tastyfish.cz/Aileron-Bold.otf);
|
||||
font-weight: bold;
|
||||
}
|
||||
@font-face
|
||||
{
|
||||
font-family: Aileron;
|
||||
src: url(http://www.tastyfish.cz/Aileron-Bold.otf);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@font-face
|
||||
{
|
||||
font-family: Aileron;
|
||||
src: url(http://www.tastyfish.cz/Aileron-LightItalic.otf);
|
||||
font-style: italic;
|
||||
}
|
||||
@font-face
|
||||
{
|
||||
font-family: Aileron;
|
||||
src: url(http://www.tastyfish.cz/Aileron-LightItalic.otf);
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
b
|
||||
{
|
||||
color: #d91a1a;
|
||||
}
|
||||
b
|
||||
{
|
||||
color: #d91a1a;
|
||||
}
|
||||
|
||||
ul
|
||||
{
|
||||
width: 75%;
|
||||
margin: 20px auto;
|
||||
padding: 10px;
|
||||
background-color: rgb(28,24,22);
|
||||
}
|
||||
ul
|
||||
{
|
||||
width: 75%;
|
||||
margin: 20px auto;
|
||||
padding: 10px;
|
||||
background-color: rgb(28,24,22);
|
||||
}
|
||||
|
||||
li
|
||||
{
|
||||
display: inline-block;
|
||||
width: 24%;
|
||||
margin: 10px 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
vertical-align: top;
|
||||
}
|
||||
li
|
||||
{
|
||||
display: inline-block;
|
||||
width: 24%;
|
||||
margin: 10px 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.logo
|
||||
{
|
||||
margin: 20px auto;
|
||||
}
|
||||
.logo
|
||||
{
|
||||
margin: 20px auto;
|
||||
}
|
||||
|
||||
a
|
||||
{
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-bottom: 1px solid white;
|
||||
}
|
||||
a
|
||||
{
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
border-bottom: 1px solid white;
|
||||
}
|
||||
|
||||
body
|
||||
{
|
||||
font-family: 'Aileron', sans-serif;
|
||||
max-width: 750px;
|
||||
margin: auto;
|
||||
padding: 50px 0;
|
||||
color: white;
|
||||
background-color: black;
|
||||
}
|
||||
body
|
||||
{
|
||||
font-family: 'Aileron', sans-serif;
|
||||
max-width: 750px;
|
||||
margin: auto;
|
||||
padding: 50px 0;
|
||||
color: white;
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
p
|
||||
{
|
||||
text-align: justify;
|
||||
}
|
||||
p
|
||||
{
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
h1
|
||||
{
|
||||
text-align: center;
|
||||
font-size: 70px;
|
||||
}
|
||||
h1
|
||||
{
|
||||
text-align: center;
|
||||
font-size: 70px;
|
||||
}
|
||||
|
||||
h2
|
||||
{
|
||||
font-size: 25px;
|
||||
text-align: center;
|
||||
margin: 70px 0 25px;
|
||||
color: white;
|
||||
}
|
||||
h2
|
||||
{
|
||||
font-size: 25px;
|
||||
text-align: center;
|
||||
margin: 70px 0 25px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.subtitle
|
||||
{
|
||||
display: block;
|
||||
margin: 20px;
|
||||
text-align: center;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.subtitle
|
||||
{
|
||||
display: block;
|
||||
margin: 20px;
|
||||
text-align: center;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.wow
|
||||
{
|
||||
display: block;
|
||||
width: 100%;
|
||||
font-weight: bold;
|
||||
font-size: 45px;
|
||||
text-align: center;
|
||||
color: white;
|
||||
margin: 70px auto 35px;
|
||||
text-shadow: 0px 0px 60px red;
|
||||
}
|
||||
.wow
|
||||
{
|
||||
display: block;
|
||||
width: 100%;
|
||||
font-weight: bold;
|
||||
font-size: 45px;
|
||||
text-align: center;
|
||||
color: white;
|
||||
margin: 70px auto 35px;
|
||||
text-shadow: 0px 0px 60px red;
|
||||
}
|
||||
|
||||
.wow::before, .wow::after
|
||||
{
|
||||
content: "";
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
display: inline-block;
|
||||
margin: 0 30px;
|
||||
position: relative;
|
||||
top: 4px;
|
||||
background: url(https://upload.wikimedia.org/wikipedia/commons/e/e1/Anarcho_pacifism_animation_2_inverted.gif) no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
.wow::before, .wow::after
|
||||
{
|
||||
content: "";
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
display: inline-block;
|
||||
margin: 0 30px;
|
||||
position: relative;
|
||||
top: 4px;
|
||||
background: url(https://upload.wikimedia.org/wikipedia/commons/e/e1/Anarcho_pacifism_animation_2_inverted.gif) no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.description
|
||||
{
|
||||
display: block;
|
||||
width: 75%;
|
||||
margin: 20px auto;
|
||||
font-size: 20px;
|
||||
font-style: italic;
|
||||
color: #dddddd;
|
||||
}
|
||||
.description
|
||||
{
|
||||
display: block;
|
||||
width: 75%;
|
||||
margin: 20px auto;
|
||||
font-size: 20px;
|
||||
font-style: italic;
|
||||
color: #dddddd;
|
||||
}
|
||||
|
||||
.footer
|
||||
{
|
||||
border-top: 1px solid white;
|
||||
display: block;
|
||||
margin: 40px auto;
|
||||
padding: 10px;
|
||||
font-size: 15px;
|
||||
font-style: italic;
|
||||
color: #cccccc;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
img
|
||||
{
|
||||
display: block;
|
||||
margin: auto;
|
||||
}
|
||||
.footer
|
||||
{
|
||||
border-top: 1px solid white;
|
||||
display: block;
|
||||
margin: 40px auto;
|
||||
padding: 10px;
|
||||
font-size: 15px;
|
||||
font-style: italic;
|
||||
color: #cccccc;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.subtitle
|
||||
{
|
||||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
img
|
||||
{
|
||||
display: block;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
iframe, .screenshot
|
||||
{
|
||||
display: block;
|
||||
margin: 20px auto;
|
||||
}
|
||||
.subtitle
|
||||
{
|
||||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.screenshot
|
||||
{
|
||||
width: 70%;
|
||||
}
|
||||
iframe, .screenshot
|
||||
{
|
||||
display: block;
|
||||
margin: 20px auto;
|
||||
}
|
||||
|
||||
.ap
|
||||
{
|
||||
width: 30px;
|
||||
}
|
||||
.screenshot
|
||||
{
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
.ap
|
||||
{
|
||||
width: 30px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
@ -206,13 +206,12 @@
|
||||
|
||||
<p class="description">
|
||||
This game runs everywhere and adheres to great <a href="https://suckless.org">simplicity</a>.
|
||||
It is much more efficient and portable than Doom.
|
||||
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> (including assets!) and runs with just
|
||||
<b>32 KB RAM</b>. No build system, library, internet connection or package
|
||||
manager is inherently required for compilation as the whole game is wriiten
|
||||
in pure C language.
|
||||
It is much more efficient and portable than Doom and has completely
|
||||
<b>no dependencies</b>. Not even floating point is used, in case your
|
||||
computer doesn't have the HW unit. The game can fit into <b>200 KB</b>
|
||||
(including assets!) and can run with just <b>32 KB RAM</b>. No build system,
|
||||
library, internet connection or package manager is inherently required for
|
||||
compilation as the whole game is written in pure C language.
|
||||
</p>
|
||||
|
||||
<p class="description">
|
||||
@ -223,8 +222,8 @@
|
||||
<span class="wow">MORE THAN A GAME</span>
|
||||
|
||||
<p class="description">
|
||||
This is not a mere entertainment tool meant for killing time or pursuing low
|
||||
goals such as making profit, this is an art, a tool, a blueprint, a manifesto.
|
||||
This is not a mere entertainment toy meant for killing time or pursuing low
|
||||
goals such as making profit, this is art, a tool, a blueprint, a manifesto.
|
||||
Anarch is completely gratis and free as in freedom and besides entertainment
|
||||
can also be used for hacking, education, research, media creation, as a benchmark,
|
||||
as a test, as an environment, as an engine, as a basis for something greater.
|
||||
|
Loading…
Reference in New Issue
Block a user