2013-11-18 22:09:20 +01:00
|
|
|
<footer role="contentinfo" class="footer container">
|
2014-07-12 21:22:47 +02:00
|
|
|
|
2013-11-18 22:09:20 +01:00
|
|
|
<div class="row">
|
2014-07-12 21:22:47 +02:00
|
|
|
|
2013-12-28 17:05:47 +01:00
|
|
|
<div class="vcard author">
|
|
|
|
<img class="avatar photo" src="/assets/img/avatar.jpeg" />
|
2015-05-25 21:22:55 +02:00
|
|
|
<p class="footer-description">Blog of designer & developer <a class="fn" rel="author" href="/about/">{{ site.author.name }}</a>
|
2013-12-28 17:05:47 +01:00
|
|
|
</div>
|
2013-12-09 10:43:46 +01:00
|
|
|
|
2013-11-18 22:09:20 +01:00
|
|
|
<aside class="subscribe">
|
2013-12-07 17:52:43 +01:00
|
|
|
<h1 class="subscribe-title">Subscribe</h1>
|
2013-11-18 22:09:20 +01:00
|
|
|
<p>
|
2015-06-08 21:22:09 +02:00
|
|
|
<a class="btn rss" href="http://kremalicious.com/feed">
|
|
|
|
<svg class="icon icon-entypo icon-entypo-rss">
|
|
|
|
<use xlink:href="/assets/img/sprite.svg#entypo-rss"></use>
|
|
|
|
</svg>
|
|
|
|
</a>
|
|
|
|
<a class="btn twitter" href="https://twitter.com/kremaliciouscom">
|
|
|
|
<svg class="icon icon-entypo icon-entypo-twitter">
|
|
|
|
<use xlink:href="/assets/img/sprite.svg#entypo-twitter"></use>
|
|
|
|
</svg>
|
|
|
|
</a>
|
|
|
|
<a class="btn google" href="https://plus.google.com/100015950464424503954" rel="publisher">
|
|
|
|
<svg class="icon icon-entypo icon-entypo-google+">
|
|
|
|
<use xlink:href="/assets/img/sprite.svg#entypo-google+"></use>
|
|
|
|
</svg>
|
|
|
|
</a>
|
|
|
|
<a class="btn facebook" href="https://www.facebook.com/pages/kremalicious/154539134564052">
|
|
|
|
<svg class="icon icon-entypo icon-entypo-facebook">
|
|
|
|
<use xlink:href="/assets/img/sprite.svg#entypo-facebook"></use>
|
|
|
|
</svg>
|
|
|
|
</a>
|
2013-11-18 22:09:20 +01:00
|
|
|
</p>
|
|
|
|
</aside>
|
|
|
|
</div>
|
|
|
|
<section class="footer-copyright" class="row">
|
2014-08-10 01:02:42 +02:00
|
|
|
|
|
|
|
<p>© 2007 – {{ site.time | date: "%Y" }} <a href="http://matthiaskretschmann.com" rel="me">Matthias Kretschmann</a></p>
|
|
|
|
|
2015-06-08 21:22:09 +02:00
|
|
|
<p>
|
|
|
|
<a href="https://github.com/kremalicious/kremalicious3">
|
|
|
|
<svg class="icon icon-entypo icon-entypo-github">
|
|
|
|
<use xlink:href="/assets/img/sprite.svg#entypo-github"></use>
|
|
|
|
</svg>
|
|
|
|
View source
|
|
|
|
</a> ¦ Hosted by <a href="http://www.mediatemple.net#a_aid=4f37f8fe3e47e" title="Media Temple">(mt)</a></p>
|
2014-08-10 01:02:42 +02:00
|
|
|
|
2014-08-10 15:39:22 +02:00
|
|
|
<p class="license">
|
|
|
|
Posts & goodies: <a rel="item-license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY NC SA</a> ¦
|
2015-06-08 21:22:09 +02:00
|
|
|
Photos & images: © Copyright ¦
|
2014-08-10 15:39:22 +02:00
|
|
|
Code: <a rel="item-license" href="http://www.opensource.org/licenses/mit-license.php">MIT License</a>
|
|
|
|
</p>
|
2014-08-10 01:02:42 +02:00
|
|
|
|
2013-11-18 22:09:20 +01:00
|
|
|
</section>
|
2013-11-23 21:53:52 +01:00
|
|
|
</footer>
|
|
|
|
|
2015-04-17 23:04:01 +02:00
|
|
|
<script src="/assets/js/CustomElements.min.js"></script>
|
2015-06-07 00:33:03 +02:00
|
|
|
<script src="/assets/js/jquery.min.js"></script>
|
|
|
|
<script src="/assets/js/kremalicious3.min.js"></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');
|
2015-05-25 21:22:55 +02:00
|
|
|
</script>
|