summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html33
1 files changed, 19 insertions, 14 deletions
diff --git a/templates/base.html b/templates/base.html
index 6c451a8..9222fb2 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -8,16 +8,20 @@
{% block extrastyle %}{% endblock %}
</head>
<body>
- <div id="container">
- <div id="header">
- <img id="logo" src="/static/img/logo.png" width="100" height="100" />
- <h1 id="title">
- <span id="ryu">ryu</span><span id="slash">slash</span>
- </h1>
- </div>
+ <div id="header">
+ <img id="logo" src="/static/img/logo.png" width="100" height="100" />
+ <h1 id="title">
+ <span id="ryu">ryu</span><span id="slash">slash</span>
+ </h1>
+ </div>
+
+ <div id="subheader">
+ <tt>This might just be my website.</tt>
+ </div>
+ <div id="container">
<div id="body">
- <div class="clearleft"></div>
+ <!-- <div class="clearleft"></div> -->
<div id="menu">
<div class="container">
@@ -40,14 +44,15 @@
</div>
<div id="footer">
- Copyright &copy; 2011 Tom Willemsen
- </div>
+ Created by <a href="http://ryuslash.org">Tom Willemsen</a>
- <div class="emblems">
- <a href="http://www.catb.org/hacker-emblem/">
- <img src="/static/img/hacker.png" alt="hacker emblem" />
- </a>
+ <div class="emblems">
+ <a href="http://www.catb.org/hacker-emblem/">
+ <img src="/static/img/hacker.png" alt="hacker emblem" />
+ </a>
+ </div>
</div>
+
</div>
</body>
</html>