diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -3,6 +3,7 @@ <head> <meta charset="UTF-8"> <title>Digital Replicated Edge Agency Machine</title> + <link rel="stylesheet" type="text/css" href="main_style.css"> </head> <body> <header> @@ -15,19 +16,21 @@ <main> <article> + <div class="grid-container"> <section id="for-activists"><h2>For Activists</h2> <p>Organize peer to peer away from corporate surveillance.</p> - <nav><a href="/pub/for-activists">read more</a></nav> + <nav><a href="/pub/for-activists"><button class="button" id="activists">Read more</button></a></nav> </section> <section id="for-developers"><h2>For Developers</h2> <p>We design networks & systems that empower & respect users, and ensure sustainability of hardware, software, and human resources.</p> - <nav><a href="/pub/for-developers">read more</a></nav> + <nav><a href="/pub/for-developers"><button class="button" id="developpers">Read more</button></a></nav> </section> - <section id="dream-team"><h2>DREAM Team</h2> + <section id="dream-team"><a href="/pub/team"><button class="button" id="team" href="/pub/team">DREAM Team</button></a> </section> + </div> </article> </main> - + <div name="padding" style="height:100px"></div> <aside> <section id="pitch"> <h2>Distributed Replicated Edge Agency Machine</h2> @@ -36,13 +39,16 @@ 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. - (<a href="/pub/intro">read more</a>)</p> + </p> + <p><a href="/pub/intro">Read more</a> + </p> </section> + <div name="padding" style="height:100px"></div> <article class="topics-list"> <section id="wp4"><h2><a href="/c/wp4-reporting/6">REPORTING</a></h2> <d-topics-list discourse-url="https://dream.public.cat" per-page="5" category="7" status="open"></d-topics-list> </section> - </article> + </article> </aside> <footer> |