Added about link
This commit is contained in:
parent
b1e86a1701
commit
14b20454ba
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Reference in a new issue