1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
theorangeone.net-legacy/theme/templates/extras/footer.html

30 lines
972 B
HTML
Raw Normal View History

2016-05-22 18:31:47 +01:00
<footer>
<div class="container">
<div class="row">
<div class="col-xs-12">
2017-01-19 22:07:46 +00:00
<h2 class="social">
2016-09-10 16:40:02 +01:00
{% for link in FOOTER_LINKS %}
2017-01-19 22:07:46 +00:00
<a href="{{ link.url }}" class="footer-link"><i class="fa {{ link.icon }}"></i></a>
2016-05-22 18:31:47 +01:00
{% endfor %}
2017-01-19 22:07:46 +00:00
</h2>
2016-05-22 18:31:47 +01:00
</div>
</div>
<div class="row">
<div class="col-xs-12 powered-by">
<p>
Powered by <a href="http://blog.getpelican.com/">Pelican</a>,
2017-01-19 22:17:14 +00:00
<a href="https://www.soyoustart.com/en/">SoYouStart</a>,
2016-05-22 18:31:47 +01:00
and a whole heap of <a href="https://github.com/RealOrangeOne/theorangeone.net">Magic</a>!
</p>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<a href="https://circleci.com/gh/RealOrangeOne/theorangeone.net">
<img class="ci-badge" src="https://circleci.com/gh/RealOrangeOne/theorangeone.net.svg?style=svg" alt="CI Badge" />
</a>
</div>
</div>
</div>
</footer>