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

View File

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