mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
Finished up 'getting started' page.
This commit is contained in:
parent
7691d7dc55
commit
dce260e9e1
3 changed files with 109 additions and 34 deletions
|
|
@ -87,22 +87,19 @@
|
|||
<div class="footer">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="contact">
|
||||
<p>
|
||||
Visit us on GitHub<br />
|
||||
Or at home<br />
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="contact">
|
||||
<p>
|
||||
<a href="https://github.com/GarageGames/Torque3D">github.com/GarageGames/Torque3D</a><br />
|
||||
<a href="http://garagegames.com/community">garagegames.com/community</a><br />
|
||||
</p>
|
||||
</div>
|
||||
<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>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="row" style="display: none">
|
||||
<div class="contact">
|
||||
long parargrph with lots of words and things I do hope it works properly
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue