Made footer nicer.

This commit is contained in:
Daniel Buckmaster 2014-04-18 13:58:17 +10:00
parent 7fa24f5dd4
commit b5bea5a0ed
2 changed files with 16 additions and 35 deletions

View file

@ -85,30 +85,22 @@
{{ content }}
<div class="footer">
<div class="container">
<div class="row">
<table class="contact">
<tr>
<td>Visit us on GitHub</td>
<td><a href="https://github.com/GarageGames/Torque3D">github.com/GarageGames/Torque3D</a></td>
</tr>
<tr>
<td>or at home</td>
<td><a href="http://garagegames.com/community">garagegames.com/community</a></td>
</tr>
<tr>
<td>design by</td>
<td><a href="https://github.com/eightyeight">eightyeight</a></td>
</tr>
</table>
</div>
<div class="row" style="display: none">
<div class="contact">
long parargrph with lots of words and things I do hope it works properly
</div>
</div>
<div class="container">
<div class="footer">
<table class="contact">
<tr>
<td>Visit us on GitHub</td>
<td><a href="https://github.com/GarageGames/Torque3D">github.com/GarageGames/Torque3D</a></td>
</tr>
<tr>
<td>or at home</td>
<td><a href="http://garagegames.com/community">garagegames.com/community</a></td>
</tr>
<tr>
<td>design by</td>
<td><a href="https://github.com/eightyeight">eightyeight</a></td>
</tr>
</table>
</div>
</div>
</div>