From d5f84cdc5e2be9e50c41c67d65bf3d263ad107a5 Mon Sep 17 00:00:00 2001
From: hellekin <hellekin@cepheide.org>
Date: Sat, 19 Sep 2020 16:05:35 +0200
Subject: Add links to Discourse and intro

---
 index.html | 25 +++++++++++++++++++++----
 1 file changed, 21 insertions(+), 4 deletions(-)

(limited to 'index.html')

diff --git a/index.html b/index.html
index 82b3ed7..aecd745 100644
--- a/index.html
+++ b/index.html
@@ -14,7 +14,20 @@
 	</header>
 
 	<main>
-		<article></article>
+		  <article class="topics-list">
+          <section id="wp1"><h2><a href="/c/wp1-design/8">DESIGN</a></h2>
+              <d-topics-list discourse-url="https://dream.public.cat" per-page="5" category="8" status="open"></d-topics-list>
+          </section>
+          <section id="wp2"><h2><a href="/c/wp2-software/9">SOFTWARE</a></h2>
+              <d-topics-list discourse-url="https://dream.public.cat" per-page="5" category="9" status="open"></d-topics-list>
+          </section>
+          <section id="wp3"><h2><a href="/c/wp3-community/10">COMMUNITY</a></h2>
+              <d-topics-list discourse-url="https://dream.public.cat" per-page="5" category="10" status="open"></d-topics-list>
+          </section>
+          <section id="wp4"><h2><a href="/c/wp4-reporting/7">REPORTING</a></h2>
+              <d-topics-list discourse-url="https://dream.public.cat" per-page="5" category="7" status="open"></d-topics-list>
+          </section>
+      </article>
 	</main>
 
 	<aside>
@@ -24,12 +37,14 @@
 				empowers communities anywhere to collaborate in the local creation and maintenance
 				of open knowledge without the need for central coordination. DREAM enables the
 				convergence of distributed <abbr title="Peer-to-Peer">P2P</abbr> networks, linked
-				data models, and social solidary economy best practices.</p>
+				  data models, and social solidary economy best practices.
+      (<a href="/pub/intro">read more</a>)</p>
 		</section>
 		<section id="links">
 			<ul>
-				<li><a href="/pub/contact">contact</a></li>
-				<li><a href="/pub/code">code</a></li>
+				  <li><a href="/pub/contact">Contact</a></li>
+          <li><a href="/pub/for-activists">For Activists</a></li>
+          <li><a href="/pub/for-developers">For Developers</a></li>
 			</ul>
 		</section>
 	</aside>
@@ -37,5 +52,7 @@
 	<footer>
 		<p>Copyright ©2020 PUBLIC</p>
 	</footer>
+  <!-- Load latest open topics from Discourse -->
+  <script src="https://dream.public.cat/javascripts/embed-topics.js"></script>
 </body>
 </html>
-- 
cgit v1.2.3