-
Notifications
You must be signed in to change notification settings - Fork 2
/
growth-program.html
347 lines (328 loc) · 12.7 KB
/
growth-program.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
<!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="shortcut icon" href="./assets/images/logo.png" type="image/x-icon" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<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 class="activeLink" href="growth-program.html">Growth Program</a>
<a href="timeline.html">Timeline</a>
<a 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://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>
</nav>
</div>
<!-- HEADER -->
<header class="header_projects">
<div class="container_inner">
<h1>Growth Program</h1>
<p class="header__p">
Dat ecosystem growth program provides mentorship and support to the builders of the Dat ecosystem.
</p>
</div>
</header>
<!-- Ecosystem PRocess-->
<article class="container_inner">
<div class="article_header">
<h6 class="article_header_h6">How does it work</h6>
<h1 class="article_header_h1">Ecosystem Growth Program Process</h1>
<h3 class="article_header_h3">
Dat ecosystem garden is support for open source projects that strengthen P2P foundations with a particular focus on builder tools, infrastructure, research, community resources and other public goods.
</h3>
</div>
<div class="process_container">
<!-- Col -->
<div class="col">
<p class="col_subtitile">Phase 1</p>
<p class="col_title">EVALUATION</p>
<div class="steps">
<div class="step">
<p class="step_title">1 - Application</p>
<p class="step_text">
Introduce your project
</p>
<a
href="https://docs.google.com/forms/d/e/1FAIpQLSf9YxzVOTdPQKTwFoHzPTpSBNEm9dqOdYnZdP_bPAy4hrGQ0A/viewform"
target="_blank"
class="btn"
>Apply</a
>
</div>
<div class="step">
<p class="step_title">2 - Evaluation</p>
<p class="step_text">
We will evaluate if project fits Dat ecosystem's broader vision and how can we best support it
</p>
</div>
<div class="step">
<p class="step_title">3 - Consoritum</p>
<p class="step_text">
Consortium members will decide what resources are available in given moment to help the project grow
</p>
</div>
</div>
</div>
<!-- Col -->
<div class="col">
<p class="col_subtitile">Phase 2</p>
<p class="col_title">BUILDING</p>
<div class="steps">
<div class="step">
<p class="step_title">Milestone 1</p>
<p class="step_text">
Regular check-ins and feedback during your milestone
</p>
</div>
<div class="step">
<p class="step_title">Milestone 2</p>
<p class="step_text">
Regular check-ins and feedback during your milestone
</p>
</div>
<div class="step">
<p class="step_title">Milestone 3</p>
<p class="step_text">
Regular check-ins and feedback during your milestone
</p>
</div>
<div class="step">
<p class="step_title">Launch 🚀 🎉</p>
<p class="step_text">
Support with testing and launch
</p>
</div>
</div>
</div>
</div>
</article>
<!-- How to qualify -->
<article class="container_inner">
<div class="article_header">
<h6 class="article_header_h6">Requirements</h6>
<h1 class="article_header_h1">How to qualify</h1>
<h3 class="article_header_h3">
Data monopolies hold and enclose upon personal and public datasets,
threatening privacy, access control and universal access.
<br>
<br>
To tackle this problem, we joined forces in the Dat ecosystem and in
collaboration with researchers, librarians, activists, scientists,
artists, entrepreneurs and civic technologists develop technologies and
applications, built on peer-to-peer capabilities. </h3>
</div>
<div class="focus_container">
<div class="focus_card">
<img src="./assets/images/6.png" alt="" />
<p>Open Source</p>
</div>
<div class="focus_card">
<img src="./assets/images/7.png" alt="" />
<p>Modularity & Technical Inclusion</p>
</div>
<div class="focus_card">
<img src="./assets/images/8.png" alt="" />
<p>Local First & Cloudless</p>
</div>
<div class="focus_card">
<img src="./assets/images/9.png" alt="" />
<p>Social Impact & Cooperative Ownership</p>
</div>
<div class="focus_card">
<img src="./assets/images/10.png" alt="" />
<p>Data Sovereignty & Access Control</p>
</div>
</div>
</article>
<!-- Growth Program -->
<article class="container_inner">
<div class="article_header">
<h6 class="article_header_h6">Program's Role</h6>
<h1 class="article_header_h1">P2P garden</h1>
<h3 class="article_header_h3">
Growth program is designed as a P2P garden and is here to offer a wide scope of support for the projects.
</h3>
</div>
<div class="mission_container">
<div class="gr_card">
<div>
<img class="gr_card_img" src="./assets/images/g1.png" alt="" />
<p class="gp_title">Tech Mentorship</p>
</div>
<div class="gp_content">
<p>Chat Support with other Program Members</p>
<p>Regular Office Hours</p>
<p>Launch Support</p>
<p>Regular Individual Check-Ins</p>
</div>
</div>
<div class="gr_card">
<div>
<img class="gr_card_img" src="./assets/images/g2.png" alt="" />
<p class="gp_title">Community Support</p>
</div>
<div class="gp_content">
<p>Collaboration on events, meetups, and webinars</p>
<p>Support with milestone announcements</p>
<p>Guidance with community building</p>
</div>
</div>
<div class="gr_card">
<div>
<img class="gr_card_img" src="./assets/images/g3.png" alt="" />
<p class="gp_title">Ecosystem Support</p>
</div>
<div class="gp_content">
<p>Introduction to relevant projects</p>
<p>Regular office hours to give feedback and answer questions</p>
<p>Support with strategy and interoperability</p>
</div>
</div>
</div>
</article>
<!-- Growing P2P Apps -->
<article class="container_inner">
<div class="article_header">
<h6 class="article_header_h6">Dat ecosystem</h6>
<h1 class="article_header_h1">Growing P2P Projects</h1>
<h3 class="article_header_h3">
Dat ecosystem aims to grow a robust network of interoperable P2P projects in an open and inclusive way.
</h3>
</div>
<div class="cons_container">
<div class="con_card">
<div class="con_card_imgContainer">
<img class="con_card_img" src="./assets/images/p.png" alt="" />
<p class="gp_title">Ecosystem project</p>
</div>
<div class="gp_content">
<p>
<img src="./assets/images/tick-circle.png" /> Participates in
Ecosystem growth program
</p>
<p>
<img src="./assets/images/tick-circle.png" />
Gets introduced in a blog (all selected projects in this batch)
</p>
<p>
<img src="./assets/images/tick-circle.png" />Gets introduced to
other projects
</p>
<p>
<img src="./assets/images/tick-circle.png" />Gets to present on
Dat ecosystem events
</p>
<p>
<img src="./assets/images/tick-circle.png" />Can get their channel
on Discord/Cabal
</p>
<p>
<img src="./assets/images/tick-circle.png" />
Can apply for micro funding from the common pool (Open Collective)
</p>
<p>
<img src="./assets/images/tick-circle.png" />Can help with
mentoring , organizing events and fundraising
</p>
</div>
</div>
</div>
</article>
<!-- Join Our Ecosystem-->
<article class="container_inner">
<div class="article_header">
<h6 class="article_header_h6">Take Action!</h6>
<h1 class="article_header_h1">Start building</h1>
<h3 class="article_header_h3">
Do you think you are finally ready to start building your own P2P project? Apply here and we will make sure you get all the support you need to get started and to grow your idea.
</h3>
</div>
<div class="mission_container">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSf9YxzVOTdPQKTwFoHzPTpSBNEm9dqOdYnZdP_bPAy4hrGQ0A/viewform" target='blank' class="gr_card">
<div>
<img class="gr_card_img" src="./assets/images/logo.png" alt="" />
<p class="gp_title">Apply for the Ecosystem Growth Program</p>
</div>
</a>
</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>