]> git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/templates/footer.mako
Port the footer.
[xonotic/xonstat.git] / xonstat / templates / footer.mako
diff --git a/xonstat/templates/footer.mako b/xonstat/templates/footer.mako
new file mode 100644 (file)
index 0000000..2f9f45a
--- /dev/null
@@ -0,0 +1,47 @@
+<%def name="footer()">
+
+<div id="footer">
+  <div class="row" >
+
+    <div class="small-12 medium-3 columns">
+      <h4>Home</h4>
+      <ul>
+        <li><a href="http://www.xonotic.org/download" title="get the game">Download</a></li>
+        <li><a href="http://www.xonotic.org/posts/" title="read the blog">Blog</a></li>
+        <li><a href="/" title="see latest game and player statistics">Stats</a></li>
+        <li><a href="http://www.xonotic.org/team/" title="meet team xonotic">Team Xonotic</a></li>
+        <li><a href="http://www.xonotic.org/faq/" title="read the faq">FAQ</a></li>
+      </ul>
+    </div>
+
+    <div class="small-12 medium-3 columns">
+      <h4>Media</h4>
+      <ul>
+        <li><a href="http://www.xonotic.org/images/" title="view images and screenshots of Xonotic">Screenshots</a></li>
+        <li><a href="http://www.xonotic.org/videos/" title="view videos about Xonotic">Videos</a></li>
+      </ul>
+    </div>
+
+    <div class="small-12 medium-3 columns">
+      <h4>Development</h4>
+      <ul>
+        <li><a href="https://gitlab.com/groups/xonotic" title="source code">Source code (git)</a></li>
+        <li><a href="https://gitlab.com/groups/xonotic/issues?project_id=&amp;scope=all&amp;state=opened" title="development tracker">Issue Tracker</a></li>
+        <li><a href="https://gitlab.com/xonotic/xonotic/wikis/home" title="Wiki">Wiki</a></li>
+      </ul>
+    </div>
+
+    <div class="small-12 medium-3 columns">
+        <h4>Forums</h4>
+        <ul>
+          <li><a href="http://forums.xonotic.org/member.php?action=register" title="register for the forums">Register</a></li>
+          <li><a href="http://forums.xonotic.org/memberlist.php" title="view the forum member list">Member list</a></li>
+          <li><a href="http://forums.xonotic.org/misc.php?action=help" title="help">Help</a></li>
+          <li><a href="http://forums.xonotic.org/search.php" title="search the forums">Search</a></li>
+        <ul>
+    </div>
+
+  </div>
+</div>
+
+</%def>