blob: 7dcbd78b8396f6b5669e92691fcba4a3f903b95f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<footer>
<p id="copy">
© 2014 by Johannes Löthberg<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>
|