diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-14 01:22:31 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-14 01:27:05 +0200 |
commit | d9ae9febd9668f89c8694b66d7a0323027d416b2 (patch) | |
tree | 20d40d7b9e939c90eb7cd8b09fb7f076722c3443 /partials/footer.html | |
parent | fd1c56a9763ab2da0edcfdfbafc51db369c3950f (diff) | |
download | website-d9ae9febd9668f89c8694b66d7a0323027d416b2.tar.xz |
redo website using bupa, ReST, and jinja templates
Diffstat (limited to 'partials/footer.html')
-rw-r--r-- | partials/footer.html | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/partials/footer.html b/partials/footer.html deleted file mode 100644 index cb16f70..0000000 --- a/partials/footer.html +++ /dev/null @@ -1,24 +0,0 @@ -<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" 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> |