Changed button styles.

This commit is contained in:
Daniel Buckmaster 2014-12-13 14:58:56 +11:00
parent 9f960b0463
commit 34f60dc4df
2 changed files with 13 additions and 4 deletions

View file

@ -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>