]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - templates/index.html
Update policies.md
[irc/freenode/web-7.0.git] / templates / index.html
index 49734656dac9aec6db2d525843ebb1100ededc78..017704da0339329dc604cdabeb160991d8508cea 100644 (file)
@@ -3,31 +3,29 @@
 {% import "artinfo.html" as artinfo %}
 {% block content %}
 <div class="jumbotron jindex">
-    <a href="{{ url_for("index") }}"><img alt="freenode" class="jlogo" src="{{ url_for("static/img/logos/coloured-alphabg.svg") }} "/></a>
-    <a href="https://www.privateinternetaccess.com/pages/buy-vpn/freend/" target="_blank"><img alt="Private internet access" class="jpia" src="{{ url_for("static/img/logos/PIALogo_white.svg") }}"></a>
-    <h2 class="child">Welcome to freenode&thinsp;—&thinsp;supporting free and open source communities since 1998</h2>
+    <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("kb/index/chat") }}">
-            <i class="fa fa-comment fa-4x"></i>
+        <a class="box" href="//webchat.freenode.net">
+            <i class="fa fa-comments fa-4x"></i>
             <span>Chat</span>
         </a>
-        <a class="box" href="#">
+        <a class="box" href="{{ url_for("pages/groupreg") }}">
             <i class="fa fa-users fa-4x"></i>
             <span>Register a group</span>
         </a>
-        <a class="box" href="{{ url_for("kb/index/tech") }}">
+        <a class="box" href="{{ url_for("kb/index/all") }}">
             <i class="fa fa-question fa-4x"></i>
-            <span>FAQ</span>
+            <span>Knowledge Base</span>
         </a>
     </div>
 </div>
 <div class="main">
     {% with article = get_module("news").articles[-1] %}
-    {{ artinfo.info(article) }}
+    <div class="art-info">{{ artinfo.info(article) }}</div>
     <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 %}