summaryrefslogtreecommitdiffstats
path: root/partials/footer.html
blob: 631a333e8a4171691d9e89374af8252670dbceff (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">
		 © <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 publisher" 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>