summaryrefslogtreecommitdiff
path: root/index.html
blob: 5bd851bc9c56a5a642f0016baca3a90656b256ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!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 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>
		</section>
		<section id="links">
			<ul>
				<li><a href="/pub/contact">contact</a></li>
			</ul>
		</section>
	</aside>

	<footer>
		<p>Copyright ©2020 PUBLIC</p>
	</footer>
</body>
</html>