2015-01-09 18:01:24 +01:00
|
|
|
<footer class="footer dark_bg">
|
2014-11-30 23:17:02 +01:00
|
|
|
|
2015-01-09 15:18:57 +01:00
|
|
|
<div class="container-fluid">
|
2014-11-30 23:17:02 +01:00
|
|
|
|
2015-01-09 15:18:57 +01:00
|
|
|
<div class="row">
|
2014-11-30 23:17:02 +01:00
|
|
|
|
2015-01-11 10:18:24 +01:00
|
|
|
<div class="col-md-5 col-md-offset-3">
|
2015-01-09 15:18:57 +01:00
|
|
|
<h4>{{ site.title }}</h4>
|
|
|
|
|
<p>{{ site.description }}</p>
|
2015-01-11 10:18:24 +01:00
|
|
|
<div class="footer-social">
|
|
|
|
|
<ul>
|
|
|
|
|
<li><a class="button hvr-sweep-to-top" href="mailto:{{ site.email }}">{{ site.email }}</a></li>
|
|
|
|
|
<li><a class="button hvr-sweep-to-top" href="{{ "/feed.xml" | prepend: site.baseurl }}">RSS</a></li>
|
|
|
|
|
<li><a class="button hvr-sweep-to-top" href="{{site.facebook_link}}">Facebook</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
2015-01-09 15:18:57 +01:00
|
|
|
</div>
|
2014-12-01 00:39:03 +01:00
|
|
|
|
2015-01-11 10:18:24 +01:00
|
|
|
<div class="col-md-2">
|
2015-01-09 15:18:57 +01:00
|
|
|
<h4>Supported by</h4>
|
|
|
|
|
<div class="footer-supporters">
|
|
|
|
|
<ul>
|
2015-01-11 10:18:24 +01:00
|
|
|
<li><a href="http://pankeculture.com" target="_blank"><img src="/assets/panke_logo.png"></img></a></li>
|
|
|
|
|
<li><a href="http://pankeculture.com" target="_blank"><img src="/assets/troika_logo.png"></img></a></li>
|
2015-01-09 15:18:57 +01:00
|
|
|
</ul>
|
2014-12-01 00:39:03 +01:00
|
|
|
</div>
|
2014-11-30 23:17:02 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</footer>
|