Add some missing links

This commit is contained in:
Griatch 2020-10-28 21:43:50 +01:00
parent 7d30574d4c
commit e0d7c654db
4 changed files with 39 additions and 4 deletions

BIN
images/btn_donateCC_LG.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

View file

@ -50,6 +50,14 @@
</div>
</div>
<div class="sponsor">
<div class="sponsor-column">
<a href="https://www.patreon.com/griatch"><img class="patreon" src="images/evennia_patreon_100x100.png" alt="Patreon"></a>
</div>
<div class="sponsor-column">
<a href="https://www.paypal.me/GriatchEvennia"><img class="paypal" src="images/btn_donateCC_LG.gif" alt="Paypal donate"></a>
</div>
</div>
</header>
<section>
@ -57,7 +65,7 @@
<a name="evennia-mudmu-creation-system" class="anchor" href="#evennia-mudmu-creation-system"><span class="octicon octicon-link"></span></a>Evennia MUD/MU* Creation System</h1>
<p><em>Evennia</em> is an open-source Python-based framework, codebase and
server for creating text-based multiplayer online games (a MUD/MU* etc) using modern
server for creating text-based multiplayer online games (aka MUD/MU* etc) using modern
technologies and tools.</p>
<h2>

View file

@ -407,6 +407,25 @@ footer {
}
.sponsor {
margin-left: -24px;
}
.patreon {
scale: 0.6;
}
.paypal {
scale: 0.6;
}
.sponsor-column {
float: left;
width: 33%;
padding: 2px;
}
/* Media alternatives */
@ -458,6 +477,14 @@ footer {
right: 200px;
}
.sponsor {
float: none;
position: absolute;
top: -2px;
right: 167px;
}
}
@ -494,7 +521,7 @@ footer {
max-width: 480px;
}
.newsfeed {
.newsfeed, .sponsor {
display: none;
}
@ -528,13 +555,13 @@ footer {
header > h1.header,
header > p.header,
.logo {
.logo, .sponsor {
display: none;
}
header {
height: 15vh;
height: 20vh;
}
.img, .img.screenshot {