mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +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
|
When you get Torque, you get everything. Under the permissive MIT
|
||||||
open-source license, you can do what you want with the source code.
|
open-source license, you can do what you want with the source code.
|
||||||
</p>
|
</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>
|
||||||
|
|
||||||
<div class="col-sm-4">
|
<div class="col-sm-4">
|
||||||
|
|
@ -35,7 +35,7 @@ root: .
|
||||||
Torque has been around for a while, and it's been used for everything
|
Torque has been around for a while, and it's been used for everything
|
||||||
from interactive coral reefs to MMOs to driving simulators.
|
from interactive coral reefs to MMOs to driving simulators.
|
||||||
</p>
|
</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>
|
||||||
|
|
||||||
<div class="col-sm-4">
|
<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
|
Its future is in <em>your</em> hands, not those of a company with a
|
||||||
bottom line to meet.
|
bottom line to meet.
|
||||||
</p>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
@ -59,7 +59,7 @@ root: .
|
||||||
<p>{{ post.content | strip_html | truncatewords: 40 }}</p>
|
<p>{{ post.content | strip_html | truncatewords: 40 }}</p>
|
||||||
{% endfor %}
|
{% 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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue