]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - templates/index.html
Merge pull request #45 from freenode/font-freenode
[irc/freenode/web-7.0.git] / templates / index.html
index b242f8b704ed446545adef911617ba042de2a2ac..7bc9b71d9cfbf4f53aa2629e01b314fed0f3fa16 100644 (file)
@@ -2,19 +2,19 @@
 {% set title = config.name %}
 {% block content %}
 <div class="jumbotron">
-    <h2 class="child">Welcome to freenodesupporting free and open source communities since 1998</h2>
+    <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="about">
+        <a class="box" href="{{ url_for("faq/chat") }}">
             <i class="fa fa-comment fa-4x"></i>
             <div>Chat</div>
         </a>
-        <a class="box" href="contribute">
+        <a class="box" href="{{ url_for("pages/soon") }}">
             <i class="fa fa-users fa-4x"></i>
             <div>Register a group</div>
         </a>
-        <a class="box" href="help">
+        <a class="box" href="{{ url_for("faq") }}">
             <i class="fa fa-question fa-4x"></i>
-            <div>FAQ</div>
+            <div href="{{ url_for("faq") }}">FAQ</div>
         </a>
     </div>
 </div>