-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·577 lines (454 loc) · 22.1 KB
/
index.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
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
<!DOCTYPE html>
<html lang="en-US">
<head>
<!-- Meta
============================================= -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, intial-scale=1, max-scale=1">
<!-- Stylesheets
============================================= -->
<link href="css/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i|Open+Sans:400,400i,700,700i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Asap&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Cairo:400,400i,700,700i&subset=arabic" rel="stylesheet">
<link href="https://fonts.googleapis.com/earlyaccess/droidarabickufi.css" rel="stylesheet">
<!-- Favicon
============================================= -->
<link rel="apple-touch-icon" sizes="57x57" href="./images/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="./images/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="./images/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="./images/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="./images/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="./images/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="./images/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="./images/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="./images/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="./images/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="./images/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="./images/favicon-16x16.png">
<link rel="manifest" href="./images/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Title
============================================= -->
<title>CampDAO</title>
</head>
<body>
<div id="scroll-progress"><span class="scroll-percent"></span></div>
<!-- Website Loading
============================================= -->
<div id="website-loading">
<div class="loader">
<div class="la-ball-scale la-2x">
<div></div>
</div>
</div><!-- .loader end -->
</div><!-- .website-loading end -->
<!-- Document Full Container
============================================= -->
<div id="full-container">
<!-- Header
============================================= -->
<header id="header">
<div id="header-wrap">
<div class="container">
<div class="row">
<div class="col-md-12">
<a class="logo" href="#">
<img src="images/campdao.png" alt="">
<h3>CampDAO</h3>
</a><!-- .logo end -->
<ul id="main-menu" class="main-menu">
<li><a data-scroll-nav="0" href="#home">Home</a></li>
<li><a data-scroll-nav="1" href="#our-services">Info</a></li>
<li><a data-scroll-nav="2" href="#our-adventures">Donate</a></li>
<li><a data-scroll-nav="3" href="#best-events">Join</a></li>
</ul>
<a class="header-btn btn small colorful hover-dark" href="https://tinyurl.com/campdao">JOIN DAO</a>
<div class="mobile-menu-btn hamburger hamburger--slider">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</div><!-- .mobile-menu-btn -->
<div id="mobile-menu"></div><!-- #mobile-menu end -->
</div><!-- .col-md-12 end -->
</div><!-- .row end -->
</div><!-- .container end -->
</div><!-- #header-wrap end -->
</header><!-- #header end -->
<!-- Slider
============================================= -->
<section id="banner">
<div id="home" class="banner-parallax" data-scroll-index="0">
<div class="banner-slider">
<ul class="owl-carousel slider-img-bg">
<li>
<div class="overlay-colored" data-bg-color="#000" data-bg-color-opacity="0.15"></div><!-- .overlay-colored end -->
<div class="slide">
<img src="./images/slide-1.jpg" alt="">
<div class="slide-content">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="banner-center-box text-center">
<h1>
CampDAO<br>
<!-- <span class="colored">Travel Template</span> -->
</h1>
<div class="description">
CampDAO is a decentralized Burning Man camp based on EOS. A first of its kind in Burning Man.
</div>
<a class="btn colorful large hover-dark" data-scroll-nav="1" href="#our-services">More</a>
</div><!-- .banner-center-box end -->
</div><!-- .col-md-12 end -->
</div><!-- .row end -->
</div><!-- .container end -->
</div><!-- .slide-content end -->
</div><!-- .slide end -->
</li>
</ul>
</div><!-- .banner-slider end -->
</div><!-- .banner-parallax end -->
</section><!-- #banner end -->
<!-- Content
============================================= -->
<section id="content">
<div id="content-wrap">
<!-- === Our Services =========== -->
<div id="our-services" class="flat-section our-services" data-scroll-index="1">
<div class="section-title">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2>Welcome to CampDAO</h2>
<p>
In June 2019, members of the EOS community got together for the 2nd annual BP Summit in San Francisco. Within the EOS community, getting together is always an opportunity to have fun and build things. Pioneered by community members, we'd like to introduce CampDAO.
</p>
</div><!-- .col-md-8 end -->
</div><!-- .row end -->
</div><!-- .container end -->
</div><!-- .section-title end -->
<div class="section-content">
<div class="container">
<div class="row">
<div class="col-md-12">
<ul class="os-tabs">
<li class="active"><i class="fa fa-plane"></i>Burning Man</li>
<li><i class="fa fa-globe"></i>EOSIO</li>
<li><i class="fa fa-bank"></i>CampDAO</li>
</ul><!-- .os-tabs end -->
<div class="row">
<ul class="os-tabs-content">
<li class="active">
<div class="col-md-7">
<h4>Burning Man</h4>
<p>
Burning Man is an annual nine-day gathering in the Nevada Desert (USA). It is a one of a kind festival, a big decentralized community that believes in collaboration over competition.
</p>
<ul class="list check-square">
<li>Anyone may be a part of Burning Man.</li>
<li>Burning Man is devoted to acts of gift giving. The value of a gift is unconditional.</li>
<li>Burning Man values creative cooperation, collaboration and interaction.
</li>
<li>Everyone is invited to work. Everyone is invited to play.</li>
</ul><!-- .list.check-square end -->
<p>
The majority of people who go to Burning Man are part of planned, registered camps. Burning Man, in esssence, is decentralized collective of communities. Likewise, we aim to run CampDAO in a decentralized and cooperative way.
</p>
</div><!-- .col-md-7 end -->
<div class="col-md-5">
<div class="img-preview">
<img src="./images/bm.jpg" alt="">
</div><!-- .img-preview end -->
</div><!-- .col-md-5 end -->
</li>
<li>
<div class="col-md-7">
<h4>EOSIO</h4>
<p>
EOSIO is a decentralized blockchain infrastructure that emulates the attributes of computer hardware, including CPUs, RAM, and storage. The system is powered by the EOS coin, whose holders can access the distributed computing resources.
</p>
<ul class="list check-square">
<li>EOSIO is the most used blockchain software in the world.</li>
<li>The architecture designed to enable scaling of decentralized applications.</li>
<li>With EOSIO, users can interact with the blockchain without having to know how it works.</li>
</ul><!-- .list.check-square end -->
<p>
By using EOSIO to run CampDAO, this project is a chance to experiment with and showcase how blockchain tools can be used to organize communities and events in a decentralized way.
</p>
</div><!-- .col-md-7 end -->
<div class="col-md-5">
<div class="img-preview">
<img src="./images/eos.png" alt="">
</div><!-- .img-preview end -->
</div><!-- .col-md-5 end -->
</li>
<li>
<div class="col-md-7">
<h4>CampDAO</h4>
<p>
CampDAO is an opportunity to build relationships into other like-minded communities, strengthen the relationships within the EOS community, and to start a tradition that can grow and thrive by the will of the CampDAO hivemind.
</p>
<ul class="list check-square">
<li>CAMP tokens represent voting rights in operating decisions.</li>
<li>CAMP tokens can be earned by donating or contributing to CampDAO.</li>
<li>Members will be sent to CampDAO by holding a vote amongst CampDAO holders.</li>
<li>Anyone can contribute to the project.</li>
<li>Voting power will be proportional to contributions.</li>
</ul><!-- .list.check-square end -->
<!-- <p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque egestas magna non ligula interdum mollis. Nullam dui mauris, aliquam id luctus sit amet.
</p> -->
</div><!-- .col-md-7 end -->
<div class="col-md-5">
<div class="img-preview">
<img src="./images/pyramid.png" alt="">
</div><!-- .img-preview end -->
</div><!-- .col-md-5 end -->
</li>
</ul><!-- .os-tabs-content end -->
</div><!-- .row end -->
</div><!-- .col-md-12 end -->
</div><!-- .row end -->
</div><!-- .container end -->
</div><!-- .section-content end -->
</div><!-- .flat-section end -->
<!-- === Popular Packages =========== -->
<div id="popular-packages" class="flat-section popular-packages" data-scroll-index="">
<div class="section-title">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2>How Will CampDAO Work?</h2>
<p>
CampDAO will be managed and organized using DACfactory by eosDAC.
</p>
</div><!-- .col-md-8 end -->
</div><!-- .row end -->
</div><!-- .container end -->
</div><!-- .section-title end -->
<div class="section-content">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3>Tentative CampDAO guidelines</h2>
<ul class="larger-font">
<li>CampDAO tokens represent voting rights in operating decisions.</li>
<li> CampDAO tokens can be earned by contributing to CampDAO.</li>
<li> Members will be sent to CampDAO by holding a vote amongst CampDAO holders.</li>
<li> Voting power will be proportional to contributions.</li>
<li> The camp size and number of attendees will depend on the amount raised.</li>
<li> At least ⅓ of the camp's participants should be veterans to Burning Man.</li>
<li> External members can be accepted into the community through vouching.</li>
<li> Vouching requires KYC or known by someone who is in the initial CampDAO group. </li>
<li> Vouching for someone means you take responsibility for them.</li>
<li> There will be a record for who vouched for whom.</li>
<li> If tickets can’t be acquired or the token distribution fails to reach the minimum amount, funds are returned to contributors.</li>
<li> If you arrange your own ticket before joining the CampDao, you get rewarded the equivalent of $1200 in CampDAO Votes upon joining the cam. </li>
<li> If CampDAO sends you to the Burn, you must burn some of your CampDAO tokens (TBD).</li>
</ul>
</div><!-- .col-md-12 end -->
</div><!-- .row end -->
</div><!-- .container end -->
</div><!-- .section-content end -->
</div><!-- .flat-section end -->
<!-- === CTA Title 1 =========== -->
<div class="parallax-section cta-title" data-scroll-index="" data-parallax-bg-img="img-16.jpg" data-stellar-background-ratio="0.2">
<div class="overlay-colored" data-bg-color="#000" data-bg-color-opacity="0.60"></div><!-- .overlay-colored end -->
<div class="section-inner">
<div class="container">
<div class="row">
<div class="section-content">
<div class="col-md-8 col-md-offset-2">
<h1 class="title-big">
<span class="white"><span id="timer"></span></span>
</h1>
<a class="btn colorful large
hover-dark" data-scroll-nav="3"
href="#our-adventures">Join Now!</a>
</div><!-- .col-md-8 end -->
</div><!-- .section-content end -->
</div><!-- .row end -->
</div><!-- .container end -->
</div><!-- .section-inner end -->
</div><!-- .parallax-section end -->
<!-- === Our Adventures =========== -->
<div id="our-adventures" class="flat-section our-adventures" data-scroll-index="2">
<div class="section-title">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2>Donate</h2>
<p>
In July 2019, 10,000 EOS was donated to
fund the launch of CampDAO, with 10,000
CAMP tokens issued to the initial
founding members of CampDAO.
Tokens issued are used for voting and
managing all aspects of CampDAO.
</p>
<p>
Long-term, CampDAO will rely on member
donations to continue to operate.
</p>
</div><!-- .col-md-8 end -->
</div><!-- .row end -->
</div><!-- .container end -->
</div><!-- .section-title end -->
<div class="portfolio-top"></div>
<div class="section-content">
<div class="container">
<div class="row">
<div class="col-md-6">
<h3>Tentative Camp Costs</h2>
<ul class="larger-font">
<li>Reusable Camp Infrastructure - $40,000</li>
<li>Food/Supplies/Spillage - $10,000</li>
<li>Art Car - $5,000</li>
<li>Bicycles $5000</li>
<li>Tickets $1200*10=$12000</li>
<li>Storage Costs & Growth Fund - $25,000+</li>
</ul>
Extra contributions will be used to
bolster the camp year over year.
Organizing groups who pool 1,000 EOS
for initial donation to CampDAO
will be designated The
Guardians of CampDAO. As of this
writing, LibertyBlock, NodeONE and EOS
Amsterdam have pledged to donate
1,000 EOS to the project.
</div><!-- .col-md-12 end -->
</div><!-- .row end -->
</div><!-- .container end -->
</div><!-- .section-content end -->
</div><!-- .flat-section end -->
<!-- === Best Events =========== -->
<div id="best-events" class="flat-section best-events" data-scroll-index="3">
<div class="section-title">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2>How to Join</h2>
<p>
If you wish to participate, fill
out the form below, send at least
10 EOS to wearecampdao and join the
CampDAO Slack and Telegram group.
Anyone interested in participating
or contributing to CampDAO, please
fill out the form <a
href="https://tinyurl.com/campdao">
Join DAO </a>
</p>
</div><!-- .col-md-8 end -->
</div><!-- .row end -->
</div><!-- .container end -->
</div><!-- .section-title end -->
<div class="section-content">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="connect-box">
<h5>get in touch</h5>
<p>
Please contact us! We would love
to answer any questions you have.
If you are looking for a prompt
response we are very active on
telegram. <a href="https://t.me/campdao">Join Telegram</a>
</p>
<ul class="social-icons">
<li><a class="si-facebook" href="https://fb.com/campdao""><i class="fa fa-facebook"></i></a></li>
<li><a class="si-twitter" href="https://twitter.com/campdao"><i class="fa fa-twitter"></i></a></li>
<li><a class="si-instagram" href="https://instagram.com/wearecampdao"><i class="fa fa-instagram"></i></a></li>
<li><a class="si-telegram" href="https://t.me/campdao"><i class="fa fa-telegram"></i></a></li>
</ul><!-- .social-icons end -->
</div><!-- .connect-box end -->
<div class="connect-box">
<div class="contact-info-box">
<h5>Our Location</h5>
<ul class="contact-info">
<li><i class="fa fa-map-marker"></i>Los Angeles, CA</li>
<li><i class="fa fa-phone"></i>(323) 849-0420</li>
<li><i class="fa fa-envelope"></i>[email protected]</li>
</ul><!-- .contact-info end -->
</div><!-- .contact-info-box end -->
<div class="contact-info-box">
<h5>Business Hours</h5>
<ul class="contact-info">
<li><i class="fa fa-clock-o"></i><span>Mon. - Fri.</span>8am to 5pm</li>
<li><i class="fa fa-clock-o"></i><span>Sat.</span>8am to 11am</li>
<li><i class="fa fa-clock-o"></i><span>Sun.</span>Closed</li>
</ul><!-- .contact-info end -->
</div><!-- .contact-info-box end -->
</div><!-- .connect-box end -->
</div><!-- .col-md-6 end -->
<div class="col-md-6">
<div class="connect-box">
<h5>Drop Your Message</h5>
<div class="cf-notifications">
<div class="cf-notifications-cont"></div>
</div><!-- end Contact Form Submit Message -->
<form name="contact" netlify>
<div class="form-group">
<input type="text" name="cfName" id="cfName" class="form-control" placeholder="Your Name">
</div><!-- .form-group end -->
<div class="form-group">
<input type="text" name="cfEmail" id="cfEmail" class="form-control" placeholder="Your Email">
</div><!-- .form-group end -->
<div class="form-group">
<textarea name="cfMessage" id="cfMessage" class="form-control" placeholder="Your Message"></textarea>
</div><!-- .form-group end -->
<div class="form-group">
<input type="submit" class="form-control" value="Send">
</div><!-- .form-group end -->
</form><!-- #contact-form end -->
</div><!-- .connect-box end -->
</div><!-- .col-md-6 end -->
</div><!-- .row end -->
</div><!-- .container end -->
</div><!-- .section-content end -->
</div><!-- .flat-section end -->
</div><!-- #content-wrap -->
</section><!-- #content end -->
<!-- Footer Mini
============================================= -->
<footer id="footer-mini">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- <a class="logo footer" href="#"><img src="images/campdao.png" alt=""> <h3>CampDAO</h3></a> -->
<div class="copyrights-message">2019 © <span>CampDAO</span></div>
<a href="#" class="scroll-top-btn"><i class="fa fa-angle-up"></i></a>
</div><!-- .col-md-12 end -->
</div><!-- .row end -->
</div><!-- .container end -->
</footer><!-- #footer-mini end -->
</div><!-- #full-container end -->
<a class="scroll-top" href="#"><i class="fa fa-angle-up"></i></a>
<!-- External JavaScripts
============================================= -->
<script src="js/jquery.js"></script>
<script src="js/jRespond.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.fitvids.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.stellar.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.mb.YTPlayer.min.js"></script>
<script src="js/hoverIntent.js"></script>
<script src="js/simple-scrollbar.min.js"></script>
<script src="js/superfish.js"></script>
<script src="js/scrollIt.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src='js/jquery.magnific-popup.min.js'></script>
<script src="js/jquery.waitforimages.min.js"></script>
<script src='js/jquery.validate.min.js'></script>
<script src="js/google-map.js"></script>
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAA1vAzZpKh9vsQvF3e4MeClkyYB-MWtnA&callback=initMap"></script>
<script src='js/functions.js'></script>
</body>
</html>