summaryrefslogtreecommitdiff
path: root/index-001.html
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2020-11-07 22:52:42 +0100
committerhellekin <hellekin@cepheide.org>2020-11-07 23:03:38 +0100
commitef1572b7333424c731eb4450f154c29eaf9db031 (patch)
tree6a222cacc709e0749b9114368197279e8ec79c64 /index-001.html
parentef458c18010dfed551c20f9502da15d5ee199e25 (diff)
downloaddream.public.cat-ef1572b7333424c731eb4450f154c29eaf9db031.tar.gz
Mobile-first layout
Prepare for next release: index-003.html - Link current version 002 to index.html For 003: - Add color palette to :root - Add forum link - Make mobile-first CSS - Add Desktop CSS - Make minor changes to HTML to - change title to 'DREAM enables Group P2P Collaboration' - add viewport meta tag - add title attribute to first header - add span to first h2 so that we can force display - add Aria role to main - move pitch to main aside - add aside header to advertise forum - move copyright above nav - link footer nav to page navigation instead of site TODO: - Embed fonts using @font-face - Link index-003.html to index.html - Add Aria labels for screen-reading - Verify color contrasts for A11y
Diffstat (limited to 'index-001.html')
-rw-r--r--index-001.html73
1 files changed, 73 insertions, 0 deletions
diff --git a/index-001.html b/index-001.html
new file mode 100644
index 0000000..84abb99
--- /dev/null
+++ b/index-001.html
@@ -0,0 +1,73 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="UTF-8">
+ <title>Digital Replicated Edge Agency Machine</title>
+ <link rel="stylesheet" type="text/css" href="main_style-001.css">
+</head>
+<body>
+ <header>
+ <h1></h1>
+ <p class="tagline">
+ DREAM: Distributed Replicated Edge Agency Machine
+ </p>
+ <p class="tagline" style="font-size:1.25rem">
+ Internet protocols and applications
+ to empower citizens to act and find agency together
+ </p>
+ </header>
+
+ <div name="padding" style="height:1.5rem"></div>
+ <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"><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"><button class="button" id="developpers">Read more</button></a></nav>
+ </section>
+ <section id="dream-team"><h2>Where to find us</h2>
+ <p>Contact the team and learn how the project came about</p>
+ <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:3rem"></div>
+ <aside>
+ <section id="pitch">
+ <h2>Distributed Replicated Edge Agency Machine</h2>
+ <p><abbr title="Public Universal Base: Libre Infrastructure Community">PUBLIC</abbr> DREAM
+ 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>
+ <p><a href="/pub/intro">Read more</a>
+ </p>
+ </section>
+ <div name="padding" style="height:3rem"></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>
+ </aside>
+
+ <footer>
+ <nav>
+ <ul>
+ <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>
+ </nav>
+ <p>Copyright ©2020 PUBLIC — <a href="mailto:dream@public.cat">dream@public.cat</a></p>
+ </footer>
+ <!-- Load latest open topics from Discourse -->
+ <script src="https://dream.public.cat/javascripts/embed-topics.js"></script>
+</body>
+</html>