summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-12-09 17:02:41 +0100
committerGravatar Tom Willemsen2011-12-09 17:02:41 +0100
commit1bd58d39d968f8eee13ef076a2a5c78f60eb92de (patch)
tree13a4780c6c3d173c33e9c7059ab24d3ca3b8aef0
parentee74f485af6e6c1821b990635921804d98fedb86 (diff)
downloaddotfiles-1bd58d39d968f8eee13ef076a2a5c78f60eb92de.tar.gz
dotfiles-1bd58d39d968f8eee13ef076a2a5c78f60eb92de.zip
Show django emblem
-rw-r--r--static/img/django.gifbin0 -> 962 bytes
-rw-r--r--templates/base.html4
2 files changed, 4 insertions, 0 deletions
diff --git a/static/img/django.gif b/static/img/django.gif
new file mode 100644
index 0000000..a0548a6
--- /dev/null
+++ b/static/img/django.gif
Binary files differ
diff --git a/templates/base.html b/templates/base.html
index 9222fb2..c90a588 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -47,6 +47,10 @@
Created by <a href="http://ryuslash.org">Tom Willemsen</a>
<div class="emblems">
+ <a href="http://www.djangoproject.com">
+ <img src="/static/img/django.gif" alt="django emblem" />
+ </a>
+
<a href="http://www.catb.org/hacker-emblem/">
<img src="/static/img/hacker.png" alt="hacker emblem" />
</a>