2014-07-25 21:44:57 +00:00
|
|
|
<!-- Footer -->
|
|
|
|
<footer class="text-center">
|
|
|
|
<div class="footer-above">
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
<div class="footer-col col-md-4">
|
2014-11-16 18:09:02 +00:00
|
|
|
<h3>{{ site.footer.location }}</h3>
|
2014-08-10 11:33:24 +00:00
|
|
|
<p>
|
2014-08-10 14:18:30 +00:00
|
|
|
{% for adress in site.address %}
|
|
|
|
{{ adress.line }} <br>
|
|
|
|
{% endfor %}
|
2014-08-10 11:33:24 +00:00
|
|
|
</p>
|
2014-07-25 21:44:57 +00:00
|
|
|
</div>
|
|
|
|
<div class="footer-col col-md-4">
|
2014-11-16 18:09:02 +00:00
|
|
|
<h3>{{ site.footer.social }}</h3>
|
2014-07-25 21:44:57 +00:00
|
|
|
<ul class="list-inline">
|
2014-08-10 14:18:30 +00:00
|
|
|
{% for network in site.social %}
|
2014-08-10 12:47:11 +00:00
|
|
|
<li>
|
2014-08-10 14:18:30 +00:00
|
|
|
<a href="{{ network.url }}" class="btn-social btn-outline"><i class="fa fa-fw fa-{{ network.title }}"></i></a>
|
2014-08-10 12:47:11 +00:00
|
|
|
</li>
|
2014-08-10 14:18:30 +00:00
|
|
|
{% endfor %}
|
2014-07-25 21:44:57 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="footer-col col-md-4">
|
2014-11-16 18:09:02 +00:00
|
|
|
<h3>{{ site.footer.credits }}</h3>
|
|
|
|
<p>{{ site.credits }}</p>
|
2014-07-25 21:44:57 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="footer-below">
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-lg-12">
|
2014-11-16 18:09:02 +00:00
|
|
|
Copyright © {{ site.footer.copyright }} 20{{ site.time | date: '%y' }}
|
2014-07-25 21:44:57 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</footer>
|
2014-07-19 22:57:28 +00:00
|
|
|
|
2014-07-25 21:44:57 +00:00
|
|
|
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
|
|
|
|
<div class="scroll-top page-scroll visible-xs visble-sm">
|
|
|
|
<a class="btn btn-primary" href="#page-top">
|
|
|
|
<i class="fa fa-chevron-up"></i>
|
|
|
|
</a>
|
2014-07-19 22:57:28 +00:00
|
|
|
</div>
|