blob: d5f455662dd0a5bd0b8c7ab4e27c4b02fa12ad53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<footer>
<p id="copy">
© <span itemprop="copyrightYear">2014</span>
by <span itemprop="copyrightHolder">Johannes Löthberg</span>
<br />
You can find me on:
<span id="contact-info">
<a rel="me" href="mailto:johannes@kyriasis.com">Email</a>
<a rel="me" href="https://twitter.com/kyriasis">Twitter</a>
<a rel="me" href="https://plus.google.com/+JohannesLothberg">Google+</a>
<a rel="me" href="sms:+46739525259">SMS</a>
</span>
</p>
<a id="emblem" href='http://www.catb.org/hacker-emblem/'>
<img src='resources/glider-medium.png' alt='hacker emblem' />
</a>
</footer>
|