Show hacker emblem
This commit is contained in:
parent
9c5a7e1198
commit
322a7fb204
3 changed files with 37 additions and 23 deletions
|
@ -191,6 +191,10 @@ ul {
|
||||||
padding-left : 5px;
|
padding-left : 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.emblems {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
.markdown h3 {
|
.markdown h3 {
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
}
|
}
|
||||||
|
|
BIN
static/img/hacker.png
Normal file
BIN
static/img/hacker.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 399 B |
|
@ -10,33 +10,43 @@
|
||||||
<body>
|
<body>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<img id="logo" src="/static/img/logo.png" width="100" height="100" />
|
<img id="logo" src="/static/img/logo.png" width="100" height="100" />
|
||||||
<h1 id="title">
|
<h1 id="title">
|
||||||
<span id="ryu">ryu</span><span id="slash">slash</span>
|
<span id="ryu">ryu</span><span id="slash">slash</span>
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
<div id="body">
|
|
||||||
<div class="clearleft"></div>
|
|
||||||
<div id="menu">
|
|
||||||
<div class="container">
|
|
||||||
<div class="header">
|
|
||||||
root
|
|
||||||
</div>
|
|
||||||
<a href="/">home</a><br />
|
|
||||||
<a href="/blog/">blog</a><br />
|
|
||||||
<a href="/Projects/">projects</a><br />
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{% block submenu %}{% endblock %}
|
<div id="body">
|
||||||
</div>
|
<div class="clearleft"></div>
|
||||||
<div id="content">
|
|
||||||
{% block content %}
|
<div id="menu">
|
||||||
{% endblock %}
|
<div class="container">
|
||||||
<div class="clear"></div>
|
<div class="header">
|
||||||
</div>
|
root
|
||||||
|
</div>
|
||||||
|
<a href="/">home</a><br />
|
||||||
|
<a href="/blog/">blog</a><br />
|
||||||
|
<a href="/Projects/">projects</a><br />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{% block submenu %}{% endblock %}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="content">
|
||||||
|
{% block content %}
|
||||||
|
{% endblock %}
|
||||||
|
<div class="clear"></div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Copyright © 2011 Tom Willemsen
|
Copyright © 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>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue