-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
696 lines (647 loc) · 39.3 KB
/
index.html
File metadata and controls
696 lines (647 loc) · 39.3 KB
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
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<!-- GAnalytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LKLRZHG9PE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-RMZS4T8GMS');
</script>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="Ray Shilling [EnergEOS.io], Domenic Thomas, Annabella Taylor, Mike Manfredi, Brandon Fancher, Thomas Hallgren" />
<meta name="viewport" content="initial-scale=1, viewport-fit=cover, width=device-width">
<!-- MAIN CSS =========================================== -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900&display=swap" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/bootstrap.css" type="text/css" />
<link rel="stylesheet" href="css/style.css" type="text/css" />
<link rel="stylesheet" href="css/dark.css" type="text/css" />
<link rel="stylesheet" href="css/font-icons.css" type="text/css" />
<link rel="stylesheet" href="css/animate.css" type="text/css" />
<link rel="stylesheet" href="css/magnific-popup.css" type="text/css" />
<!-- BOOTSTRAP SWITCH CSS -->
<link rel="stylesheet" href="css/components/bs-switches.css" type="text/css" />
<link rel="stylesheet" href="css/custom.css" type="text/css" />
<!-- SLIDER REV CSS -->
<link rel="stylesheet" type="text/css" href="include/rs-plugin/css/settings.css" media="screen" />
<link rel="stylesheet" type="text/css" href="include/rs-plugin/css/layers.css">
<link rel="stylesheet" type="text/css" href="include/rs-plugin/css/navigation.css">
<!-- LANDING -->
<link rel="stylesheet" href="one-page/css/eos/landing.css" type="text/css" />
<!-- CUSTOM -->
<link rel="stylesheet" href="css/colors.php?color=FE9603" type="text/css" />
<link rel="stylesheet" href="one-page/css/eos/fonts.css" type="text/css" />
<link rel="stylesheet" href="one-page/css/eos/seo.css" type="text/css" />
<link rel="stylesheet" href="one-page/css/eos/eos.css" type="text/css" />
<title>Welcome to the Eden on EOS Community!</title>
</head>
<body class="stretched">
<!-- Document Wrapper
============================================= -->
<div id="wrapper" class="clearfix">
<!-- Header ============================================ -->
<header id="header" class="full-header" data-sticky-logo-height="54" data-menu-padding="32">
<div id="header-wrap">
<div class="container">
<div class="header-row">
<div id="logo"> <a href="#" class="standard-logo logo_ht" data-dark-logo="logo_edeneos.png"><img src="logo_edeneos.png" alt="EdenOnEOS_Logo"></a> <a href="#" class="retina-logo" data-dark-logo="logo_edeneos.png"><img src="logo_edeneos.png" alt="EOS Logo"></a> </div>
<div id="primary-menu-trigger">
<svg class="svg-trigger" viewBox="0 0 100 100">
<path d="m 30,33 h 40 c 3.722839,0 7.5,3.126468 7.5,8.578427 0,5.451959 -2.727029,8.421573 -7.5,8.421573 h -20"></path>
<path d="m 30,50 h 40"></path>
<path d="m 70,67 h -40 c 0,0 -7.5,-0.802118 -7.5,-8.365747 0,-7.563629 7.5,-8.634253 7.5,-8.634253 h 20"></path>
</svg>
</div>
<!-- Primary Navigation ============================================= -->
<nav class="primary-menu sub-title">
<ul class="menu-container">
<li class="menu-item"> <a class="menu-link" href="#">
<div>WHAT IS EDEN?</div>
<span>Learn About Eden on EOS</span></a>
<ul class="sub-menu-container">
<li class="menu-item"> <a class="menu-link" href="#section-whatiseos">
<div><i class="icon-stack"></i>Overview</div>
</a> </li>
<li class="menu-item"> <a class="menu-link" href="#section-hiw">
<div><i class="icon-line-aperture"></i>How it Works</div>
</a> </li>
<li class="menu-item"> <a class="menu-link" href="#section-book">
<div><i class="icon-line-book"></i>Get Dan Larimer's Book</div>
</a> </li>
<li class="menu-item"> <a class="menu-link" href="#section-faqs">
<div><i class="icon-question-circle1"></i>FAQs</div>
</a> </li>
<li class="menu-item"> <a class="menu-link" href="https://www.notion.so/edenos/Glossary-Terms-and-Names-f0707f030d3e42eebb12c22b0768ab61" target="_blank">
<div><i class="icon-search2"></i>Glossary of Terms</div>
</a> </li>
</ul>
</li>
<!--<li class="menu-item"> <a class="menu-link" href="#">
<div>Peace Treaty</div>
<span>Eden's Mission Statement</span></a>
<ul class="sub-menu-container">
<li class="menu-item"> <a class="menu-link" href="#section-one">
<div><i class="icon-edit2"></i>1. Create an Account</div>
</a> </li>
<li class="menu-item"> <a class="menu-link" href="#section-two">
<div><i class="icon-dollar-sign"></i>2. Buy EOS on Exchange</div>
</a> </li>
<li class="menu-item"> <a class="menu-link" href="#section-three">
<div><i class="icon-line-arrow-right-circle"></i>3. Move EOS to Account</div>
</a> </li>
<li class="menu-item"> <a class="menu-link" href="#section-four">
<div><i class="icon-wpexplorer"></i>4. Use your EOS</div>
</a> </li>
</ul>-->
</li>
<!--<li class="menu-item"> <a class="menu-link" href="#">
<div>Detailed Discussions</div>
<span>In-depth Articles & Content</span></a>
<ul class="sub-menu-container">
<li class="menu-item"> <a class="menu-link" href="https://forums.eoscommunity.org/t/proposed-edenos-roadmap/2099" target="_blank">
<div><i class="icon-line-aperture"></i>EdenOS Roadmap</div>
</a> </li>
<li class="menu-item"> <a class="menu-link" href="https://forums.eoscommunity.org/c/eden/32" target="_blank">
<div><i class="icon-umbrella"></i>EdenOS Forums</div>
</a> </li>
<li class="menu-item"> <a class="menu-link" href="https://forums.eoscommunity.org/c/eden/sponsor/33" target="_blank">
<div><i class="icon-people-arrows"></i>Sponsor a Member</div>
</a> </li>
<li class="menu-item"> <a class="menu-link" href="https://store.bookbaby.com/bookshop/book/index.aspx?bookURL=More-Equal-Animals&b=c_bu-bu-or" target="_blank">
<div><i class="icon-book3"></i>Get Dan Larimer's Book</div>
</a> </li>
<li class="menu-item"> <a class="menu-link" href="#" target="_blank">
<div><i class="icon-line-layers"></i>Interviews & AV Content</div>
</a> </li>
</ul>
</li>-->
<li class="menu-item"> <a class="menu-link" href="#">
<div>GET INVOLVED</div>
<span>Join the Eden Community</span></a>
<ul class="sub-menu-container">
<li class="menu-item"> <a class="menu-link" href="">
<div><i class="icon-group"></i>Become a Member</div>
</a>
<ul class="sub-menu-container">
<li class="menu-item"> <a class="menu-link" href="https://t.me/EdenOSinfo" target="_blank">
<div><i class="icon-paperplane"></i>Network on Telegram</div>
</a> </li>
<li class="menu-item"> <a class="menu-link" href="https://forums.eoscommunity.org/t/want-join-the-eden-genesis-community-introduce-yourself-to-the-community-here/3273" target="_blank">
<div><i class="icon-chat"></i>Intro on Forum</div>
</a> </li>
</ul>
</li>
<li class="menu-item"> <a class="menu-link" href="https://www.notion.so/edenos/Opportunities-How-can-I-contribute-2571d4867933420f984bb01bc7257551" target="_blank">
<div><i class="icon-hand-holding-heart"></i>Contribute Your Talent</div>
</a> </li>
<li class="menu-item"> <a class="menu-link" href="https://forums.eoscommunity.org/c/eden/32" target="_blank">
<div><i class="icon-people-carry"></i>EOSCommunity Forums</div>
</a> </li>
</ul>
</li>
<!--<li class="menu-item"> <a class="menu-link" href="#">
<div>Events & Activities</div>
<span>Get Involved with Eden on EOS</span></a>
<ul class="sub-menu-container">
<li class="menu-item"> <a class="menu-link" href="#" target="_blank">
<div><i class="icon-eventbrite"></i>Online Live Events</div>
</a> </li>
<li class="menu-item"> <a class="menu-link" href="#" target="_blank">
<div><i class="icon-paperclip"></i>Request an Application</div>
</a> </li>
<li class="menu-item"> <a class="menu-link" href="#" target="_blank">
<div><i class="icon-people-carry"></i>Meet Your Local Rep.</div>
</a> </li>
<li class="menu-item"> <a class="menu-link" href="#" target="_blank">
<div><i class="icon-calendar"></i>Election Schedule</div>
</a> </li>
</ul>
</li>-->
<li class="menu-item mega-menu"> <a class="menu-link" href="https://genesis.eden.eoscommunity.org" target="_blank">
<div>MEMBER PORTAL</div>
<span>Resources for Eden Members</span></a> </li>
<li class="menu-item"> <a class="menu-link" href="">
<div>ELECTIONS</div>
<span>Upcoming Events</span></a>
<ul class="sub-menu-container">
<li class="menu-item"> <a class="menu-link" href="">
<div><i class="icon-megaphone"></i>Trial Elections</div>
</a>
<ul class="sub-menu-container">
<li class="menu-item"> <a class="menu-link" href="https://forums.eoscommunity.org/t/call-for-participation-join-edenos-alpha-test-on-may-13th/3181" target="_blank">
<div><i class="icon-line-edit"></i>Registration</div>
</a> </li>
<li class="menu-item"> <a class="menu-link" href="https://docs.google.com/document/d/1So1HtsS-uUzdP1qgI26cTWI2aiJcwpgSruZWLrxnHsU/edit" target="_blank">
<div><i class="icon-calendar-1"></i>Rules & Schedule</div>
</a> </li>
</ul>
</li>
<!--<li class="menu-item"> <a class="menu-link" href="https://forums.eoscommunity.org/t/eden-test-election-results-thursday-may-13th-at-13-45-utc/3263" target="_blank">
<div><i class="icon-list-ol1"></i>Results</div>
</a> </li>-->
<li class="menu-item"> <a class="menu-link" href="https://www.reddit.com/r/eos/comments/nbo8se/edeneosorg_is_live_edenos_political_playoff/" target="_blank">
<div><i class="icon-list-ol1"></i>Results</div>
</a> </li>
</ul>
</li>
<li class="menu-item"> <a class="menu-link" href="#section-contact">
<div>CONTACT</div>
<span>Connect with us.</span></a> </li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<!-- Header end -->
<!-- Main Slider ============================================ -->
<section id="slider" class="slider-element min-vh-60 min-vh-md-100 include-header">
<div class="video-wrap">
<video id="slide-video" poster="one-page/images/eos/place_main.png" preload="auto" loop autoplay muted>
<source src='assets/Main.mp4' type='video/mp4' />
<source src='assets/Main.webm' type='video/webm' />
</video>
<div class="video-overlay" style="background-color: rgba(1,1,1,0.01);"></div>
</div>
</section>
<div class="divider divider-center"><a href="#" data-scrollto="#header"><i class="icon-chevron-up"></i></a></div>
<!-- What is Eden on EOS ============================================ -->
<section id="content">
<eospan id="section-whatiseos"></eospan>
<div class="heading-block border-bottom-0 center">
<h3 class="nott ls0 eos_80TopPad" data-animate="bounceIn">What is Eden on EOS?</h3>
</div>
<div class="content-wrap pb-0">
<div class="row align-items-stretch align-content-stretch no-gutters topmargin overflow-hidden">
<div class="col-lg-7 col-md-6 order-md-1" style="background: url('one-page/images/eos/3D_EoE_City.jpg') right center / cover; min-height: 350px"> </div>
<div class="col-lg-5 col-md-6 bg-color order-md-2">
<div class="section-features">
<h2 class="mb-3 h4 font-weight-semibold">Maximize Independence</h2>
<p class="h6 font-weight-normal mb-5">Eden is a community working to maximize the power and independence of its members and thereby securing life, liberty, property, and justice for all.</p>
<h2 class="mb-3 h4 font-weight-semibold">Build Consensus</h2>
<p class="h6 font-weight-normal mb-5">A team of people can be more powerful than the sum of its members, but all teams need a means to effectively work together & attain their full potential.</p>
<h2 class="mb-3 h4 font-weight-semibold">Fractal Democracy</h2>
<p class="h6 font-weight-normal mb-0 eos_30bottompad">EdenOS is a revolutionary new democratic process that protects and enhances the independence and power of those who join. When you join the Eden community, you gain access to a group of people working together to empower you and your family to make a bigger impact in the world.</p>
<a href="https://forums.eoscommunity.org/t/want-join-the-eden-genesis-community-introduce-yourself-to-the-community-here/3273" target="_blank" class="button button-rounded button-small nott ls0">New to Eden? Start Here...</a> </div>
</div>
</div>
<!--<div class="row p-0 align-items-stretch overflow-hidden">
<div class="col-lg-7 col-padding" style="background: url('one-page/images/eos/3D_EoE_Lake.jpg') center center no-repeat; background-size: cover;">
<div> </div>
</div>
<div class="col-lg-5 col-padding">
<div>
<div class="row">
<div class="col-md-9 p-0 topmargin-sm clearfix">
<div class="feature-box fbox-outline fbox-light fbox-effect" data-animate="fadeIn">
<div class="fbox-icon" style="margin:20px;"> <a href="#"><i class="icon-line-sunrise"></i></a> </div>
<div class="fbox-content">
<h3>Maximize Independence</h3>
<p>Eden is a community working to maximize the power and independence of its members and thereby securing life, liberty, property, and justice for all.</p>
</div>
</div>
<div class="feature-box fbox-outline fbox-light fbox-effect topmargin" data-animate="fadeIn" data-delay="200">
<div class="fbox-icon" style="margin:20px;"> <a href="#"><i class="icon-users1"></i></a> </div>
<div class="fbox-content">
<h3>Build Consensus</h3>
<p>A team of people can be more powerful than the sum of its members, but all teams need a means to reach consensus, or they will fall apart.</p>
</div>
</div>
<div class="feature-box fbox-outline fbox-light fbox-effect topmargin" data-animate="fadeIn" data-delay="400">
<div class="fbox-icon" style="margin:20px;"> <a href="#"><i class="icon-line-loader"></i></a> </div>
<div class="fbox-content">
<h3>Fractal Democracy</h3>
<p class="eos_30bottompad">EdenOS is a revolutionary new democratic process that protects and enhances the independence and power of those who join. When you join the Eden community, you gain access to a group of people working together to empower you and your family to make a bigger impact in the world.</p>
<a href="#" class="button button-rounded button-small nott ls0">New to Eden? Start Here...</a></div>
</div>
</div>
</div>
</div>
</div>
</div>-->
</div>
</section>
<!-- How it Works ============================================ -->
<div class="divider divider-center"><a href="#" data-scrollto="#header"><i class="icon-chevron-up"></i></a></div>
<section id="content">
<eospan id="section-hiw"></eospan>
<div class="content-wrap">
<div class="container clearfix">
<div class="heading-block border-bottom-0 center">
<h3 class="nott ls0 eos_80TopPad" data-animate="bounceIn">How it Works<br>
<h4>Fractal Democracy in Action</h4>
</h3>
</div>
</div>
</div>
</section>
<section id="slider" class="slider-element min-vh-60 min-vh-md-100">
<video controls muted class="main-v" autoplay="true" loop="true">
<source src="assets/Eden_How-it-Works_RS_2021-05.mp4" type="video/mp4">
<p>Your browser doesn't support HTML5 video. Here is
a <a href="http://www.edeneos.org/assets/Eden_How-it-Works_RS_2021-05.mp4">link to the video</a> instead. </p>
</video>
</section>
<!-- MORE EQUAL ANIMALS - the Book ========================================= -->
<div class="divider divider-center"><a href="#" data-scrollto="#header"><i class="icon-chevron-up"></i></a></div>
<section id="content">
<eospan id="section-book"></eospan>
<div class="heading-block border-bottom-0 center">
<h3 class="nott ls0 eos_80TopPad" data-animate="bounceIn">More Equal Animals</h3>
<h4 class="eos_30bottompad">by Daniel Larimer</h4>
</div>
<div id="mea" class="row p-0 align-items-stretch overflow-hidden">
<div class="col-lg-4">
<div>
<div class="col-md-9 p-0 clearfix">
<div class="eos_btnpadleft eos_btnalign eos_50bottomtopmar" data-animate="fadeIn">
<div> <a href="https://store.bookbaby.com/book/More-Equal-Animals" target="_blank"><img src="one-page/images/eos/btn_buyBook.png"></a> </div>
</div>
<div class="eos_btnpadleft eos_btnalign eos_50bottomtopmar" data-animate="fadeIn" data-delay="200">
<div> <a href="https://store.bookbaby.com/book/More-Equal-Animals" target="_blank"><img src="one-page/images/eos/btn_buyPDF.png"></a> </div>
</div>
<div class="eos_btnpadleft eos_btnalign eos_50bottomtopmar" data-animate="fadeIn" data-delay="400">
<div> <a href="https://moreequalanimals.com/assets/MoreEqualAnimals-1.15.2021.pdf" target="_blank"><img src="one-page/images/eos/btn_downloadPDF.png"></a> </div>
</div>
</div>
</div>
</div>
<div class="col-lg-8" style="background: url('one-page/images/eos/MoreEqualAnimals.png') center no-repeat; background-size: cover;">
<div> </div>
</div>
</div>
</section>
<!-- FAQs ============================================= -->
<div class="divider divider-center"><a href="#" data-scrollto="#header"><i class="icon-chevron-up"></i></a></div>
<section id="content">
<eospan id="section-faqs"></eospan>
<div class="content-wrap">
<div class="container clearfix">
<div class="heading-block border-bottom-0 center">
<h3 class="nott ls0 eos_80TopPad" data-animate="bounceIn">Frequently Asked Questions</h3>
</div>
<div class="heading-block gutter-40 col-mb-80 eos_centerfaq">
<div class="postcontent col-lg-8">
<div class="clear"></div>
<div id="faqs" class="faqs">
<div class="toggle faq faq-accounts">
<div class="toggle-header">
<div class="toggle-icon"> <i class="toggle-closed icon-comments-alt"></i> <i class="toggle-open icon-comments-alt"></i> </div>
<div class="toggle-title"> What is Eden? </div>
</div>
<div class="toggle-content">Eden is a community of individuals cooperating to maximize the independence of its members and thereby securing life, liberty, property, and justice for all. <br>
<br>
One of the principles of Eden is that two people working together are stronger than two uncoordinated individuals. By working together both people increase their individual power and independence in the world. Anytime two or more people come together a process is needed for consensus building and delegation of authority.</a></div>
</div>
<div class="toggle faq faq-accounts faq-miscellaneous">
<div class="toggle-header">
<div class="toggle-icon"> <i class="toggle-closed icon-comments-alt"></i> <i class="toggle-open icon-comments-alt"></i> </div>
<div class="toggle-title"> What is EdenOS? </div>
</div>
<div class="toggle-content">Eden OS is a unique governance process that leverages the wisdom of the crowds to identify the best community representatives in a manner that has as its goal the avoidance of devolving into party politics, popularity contests, or incumbent advantage.<br>
<br>
One of the most important ways any community can achieve independence is to adopt its own currency. Currency is one half of most transactions and represents the economic power of the individuals and the community as a whole. The Eden community has chosen EOS to be its currency of choice and will work to maximize the utilization and adoption of EOS as a currency both within the community and outside.<br>
<br>
Eden OS is the “operating system” of this community and it governs how community members are added and removed as well as how community funds are allocated to representative members.</a></div>
</div>
<div class="toggle faq faq-miscellaneous">
<div class="toggle-header">
<div class="toggle-icon"> <i class="toggle-closed icon-comments-alt"></i> <i class="toggle-open icon-comments-alt"></i> </div>
<div class="toggle-title"> So then, what is Eden on EOS? </div>
</div>
<div class="toggle-content">Eden on EOS is the collective term for the brand and messaging around launching the Eden effort on the EOS Main net. The overall process of define, launch, and enable Fractal Democracy, and the release of the software (EdenOS) Clarion is releasing for the broader Eden community.</div>
</div>
<div class="toggle faq faq-community">
<div class="toggle-header">
<div class="toggle-icon"> <i class="toggle-closed icon-comments-alt"></i> <i class="toggle-open icon-comments-alt"></i> </div>
<div class="toggle-title"> How do I become a member of Eden? </div>
</div>
<div class="toggle-content">All are welcome to apply to join our Community. If you would like to do so, please start <a href="https://www.notion.so/edenos/New-Members-Invitations-8db4c6ea5bab4ad5b0767128152e950e" target="_blank">HERE.</a></div>
</div>
<div class="toggle faq faq-community">
<div class="toggle-header">
<div class="toggle-icon"> <i class="toggle-closed icon-comments-alt"></i> <i class="toggle-open icon-comments-alt"></i> </div>
<div class="toggle-title"> What is the purpose of the trial election? </div>
</div>
<div class="toggle-content">With any new governance process and technology, it is important to test and debug the methodology before scaling it to a much larger membership. A small scale voting test will allow us to learn from any mistakes and further refine the process.</div>
</div>
<div class="toggle faq faq-community">
<div class="toggle-header">
<div class="toggle-icon"> <i class="toggle-closed icon-comments-alt"></i> <i class="toggle-open icon-comments-alt"></i> </div>
<div class="toggle-title"> If you win the trial election, does that help in the general election? </div>
</div>
<div class="toggle-content">Winning the trial election does not guarantee you will do equally well when the main election is held ... but it certainly can't hurt :)</div>
</div>
<div class="toggle faq faq-authors faq-transactions">
<div class="toggle-header">
<div class="toggle-icon"> <i class="toggle-closed icon-comments-alt"></i> <i class="toggle-open icon-comments-alt"></i> </div>
<div class="toggle-title"> If I win the 1,000 EOS award, what do I do with the award proceeds? </div>
</div>
<div class="toggle-content">You are free to do whatever you want with the funds.</div>
</div>
<div class="toggle faq faq-marketplace faq-authors">
<div class="toggle-header">
<div class="toggle-icon"> <i class="toggle-closed icon-comments-alt"></i> <i class="toggle-open icon-comments-alt"></i> </div>
<div class="toggle-title"> Is it possible to form an Eden on ETH or Eden on XLM, etc? </div>
</div>
<div class="toggle-content">Yes, the EdenOS platform will ultimately be blockchain-agnostic, and therefore we fully support the development of Eden on ETH or Eden on DOT groups.</div>
</div>
<div class="toggle faq faq-affiliates faq-miscellaneous">
<div class="toggle-header">
<div class="toggle-icon"> <i class="toggle-closed icon-comments-alt"></i> <i class="toggle-open icon-comments-alt"></i> </div>
<div class="toggle-title"> Is there an official forum for Eden? </div>
</div>
<div class="toggle-content">Yes, please join the conversations <a href="https://forums.eoscommunity.org/c/eden/32" target="_blank">HERE.</a></div>
</div>
<div class="toggle faq faq-legal faq-transactions">
<div class="toggle-header">
<div class="toggle-icon"> <i class="toggle-closed icon-comments-alt"></i> <i class="toggle-open icon-comments-alt"></i> </div>
<div class="toggle-title"> Do I have to speak / write only in English in the Eden on EOS Community? </div>
</div>
<div class="toggle-content">The Eden Genesis group has formed as an english speaking group. However we have plans in development to translate much of the EdenOS processes and procedures, tools, info etc. This will support groups to form with their open native languages like: Chinese, Korean, Spanish and German at this time.<br>
<br>
If you are interested in forming a group in a language that’s not currently listed, we simply need someone from that language group to start the process of translating our open source materials. </div>
</div>
<div class="toggle faq faq-legal faq-account">
<div class="toggle-header">
<div class="toggle-icon"> <i class="toggle-closed icon-comments-alt"></i> <i class="toggle-open icon-comments-alt"></i> </div>
<div class="toggle-title">Can anyone from any Country join Eden on EOS? </div>
</div>
<div class="toggle-content">Yes, as long as English is the language used for all of your correspondence, you can join the Eden community, and live anywhere in the World.</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CONTACT ============================================ -->
<div class="divider divider-center"><a href="#" data-scrollto="#header"><i class="icon-chevron-up"></i></a></div>
<section id="content">
<eospan id="section-contact"></eospan>
<div class="content-wrap">
<div class="container clearfix">
<div class="heading-block border-bottom-0 center">
<h3 class="nott ls0 eos_40pad eos_80TopPad" data-animate="bounceIn">Contact Us & Get Involved</h3>
</div>
</div>
</div>
</section>
<section id="content">
<div class="content-wrap">
<div class="container clearfix">
<div class="row col-mb-50">
<div class="col-md-2">
<div class="feature-box media-box flex-column">
<div class="fbox-media">
<div> <a href="#"><img src="one-page/images/eos/btn_spacer.png"></a> </div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="feature-box media-box">
<div class="fbox-media">
<div> <a href="https://forums.eoscommunity.org/t/want-join-the-eden-genesis-community-introduce-yourself-to-the-community-here/3273" target="_blank"><img src="one-page/images/eos/btn_member.png"></a> </div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="feature-box media-box flex-column">
<div class="fbox-media">
<div> <a href="https://www.notion.so/edenos/Opportunities-How-can-I-contribute-2571d4867933420f984bb01bc7257551" target="_blank"><img src="one-page/images/eos/btn_talent.png"></a> </div>
</div>
</div>
</div>
<div class="col-md-2">
<div class="feature-box media-box flex-column">
<div class="fbox-media">
<div> <a href="#"><img src="one-page/images/eos/btn_spacer.png"></a> </div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CONTACT FORM ============================================= -->
<!--<section id="content">
<eospan id="section-contact"></eospan>
<div class="content-wrap">
<div class="container clearfix">
<div class="row col-mb-80 eos_centerblock60">
<div class="postcontent col-lg-12">
<div class="form-widget">
<div class="form-result"></div>
<form class="row" id="template-contactform" name="template-contactform" action="include/form.php" method="post">
<div class="form-process">
<div class="css3-spinner">
<div class="css3-spinner-scaler"></div>
</div>
</div>
<div class="col-md-4 form-group">
<label for="template-contactform-name">Name <small>*</small></label>
<input type="text" id="template-contactform-name" name="template-contactform-name" value="" class="sm-form-control required" />
</div>
<div class="col-md-4 form-group">
<label for="template-contactform-email">Email <small>*</small></label>
<input type="email" id="template-contactform-email" name="template-contactform-email" value="" class="required email sm-form-control" />
</div>
<div class="col-md-4 form-group">
<label for="template-contactform-phone">Phone</label>
<input type="text" id="template-contactform-phone" name="template-contactform-phone" value="" class="sm-form-control" />
</div>
<div class="w-100"></div>
<div class="col-md-8 form-group">
<label for="template-contactform-subject">Subject <small>*</small></label>
<input type="text" id="template-contactform-subject" name="subject" value="" class="required sm-form-control" />
</div>
<div class="col-md-4 form-group">
<label for="template-contactform-service">Topic</label>
<select id="template-contactform-service" name="template-contactform-service" class="sm-form-control">
<option value="">-- Select One --</option>
<option value="">Ask a Question</option>
<option value="">Comment / Feedback</option>
</select>
</div>
<div class="w-100"></div>
<div class="col-12 form-group">
<label for="template-contactform-message">Message <small>*</small></label>
<textarea class="required sm-form-control" id="template-contactform-message" name="template-contactform-message" rows="6" cols="30"></textarea>
</div>
<div class="col-12 form-group d-none">
<input type="text" id="template-contactform-botcheck" name="template-contactform-botcheck" value="" class="sm-form-control" />
</div>
<div class="col-12 form-group">
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<div class="g-recaptcha" data-sitekey="6LfijgUTAAAAACPt-XfRbQszAKAJY0yZDjjhMUQT"></div>
</div>
<div class="col-12 form-group">
<button class="button button-3d m-0" type="submit" id="template-contactform-submit" name="template-contactform-submit" value="submit">Send Message</button>
</div>
<input type="hidden" name="prefix" value="template-contactform-">
</form>
</div>
</div>
</div>
</div>
</div>
</section>-->
<!-- Footer ============================================= -->
<footer id="footer" class="border-0 bg-white">
<!-- Copyrights ============================================= -->
<div id="copyrights" style="background: url('one-page/images/eos/footer.jpg') no-repeat top center; background-size: cover; padding-top: 70px;">
<div class="container clearfix">
<div class="row justify-content-between col-mb-30">
<div class="col-12 col-lg-auto text-center text-lg-left" style="color:aliceblue"> Copyright © 2021 EdenEOS.org All Rights Reserved.<br>
<div><a href="#" style="color:aliceblue">Developed by</a> : <a href="http://energeos.io/" target="_blank" style="color:aliceblue">Team EnergEOS.io</a></div>
</div>
<div class="col-12 col-lg-auto text-center text-lg-right">
<div class="copyrights-menu copyright-links clearfix" style="color:aliceblue"> <a href="#" style="color:aliceblue">Home</a>/<a href="#section-faqs" style="color:aliceblue">FAQs</a>/<a href="#section-contact" style="color:aliceblue">Contact</a> </div>
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Go To Top ============================================= -->
<div id="gotoTop" class="icon-angle-up"></div>
<!-- JS FILES ============================================= -->
<script src="js/jquery.js"></script>
<script src="js/plugins.min.js"></script>
<script src="js/functions.js"></script>
<!-- SLIDER REVOLUTION 5.x SCRIPTS -->
<script src="include/rs-plugin/js/jquery.themepunch.tools.min.js"></script>
<script src="include/rs-plugin/js/jquery.themepunch.revolution.min.js"></script>
<script src="include/rs-plugin/js/extensions/revolution.extension.video.min.js"></script>
<script src="include/rs-plugin/js/extensions/revolution.extension.slideanims.min.js"></script>
<script src="include/rs-plugin/js/extensions/revolution.extension.actions.min.js"></script>
<script src="include/rs-plugin/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script src="include/rs-plugin/js/extensions/revolution.extension.kenburn.min.js"></script>
<script src="include/rs-plugin/js/extensions/revolution.extension.navigation.min.js"></script>
<script src="include/rs-plugin/js/extensions/revolution.extension.migration.min.js"></script>
<script src="include/rs-plugin/js/extensions/revolution.extension.parallax.min.js"></script>
<!-- Footer Scripts ============================================= -->
<script>
$(document).ready(function(){
$(".smoothScroll").on('click', function(event) {
if (this.hash !== "") {
event.preventDefault();
// Store hash
var hash = this.hash;
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function(){
window.location.hash = hash;
});
}
});
});
</script>
<script>
var tpj=jQuery;
tpj.noConflict();
var $ = jQuery.noConflict();
tpj(document).ready(function() {
var apiRevoSlider = tpj('#rev_slider_k_fullwidth').show().revolution(
{
sliderType:"standard",
sliderLayout:"fullwidth",
delay:9000,
navigation: {
arrows:{enable:true}
},
responsiveLevels:[1240,1024,778,480],
visibilityLevels:[1240,1024,778,480],
gridwidth:[1240,1024,778,480],
gridheight:[600,768,960,720],
});
apiRevoSlider.on("revolution.slide.onloaded",function (e) {
setTimeout( function(){ SEMICOLON.slider.sliderDimensions(); }, 400 );
});
apiRevoSlider.on("revolution.slide.onchange",function (e,data) {
SEMICOLON.slider.revolutionSliderMenu();
});
});
</script>
<script>
jQuery(document).ready(function($){
var $faqItems = $('#faqs .faq');
if( window.location.hash != '' ) {
var getFaqFilterHash = window.location.hash;
var hashFaqFilter = getFaqFilterHash.split('#');
if( $faqItems.hasClass( hashFaqFilter[1] ) ) {
$('.grid-filter li').removeClass('activeFilter');
$( '[data-filter=".'+ hashFaqFilter[1] +'"]' ).parent('li').addClass('activeFilter');
var hashFaqSelector = '.' + hashFaqFilter[1];
$faqItems.css('display', 'none');
if( hashFaqSelector != 'all' ) {
$( hashFaqSelector ).fadeIn(500);
} else {
$faqItems.fadeIn(500);
}
}
}
$('.grid-filter a').on( 'click', function(){
$('.grid-filter li').removeClass('activeFilter');
$(this).parent('li').addClass('activeFilter');
var faqSelector = $(this).attr('data-filter');
$faqItems.css('display', 'none');
if( faqSelector != 'all' ) {
$( faqSelector ).fadeIn(500);
} else {
$faqItems.fadeIn(500);
}
return false;
});
});
</script>
<script>
jQuery(window).on( 'pluginCarouselReady', function(){
setTimeout( function(){
$('.owl-stage').after('<div class="owl-stage-outer-bg"></div>');
}, 1000 );
});
</script>
</body>
</html>