]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/templates/nav.mako
dos2unix file conversions for everything
[xonotic/xonstat.git] / xonstat / templates / nav.mako
old mode 100755 (executable)
new mode 100644 (file)
index 288fd2e..57eab80
@@ -7,7 +7,12 @@
             <span class="i-bar"></span>
             <span class="i-bar"></span>
           </a>
-          <a class="brand" href="${request.route_url('main_index')}"><img src="/static/css/img/Xonotic_icon.png" /></a>
+          <header>
+            <a class="brand" href="${request.route_url('main_index')}">
+             <img src="/static/css/img/Xonotic_icon.png" /><h1>Xonotic Game Statistics</h1>
+            </a>
+            <h2>Xonotic is a fast-paced open-source GPL first person shooter</h2>
+          </header>
           <div class="nav-collapse">
             <ul class="nav">
               <li 
@@ -44,7 +49,7 @@
                 <option>servers</option>
                 <option>maps</option>
               </select>
-            [<a href="${request.route_url('search')}"" title="Advanced search">+</a>]
+            [<a href="${request.route_url('search')}" title="Advanced search">+</a>]
             </form>
           </div><!--/.nav-collapse -->
         </div>