mirror of
https://gitlab.com/drummyfish/anarch.git
synced 2024-12-21 23:08:49 -05:00
Update web
This commit is contained in:
parent
8ca0912bbb
commit
fb568aa94e
90
index.html
90
index.html
@ -53,47 +53,52 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.logo
|
||||||
|
{
|
||||||
|
margin: 20px auto;
|
||||||
|
}
|
||||||
|
|
||||||
a
|
a
|
||||||
{
|
{
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: white;
|
color: white;
|
||||||
border-bottom: 1px solid white;
|
border-bottom: 1px solid white;
|
||||||
}
|
}
|
||||||
|
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
font-family: 'Aileron', sans-serif;
|
font-family: 'Aileron', sans-serif;
|
||||||
max-width: 750px;
|
max-width: 750px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 50px 0;
|
padding: 50px 0;
|
||||||
color: white;
|
color: white;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
p
|
p
|
||||||
{
|
{
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1
|
h1
|
||||||
{
|
{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 70px;
|
font-size: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2
|
h2
|
||||||
{
|
{
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 80px 0 25px;
|
margin: 80px 0 25px;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-subtitle
|
.site-subtitle
|
||||||
{
|
{
|
||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wow
|
.wow
|
||||||
@ -151,39 +156,41 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
iframe
|
iframe, .screenshot
|
||||||
{
|
{
|
||||||
display: block;
|
display: block;
|
||||||
margin: auto;
|
margin: 20px auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.screenshot
|
||||||
|
{
|
||||||
|
width: 50%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>WIP!!!!!!</h1>
|
<img class="logo" src="media/logo_big.png">
|
||||||
|
|
||||||
<h1>Anarch</h1>
|
<span class="subtitle"><i>suckless, anticapitalist, public domain game for everyone</i></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>
|
<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>
|
<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">
|
<p class="description">
|
||||||
This isn't a 90s style retro shooter, this <b>is</b> a 90s shooter.
|
This isn't a 90s style retro shooter, this <b>is</b> a 90s shooter. It's all yours.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="description">
|
<p class="description">
|
||||||
This game runs everywhere and adheres to extreme <a href="https://suckless.org">simplicity</a>.
|
This game runs everywhere and adheres to great <a href="https://suckless.org">simplicity</a>.
|
||||||
It is so efficient and portable that not even Doom can match it.
|
It is much more efficient and portable that Doom.
|
||||||
It has completely <b>no dependencies</b> and doesn't even
|
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
|
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
|
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
|
<b>32 KB RAM</b>. No build system, library, internet connection or package
|
||||||
manager is required for compilation.
|
manager is inherently required for compilation as the whole game is wriiten
|
||||||
|
in pure C language.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="description">
|
<p class="description">
|
||||||
@ -194,14 +201,17 @@
|
|||||||
<span class="wow">MORE THAN A GAME</span>
|
<span class="wow">MORE THAN A GAME</span>
|
||||||
|
|
||||||
<p class="description">
|
<p class="description">
|
||||||
This is not a mere game meant for killing time or low goals such as making
|
This is not a mere entertainment tool meant for killing time or pursuing low
|
||||||
profit, this is an art, a tool, a blueprint, a manifesto. Anarch can be
|
goals such as making profit, this is an art, a tool, a blueprint, a manifesto.
|
||||||
used for entertainment, but also for education, research, media creation,
|
Anarch is completely gratis and free as in freedom and besides entertainment
|
||||||
as a benchmark, as a test, as an environment, as an engine, as a basis for
|
can also be used for hacking, education, research, media creation, as a benchmark,
|
||||||
something greater. Only your imagination is the limit. Nothing is hidden,
|
as a test, as an environment, as an engine, as a basis for something greater.
|
||||||
everything is allowed and encouraged, no burdens are imposed.
|
You are not limited by anything. Nothing is hidden, everything is allowed,
|
||||||
|
no burdens are imposed.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<img class="screenshot" src="https://talk.pokitto.com/uploads/default/original/2X/e/e69a5e26aee3bd726494e793770911ab83345187.png">
|
||||||
|
|
||||||
<span class="wow">NO ONE OWNS THIS</span>
|
<span class="wow">NO ONE OWNS THIS</span>
|
||||||
|
|
||||||
<p class="description">
|
<p class="description">
|
||||||
@ -215,9 +225,9 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="description">
|
<p class="description">
|
||||||
I've done my best to ensure this is 100% free as in freedom sotware and
|
I've done my best to ensure this is 100% free as in freedom software and
|
||||||
culture, well understandable and documented. This isn't made for any
|
culture, well understandable and documented. This isn't made for any
|
||||||
profit. This is made out of <b>love</b>, for the greater good.
|
profit. This is made out of <b>love</b>, for you and for the greater good.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<img src="https://upload.wikimedia.org/wikipedia/commons/e/e1/Anarcho_pacifism_animation_2_inverted.gif">
|
<img src="https://upload.wikimedia.org/wikipedia/commons/e/e1/Anarcho_pacifism_animation_2_inverted.gif">
|
||||||
|
Loading…
Reference in New Issue
Block a user