Initial page based on Agency by http://startbootstrap.com

This commit is contained in:
Henne Vogelsang 2014-12-05 17:08:43 +01:00
commit 838774e06d
84 changed files with 8146 additions and 0 deletions

17
_includes/footer.html Normal file
View file

@ -0,0 +1,17 @@
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
</div>
<div class="col-md-4">
<span class="copyright">&copy; {{ site.title }} 2014</span>
</div>
<div class="col-md-4">
<ul class="list-inline quicklinks">
<li></li>
<li></li>
</ul>
</div>
</div>
</div>
</footer>