mirror of
https://gitlab.com/drummyfish/anarch.git
synced 2025-02-16 07:00:11 -05:00
Add quotes
This commit is contained in:
parent
d254f8c412
commit
c41d2b6c8d
35
index.html
35
index.html
@ -177,6 +177,33 @@
|
|||||||
{
|
{
|
||||||
width: 30px;
|
width: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.quotes
|
||||||
|
{
|
||||||
|
display: block;
|
||||||
|
width: 75%;
|
||||||
|
margin: 10px auto;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.quotes dt
|
||||||
|
{
|
||||||
|
margin-top: 35px;
|
||||||
|
font-style: italic;
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.quotes dt a
|
||||||
|
{
|
||||||
|
text-decoration: none;
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.quotes dt a::before, .quotes dt a::after
|
||||||
|
{
|
||||||
|
content: "\"";
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@ -189,6 +216,12 @@
|
|||||||
|
|
||||||
<span class="subtitle"><a href="https://drummyfish.itch.io/anarch">itch.io</a></span>
|
<span class="subtitle"><a href="https://drummyfish.itch.io/anarch">itch.io</a></span>
|
||||||
|
|
||||||
|
<dl class="quotes">
|
||||||
|
<dt> <a href="https://forum.freegamedev.net/viewtopic.php?f=22&t=14771#p95387">Easily the most plain and boring FPS I've ever played.</a> </dt> <dd> Onpon4, libre game developer </dd>
|
||||||
|
<dt> <a href="https://talk.pokitto.com/t/anarch-doom-clone-fps/2008/70">Technically the most impressive game on Pokito yet.</a> </dt> <dd> Jonne, the creator of Pokitto </dd>
|
||||||
|
<dt> <a href="https://archive.li/tFWrL#84%">Kill yourself.</a> </dt> <dd> Anonymous on 4chan </dd>
|
||||||
|
</dl>
|
||||||
|
|
||||||
<span class="wow">THIS IS SPECIAL</span>
|
<span class="wow">THIS IS SPECIAL</span>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
@ -257,7 +290,7 @@
|
|||||||
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 you and for the greater good.
|
profit. This is made out of <b>love</b>, for you and for the greater good.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>Download</h2>
|
<h2>Download</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user