mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 01:06:32 +01:00
Update index page
This commit is contained in:
parent
b77bb57004
commit
c22873cf00
2 changed files with 18 additions and 18 deletions
28
index.html
28
index.html
|
|
@ -57,27 +57,28 @@
|
|||
</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>
|
||||
<h1>
|
||||
<h1>
|
||||
<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>
|
||||
octicon-link"></span></a>Evennia MUD/MU* Creation System
|
||||
|
||||
<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>
|
||||
<p>
|
||||
<a href="https://www.paypal.me/GriatchEvennia"><img class="paypal" src="images/btn_donateCC_LG.gif" alt="Paypal donate"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</h1>
|
||||
|
||||
<p><em>Evennia</em> is an open-source Python-based framework, codebase and
|
||||
server for creating text-based multiplayer online games (aka MUD/MU* etc) using modern
|
||||
technologies and tools.</p>
|
||||
|
||||
<h3>
|
||||
<!--h3>
|
||||
<a name="news" class="anchor"
|
||||
href="#news"><span class="octicon
|
||||
octicon-link"></span></a>Latest News</h2>
|
||||
|
|
@ -85,8 +86,7 @@ technologies and tools.</p>
|
|||
<ul>
|
||||
<li class="newsitem">Nov 14, 2020: Evennia 0.9.5 released! (<a href="http://evennia.blogspot.com/2020/11/evennia-095-released.html">dev blog</a>|<a href="https://github.com/evennia/evennia/blob/v0.9.5/CHANGELOG.md#evennia-095-nov-2020">changelog</a>)</li>
|
||||
<li class="newsitem">Nov 14, 2020: New evennia.com and documentation site</li>
|
||||
</ul>
|
||||
|
||||
</ul-->
|
||||
|
||||
<h2>
|
||||
<a name="live-demo" class="anchor"
|
||||
|
|
|
|||
|
|
@ -437,16 +437,16 @@ footer {
|
|||
}
|
||||
|
||||
.patreon {
|
||||
scale: 0.6;
|
||||
scale: 0.8;
|
||||
}
|
||||
|
||||
.paypal {
|
||||
scale: 0.6;
|
||||
scale: 0.8;
|
||||
}
|
||||
|
||||
.sponsor-column {
|
||||
float: left;
|
||||
width: 33%;
|
||||
float: right;
|
||||
width: 15%;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue