blob: 33a499827a4d4e7db27310e6e06e1b9ec534ac44 (
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.png' alt='hacker emblem' />
</a>
</footer>
|