summaryrefslogtreecommitdiffstats
path: root/partials/footer.html
blob: 21782943d02dbf033c649813f4c75f8f8d0ef932 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<footer>
<div id="foot-left">
	<p id="copy">
		&copy; <span itemprop="copyrightYear">2014</span>
		    by <span itemprop="copyrightHolder">Johannes Löthberg</span>
	</p>

	<div id="contact-info-wrapper">
		<p>
			You can find me on:
		</p>
		<div 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>
		</div>
	</div>
</div>

<a id="emblem" href='http://www.catb.org/hacker-emblem/'>
	<img src='resources/glider.png' alt='hacker emblem' />
</a>
</footer>