Added chevrons.

This commit is contained in:
Daniel Buckmaster 2014-03-30 23:53:06 +11:00
parent 9ee98add36
commit 91617b8404

View file

@ -26,7 +26,7 @@ root: .
When you get Torque, you get everything. Under the permissive MIT
open-source license, you can do what you want with the source code.
</p>
<a href="{{page.root}}/start">Download it now</a>
<a href="{{page.root}}/start">Download it now <i class="fa fa-angle-right"></i></a>
</div>
<div class="col-sm-4">
@ -35,7 +35,7 @@ root: .
Torque has been around for a while, and it's been used for everything
from interactive coral reefs to MMOs to driving simulators.
</p>
<a href="{{page.root}}/engine">Games made with Torque</a>
<a href="{{page.root}}/engine">Games made with Torque <i class="fa fa-angle-right"></i></a>
</div>
<div class="col-sm-4">
@ -45,7 +45,7 @@ root: .
Its future is in <em>your</em> hands, not those of a company with a
bottom line to meet.
</p>
<a href="{{page.root}}/contribute">Get involved</a>
<a href="{{page.root}}/contribute">Get involved <i class="fa fa-angle-right"></i></a>
</div>
</div>
@ -59,7 +59,7 @@ root: .
<p>{{ post.content | strip_html | truncatewords: 40 }}</p>
{% endfor %}
<a class="pull-right" href="{{page.root}}/news">See all</a>
<a class="pull-right" href="{{page.root}}/news">See all <i class="fa fa-angle-right"></i></a>
</div>
</div>