-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconsortium.html
354 lines (337 loc) · 12.5 KB
/
consortium.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="shortcut icon" href="./assets/images/logo.png" type="image/x-icon" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./assets/css/index.css" />
<title>Dat Ecosystem</title>
</head>
<body>
<div class="container">
<!-- NAV -->
<nav id="navbar">
<a href="index.html">
<img class="logo" src="./assets/images/logo.png" alt="" />
</a>
<div class="nav_links">
<div class="nav_linksNAV">
<a href="index.html">Projects</a>
<a href="growth-program.html">Growth Program</a>
<a href="timeline.html">Timeline</a>
<a class="activeLink" href="consortium.html">Consortium</a>
</div>
<div class="nav_linksSM">
<a href="https://blog.dat-ecosystem.org/">Blog</a>
<a href="https://discord.gg/egsvGc9TkQ" target="_blank">
<img src="assets/images/HOME/icons8-discord-new-100.png" alt="" />
</a>
<a href="https://github.com/dat-ecosystem" target="_blank">
<img src="assets/images/HOME/icons8-github-100.png" alt="" />
</a>
<a href="https://twitter.com/dat_ecosystem" target="_blank">
<img src="assets/images/HOME/icons8-twitter-100.png" alt="" />
</a>
</div>
</div>
<span
class="menuIcon"
style="font-size: 30px; cursor: pointer"
onclick="openNav()"
>☰</span
>
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()"
>×</a
>
<a class="activeLink" href="index.html">Projects</a>
<a href="growth-program.html">Growth Program</a>
<a href="timeline.html">Timeline</a>
<a href="consortium.html">Consortium</a>
<div class="nav_linksSM">
<a href="https://discord.gg/egsvGc9TkQ" target="_blank">
<a href="https://blog.dat-ecosystem.org/">Blog</a>
<img src="assets/images/HOME/icons8-discord-new-100.png" alt="" />
</a>
<a href="https://github.com/dat-ecosystem" target="_blank">
<img src="assets/images/HOME/icons8-github-100.png" alt="" />
</a>
<a href="https://twitter.com/dat_ecosystem" target="_blank">
<img src="assets/images/HOME/icons8-twitter-100.png" alt="" />
</a>
</div>
</div>
</nav>
</div>
<!-- HEADER -->
<header class="header_consortium">
<div class="container_inner">
<h1>Consortium</h1>
<p class="header__p">
Governance body that supports the collaboration, interoperability and manages community resources.
</p>
</div>
</header>
<!-- Consortium -->
<article class="container_inner">
<div class="article_header">
<h6 class="article_header_h6">Dat ecosystem manifesto</h6>
<h1 class="article_header_h1">Role and responsibilitites</h1>
<h3 class="article_header_h3">
Governed by individuals who came together to achieve the following goals. Members of consortium are contributing to the ecosystem as volunteers.
</h3>
</div>
<div class="cons_container">
<div class="con_card">
<div class="con_card_imgContainer">
<img
class="con_card_img"
src="./assets/images/icons8-growth-64.png"
alt=""
/>
<p class="gp_title">Responsibilities</p>
</div>
<div class="gp_content">
<p>
<img src="./assets/images/tick-circle.png" /> Coordinating the Ecosystem growth program
</p>
<p>
<img src="./assets/images/tick-circle.png" /> Managing shared resources
</p>
<p>
<img src="./assets/images/tick-circle.png" /> Discussing and planning interoperability features and standards
</p>
<p>
<img src="./assets/images/tick-circle.png" /> Mentoring Ecosystem growth program projects
</p>
<p>
<img src="./assets/images/tick-circle.png" /> Bi-weekly meetings with agenda
</p>
<p>
<img src="./assets/images/tick-circle.png" /> Forming just-in-time working groups
</p>
<p>
<img src="./assets/images/tick-circle.png" /> Fundraising - organizing events, community building, communication
</p>
</div>
</div>
<div class="con_card">
<div class="con_card_imgContainer">
<img class="con_card_img" src="./assets/images/mem.png" alt="" />
<p class="gp_title">Members</p>
</div>
<div class="gp_content">
<p>
<img src="./assets/images/user-octagon.png" alt="" /><b
>Alexander Cobleigh</b
>
Cabal
</p>
<p>
<img src="./assets/images/user-octagon.png" alt="" /><b
>Serapath</b
>
PlayProject/DatDot
</p>
<p>
<img src="./assets/images/user-octagon.png" alt="" /><b
>Diego Paez</b
>
Geut/Sher
</p>
<p>
<img src="./assets/images/user-octagon.png" alt="" /><b
>Franz Heinzmann</b
>
Arso/Sonar
</p>
<p>
<img src="./assets/images/user-octagon.png" alt="" /><b
>Kevin Faaborg</b
>
Ara
</p>
<p>
<img src="./assets/images/user-octagon.png" alt="" /><b
>Martin Heidegger</b
>
Consento
</p>
<p>
<img src="./assets/images/user-octagon.png" alt="" /><b>Mauve</b>
Agregore
</p>
<p>
<img src="./assets/images/user-octagon.png" alt="" /><b
>Nina Breznik</b
>
PlayProject/DatDot
</p>
<p>
<img src="./assets/images/user-octagon.png" alt="" /><b
>Paul Frazee</b
>
Atek/Beaker
</p>
</div>
</div>
<div class="con_card">
<div class="con_card_imgContainer">
<img class="con_card_img" src="./assets/images/docs.png" alt="" />
<p class="gp_title">Important Documents</p>
</div>
<div class="gp_content">
<p>
<a
href="https://github.com/dat-ecosystem/organization/blob/main/consortium/MANIFESTO.md"
>Manifesto</a
>
</p>
<p>
<a
href="https://github.com/dat-ecosystem/organization/blob/main/consortium/code-of-conduct-contact.md"
>Code of Conduct</a
>
</p>
<p>
<a href="https://github.com/dat-ecosystem"
>Organization Github Repository</a
>
</p>
<p>
<a href="https://opencollective.com/dat">Open Collective</a>
</p>
<p>
<a
href="https://hackmd.io/@T6Wf5EsOQKe-owyPjJPtuw/Hycn0F63r/%2FHbuOffkwQSOKIO_97fH-MW"
>Meeting Notes</a
>
</p>
</div>
</div>
</div>
</article>
<!-- MISSION -->
<article class="container_inner">
<div class="article_header">
<h6 class="article_header_h6">Our Vision</h6>
<h1 class="article_header_h1">Mission</h1>
<h3 class="article_header_h3">
Our mission is to foster exchange, mutual support and global
cooperation among Dat project and to advocate for user rights and a
decentralized democratic society.
To achieve these goals, Dat Ecosystem supports you by connecting you
with us with its extensive resourcess, taking your Hypercore project
to the next level.
</h3>
</div>
<div class="mission_container" style="flex-wrap: wrap">
<div class="mission_card">
<img src="./assets/images/1.png" alt="" />
<p>
Advocating for users' rights and a decentralized democratic society
</p>
</div>
<div class="mission_card">
<img src="./assets/images/3.png" alt="" />
<p>
Promoting science, civic tech, organizing, education and arts from
a decentralized perspective
</p>
</div>
<div class="mission_card">
<img src="./assets/images/2.png" alt="" />
<p>
Conducting research, community activities, seminars and conferences
</p>
</div>
<div class="mission_card">
<img src="./assets/images/4.png" alt="" />
<p>
Strengthening the adoption and understanding of Hypercore protocol
and decentralized Projects worldwide
</p>
</div>
<div class="mission_card">
<img src="./assets/images/5.png" alt="" />
<p>
Fostering exchange, mutual support and global cooperation among Dat
Ecosystem Projects
</p>
</div>
</div>
</article>
<!-- Tools we use -->
<article class="container_inner">
<div class="article_header">
<h6 class="article_header_h6">Open collaboration</h6>
<h1 class="article_header_h1">Tools We Use</h1>
<h3 class="article_header_h3">
Consortium group documents all aspects of collaborative and decision making processes in the Dat ecosystem by using the following tooling. We aim to use open source apps when possible and planning to move to ecosystem built p2p tools as soon as possible.
</h3>
</div>
<div class="toolsweuse_container">
<div class="con_card">
<img class="con_card_img" src="./assets/images/001.png" alt="" />
<p class="gp_title">communication, coordination & updates</p>
</div>
<div class="con_card">
<img class="con_card_img" src="./assets/images/002.png" alt="" />
<p class="gp_title">Meeting notes & planning</p>
</div>
<div class="con_card">
<img class="con_card_img" src="./assets/images/003.png" alt="" />
<p class="gp_title">code repositories & organizing with issues</p>
</div>
<div class="con_card">
<img class="con_card_img" src="./assets/images/004.png" alt="" />
<p class="gp_title">public communication</p>
</div>
<div class="con_card">
<img class="con_card_img" src="./assets/images/005.png" alt="" />
<p class="gp_title">fundraising & fiscial sponsorship</p>
</div>
<div class="con_card">
<img class="con_card_img" src="./assets/images/006.png" alt="" />
<p class="gp_title">online meetings</p>
</div>
<div class="con_card">
<img class="con_card_img" src="./assets/images/007.png" alt="" />
<p class="gp_title">talks & conference videos</p>
</div>
<div class="con_card">
<img class="con_card_img" src="./assets/images/008.png" alt="" />
<p class="gp_title">online conferencing</p>
</div>
</div>
</article>
<!-- FOOTER -->
<footer class="container_inner">
<div class="footerContent">
<p>Join the Dat Ecosystem chat network</p>
<div>
<a href="https://discord.gg/egsvGc9TkQ" target="_blank"
><img src="assets/images/HOME/icons8-discord-new-100.png" alt=""
/></a>
<a
target="_blank"
href="https://github.com/dat-ecosystem/dat-ecosystem.github.io/blob/main/README.md#connect-to-cabal-with-cli-or-download-cabal-desktop"
><img src="assets/images/Cabal.png" alt=""
/></a>
</div>
</div>
</div>
</footer>
<p class="mitsu">
Made With <img src="./assets/images/heart.png" width="16" alt=""> By <a class="mitsuLink" href="https://mitsustudio.com/">MitsuStudio.com</a>
</p>
<script src="navbar.js"></script>
</body>
</html>