Merge branch 'gh-pages'

Conflicts:
	_layouts/default.html
	index.html
This commit is contained in:
Daniel Buckmaster 2014-03-06 16:39:32 +11:00
commit e7cd53fdf4
4 changed files with 32 additions and 29 deletions

View file

@ -1,6 +1,7 @@
---
layout: default
title: Torque 3D
root: .
---
<div class="jumbotron banner">
@ -19,7 +20,7 @@ title: Torque 3D
<div class="container">
<table><tr>
<td>
<img class="pull-left" src="/img/torque.png"></img>
<img class="pull-left" src="{{page.root}}/img/torque.png"></img>
</td>
<td>
<h1 class="title">{{site.name}}</h1>
@ -33,7 +34,7 @@ title: Torque 3D
<div class="container">
<table><tr>
<td>
<img class="pull-left" src="/img/torque.png"></img>
<img class="pull-left" src="{{page.root}}/img/torque.png"></img>
</td>
<td>
<h1 class="title">{{site.name}}</h1>
@ -47,7 +48,7 @@ title: Torque 3D
<div class="container">
<table><tr>
<td>
<img class="pull-left" src="/img/torque.png"></img>
<img class="pull-left" src="{{page.root}}/img/torque.png"></img>
</td>
<td>
<h1 class="title">{{site.name}}</h1>
@ -75,21 +76,21 @@ title: Torque 3D
<p>Torque 3D is free as in speech <i>and</i> free as in beer. Under
the permissive MIT license, you can do what you want with the source
code!</p>
<a href="/start" class="pull-right">Download it now <i class="fa fa-angle-double-right"></i></a>
<a href="{{page.root}}/start" class="pull-right">Download it now <i class="fa fa-angle-double-right"></i></a>
</div>
<div class="col-sm-4">
<h2>Feature rich</h2>
<p>Packed with features and easy-to-use editors, T3D has you covered
even if you have no programming experience.</p>
<a href="/engine" class="pull-right">Read the feature list <i class="fa fa-angle-double-right"></i></a>
<a href="{{page.root}}/engine" class="pull-right">Read the feature list <i class="fa fa-angle-double-right"></i></a>
</div>
<div class="col-sm-4">
<h2>Always evolving</h2>
<p>Torque 3D is being actively developed by an enthusiastic community.
Can you help out?</p>
<a href="/contribute" class="pull-right">Get involved <i class="fa fa-angle-double-right"></i></a>
<a href="{{page.root}}/contribute" class="pull-right">Get involved <i class="fa fa-angle-double-right"></i></a>
</div>
</div>