1
Fork 0

Added about link

This commit is contained in:
Jake Howard 2016-05-22 18:48:53 +01:00
parent b1e86a1701
commit 14b20454ba
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 6 additions and 0 deletions

View file

@ -23,6 +23,7 @@
<h2 class="section-heading">About</h2>
<hr class="light">
<p>Start Bootstrap has everything you need to get your new website up and running in no time! All of the templates and themes on Start Bootstrap are open source, free to download, and easy to use. No strings attached!</p>
<a href="/about/" class="btn btn-primary-dark btn-xl">More Info</a>
</div>
</div>
</div>

View file

@ -38,3 +38,8 @@ $fa-font-path: "../fonts";
.panel-blue {
@include panel-variant(#337AB7, $white, #337AB7, #337AB7);
}
.btn-primary-dark {
@include button-variant($white, $brand-orange-dark, $brand-orange-dark);
}