Show hacker emblem

This commit is contained in:
Tom Willemsen 2011-12-09 13:01:16 +01:00
parent 9c5a7e1198
commit 322a7fb204
3 changed files with 37 additions and 23 deletions

View file

@ -191,6 +191,10 @@ ul {
padding-left : 5px;
}
.emblems {
text-align: right;
}
.markdown h3 {
margin: 1em 0;
}

BIN
static/img/hacker.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 B

View file

@ -15,8 +15,10 @@
<span id="ryu">ryu</span><span id="slash">slash</span>
</h1>
</div>
<div id="body">
<div class="clearleft"></div>
<div id="menu">
<div class="container">
<div class="header">
@ -29,15 +31,23 @@
{% block submenu %}{% endblock %}
</div>
<div id="content">
{% block content %}
{% endblock %}
<div class="clear"></div>
</div>
</div>
<div id="footer">
Copyright &copy; 2011 Tom Willemsen
</div>
<div class="emblems">
<a href="http://www.catb.org/hacker-emblem/">
<img src="/static/img/hacker.png" alt="hacker emblem" />
</a>
</div>
</div>
</body>
</html>