Removed carousel and fixed homepage a bit.

This commit is contained in:
Daniel Buckmaster 2014-03-30 23:50:15 +11:00
parent 175781eefb
commit 9ee98add36
3 changed files with 72 additions and 100 deletions

View file

@ -86,18 +86,26 @@
<div class="footer">
<div class="container">
<div class="contact">
<p>
Your Name<br />
What You Are<br />
you@example.com
</p>
<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>
</div>
<div class="contact">
<p>
<a href="https://github.com/yourusername">github.com/yourusername</a><br />
<a href="https://twitter.com/yourusername">twitter.com/yourusername</a><br />
</p>
<div class="row">
<div class="contact">
long parargrph with lots of words and things I do hope it works properly
</div>
</div>
</div>
</div>