]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - templates/index.html
Merge pull request #101 from freenode/christeld-patch-5
[irc/freenode/web-7.0.git] / templates / index.html
index c2bb7d2e909a635c63d2c3a3a2db151500c173b5..a931b5e60a63b51506a8c930dd8ecb6a70d04f2f 100644 (file)
@@ -5,17 +5,17 @@
 <div class="jumbotron">
     <h2 class="child">Welcome to freenode&thinsp;—&thinsp;supporting free and open source communities since 1998</h2>
     <div class="box-container">
-        <a class="box" href="{{ url_for("faq/chat") }}">
+        <a class="box" href="{{ url_for("kb/index/chat") }}">
             <i class="fa fa-comment fa-4x"></i>
-            <div>Chat</div>
+            <span>Chat</span>
         </a>
-        <a class="box" href="{{ url_for("pages/soon") }}">
+        <a class="box" href="#">
             <i class="fa fa-users fa-4x"></i>
-            <div>Register a group</div>
+            <span>Register a group</span>
         </a>
-        <a class="box" href="{{ url_for("faq") }}">
+        <a class="box" href="{{ url_for("kb/index/tech") }}">
             <i class="fa fa-question fa-4x"></i>
-            <div href="{{ url_for("faq") }}">FAQ</div>
+            <span>FAQ</span>
         </a>
     </div>
 </div>
     {% with article = get_module("news").articles[-1] %}
     {{ artinfo.info(article) }}
     <div class="art-body">{{ article.render() }}</div>
-    {#
-    <p class="art-links">
-        <a href="{{ next }}">Next</a>&nbsp;
-        <a href="{{ previous }}">Previous</a>&nbsp;
-    #}
+    <div class="art-nav">
+        <span></span>
+        <a href="{{ url_for("archive") }}">all</a>
+        <span></span>
+    </div>
     {% endwith %}
 </div>
 {% endblock content %}