mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 14:00:39 +00:00
Added chevrons.
This commit is contained in:
parent
9ee98add36
commit
91617b8404
1 changed files with 4 additions and 4 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue