mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-25 22:35:37 +00:00
Changed button styles.
This commit is contained in:
parent
9f960b0463
commit
34f60dc4df
2 changed files with 13 additions and 4 deletions
15
index.html
15
index.html
|
|
@ -30,7 +30,10 @@ root: .
|
|||
not convinced?
|
||||
</p>
|
||||
<center>
|
||||
<a class="btn btn-primary" href="{{page.root}}/engine">See some games</a>
|
||||
<a class="btn btn-default" href="{{page.root}}/engine">
|
||||
See some games
|
||||
<i class="fa fa-angle-right"></i>
|
||||
</a>
|
||||
</center>
|
||||
</div>
|
||||
|
||||
|
|
@ -41,7 +44,10 @@ root: .
|
|||
open-source license, you can do what you want with the source code.
|
||||
</p>
|
||||
<center>
|
||||
<a class="btn btn-primary" href="{{page.root}}/start">Download it now</a>
|
||||
<a class="btn btn-default" href="{{page.root}}/start">
|
||||
Download it now
|
||||
<i class="fa fa-angle-right"></i>
|
||||
</a>
|
||||
</center>
|
||||
</div>
|
||||
|
||||
|
|
@ -53,7 +59,10 @@ root: .
|
|||
bottom line to meet.
|
||||
</p>
|
||||
<center>
|
||||
<a class="btn btn-primary" href="{{page.root}}/contribute">Get involved</a>
|
||||
<a class="btn btn-default" href="{{page.root}}/contribute">
|
||||
Get involved
|
||||
<i class="fa fa-angle-right"></i>
|
||||
</a>
|
||||
</center>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue