]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - templates/index.html
Update support.md
[irc/freenode/web-7.0.git] / templates / index.html
index b54272ffb06b98f6819b6932909414ef879147db..4d78ebdb14974dbaf521cb5ab48f5965d49adc10 100644 (file)
@@ -2,20 +2,20 @@
 {% block title %}{{ config.name }}{% endblock %}
 {% import "artinfo.html" as artinfo %}
 {% block content %}
-<div class="jumbotron">
-    <h2 class="child">Welcome to freenode&thinsp;—&thinsp;supporting free and open source communities since 1998</h2>
+<div class="jumbotron jindex">
+    <h2 class="child">Welcome to <img alt="freenode" class="tlogo" src="{{ url_for("static/img/logos/coloured-alphabg.svg") }}" />&thinsp;—&thinsp;supporting free and open source communities since 1998</h2>
     <div class="box-container">
-        <a class="box" href="{{ url_for("faq/index/chat") }}">
-            <i class="fa fa-comment fa-4x"></i>
-            <div>Chat</div>
+        <a class="box" href="{{ url_for("kb/index/chat") }}">
+            <i class="fa fa-comments fa-4x"></i>
+            <span>Chat</span>
         </a>
         <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/index/tech") }}">
+        <a class="box" href="{{ url_for("kb/index/tech") }}">
             <i class="fa fa-question fa-4x"></i>
-            <div>FAQ</div>
+            <span>FAQ</span>
         </a>
     </div>
 </div>
@@ -25,7 +25,7 @@
     <div class="art-body">{{ article.render() }}</div>
     <div class="art-nav">
         <span></span>
-        <a href="{{ url_for("archive") }}">all</a>
+        <a href="{{ url_for("archive") }}">view archive</a>
         <span></span>
     </div>
     {% endwith %}