1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-09-24 10:08:50 +02:00
blog/_src/_includes/footer.html

65 lines
2.7 KiB
HTML
Raw Normal View History

<footer role="contentinfo" class="footer container">
2014-07-12 21:22:47 +02:00
2015-08-09 21:50:06 +02:00
<div class="grid">
2014-07-12 21:22:47 +02:00
2015-08-09 21:50:06 +02:00
<div class="vcard author col6">
2015-08-09 18:15:40 +02:00
<img class="avatar photo" src="/assets/img/avatar.jpeg" />
<p class="footer-description">Blog of designer &amp; developer <a class="fn" rel="author" href="/about/">{{ site.author.name }}</a>
</div>
2013-12-09 10:43:46 +01:00
2015-08-09 21:50:06 +02:00
<aside class="subscribe col6">
<h1 class="subscribe-title">Subscribe</h1>
<p>
2015-06-08 21:22:09 +02:00
<a class="btn rss" href="http://kremalicious.com/feed">
2015-08-09 18:15:40 +02:00
<svg class="icon icon-entypo icon-entypo-rss">
2015-06-08 21:22:09 +02:00
<use xlink:href="/assets/img/sprite.svg#entypo-rss"></use>
</svg>
2015-08-09 18:15:40 +02:00
</a>
2015-06-08 21:22:09 +02:00
<a class="btn twitter" href="https://twitter.com/kremaliciouscom">
2015-08-09 18:15:40 +02:00
<svg class="icon icon-entypo icon-entypo-twitter">
2015-06-08 21:22:09 +02:00
<use xlink:href="/assets/img/sprite.svg#entypo-twitter"></use>
</svg>
2015-08-09 18:15:40 +02:00
</a>
2015-06-08 21:22:09 +02:00
<a class="btn google" href="https://plus.google.com/100015950464424503954" rel="publisher">
2015-08-09 18:15:40 +02:00
<svg class="icon icon-entypo icon-entypo-google+">
2015-06-08 21:22:09 +02:00
<use xlink:href="/assets/img/sprite.svg#entypo-google+"></use>
</svg>
2015-08-09 18:15:40 +02:00
</a>
2015-06-08 21:22:09 +02:00
<a class="btn facebook" href="https://www.facebook.com/pages/kremalicious/154539134564052">
2015-08-09 18:15:40 +02:00
<svg class="icon icon-entypo icon-entypo-facebook">
2015-06-08 21:22:09 +02:00
<use xlink:href="/assets/img/sprite.svg#entypo-facebook"></use>
</svg>
2015-08-09 18:15:40 +02:00
</a>
</p>
</aside>
2015-08-09 21:50:06 +02:00
2015-08-09 18:15:40 +02:00
</div>
2014-08-10 01:02:42 +02:00
2015-08-09 21:50:06 +02:00
<section class="footer-copyright" class="grid">
<div class="col6">
2014-08-10 01:02:42 +02:00
<p>© 2007 &ndash; {{ site.time | date: "%Y" }} <a href="http://matthiaskretschmann.com" rel="me">Matthias Kretschmann</a></p>
2015-06-08 21:22:09 +02:00
<p>
2015-08-09 18:15:40 +02:00
<a href="https://github.com/kremalicious/kremalicious3">
<svg class="icon icon-entypo icon-entypo-github">
2015-06-08 21:22:09 +02:00
<use xlink:href="/assets/img/sprite.svg#entypo-github"></use>
</svg>
2015-08-09 18:15:40 +02:00
View source
</a>
</p>
2015-08-09 21:50:06 +02:00
</div>
2015-08-09 18:15:40 +02:00
</section>
2015-08-09 21:50:06 +02:00
2013-11-23 21:53:52 +01:00
</footer>
<script src="/assets/js/kremalicious3.min.js" async></script>
2013-12-16 00:44:58 +01:00
<script>
2014-07-22 20:54:34 +02:00
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-1441794-2', 'auto');
ga('send', 'pageview');
</script>