mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +00:00
Made footer nicer.
This commit is contained in:
parent
7fa24f5dd4
commit
b5bea5a0ed
2 changed files with 16 additions and 35 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue