diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-10 01:27:31 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-10 01:27:31 +0200 |
commit | db560a8f1398915fb8ea90ca349ccb4b91310b03 (patch) | |
tree | f99f6055249996abb2a6a1e6dd26d3fc8a7cf74a /partials/footer.html | |
parent | 26cfd7a72c5f368670fffbe899da05ef3a5a2bc3 (diff) | |
download | website-db560a8f1398915fb8ea90ca349ccb4b91310b03.tar.xz |
redo website with the new_journal style
Diffstat (limited to 'partials/footer.html')
-rw-r--r-- | partials/footer.html | 21 |
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 © by Johannes Löthberg 2014<br /> +<p id="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> |