diff options
author | hellekin <hellekin@cepheide.org> | 2020-09-19 14:20:10 +0200 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2020-09-19 14:20:10 +0200 |
commit | feee7e883b783240bdcce721df9065e913334c1f (patch) | |
tree | a200ea64b5ccecd2071da1841a4e44c6d73d4006 | |
download | dream.public.cat-feee7e883b783240bdcce721df9065e913334c1f.tar.gz |
Welcome to dream.public.cat
-rw-r--r-- | index.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..7a2e922 --- /dev/null +++ b/index.html @@ -0,0 +1,35 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="UTF-8"> + <title>Digital Replicated Edge Agency Machine</title> +</head> +<body> + <header> + <h1>DREAM</h1> + <p class="tagline"> + Internet protocols and applications + to empower citizens to act and find agency together + </p> + </header> + + <main> + <article></article> + </main> + + <aside> + <section="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> + </section> + </aside> + + <footer> + <p>Copyright ©2020 PUBLIC</p> + </footer> +</body> +</html> |