2013-11-18 22:09:20 +01:00
|
|
|
<footer role="contentinfo" class="footer container">
|
|
|
|
|
|
|
|
<div class="row">
|
2013-12-28 17:05:47 +01:00
|
|
|
|
|
|
|
<div class="vcard author">
|
|
|
|
<img class="avatar photo" src="/assets/img/avatar.jpeg" />
|
|
|
|
<p class="footer-description">Blog of designer & developer <a class="fn" rel="author" href="/about/">{{ site.author }}</a>
|
|
|
|
</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>
|
2013-12-07 17:52:43 +01:00
|
|
|
<a class="btn rss icon-rss" href="http://kremalicious.com/feed"></a>
|
|
|
|
<a class="btn twitter icon-twitter" href="https://twitter.com/kremaliciouscom"></a>
|
|
|
|
<a class="btn google icon-googleplus" href="https://plus.google.com/100015950464424503954" rel="publisher"></a>
|
|
|
|
<a class="btn facebook icon-facebook" href="https://www.facebook.com/pages/kremalicious/154539134564052"></a>
|
2013-11-18 22:09:20 +01:00
|
|
|
</p>
|
|
|
|
</aside>
|
|
|
|
</div>
|
|
|
|
<section class="footer-copyright" class="row">
|
2014-01-02 17:34:43 +01:00
|
|
|
<p>© 2007 - {{ site.time | date: "%Y" }} <a href="http://matthiaskretschmann.com" rel="me">Matthias Kretschmann</a>.</p>
|
2013-11-18 22:09:20 +01:00
|
|
|
<p class="license">Code snippets: <a rel="item-license" href="http://www.opensource.org/licenses/mit-license.php">MIT License</a>. Goodies: <a rel="item-license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">CC BY NC SA</a>. Hosted by <a href="http://www.mediatemple.net#a_aid=4f37f8fe3e47e" title="Media Temple">(mt)</a></p>
|
|
|
|
</section>
|
2013-11-23 21:53:52 +01:00
|
|
|
</footer>
|
|
|
|
|
|
|
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
|
2013-12-01 14:59:52 +01:00
|
|
|
<script>!window.jQuery && document.write(unescape('%3Cscript src="/assets/js/jquery.min.js"%3E%3C/script%3E'))</script>
|
2013-11-23 21:53:52 +01:00
|
|
|
|
2013-12-16 00:44:58 +01:00
|
|
|
<script src="/assets/js/kremalicious3.min.js"></script>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
(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', 'kremalicious.com');
|
|
|
|
ga('send', 'pageview');
|
|
|
|
|
|
|
|
</script>
|