summaryrefslogtreecommitdiffstats
path: root/partials/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'partials/footer.html')
-rw-r--r--partials/footer.html21
1 files changed, 13 insertions, 8 deletions
diff --git a/partials/footer.html b/partials/footer.html
index e5e4641..7dcbd78 100644
--- a/partials/footer.html
+++ b/partials/footer.html
@@ -1,11 +1,16 @@
<footer>
- <p>
- Copyright &copy; by Johannes Löthberg 2014<br />
+<p id="copy">
+ &copy; 2014 by Johannes Löthberg<br />
You can find me on:
- <a href="https://plus.google.com/+JohannesLothberg?rel=author" rel="me">Google+</a>
- <a href="mailto:johannes@kyriasis.com">Email</a>
- </p>
- <a id="emblem" href='http://www.catb.org/hacker-emblem/'>
- <img src='resources/glider.png' alt='hacker emblem' />
- </a>
+ <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>