]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - templates/index.html
This should work
[irc/freenode/web-7.0.git] / templates / index.html
index 7783714f83676b3da9f8238c221ab66944b820d6..67a13c7c55384634c566cb4968a452629438f07d 100644 (file)
@@ -2,16 +2,20 @@
 {% set title = config.name %}
 {% block content %}
 <div class="jumbotron">
-    <h2 class="child">Welcome to freenode, the new home of your
-    projects.</h2>
+    <h2 class="child">Welcome to freenode, the new home of your projects.</h2>
     <div class="box-container">
-        <a class="box" href="about"><i class=
-        "fa fa-comment fa-4x"></i><br>
-        Chat</a> <a class="box" href="help"><i class=
-        "fa fa-question fa-4x"></i><br>
-        FAQ</a> <a class="box" href="contribute"><i class=
-        "fa fa-users fa-4x"></i><br>
-        Register a group</a>
+        <a class="box" href="about">
+            <i class="fa fa-comment fa-4x"></i>
+            <span>Chat</span>
+        </a>
+        <a class="box" href="help">
+            <i class="fa fa-question fa-4x"></i>
+            <span>FAQ</span>
+        </a>
+        <a class="box" href="contribute">
+            <i class="fa fa-users fa-4x"></i>
+            <span>Register a group</span>
+        </a>
     </div>
 </div>
 <div class="main">
@@ -23,9 +27,9 @@
     <p class="art-links">
         <a href="{{ next }}">Next</a>&nbsp;
         <a href="{{ previous }}">Previous</a>&nbsp;
-        <a href="{{ archive }}">Archive</a>&nbsp;
-    </p>
     #}
     {% endwith %}
+    <a href="{{ url_for("archive") }}" ckass="art-link">
+                News Archive</a>
 </div>
 {% endblock content %}