Updated footer with data source.

This commit is contained in:
A. Svensson 2015-03-09 18:41:36 +01:00
parent ace2159fac
commit 9965327d0a
2 changed files with 16 additions and 7 deletions

View File

@ -96,6 +96,7 @@ body {
bottom: 0;
left: 0;
right: 0;
text-align: center;
}
#bottom_footer a {
@ -112,6 +113,10 @@ body {
float: right;
}
.left {
float: left;
}
.bold {
font-weight: bold;
}

View File

@ -32,13 +32,17 @@
<footer id="bottom_footer">
<p>
{% comment %}
TODO: not sure about the copyright stuff when fetching data from
the ss13 game page at:
http://www.byond.com/games/exadv1/spacestation13
{% endcomment %}
Copyright © {% now 'Y' %}
A. Svensson
{# TODO: not sure about the copyright stuff when fetching ext. data #}
<span class="left">
Copyright © {% now 'Y' %}
A. Svensson
</span>
Using raw data from
<a href="http://www.byond.com/games/exadv1/spacestation13">
Byond.
</a>
<span class="right">
Source code at
<a href="https://github.com/lmas/ss13_hub">Github</a>.