]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - templates/index.html
git pushMerge branch 'pages-fix' of github.com:freenode/web-7.0 into
[irc/freenode/web-7.0.git] / templates / index.html
index 4091c5e93e82bb9fb3f3327534f83529c650b60a..7bc9b71d9cfbf4f53aa2629e01b314fed0f3fa16 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&thinsp;—&thinsp;supporting free and open source communities since 1998</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="{{ url_for("faq/chat") }}">
+            <i class="fa fa-comment fa-4x"></i>
+            <div>Chat</div>
+        </a>
+        <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="{{ url_for("faq") }}">
+            <i class="fa fa-question fa-4x"></i>
+            <div href="{{ url_for("faq") }}">FAQ</div>
+        </a>
     </div>
 </div>
 <div class="main">
     <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.html") }}" ckass="art-link"><i class="fa fa-rss"></i>
+    <a href="{{ url_for("archive") }}" ckass="art-link">
                 News Archive</a>
 </div>
 {% endblock content %}