1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-15 01:25:28 +01:00
blog/_src/_includes/footer.html

70 lines
3.0 KiB
HTML
Raw Normal View History

2015-08-18 20:55:30 +02:00
<footer role="contentinfo" class="site__footer">
<div class="footer__content">
2014-07-12 21:22:47 +02:00
2015-08-18 20:55:30 +02:00
<div class="container">
2014-07-12 21:22:47 +02:00
2015-08-18 20:55:30 +02:00
<div class="vcard author">
<img class="avatar photo" src="/assets/img/avatar.jpeg" />
2017-09-21 17:30:30 +02:00
<p class="footer-description">Blog of designer &amp; developer <a class="fn" rel="author" href="{{ site.author.uri }}">{{ site.author.name }}</a>
<p>
<a class="link twitter" href="https://twitter.com/{{ site.author.twitter }}">
<svg class="icon icon-twitter">
<use xlink:href="/assets/img/sprite.svg#twitter"></use>
</svg>
</a>
2017-11-25 17:34:43 +01:00
<a class="link github" href="https://github.com/{{ site.author.github }}">
<svg class="icon icon-github">
<use xlink:href="/assets/img/sprite.svg#github"></use>
</svg>
</a>
2017-09-21 17:30:30 +02:00
<a class="link facebook" href="https://www.facebook.com/{{ site.author.facebook }}">
<svg class="icon icon-facebook">
<use xlink:href="/assets/img/sprite.svg#facebook"></use>
</svg>
</a>
</p>
2015-08-18 20:55:30 +02:00
</div>
2013-12-09 10:43:46 +01:00
2015-08-18 20:55:30 +02:00
<aside class="subscribe">
<h1 class="subscribe-title">Subscribe</h1>
<p>
2017-11-18 14:24:27 +01:00
<a class="link rss" href="http://kremalicious.com/feed.xml" title="RSS Feed">
2017-05-28 04:06:20 +02:00
<svg class="icon icon-rss">
<use xlink:href="/assets/img/sprite.svg#rss"></use>
2015-08-18 20:55:30 +02:00
</svg>
</a>
2017-05-28 22:06:41 +02:00
<a class="link json" href="http://kremalicious.com/feed.json" title="JSON Feed">
<svg class="icon icon-jsonfeed">
<use xlink:href="/assets/img/sprite.svg#jsonfeed"></use>
</svg>
</a>
2015-08-18 20:55:30 +02:00
</p>
</aside>
2015-08-10 00:48:31 +02:00
2015-08-18 20:55:30 +02:00
<section class="footer-copyright">
2016-04-16 19:09:30 +02:00
<p>&copy; 2005&ndash;{{ site.time | date: "%Y" }} <a href="http://matthiaskretschmann.com" rel="me">Matthias Kretschmann</a></p>
2015-08-18 20:55:30 +02:00
<p>
2016-04-28 23:10:26 +02:00
<a href="https://github.com/kremalicious/kremalicious3/blob/master/_src/{{ page.path }}">
2017-05-28 04:06:20 +02:00
<svg class="icon icon-github">
<use xlink:href="/assets/img/sprite.svg#github"></use>
2015-08-18 20:55:30 +02:00
</svg>
View source
</a>
<a href="#" class="footer__btc js-vex-btc">
2017-05-28 04:06:20 +02:00
<svg class="icon icon-bitcoin">
<use xlink:href="/assets/img/sprite.svg#bitcoin"></use>
</svg>
2016-04-28 23:23:07 +02:00
<code>{{ site.author.bitcoin }}</code>
</a>
2015-08-18 20:55:30 +02:00
</p>
</section>
2015-08-09 21:50:06 +02:00
2015-08-18 20:55:30 +02:00
</div>
</div>
2013-11-23 21:53:52 +01:00
</footer>
{% include scripts.html %}