summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJan-Philipp Litza <janphilipp@litza.de>2012-12-30 17:13:28 +0100
committerJan-Philipp Litza <janphilipp@litza.de>2012-12-30 17:13:28 +0100
commitb26994f518b7f7edea6f2236746d084b3bc12e1e (patch)
tree8f2a24c575765a950563c7128bde082a61797f8c /templates
parent15668bad18a619d075fcb5cf5d6726067bbfb1a3 (diff)
moved footer to navigation and removed left-padding of headings, reworked credits
Diffstat (limited to 'templates')
-rw-r--r--templates/guest_credits.html20
-rw-r--r--templates/layout.html15
2 files changed, 13 insertions, 22 deletions
diff --git a/templates/guest_credits.html b/templates/guest_credits.html
index 61446801..63b6100d 100644
--- a/templates/guest_credits.html
+++ b/templates/guest_credits.html
@@ -1,18 +1,8 @@
-<h2>The angelsystem has been (re)done by:</h2>
-<ul>
- <li>
- cookie
- </li>
- <li>
- helios
- </li>
- <li>
- msquare
- </li>
- <li>
- jplitza
- </li>
-</ul>
+<h2>Source code</h2>
+<p>The original system was written by <a href="https://github.com/cookieBerlin/engelsystem">cookie</a>. It was then completely rewritten and greatly enhanced by <a href="http://notrademark.de/">msquare</a> and <a href="http://helios.planetcyborg.de/">helios</a> of <a href="http://planetcyborg.de">planet cyborg</a> and <a href="http://jplitza.de/">jplitza</a>.</p>
+
+<h2>Hosting</h2>
+<p>The webspace, development platform and domain is currently provided by <a href="https://www.wybt.net/">Would you buy this?</a> (ichdasich).</p>
<h2>Icons</h2>
<p>Some icons from the <a href="http://www.famfamfam.com/lab/icons/silk/">famfamfam.com silk iconset</a> have been used. They are licensed under the <a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution 2.5 License</a>.</p>
diff --git a/templates/layout.html b/templates/layout.html
index f6d19c6f..b5ebce1a 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -23,6 +23,14 @@
<div id="body">
<div id="menu">
%menu%
+ <nav class="container small">
+ <ul>
+ <li><a href="mailto:erzengel@lists.ccc.de">Contact <img src="pic/icons/email.png" alt="E-Mail"></a></li>
+ <li><a href="mailto:bugs@engelsystem.de">Bugs / Features <img src="pic/icons/email.png" alt="E-Mail"></a></li>
+ <li><a href="https://vcs.wybt.net/engelsystem/trac/">Development Platform</a></li>
+ <li><a href="?p=credits">Credits</a></li>
+ </ul>
+ </nav>
</div>
<div id="content" class="container">
<h1>%title%</h1>
@@ -33,13 +41,6 @@
<div class="clear"></div>
</div>
<footer>
- <p>
- &copy; copyleft | <a href="mailto:erzengel@lists.ccc.de">Contact</a>
- | <a href="mailto:bugs@engelsystem.de">Bugs / Features</a>
- | <a href="?p=credits">Credits</a>
- <br/>
- This is hell. Temporarily.
- </p>
</footer>
</body>
</html>