-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabout.html
52 lines (51 loc) · 3.01 KB
/
about.html
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
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Staatliches" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Major+Mono+Display" rel="stylesheet">
<title>Department of Decentralization: About</title>
</head>
<body>
<ul id="topNav">
<li class="nav-item"><a href="https://decentralala.com/about">About</a></li>
<li class="nav-item"><a href="https://goerli.net/">GörliCon</a></li>
<li class="nav-item"><a href="https://ethberlinzwei.com/">EthBerlin</a></li>
<li class="nav-item"><a href="https://medium.com/ethberlin">Blog</a></li>
<li class="nav-item"><a href="https://github.com/Department-of-Decentralization/Ecosystem-Job-Openings">Jobs Repo</a></li>
<li class="nav-item"><a href="mailto:joinus@ethberlin?Subject=Hello%20ETHBerlin" target="_top">Say Hi</a></li>
</ul>
<br>
<img src="img/about-header.png" class="about-header" alt="ethone">
<br>
<br>
<br>
<h1>About</h1>
<br>
<p>DoD is a collective of individuals working on Decentralized Open Source. Our aim is to be an agnostic vehicle to drive adoption, educate newcomers (and veterans, why not?), and raise awareness on the challenges and benefits of decentralization and open source software.
</p>
<br>
<p>The Department of Decentralization was born when our 2018 event, ETHBerlin got us to the conclusion that we needed to do something more than one event a year. There are multiple ways to support the community, and we want to be there.
</p>
<br>
<p>Our projects to date:
</p>
<ul id="bullet">
<li>ETHBerlin 2018: Hackathon, conference and the first event ran almost entirely using decentralized applications</li>
<li>Görlicon</li>
<li><a href="https://goerli.net">Görli Testnet</li>
<li>Blockstars Education Program with B9lab</li>
<li><a href="https://arweave.net/pJRsBkUCL0JXfcrwAaJxTTMFHUf06l7qPejuZDbvD1I">There Is No Such Thing As Blockchain Art: a study to explore the art world and the intersection with our systems</li>
<li><a href="https://ethberlinzwei.com">ETHBerlinZwei: hackathon, conference and cultural festival</li>
</ul>
<br>
<p>DoD is ran primarily from Berlin, but we encourage everyone to get in touch and run their local chapter.
Currently, we are around 24 people, and work by making decisions on proposals that collective members build,
and decide on them by rough consensus. However, our priority is to discover the right governance model for the collective.
With this in mind, we are building a DAO, planned for Q2 2019, with the help of an Ethereum-based project.</p>
<br>
</body>
</html>