]> de.git.xonotic.org Git - xonotic/xonstat.git/blob - xonstat/templates/footer.mako
Merge pull request #29 from antzucaro/frag-matrix-breakfix
[xonotic/xonstat.git] / xonstat / templates / footer.mako
1 <%def name="footer()">
2
3 <div id="footer">
4   <div class="row" >
5
6     <div class="small-12 medium-3 columns">
7       <h4>Home</h4>
8       <ul>
9         <li><a href="http://www.xonotic.org/download" title="get the game">Download</a></li>
10         <li><a href="http://www.xonotic.org/posts/" title="read the blog">Blog</a></li>
11         <li><a href="/" title="see latest game and player statistics">Stats</a></li>
12         <li><a href="http://www.xonotic.org/team/" title="meet team xonotic">Team Xonotic</a></li>
13         <li><a href="http://www.xonotic.org/faq/" title="read the faq">FAQ</a></li>
14       </ul>
15     </div>
16
17     <div class="small-12 medium-3 columns">
18       <h4>Media</h4>
19       <ul>
20         <li><a href="http://www.xonotic.org/images/" title="view images and screenshots of Xonotic">Screenshots</a></li>
21         <li><a href="http://www.xonotic.org/videos/" title="view videos about Xonotic">Videos</a></li>
22       </ul>
23     </div>
24
25     <div class="small-12 medium-3 columns">
26       <h4>Development</h4>
27       <ul>
28         <li><a href="https://gitlab.com/groups/xonotic" title="source code">Source code (git)</a></li>
29         <li><a href="https://gitlab.com/groups/xonotic/issues?project_id=&amp;scope=all&amp;state=opened" title="development tracker">Issue Tracker</a></li>
30         <li><a href="https://gitlab.com/xonotic/xonotic/wikis/home" title="Wiki">Wiki</a></li>
31       </ul>
32     </div>
33
34     <div class="small-12 medium-3 columns">
35         <h4>Forums</h4>
36         <ul>
37           <li><a href="http://forums.xonotic.org/member.php?action=register" title="register for the forums">Register</a></li>
38           <li><a href="http://forums.xonotic.org/memberlist.php" title="view the forum member list">Member list</a></li>
39           <li><a href="http://forums.xonotic.org/misc.php?action=help" title="help">Help</a></li>
40           <li><a href="http://forums.xonotic.org/search.php" title="search the forums">Search</a></li>
41         <ul>
42     </div>
43
44   </div>
45 </div>
46
47 </%def>