-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
740 lines (722 loc) · 36.9 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
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
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
---
layout: default
image: /img/index.png
---
{% assign text = site.data.content %}
<section id="intro" class="map-bg map-bg-top">
<div class="bg-vid drop-shadow">
<video autoplay="true" loop="true" muted="true">
<source src="https://media.bitnation.co/videos/bitnation-bg-video.mp4">
</video>
<div class="filter"></div>
</div>
<div class="grid social-icons social-icons-top flex-end">
<div class="grid-cell">
<a href="https://github.com/Bit-Nation" target="_blank">
<span class="icon-m fa-layers fa-fw">
<i class="fab fa-github" data-fa-transform="shrink-6"></i>
<i class="fal fa-circle"></i>
</span>
</a>
</div>
<div class="grid-cell">
<a href="https://twitter.com/@MyBitnation" target="_blank">
<span class="icon-m fa-layers fa-fw">
<i class="fab fa-twitter" data-fa-transform="shrink-6"></i>
<i class="fal fa-circle"></i>
</span>
</a>
</div>
<div class="grid-cell">
<a href="https://angel.co/bitnation" target="_blank">
<span class="icon-m fa-layers fa-fw">
<i class="fab fa-angellist" data-fa-transform="shrink-6"></i>
<i class="fal fa-circle"></i>
</span>
</a>
</div>
<div class="grid-cell">
<a href="https://t.me/PangeaBitnation" target="_blank">
<span class="icon-m fa-layers fa-fw">
<i class="fab fa-telegram-plane" data-fa-transform="shrink-6"></i>
<i class="fal fa-circle"></i>
</span>
</a>
</div>
<div class="grid-cell">
<a href="https://www.facebook.com/MyBitnation" target="_blank">
<span class="icon-m fa-layers fa-fw">
<i class="fab fa-facebook-f" data-fa-transform="shrink-6"></i>
<i class="fal fa-circle"></i>
</span>
</a>
</div>
<div class="grid-cell">
<a href="https://steemit.com/@bitnation" target="_blank">
<span class="icon-m fa-layers fa-fw">
<i class="fab fa-steemit" data-fa-transform="shrink-6"></i>
<i class="fal fa-circle"></i>
</span>
</a>
</div>
<div class="grid-cell">
<a href="https://discordapp.com/invite/whzS4Fr" target="_blank">
<span class="icon-m fa-layers fa-fw">
<i class="fab fa-discord" data-fa-transform="shrink-7"></i>
<i class="fal fa-circle"></i>
</span>
</a>
</div>
</div>
<div class="grid">
<div class="grid-cell">
<svg class="logo-round" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 112.07 112.08"><defs><style>.cls-1{fill:#414042;}</style></defs><title>logo-bitnation-round</title><g id="Layer_2" data-name="Layer 2"><g id="contenido_A" data-name="contenido A"><path class="cls-1" d="M56,112.08A56.29,56.29,0,0,1,0,55.28,55.87,55.87,0,0,1,56.69,0c30.54.32,55.38,25.32,55.38,55.74a56.32,56.32,0,0,1-56,56.34H56ZM56.07,6.36a49.58,49.58,0,0,0-35.3,84.52A49.21,49.21,0,0,0,56,105.72h.1a49.68,49.68,0,0,0,.56-99.36Z"/><path class="cls-1" d="M48.91,52.91c.47.34,1,.64,1.57,1,0-.46.05-.7.05-.94,0-4.57,0-9.14.09-13.71,0-1.76.05-3.53.24-5.28a4.75,4.75,0,0,1,4.86-4.4,4.75,4.75,0,0,1,5.22,4.17,10,10,0,0,1,.16,1.63c0,6.1,0,12.19,0,18.56,1.16-.77,2.16-1.4,3.11-2.07a7.43,7.43,0,0,0,3.3-6.29c0-3.62.11-7.25.09-10.87a11.54,11.54,0,0,0-1.7-6.44,10.85,10.85,0,0,0-8.72-4.9C50.24,22.8,44.44,27,44.45,34.6c0,3.26,0,6.52,0,9.78a15.42,15.42,0,0,0,.15,2.36A9.35,9.35,0,0,0,48.91,52.91Z"/><path class="cls-1" d="M57.13,40.83H55.39c-2,0-2.46.51-2.46,2.51V70.66c0,.24,0,.49,0,.73a1.78,1.78,0,0,0,1.82,1.78c.7,0,1.4,0,2.1,0,1.6,0,2.21-.62,2.22-2.19V57q0-7.09,0-14.17A1.75,1.75,0,0,0,57.13,40.83Z"/><path class="cls-1" d="M67.62,72.14a30.22,30.22,0,0,0-.73-6.31A6.78,6.78,0,0,0,61.1,61v1.64c0,5.18,0,10.35,0,15.53a11.61,11.61,0,0,1-.69,3.73,4.39,4.39,0,0,1-4.58,2.79c-2.05-.07-3.74-.86-4.41-2.91a13.42,13.42,0,0,1-.66-3.92c-.05-4.57,0-9.13.06-13.7V60.51c-3.57,1.14-6.21,4.29-6.3,7.64-.11,4.38-.1,8.76,0,13.14a8.87,8.87,0,0,0,3.46,6.87,13.59,13.59,0,0,0,15.55.43,9,9,0,0,0,4-7C67.62,78.46,67.7,75.3,67.62,72.14Z"/></g></g></svg>
<h1 class="t-white">{{ text["Enter Pangea"] }}</h1>
<h2 class="t-yellow-bg"><span>{{ text["The Internet of Sovereignty"] }}</span></h2>
</div>
</div>
<div class="grid btn-3">
<div class="grid-cell">
<div class="cta">
<a href="#install">{{ text["Install Pangea"] }}</a>
</div>
</div>
<div class="grid-cell">
<div class="cta">
<a href="{{ "/getxpat/" | relative_url }}">{{ text["Get XPAT Tokens"] }}</a>
</div>
</div>
<div class="grid-cell">
<div class="cta">
<a href="#social">{{ text["Join Bitnation"] }}</a>
</div>
</div>
</div>
</section>
<section id="video" class="no-padding-bottom">
<div class="grid yellow-box no-padding-top drop-shadow">
<div class="grid-cell">
<h2 class="no-margin-bottom">{{ text["Bitnation is Governance 2.0"] }}:<br>{{ text["Decentralised | Borderless | Voluntary"] }}</h2>
</div>
<div class="grid-cell whole">
<div class="vid-container">{% if site.video contains site.active_lang %}{% assign lang = site.active_lang %}{% else %}{% assign lang = site.default_lang %}{% endif %}
<iframe src="https://www.youtube.com/embed/{{ site.video[lang] }}" allowfullscreen="" kwframeid="1" frameborder="0"></iframe>
</div>
</div>
<div class="grid-cell whole">
<p class="no-margin">{{ text["Bitnation is the world's first Decentralised Borderless Voluntary Nation (DBVN). Bitnation started in July 2014 and hosted the world’s first blockchain marriage, birth certificate, refugee emergency ID, World Citizenship, DBVN Constitution and more. The website proof-of-concept, including the blockchain ID and Public Notary, is used by tens of thousands of Bitnation Citizens and Embassies around the world. Bitnation is the winner of UNESCO’s Netexplo Award 2017, and has been featured by the Wall Street Journal, Bloomberg, BBC, CNN, WIRED, VICE, TechCrunch, The Economist, Russia Today among many others."] }}</p>
</div>
</div>
</section>
<section id="pangea">
<div class="grid">
<div class="grid-cell one-third">
<div class="icon-l"><i class="fal fa-file-check"></i></div>
<h3>{{ text["P2P Agreements"] }}</h3>
<p>{{ text["Pangea is a decentralised market for legal services. Create and execute peer-to-peer agreements seamlessly across the world, resolve disputes fairly and efficiently. Choose an arbitrator, or become an arbitrator in your field of expertise."] }}</p>
</div>
<div class="grid-cell one-third">
<div class="icon-l"><i class="fal fa-mobile-android"></i></div>
<h3>{{ text["Frontier Technology"] }}</h3>
<p>{{ text["Pangea is a secure mesh network forming a distributed web, accessed through a smartphone-chat user-friendly interface. Blockchain agnostic smart contract functionality powers the Pangea Jurisdiction, currently implemented with Ethereum."] }}</p>
</div>
<div class="grid-cell one-third">
<div class="icon-l"><i class="fal fa-flag"></i></div>
<h3>{{ text["Your Own Nations"] }}</h3>
<p>{{ text["On Pangea you can create your own Decentralised Borderless Voluntary Nation (DBVN). Choose your Code of Law and Decision Making Mechanism, write a Constitution and provide Governance Services to Citizens."] }}</p>
</div>
</div>
<div class="grid">
<div class="grid-cell">
<div class="cta">
<a href="{{ site.data.docs[0].url }}" target="_blank">{{ text["Whitepaper (42 pgs.)"] }}</a>
</div>
</div>
<div class="grid-cell">
<div class="cta">
<a href="{{ site.data.docs[1].url }}" target="_blank">{{ text["Litepaper (5 pgs.)"] }}</a>
</div>
</div>
<div class="grid-cell">
<div class="cta">
<a href="{{ "/documents/" | relative_url }}">{{ text["Translations"] }}</a>
</div>
</div>
</div>
</section>
<section id="install" class="t-white">
<div class="grid">
<div class="grid-cell">
<h2>{{ text["Bitnation is here"] }}<br>{{ text["Install the Pangea Jurisdiction"] }}</h2>
</div>
</div>
<div class="pangea-screens">
<div class="pangea-screen">
<img src="{{ "/img/pangea-screens-01.png"| relative_url }}" alt="Pangea Mockup Screenshots">
</div>
<div class="pangea-screen">
<img src="{{ "/img/pangea-screens-02.png"| relative_url }}" alt="Pangea Mockup Screenshots">
</div>
<div class="pangea-screen">
<img src="{{ "/img/pangea-screens-03.png"| relative_url }}" alt="Pangea Mockup Screenshots">
</div>
<div class="pangea-screen">
<img src="{{ "/img/pangea-screens-04.png"| relative_url }}" alt="Pangea Mockup Screenshots">
</div>
</div>
<div class="grid flex-center padding-top-30">
<div class="grid-cell">
<a href="#testflight" target="_blank" rel="modal:open">
<img class="store-badge app-store-badge" src="{{ "/img/app-store-badge.svg" | relative_url }}" alt="App Store">
</a>
</div>
<div class="grid-cell">
<a href="https://play.google.com/store/apps/details?id=co.bitnation" target="_blank">
<img class="store-badge google-play-badge" src="{{ "/img/google-play-badge.svg" | relative_url }}" alt="Google Play">
</a>
</div>
</div>
</section>
<section id="xpat" class="no-padding-top">
<div class="bg-grey2 w-next t-white section-padding-top">
<div class="grid">
<div class="grid-cell">
<h2>{{ text["Pangea Arbitration Token (XPAT)"] }}</h2>
</div>
</div>
<div class="grid">
<div class="grid-cell">
<p>{{ text["The Pangea Arbitration Token (XPAT) is an ERC20 compatible in-app token for the Pangea Jurisdiction. The XPAT token rewards good reputation and is issued on Pangea when Citizens accumulate non-tradable reputation tokens through creating a contract, successfully completing a contract or resolving a dispute attached to a contract. XPAT is an algorithmic reputation token, an arbitration currency based on performance rather than purchasing power, popularity or attention. The distribution mechanism for XPAT tokens on Pangea is an autonomous agent, Lucy, which will initially launch on Ethereum as a smart contract. This mechanism is blockchain agnostic and can be ported to any viable smart contract platform."] }}</p>
</div>
</div>
</div>
<div class="grid yellow-box drop-shadow w-100">
<div class="grid-cell mxw-full">
<h2>{{ text["Token Sale Phase III Starting Soon"] }}</h2>
<p><strong>{{ text["Token symbol"] }}</strong> XPAT</p>
<p><strong>{{ text["Token address"] }}</strong> 0xBB1fA4FdEB3459733bF67EbC6f893003fA976a82</p>
<p><strong>{{ text["Token decimals"] }}</strong> 18</p>
</div>
</div>
<div class="grid">
<div class="grid-cell">
<p class="light">{{ text["XPAT tokens are issued by BITNATION AMERICAS LTD. Belize City, Newtown Barracks, Marina Towers, Suite 508. Reg. number 170.093."] }}<br><a href="{{ "/purchase-agreement/" | relative_url }}">{{ text["Click here to read the Bitnation XPAT Token Sale Agreement."] }}</a></p>
</div>
</div>
<div class="grid btn-3">
<div class="grid-cell">
<div class="cta-hl">
<a href="{{ "/getxpat/" | relative_url }}">{{ text["Get XPAT Tokens"] }}</a>
</div>
</div>
<div class="grid-cell">
<div class="cta">
<a href="{{ site.data.docs[0].url }}">{{ text["Whitepaper"] }}</a>
</div>
</div>
<div class="grid-cell">
<div class="cta">
<a href="{{ site.data.docs[1].url }}">{{ text["Overview"] }}</a>
</div>
</div>
</div>
</section>
<section id="stats" class="no-padding-bottom">
<div class="grid">
<div class="grid-cell half">
<div class="number">{{ text["42Bn"] }}</div>
<div class="descriptor">{{ text["Total XPAT supply"] }}</div>
</div>
<div class="grid-cell half">
<div class="number">{{ text["$10Tn"] }}</div>
<div class="descriptor">{{ text["System D economy"] }}</div>
</div>
<div class="grid-cell half">
<div class="number">{{ text["2.6Bn"] }}</div>
<div class="descriptor">{{ text["Smartphone users"] }}</div>
</div>
<div class="grid-cell half">
<div class="number">{{ text["$600Bn"] }}</div>
<div class="descriptor">{{ text["Legal services market"] }}</div>
</div>
</div>
<div class="box padding-bottom-15">
<div class="grid flex-between">
<div class="grid flex-start column half grid-cell no-padding">
<div class="grid-cell">
<h2 class="t-light caps">{{ text["Token Distribution"] }}</h2>
</div>
<div class="grid grid-cell no-wrap no-padding no-margin">
<div class="grid grid-cell no-padding column">
<div class="grid-cell">
<div class="number t-red">{{ text["34%"] }}</div>
<div class="descriptor">{{ text["token sale"] }}</div>
</div>
<div class="grid-cell">
<div class="number t-dark-orange">{{ text["14%"] }}</div>
<div class="descriptor">{{ text["future contributors"] }}</div>
</div>
<div class="grid-cell">
<div class="number t-orange">{{ text["34%"] }}</div>
<div class="descriptor">{{ text["Pangea citizens"] }}</div>
</div>
<div class="grid-cell">
<div class="number t-light-orange">{{ text["18%"] }}</div>
<div class="descriptor">{{ text["core contributors"] }}</div>
</div>
</div>
<div class="grid-cell">
<img class="graph" src="{{ "img/graph-token-dist.svg" | relative_url }}" alt="Token distribution">
</div>
</div>
</div>
<div class="grid flex-start column half grid-cell no-padding">
<div class="grid-cell">
<h2 class="t-light caps">{{ text["Projected Use of Funds"] }}</h2>
</div>
<div class="grid grid-cell no-wrap no-padding no-margin">
<div class="grid grid-cell no-padding column">
<div class="grid-cell">
<div class="number t-red">{{ text["52%"] }}</div>
<div class="descriptor">{{ text["technology"] }}</div>
</div>
<div class="grid-cell">
<div class="number t-dark-orange">{{ text["18%"] }}</div>
<div class="descriptor">{{ text["operations"] }}</div>
</div>
<div class="grid-cell">
<div class="number t-orange">{{ text["18%"] }}</div>
<div class="descriptor">{{ text["user adoption"] }}</div>
</div>
<div class="grid-cell">
<div class="number t-light-orange">{{ text["12%"] }}</div>
<div class="descriptor">{{ text["ecosystem"] }}</div>
</div>
</div>
<div class="grid-cell">
<img class="graph" src="{{ "img/graph-use-of-funds.svg" | relative_url }}" alt="Use of funds graph">
</div>
</div>
</div>
</div>
</div>
<div class="box yellow-box drop-shadow margin-bottom-30">
<div class="grid">
<div class="grid-cell">
<h3>{{ text["Key Stats"] }}</h3>
</div>
</div>
<div class="grid">
<div class="grid-cell half-mobile one-third">
<div class="icon-l"><i class="fal fa-user"></i></div>
<div class="number">{{ text["+15K"] }}</div>
<div class="descriptor">{{ text["Bitnation Citizens"] }}</div>
</div>
<div class="grid-cell half-mobile one-third">
<div class="icon-l"><i class="fal fa-users"></i></div>
<div class="number">{{ text["+50K"] }}</div>
<div class="descriptor">{{ text["Open Source Community"] }}</div>
</div>
<div class="grid-cell half-mobile one-third">
<div class="icon-l"><i class="fal fa-code"></i></div>
<div class="number">{{ text["+500K"] }}</div>
<div class="descriptor">{{ text["Lines of Code"] }}</div>
</div>
<div class="grid-cell half-mobile one-third">
<div class="icon-l"><i class="fal fa-copy"></i></div>
<div class="number">{{ text["+5K"] }}</div>
<div class="descriptor">{{ text["Contracts Notarised"] }}</div>
</div>
<div class="grid-cell half-mobile one-third">
<div class="icon-l"><i class="fal fa-globe"></i></div>
<div class="number">{{ text["+ 500"] }}</div>
<div class="descriptor">{{ text["Registered Nations"] }}</div>
</div>
</div>
</div>
<div class="bg-grey1 padding-bottom-30">
<div class="grid">
<div class="grid-cell">
<h2 class="t-yellow">{{ text["Exchanges and Wallets"] }}</h2>
</div>
</div>
<div class="grid exchanges-logos hightlighted-logos padding-bottom-30">
{% assign highlight-exchanges = site.data.logos.exchanges-big %}
{% for exchange in highlight-exchanges %}{% assign id = exchange.name | slugify %}{% assign img-url = exchange.name | slugify: 'ascii' | prepend: "/img/logos/logo-exchange-" %}<div class="grid-cell">
<a href="{{ exchange.url }}" target="_blank">
<img id="{{ id }}" class="logo-exchange" src="{{ img-url | relative_url }}.{{ exchange.format }}" alt="{{ exchange.name }}">
</a>
</div>
{% endfor %}
</div>
<div class="grid exchanges-logos">
{% assign normal-exchanges = site.data.logos.exchanges | sort: 'name' %}
{% for exchange in normal-exchanges %}{% assign id = exchange.name | slugify %}{% assign img-url = exchange.name | slugify: 'ascii' | prepend: "/img/logos/logo-exchange-" %}<div class="grid-cell">
<a href="{{ exchange.url }}" target="_blank">
<img id="{{ id }}" class="logo-exchange" src="{{ img-url | relative_url }}.{{ exchange.format }}" alt="{{ exchange.name }}">
</a>
</div>
{% endfor %}
</div>
<div class="grid">
<div class="grid-cell">
<h2 class="t-yellow">{{ text["XPAT Market Analysis"] }}</h2>
</div>
</div>
<div class="grid market-analysis-logos">
{% assign market-analysis-all = site.data.logos.market-analysis | sort: 'name' %}
{% for market-analysis in market-analysis-all %}{% assign id = market-analysis.name | slugify %}{% assign img-url = market-analysis.name | slugify: 'ascii' | prepend: "/img/logos/logo-market-analysis-" %}<div class="grid-cell">
<a href="{{ market-analysis.url }}" target="_blank">
<img id="{{ id }}" class="logo-market-analysis" src="{{ img-url | relative_url }}.{{ market-analysis.format }}" alt="{{ exchange.name }}">
</a>
</div>
{% endfor %}
</div>
</div>
</section>
<section id="history" class="no-padding-top">
<div class="grid">
<div class="grid-cell">
<h2>{{ text["Bitnation Timeline"] }}</h2>
</div>
</div>
<div id="container">
<div id="timeline">
{% for event in site.data.timeline %}
<div class="event drop-shadow bg{{ event.year | slugify: 'ascii' }}">
<div class="title">
<h3>{{ event.year }}</h3>
</div>
<div class="description">
<ul>
{% for line in event.events %}<li>{{ line.event }}</li>{% endfor %}
</ul>
</div>
</div>{% endfor %}
</div>
<div class="slider-arrows"></div>
</div>
</section>
<section id="team">
<div class="white-box drop-shadow">
<div id="core">
<div class="grid">
<div class="grid-cell">
<h2>{{ text["Core Contributors"] }}</h2>
</div>
</div>
<div class="grid members">
{% for member in site.data.team.core %}{% assign img-url = member.name | slugify: 'ascii' | prepend: "/img/team/" | append: ".jpg" %}<div class="grid-cell grid member">
<div class="grid-cell photo">
<img src="{{ img-url | relative_url }}" alt="{{ member.name }}">
</div>
<div class="grid-cell name">{{ member.name }}</div>
<div class="grid-cell role">{{ member.role }}</div>
{% if member.social %}<div class="grid-cell grid links">
{% if member.social.linkedin %}<div class="grid-cell i-social">
<a href="https://www.linkedin.com/in/{{ member.social.linkedin }}/" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
</div>{% endif %}{% if member.social.twitter %}
<div class="grid-cell i-social">
<a href="https://twitter.com/{{ member.social.twitter }}" target="_blank">
<i class="fab fa-twitter"></i>
</a>
</div>{% endif %}{% if member.social.github %}
<div class="grid-cell i-social">
<a href="https://github.com/{{ member.social.github }}" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>{% endif %}{% if member.social.email %}
<div class="grid-cell i-social">
<a href="mailto:{{ member.social.email }}" target="_blank">
<i class="fal fa-envelope"></i>
</a>
</div>{% endif %}{% if member.social.vk %}
<div class="grid-cell i-social">
<a href="https://vk.com/{{ member.social.vk }}" target="_blank">
<i class="fab fa-vk"></i>
</a>
</div>{% endif %}{% if member.social.url %}
<div class="grid-cell i-social">
<a href="{{ member.social.url }}" target="_blank">
<i class="fal fa-globe"></i>
</a>
</div>{% endif %}
</div>{% endif %}
</div>
{% endfor %}
</div>
</div>
</div>
<div class="yellow-box drop-shadow margin-top-30 margin-bottom-30">
<div class="grid">
<div class="grid-cell">
<h2>{{ text["Advisors"] }}</h2>
</div>
</div>
<div id="advisors" class="grid members">
{% for member in site.data.team.advisors %}{% assign img-url = member.name | slugify: 'ascii' | prepend: "/img/team/" | append: ".jpg" %}<div class="grid-cell grid member">
<div class="grid-cell photo">
<img src="{{ img-url | relative_url }}" alt="{{ member.name }}">
</div>
<div class="grid-cell name">{{ member.name }}</div>
{% if member.social %}<div class="grid-cell grid links">
{% if member.social.linkedin %}<div class="grid-cell i-social">
<a href="https://www.linkedin.com/in/{{ member.social.linkedin }}/" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
</div>{% endif %}{% if member.social.twitter %}
<div class="grid-cell i-social">
<a href="https://twitter.com/{{ member.social.twitter }}" target="_blank">
<i class="fab fa-twitter"></i>
</a>
</div>{% endif %}{% if member.social.github %}
<div class="grid-cell i-social">
<a href="https://github.com/{{ member.social.github }}" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>{% endif %}{% if member.social.email %}
<div class="grid-cell i-social">
<a href="mailto:{{ member.social.email }}" target="_blank">
<i class="fal fa-envelope"></i>
</a>
</div>{% endif %}{% if member.social.vk %}
<div class="grid-cell i-social">
<a href="https://vk.com/{{ member.social.vk }}" target="_blank">
<i class="fab fa-vk"></i>
</a>
</div>{% endif %}{% if member.social.url %}
<div class="grid-cell i-social">
<a href="{{ member.social.url }}" target="_blank">
<i class="fal fa-globe"></i>
</a>
</div>{% endif %}
</div>{% endif %}
</div>
{% endfor %}
</div>
</div>
<div class="white-box drop-shadow margin-top-30 margin-bottom-30">
<div class="grid">
<div class="grid-cell">
<h2>{{ text["Ambassadors"] }}</h2>
</div>
</div>
<div id="ambassadors" class="grid members">
{% for member in site.data.team.ambassadors %}{% assign img-url = member.name | slugify: 'ascii' | prepend: "/img/ambassadors/" | append: ".jpg" %}<div class="grid-cell grid member">
<div class="grid-cell photo">
<img src="{{ img-url | relative_url }}" alt="{{ member.name }}">
</div>
<div class="grid-cell name">{{ member.name }}</div>
<div class="grid-cell role">{{ member.location }}</div>
{% if member.social %}<div class="grid-cell grid links">
{% if member.social.linkedin %}<div class="grid-cell i-social">
<a href="https://www.linkedin.com/in/{{ member.social.linkedin }}/" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
</div>{% endif %}{% if member.social.twitter %}
<div class="grid-cell i-social">
<a href="https://twitter.com/{{ member.social.twitter }}" target="_blank">
<i class="fab fa-twitter"></i>
</a>
</div>{% endif %}{% if member.social.github %}
<div class="grid-cell i-social">
<a href="https://github.com/{{ member.social.github }}" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>{% endif %}{% if member.social.email %}
<div class="grid-cell i-social">
<a href="mailto:{{ member.social.email }}" target="_blank">
<i class="fal fa-envelope"></i>
</a>
</div>{% endif %}{% if member.social.vk %}
<div class="grid-cell i-social">
<a href="https://vk.com/{{ member.social.vk }}" target="_blank">
<i class="fab fa-vk"></i>
</a>
</div>{% endif %}{% if member.social.url %}
<div class="grid-cell i-social">
<a href="{{ member.social.url }}" target="_blank">
<i class="fal fa-globe"></i>
</a>
</div>{% endif %}
</div>{% endif %}
</div>
{% endfor %}
</div>
<div class="grid flex-center">
<div class="grid-cell">
<div class="cta-hl">
<a href="{{ "/ambassador-registration/" | relative_url }}">{{ text["Become an Ambassador"] }}</a>
</div>
</div>
</div>
</div>
</section>
<section id="partners" class="bg-grey1">
<div class="grid">
<div class="grid-cell">
<h2>{{ text["Our Partners"] }}</h2>
</div>
</div>
<div class="grid partner-logos">
{% assign all-partners = site.data.logos.partners | sort: 'name' %}
{% for partner in all-partners %}{% assign id = partner.name | slugify %}{% assign img-url = partner.name | slugify: 'ascii' | prepend: "/img/logos/logo-partner-" %}<div class="grid-cell">
<a class="logo-partner" href="{{ partner.url }}" target="_blank">
<img id="{{ id }}" src="{{ img-url | relative_url }}.{{ partner.format }}" alt="{{ partner.name }}">
</a>
</div>
{%endfor%}
</div>
<div class="grid">
<div class="grid-cell">
<h2>{{ text["Smart Contract Auditors"] }}</h2>
</div>
</div>
<div class="grid auditor-logos">
{% assign all-auditors = site.data.logos.auditors | sort: 'name' %}
{% for partner in all-auditors %}{% assign id = partner.name | slugify %}{% assign img-url = partner.name | slugify: 'ascii' | prepend: "/img/logos/logo-partner-" %}<div class="grid-cell">
<a class="logo-partner" href="{{ partner.url }}" target="_blank">
<img id="{{ id }}" src="{{ img-url | relative_url }}.{{ partner.format }}" alt="{{ partner.name }}">
</a>
</div>
{%endfor%}
</div>
<
</section>
<section id="media" class="bg-grey2">
<div class="grid">
<div class="grid-cell">
<h2>{{ text["Media Coverage"] }}</h2>
</div>
</div>
<div class="grid news">
{% assign mentions = site.data.media | sort: 'source' %}{% for mention in mentions %}{% assign img-id = mention.source | slugify %}{% assign img = mention.source | slugify: 'ascii' | prepend: "/img/logos/logo-media-" | append: ".png" %}<div class="grid-cell mention">
<a href="{{ mention.url }}" target="_blank"><img id="{{ img-id }}" src="{{ img | relative_url }}" alt="{{ mention.source }}"></a>
</div>
{% endfor %}
</div>
</section>
<section id="awards">
<div class="grid">
<div class="grid-cell">
<h2>{{ text["Awards"] }}</h2>
</div>
</div>
<div class="grid flex-center">
<div class="grid-cell half">
<p>{{ text["Bitnation won the prestigious UNESCO NetExplo 2017 Grand Prix. Previous winners include Twitter and Spotify."] }}</p>
<br>
<img class="drop-shadow" src="{{ "/img/award-netexplo.png" | relative_url }}" alt="Netexplo Forum 2017, Netexplo Observatory">
</div>
<div class="grid-cell half">
<iframe frameborder="0" width="480" height="270" src="//www.dailymotion.com/embed/video/x5pmk69" allowfullscreen allow="autoplay"></iframe>
</div>
</div>
</section>
<section id="quotes">
<div class="yellow-box drop-shadow center">
<h2>What People Say About Bitnation</h2>
<div class="quote-container">{% for quote in site.data.quotes %}
<div class="quote">
<blockquote>
<p>“{{ quote.text }}”</p>
</blockquote>
<cite>– {{ quote.author }}</cite>
</div>{% endfor %}
</div>
</div>
</section>
<section id="social" class="map-bg">
<div class="grid">
<div class="grid-cell">
<h2>{{ text["Join Bitnation"] }}</h2>
</div>
</div>
<div class="grid social-icons-bottom">
<div class="grid-cell">
<a href="https://github.com/Bit-Nation" target="_blank">
<span class="icon-l fa-layers fa-fw">
<i class="fab fa-github" data-fa-transform="shrink-6"></i>
<i class="fal fa-circle"></i>
</span>
</a>
</div>
<div class="grid-cell">
<a href="https://twitter.com/@MyBitnation" target="_blank">
<span class="icon-l fa-layers fa-fw">
<i class="fab fa-twitter" data-fa-transform="shrink-6"></i>
<i class="fal fa-circle"></i>
</span>
</a>
</div>
<div class="grid-cell">
<a href="https://angel.co/bitnation" target="_blank">
<span class="icon-l fa-layers fa-fw">
<i class="fab fa-angellist" data-fa-transform="shrink-6"></i>
<i class="fal fa-circle"></i>
</span>
</a>
</div>
<div class="grid-cell">
<a href="https://t.me/PangeaBitnation" target="_blank">
<span class="icon-l fa-layers fa-fw">
<i class="fab fa-telegram-plane" data-fa-transform="shrink-6"></i>
<i class="fal fa-circle"></i>
</span>
</a>
</div>
<div class="grid-cell">
<a href="https://www.facebook.com/MyBitnation" target="_blank">
<span class="icon-l fa-layers fa-fw">
<i class="fab fa-facebook-f" data-fa-transform="shrink-6"></i>
<i class="fal fa-circle"></i>
</span>
</a>
</div>
<div class="grid-cell">
<a href="https://steemit.com/@bitnation" target="_blank">
<span class="icon-l fa-layers fa-fw">
<i class="fab fa-steemit" data-fa-transform="shrink-6"></i>
<i class="fal fa-circle"></i>
</span>
</a>
</div>
<div class="grid-cell">
<a href="https://discordapp.com/invite/whzS4Fr" target="_blank">
<span class="icon-l fa-layers fa-fw">
<i class="fab fa-discord" data-fa-transform="shrink-7"></i>
<i class="fal fa-circle"></i>
</span>
</a>
</div>
</div>
{% include newsletter-form.html %}
</section>
<!-- TestFlight instructions popup -->
<div id="testflight" class="modal grid column" style="display: none;">
<div class="grid-cell">
<h2>Bitnation Jurisdiction for iOS</h2>
</div>
<div class="grid-cell">
<p>On iOS you currently have to use TestFlight to use the Bitnation Jurisdiction. Once installed, the app work exactly like the Android version of the Bitnation Jurisdiction.</p>
<p>Click on the button below to go to ios.bitnation.co.</p>
<ol>
<li>Enter your email address associated with your App Store account to get an invitation to your email.</li>
<li>Download TestFlight from the App Store.</li>
<li>Go to your email inbox, open the invitation email and copy the code you in the email.</li>
<li>Enter the code on the TestFlight App to install the Bitnation Jurisdiction.</li>
</ol>
</div>
<div class="grid-cell center">
<div class="cta-hl">
<a href="http://ios.bitnation.co" target="_blank">Request invite</a>
</div>
</div>
</div>
</div>
<script src="{{ "/js/jquery-3.2.1.min.js" | relative_url }}"></script>
<script src="{{ "/js/slick.min.js" | relative_url }}"></script>
<script src="{{ "/js/jquery.modal.min.js" | relative_url }}"></script>
<script src="{{ "/js/script-home.js" | relative_url }}"></script>