-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathabout.html
More file actions
861 lines (673 loc) · 89 KB
/
about.html
File metadata and controls
861 lines (673 loc) · 89 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
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
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/quadraticlands.93c20b.ee83a2f7be49.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<link rel="icon" type="image/png" sizes="32x32" href='favicons/favicon.71760ff1833f.png'>
<title>Quadratic Lands</title>
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@gitcoin" />
<meta name="twitter:title" content="Gitcoin Quadratic Lands - About" />
<meta name="twitter:description"
content="Gitcoin is where builders, developers, and protocols come together to build and fund the open web." />
<meta name="twitter:image" content="images/default.01dcc187d82f.png" />
<!-- google tag manager -->
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WVPQHKX');</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- flash message -->
<div id="flashMessageContainer"></div>
<!-- navigation -->
<header>
<!-- logo-->
<div class="logos">
<a class="gitcoin" href="https://gitcoin.co/" data-kinetics-attraction data-kinetics-attraction-chance=".2"
data-kinetics-attraction-force="1" data-kinetics-attraction-size="50" data-kinetics-attraction-type="bee" >
<svg width="32" height="40" viewBox="0 0 32 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.2197 15.7091C27.5138 17.523 28.2164 19.7257 28.1979 21.9469C28.1979 24.1311 27.4954 26.3153 26.2197 28.0922L28.9189 30.1468C30.6382 27.7776 31.581 24.89 31.581 21.9654C31.5995 18.8743 30.5827 15.8386 28.7155 13.3953L27.1676 14.7907L26.2197 15.7091Z" fill="#15EBB7"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.3226 31.9667L22.2454 25.0625C22.8924 24.211 23.2622 23.1745 23.3176 22.1009C23.3546 21.0273 23.0773 19.9722 22.5042 19.0652L26.8487 15.1411L31.3966 10.8838C31.6924 10.6062 31.7109 10.1249 31.4151 9.82878L30.7865 9.19944C27.5512 5.92318 23.1882 4.01666 18.6034 3.86858L18.6219 1.36974C18.6404 1.20315 18.6219 1.03656 18.5849 0.869968C18.5294 0.703378 18.4555 0.555298 18.3446 0.425729C18.2336 0.296159 18.1042 0.20361 17.9378 0.12957C17.7899 0.05553 17.6236 0.0185097 17.4572 0.0185097C17.2908 0.0185097 17.1244 0.05553 16.9765 0.12957C16.8286 0.20361 16.6807 0.296159 16.5698 0.425729C16.4589 0.555298 16.3664 0.703378 16.3294 0.851457C16.274 1.01805 16.2555 1.18464 16.2925 1.35123L16.274 3.92411C15.1832 4.03517 14.0925 4.23878 13.0387 4.55345L13.0572 1.35123C13.0757 1.18464 13.0572 1.01805 13.0202 0.851457C12.9648 0.684868 12.8908 0.536789 12.7799 0.407219C12.669 0.277649 12.5395 0.185099 12.3732 0.111059C12.2253 0.0370196 12.0589 0 11.8925 0C11.7261 0 11.5597 0.0370196 11.4118 0.111059C11.2639 0.185099 11.116 0.277649 11.0051 0.407219C10.8942 0.536789 10.8017 0.684868 10.7648 0.832948C10.7093 0.999537 10.6908 1.16613 10.7278 1.33272L10.6723 5.42341C6.93789 7.08931 3.869 9.99537 2.00178 13.6418C0.134561 17.2883 -0.457033 21.4715 0.356408 25.4882C1.16985 29.5049 3.33286 33.1328 6.47571 35.7612C9.61855 38.3896 13.5748 39.8704 17.6605 39.9445L30.879 40C31.2857 40 31.6184 39.6668 31.6184 39.2596V32.5775C31.6184 32.3369 31.5075 32.1148 31.3226 31.9667ZM17.9194 36.7237C14.6656 36.7052 11.5043 35.6131 8.93452 33.6326C6.36478 31.6335 4.51605 28.8385 3.68412 25.6918C2.8522 22.5451 3.09253 19.1948 4.33118 16.1962C5.58832 13.1976 7.78831 10.6802 10.6169 9.05136L10.5984 13.9195C10.5799 14.0861 10.5984 14.2527 10.6354 14.4192C10.6908 14.5858 10.7648 14.7339 10.8757 14.8635C10.9866 14.9931 11.116 15.0856 11.2824 15.1596C11.4303 15.2337 11.5967 15.2707 11.7631 15.2707C11.9295 15.2707 12.0958 15.2337 12.2437 15.1596C12.3916 15.0856 12.5395 14.9931 12.6505 14.8635C12.7614 14.7339 12.8538 14.5858 12.8908 14.4378C12.9463 14.2712 12.9648 14.1046 12.9278 13.938L12.9463 7.95928C14.5731 7.36696 16.2925 7.08931 18.0303 7.08931C21.2286 7.08931 24.3344 8.14438 26.8672 10.0694C27.0521 10.2175 27.0706 10.4766 26.9042 10.6432L19.9899 16.9921C19.3614 16.733 18.6773 16.5849 17.9933 16.5849C17.2353 16.5849 16.4773 16.733 15.7748 17.0477C15.0723 17.3623 14.4622 17.8251 13.9631 18.3989C13.4639 18.9727 13.0942 19.6576 12.8723 20.3795C12.6505 21.1199 12.595 21.8788 12.7059 22.6377C12.8169 23.3966 13.0757 24.1185 13.4824 24.7663C13.8891 25.4142 14.4437 25.9509 15.0723 26.3767C15.7194 26.7839 16.4404 27.0615 17.1983 27.1726C17.9563 27.2837 18.7328 27.2281 19.4538 27.006L28.2907 33.7251C28.3832 33.7992 28.4386 33.9102 28.4386 34.0213L28.4201 36.3906C28.4201 36.5942 28.2538 36.7608 28.0504 36.7608L17.9194 36.7237ZM20.0824 21.9158C20.0824 22.323 19.953 22.7302 19.7311 23.0819C19.4908 23.4336 19.1765 23.6927 18.7883 23.8593C18.4 24.0259 17.9748 24.0629 17.5866 23.9704C17.1983 23.8778 16.8101 23.6927 16.5143 23.3966C16.2185 23.1004 16.0152 22.7302 15.9412 22.323C15.8673 21.9158 15.9042 21.4901 16.0706 21.1199C16.237 20.7311 16.4958 20.4165 16.8471 20.1758C17.1983 19.9537 17.6051 19.8242 18.0118 19.8242C18.5664 19.8242 19.1025 20.0463 19.4908 20.4535C19.8605 20.8237 20.0824 21.342 20.0824 21.9158Z" fill="white"/>
</svg>
</a>
<span class="arrow"><svg width="11" height="16" viewBox="0 0 11 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.55433 8.08582L0.585938 3.10693L3.10174 0.585815L10.5859 8.08582L3.10174 15.5858L0.585938 13.0647L5.55433 8.08582Z" fill="white"/>
</svg>
</span>
<a class="quadraticlands" href="/" data-kinetics-attraction data-kinetics-attraction-chance=".2"
data-kinetics-attraction-force="1" data-kinetics-attraction-size="50" data-kinetics-attraction-type="bee" >
<svg id="epgpdn1kuio1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 70 70" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" width="70" height="70"><style><![CDATA[#epgpdn1kuio1{pointer-events: all}#epgpdn1kuio1:hover #epgpdn1kuio2 {
animation-name: epgpdn1kuio2_f_p, epgpdn1kuio2_f_o;
animation-duration: 2500ms;
animation-fill-mode: forwards;
animation-timing-function: linear;
animation-direction: normal;
animation-iteration-count: infinite;
}@keyframes epgpdn1kuio2_f_p { 0% {fill: rgb(255,255,255)} 28% {fill: rgb(2,226,172)} 52% {fill: rgb(243,88,144)} 92% {fill: rgb(111,63,245)} 100% {fill: rgb(255,255,255)} }@keyframes epgpdn1kuio2_f_o { 0% {fill-opacity: 1} 20.400000% {fill-opacity: 1;animation-timing-function: cubic-bezier(0.420000,0,0.580000,1)} 30.800000% {fill-opacity: 0;animation-timing-function: cubic-bezier(0.420000,0,0.580000,1)} 80% {fill-opacity: 1} 100% {fill-opacity: 1} }#epgpdn1kuio1:hover #epgpdn1kuio3 {
animation-name: epgpdn1kuio3_f_p, epgpdn1kuio3_f_o;
animation-duration: 2500ms;
animation-fill-mode: forwards;
animation-timing-function: linear;
animation-direction: normal;
animation-iteration-count: infinite;
}@keyframes epgpdn1kuio3_f_p { 0% {fill: rgb(255,255,255)} 28% {fill: rgb(2,226,172)} 52% {fill: rgb(243,88,144)} 90.400000% {fill: rgb(111,63,245)} 100% {fill: rgb(255,255,255)} }@keyframes epgpdn1kuio3_f_o { 0% {fill-opacity: 1} 17.600000% {fill-opacity: 1;animation-timing-function: cubic-bezier(0.420000,0,0.580000,1)} 28% {fill-opacity: 0;animation-timing-function: cubic-bezier(0.420000,0,0.580000,1)} 76.800000% {fill-opacity: 1} 100% {fill-opacity: 1} }#epgpdn1kuio1:hover #epgpdn1kuio4 {
animation-name: epgpdn1kuio4_f_p, epgpdn1kuio4_f_o;
animation-duration: 2500ms;
animation-fill-mode: forwards;
animation-timing-function: linear;
animation-direction: normal;
animation-iteration-count: infinite;
}@keyframes epgpdn1kuio4_f_p { 0% {fill: rgb(255,255,255)} 28% {fill: rgb(2,226,172)} 52% {fill: rgb(243,88,144)} 88.800000% {fill: rgb(111,63,245)} 100% {fill: rgb(255,255,255)} }@keyframes epgpdn1kuio4_f_o { 0% {fill-opacity: 1} 14% {fill-opacity: 1;animation-timing-function: cubic-bezier(0.420000,0,0.580000,1)} 24.400000% {fill-opacity: 0;animation-timing-function: cubic-bezier(0.420000,0,0.580000,1)} 73.200000% {fill-opacity: 1} 100% {fill-opacity: 1} }#epgpdn1kuio1:hover #epgpdn1kuio5 {
animation-name: epgpdn1kuio5_f_p, epgpdn1kuio5_f_o;
animation-duration: 2500ms;
animation-fill-mode: forwards;
animation-timing-function: linear;
animation-direction: normal;
animation-iteration-count: infinite;
}@keyframes epgpdn1kuio5_f_p { 0% {fill: rgb(255,255,255)} 28% {fill: rgb(2,226,172)} 52% {fill: rgb(243,88,144)} 86.400000% {fill: rgb(111,63,245)} 100% {fill: rgb(255,255,255)} }@keyframes epgpdn1kuio5_f_o { 0% {fill-opacity: 1} 10.800000% {fill-opacity: 1;animation-timing-function: cubic-bezier(0.420000,0,0.580000,1)} 21.200000% {fill-opacity: 0;animation-timing-function: cubic-bezier(0.420000,0,0.580000,1)} 70% {fill-opacity: 1} 100% {fill-opacity: 1} }#epgpdn1kuio1:hover #epgpdn1kuio6 {
animation-name: epgpdn1kuio6_f_p, epgpdn1kuio6_f_o;
animation-duration: 2500ms;
animation-fill-mode: forwards;
animation-timing-function: linear;
animation-direction: normal;
animation-iteration-count: infinite;
}@keyframes epgpdn1kuio6_f_p { 0% {fill: rgb(255,255,255)} 28% {fill: rgb(2,226,172)} 52% {fill: rgb(243,88,144)} 84% {fill: rgb(111,63,245)} 100% {fill: rgb(255,255,255)} }@keyframes epgpdn1kuio6_f_o { 0% {fill-opacity: 1} 6.800000% {fill-opacity: 1;animation-timing-function: cubic-bezier(0.420000,0,0.580000,1)} 17.200000% {fill-opacity: 0;animation-timing-function: cubic-bezier(0.420000,0,0.580000,1)} 66% {fill-opacity: 1} 100% {fill-opacity: 1} }#epgpdn1kuio1:hover #epgpdn1kuio7 {
animation-name: epgpdn1kuio7_f_p, epgpdn1kuio7_f_o;
animation-duration: 2500ms;
animation-fill-mode: forwards;
animation-timing-function: linear;
animation-direction: normal;
animation-iteration-count: infinite;
}@keyframes epgpdn1kuio7_f_p { 0% {fill: rgb(255,255,255)} 28% {fill: rgb(2,226,172)} 52% {fill: rgb(243,88,144)} 81.600000% {fill: rgb(111,63,245)} 100% {fill: rgb(255,255,255)} }@keyframes epgpdn1kuio7_f_o { 0% {fill-opacity: 1} 4% {fill-opacity: 1;animation-timing-function: cubic-bezier(0.420000,0,0.580000,1)} 14.400000% {fill-opacity: 0;animation-timing-function: cubic-bezier(0.420000,0,0.580000,1)} 62.400000% {fill-opacity: 1} 100% {fill-opacity: 1} }#epgpdn1kuio1:hover #epgpdn1kuio8 {
animation-name: epgpdn1kuio8_f_p, epgpdn1kuio8_f_o;
animation-duration: 2500ms;
animation-fill-mode: forwards;
animation-timing-function: linear;
animation-direction: normal;
animation-iteration-count: infinite;
}@keyframes epgpdn1kuio8_f_p { 0% {fill: rgb(255,255,255)} 28% {fill: rgb(2,226,172)} 52% {fill: rgb(243,88,144)} 79.200000% {fill: rgb(111,63,245)} 100% {fill: rgb(255,255,255)} }@keyframes epgpdn1kuio8_f_o { 0% {fill-opacity: 1;animation-timing-function: cubic-bezier(0.420000,0,0.580000,1)} 10.400000% {fill-opacity: 0;animation-timing-function: cubic-bezier(0.420000,0,0.580000,1)} 58.400000% {fill-opacity: 1} 100% {fill-opacity: 1} }]]></style><path id="epgpdn1kuio2" d="M35,29.900000C32.200000,29.900000,29.900000,32.200000,29.900000,35C29.900000,37.800000,32.200000,40.100000,35,40.100000C37.800000,40.100000,40.100000,37.800000,40.100000,35C40.100000,32.200000,37.800000,29.900000,35,29.900000Z" fill="rgb(255,255,255)" stroke="none" stroke-width="1"/><path id="epgpdn1kuio3" d="M3.700000,39.100000C4.100000,39.500000,4.700000,39.500000,5.100000,39.100000C8.200000,36,20.100000,24.200000,20.100000,24.200000C21.700000,22.600000,24.100000,22.100000,26.400000,23.200000C26.700000,23.400000,27.100000,23.600000,27.400000,23.900000L29.300000,25.800000C29.500000,26,29.800000,26.200000,30.100000,26.300000C32.800000,27.100000,35.100000,25.700000,35.700000,23.500000L36.100000,22C36.100000,21.800000,36.100000,21.600000,36.100000,21.400000C36,21.200000,35.800000,21.100000,35.600000,21L18.800000,16.500000C18.500000,16.400000,18.100000,16.500000,17.800000,16.800000L0.300000,34.300000C-0.100000,34.700000,-0.100000,35.300000,0.300000,35.700000L3.700000,39.100000Z" fill="rgb(255,255,255)" stroke="none" stroke-width="1"/><path id="epgpdn1kuio4" d="M18.400000,42.400000C17.800000,40.200000,18.600000,37.800000,20.800000,36.400000C21.100000,36.200000,21.500000,36,21.900000,35.900000L23.900000,35.400000C24.800000,35.200000,25.600000,34.600000,26.100000,33.900000C27.300000,32.100000,27,30,25.700000,28.600000L24.600000,27.500000C24.300000,27.200000,23.800000,27.200000,23.600000,27.500000C23.600000,27.500000,11.700000,39.400000,8.600000,42.500000C8.200000,42.900000,8.200000,43.500000,8.600000,43.900000L20,55.400000C20.700000,56.100000,22,55.400000,21.700000,54.400000L18.400000,42.400000Z" fill="rgb(255,255,255)" stroke="none" stroke-width="1"/><path id="epgpdn1kuio5" d="M47.100000,58.600000C47.700000,58,47.400000,57.100000,46.700000,56.900000L33.600000,53.400000C32.200000,53,31.100000,52.100000,30.400000,50.900000C29.700000,49.700000,29.500000,48.200000,29.900000,46.800000L30.500000,44.600000C30.600000,44.300000,30.600000,44,30.500000,43.700000C29.900000,41,27.500000,39.700000,25.300000,40.300000L23.700000,40.700000C23.300000,40.800000,23.100000,41.200000,23.200000,41.600000C23.200000,41.600000,28.100000,60.100000,28.900000,63.500000C29,63.800000,29.200000,64.200000,29.400000,64.500000L34.600000,69.700000C35,70.100000,35.600000,70.100000,36,69.700000L47.100000,58.600000Z" fill="rgb(255,255,255)" stroke="none" stroke-width="1"/><path id="epgpdn1kuio6" d="M69.700000,34.300000L66.100000,30.700000C65.700000,30.300000,65.100000,30.300000,64.700000,30.700000L49.700000,45.700000C49.400000,46,49.100000,46.200000,48.700000,46.400000C46.400000,47.500000,44,47,42.400000,45.400000L41.300000,44.300000C40.500000,43.500000,39.500000,43.100000,38.400000,43.100000C37.600000,43.100000,36.700000,43.400000,35.900000,43.900000C35.200000,44.400000,34.600000,45.200000,34.400000,46.100000L34,47.700000C34,47.900000,34,48.100000,34,48.300000C34.100000,48.500000,34.300000,48.600000,34.500000,48.700000L51.600000,53.300000C51.900000,53.400000,52.300000,53.300000,52.600000,53L69.800000,35.800000C70.100000,35.300000,70.100000,34.700000,69.700000,34.300000Z" fill="rgb(255,255,255)" stroke="none" stroke-width="1"/><path id="epgpdn1kuio7" d="M48.600000,15.800000C48.300000,14.800000,49.600000,14.100000,50.300000,14.800000L61.400000,26C61.800000,26.400000,61.800000,27,61.400000,27.400000L46.900000,42C46.500000,42.400000,45.900000,42.400000,45.500000,42L44.500000,41C43.100000,39.600000,42.900000,37.500000,44.100000,35.700000C44.600000,34.900000,45.400000,34.400000,46.300000,34.200000L48.300000,33.700000C48.700000,33.600000,49,33.500000,49.400000,33.200000C51.500000,31.800000,52.300000,29.400000,51.700000,27.200000L48.600000,15.800000Z" fill="rgb(255,255,255)" stroke="none" stroke-width="1"/><path id="epgpdn1kuio8" d="M23.200000,11.400000C22.600000,12,22.900000,12.900000,23.600000,13.100000L36.700000,16.600000C38.100000,17,39.200000,17.900000,39.900000,19.100000C40.600000,20.300000,40.800000,21.800000,40.400000,23.200000L39.800000,25.400000C39.700000,25.700000,39.700000,26,39.800000,26.300000C40.400000,29,42.800000,30.300000,45,29.700000L46.600000,29.300000C47,29.200000,47.200000,28.800000,47.100000,28.400000C47.100000,28.400000,42.200000,9.900000,41.400000,6.500000C41.300000,6.100000,41.100000,5.800000,40.900000,5.500000L35.700000,0.300000C35.300000,-0.100000,34.700000,-0.100000,34.300000,0.300000L23.200000,11.400000Z" fill="rgb(255,255,255)" stroke="none" stroke-width="1"/></svg>
</a>
</div>
<!-- nav -->
<nav>
<!-- links / burger menue -->
<div id="nav-links" >
<div id="burger">
<svg id="e1as2xxpodx71" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" width="32" height="32"><line id="e1as2xxpodx72" x1="6" y1="6" x2="26" y2="26" transform="matrix(0.70710678118655 -0.70710678118655 0.70710678118655 0.70710678118655 -6.62741699796952 6)" fill="none" stroke="rgb(111,63,245)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><line id="e1as2xxpodx73" x1="26" y1="6" x2="6" y2="26" transform="matrix(0.70710678118655 0.70710678118655 -0.70710678118655 0.70710678118655 16 3.37258300203048)" fill="none" stroke="rgb(111,63,245)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><line id="e1as2xxpodx74" x1="6" y1="26" x2="18.913363" y2="13.086637" transform="matrix(0.70710678118655 0.70710678118655 -0.70710678118655 0.70710678118655 16 -6.62741699796952)" fill="none" stroke="rgb(111,63,245)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><line id="e1as2xxpodx75" x1="25.836479" y1="6.163521" x2="22.285564" y2="9.714436" transform="matrix(0.70710678118655 0.70710678118655 -0.70710678118655 0.70710678118655 16 -6.62741699796952)" fill="none" stroke="rgb(243,88,144)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><script><![CDATA[!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?module.exports=n():"function"==typeof define&&define.amd?define(n):(t=t||self).__SVGATOR_PLAYER__=n()}(this,(function(){"use strict";function t(n){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(n)}function n(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}function e(t,n){for(var e=0;e<n.length;e++){var r=n[e];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}function i(t){return(i=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function u(t,n){return(u=Object.setPrototypeOf||function(t,n){return t.__proto__=n,t})(t,n)}function o(t,n){return!n||"object"!=typeof n&&"function"!=typeof n?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):n}function a(t){var n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}();return function(){var e,r=i(t);if(n){var u=i(this).constructor;e=Reflect.construct(r,arguments,u)}else e=r.apply(this,arguments);return o(this,e)}}function l(t,n,e){return(l="undefined"!=typeof Reflect&&Reflect.get?Reflect.get:function(t,n,e){var r=function(t,n){for(;!Object.prototype.hasOwnProperty.call(t,n)&&null!==(t=i(t)););return t}(t,n);if(r){var u=Object.getOwnPropertyDescriptor(r,n);return u.get?u.get.call(e):u.value}})(t,n,e||t)}var f=Math.abs;function s(t){return t}function c(t,n,e){var r=1-e;return 3*e*r*(t*r+n*e)+e*e*e}function h(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1;return t<0||t>1||e<0||e>1?null:f(t-n)<=1e-5&&f(e-r)<=1e-5?s:function(i){if(i<=0)return t>0?i*n/t:0===n&&e>0?i*r/e:0;if(i>=1)return e<1?1+(i-1)*(r-1)/(e-1):1===e&&t<1?1+(i-1)*(n-1)/(t-1):1;for(var u,o=0,a=1;o<a;){var l=c(t,e,u=(o+a)/2);if(f(i-l)<1e-5)break;l<i?o=u:a=u}return c(n,r,u)}}function v(){return 1}function d(t){return 1===t?1:0}function y(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(1===t){if(0===n)return d;if(1===n)return v}var e=1/t;return function(t){return t>=1?1:(t+=n*e)-t%e}}function g(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:2;if(Number.isInteger(t))return t;var e=Math.pow(10,n);return Math.round(t*e)/e}var p=Math.PI/180;function m(t,n,e){return t>=.5?e:n}function b(t,n,e){return 0===t||n===e?n:t*(e-n)+n}function w(t,n,e){var r=b(t,n,e);return r<=0?0:r}function x(t,n,e){return 0===t?n:1===t?e:{x:b(t,n.x,e.x),y:b(t,n.y,e.y)}}function k(t,n,e){return 0===t?n:1===t?e:{x:w(t,n.x,e.x),y:w(t,n.y,e.y)}}function A(t,n,e){var r=function(t,n,e){return Math.round(b(t,n,e))}(t,n,e);return r<=0?0:r>=255?255:r}function _(t,n,e){return 0===t?n:1===t?e:{r:A(t,n.r,e.r),g:A(t,n.g,e.g),b:A(t,n.b,e.b),a:b(t,null==n.a?1:n.a,null==e.a?1:e.a)}}function S(t,n,e){if(0===t)return n;if(1===t)return e;var r=n.length;if(r!==e.length)return m(t,n,e);for(var i=[],u=0;u<r;u++)i.push(_(t,n[u],e[u]));return i}function M(t,n,e){var r=n.length;if(r!==e.length)return m(t,n,e);for(var i=new Array(r),u=0;u<r;u++)i[u]=b(t,n[u],e[u]);return i}function O(t,n){for(var e=[],r=0;r<t;r++)e.push(n);return e}function E(t,n){if(--n<=0)return t;var e=(t=Object.assign([],t)).length;do{for(var r=0;r<e;r++)t.push(t[r])}while(--n>0);return t}var B,I=function(){function t(e){n(this,t),this.list=e,this.length=e.length}return r(t,[{key:"setAttribute",value:function(t,n){for(var e=this.list,r=0;r<this.length;r++)e[r].setAttribute(t,n)}},{key:"removeAttribute",value:function(t){for(var n=this.list,e=0;e<this.length;e++)n[e].removeAttribute(t)}},{key:"style",value:function(t,n){for(var e=this.list,r=0;r<this.length;r++)e[r].style[t]=n}}]),t}(),j=/-./g,P=function(t,n){return n.toUpperCase()};function F(t){return"function"==typeof t?t:m}function R(t){return t?"function"==typeof t?t:Array.isArray(t)?function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:s;if(!Array.isArray(t))return n;switch(t.length){case 1:return y(t[0])||n;case 2:return y(t[0],t[1])||n;case 4:return h(t[0],t[1],t[2],t[3])||n}return n}(t,null):function(t,n){var e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:s;switch(t){case"linear":return s;case"steps":return y(n.steps||1,n.jump||0)||e;case"bezier":case"cubic-bezier":return h(n.x1||0,n.y1||0,n.x2||0,n.y2||0)||e}return e}(t.type,t.value,null):null}function T(t,n,e){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],i=n.length-1;if(t<=n[0].t)return r?[0,0,n[0].v]:n[0].v;if(t>=n[i].t)return r?[i,1,n[i].v]:n[i].v;var u,o=n[0],a=null;for(u=1;u<=i;u++){if(!(t>n[u].t)){a=n[u];break}o=n[u]}return null==a?r?[i,1,n[i].v]:n[i].v:o.t===a.t?r?[u,1,a.v]:a.v:(t=(t-o.t)/(a.t-o.t),o.e&&(t=o.e(t)),r?[u,t,e(t,o.v,a.v)]:e(t,o.v,a.v))}function q(t,n){var e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return t&&t.length?"function"!=typeof n?null:("function"!=typeof e&&(e=null),function(r){var i=T(r,t,n);return null!=i&&e&&(i=e(i)),i}):null}function C(t,n){return t.t-n.t}function V(n,e,r,i,u){var o,a="@"===r[0],l="#"===r[0],f=B[r],s=m;switch(a?(o=r.substr(1),r=o.replace(j,P)):l&&(r=r.substr(1)),t(f)){case"function":if(s=f(i,u,T,R,r,a,e,n),l)return s;break;case"string":s=q(i,F(f));break;case"object":if((s=q(i,F(f.i),f.f))&&"function"==typeof f.u)return f.u(e,s,r,a,n)}return s?function(t,n,e){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(r)return t instanceof I?function(r){return t.style(n,e(r))}:function(r){return t.style[n]=e(r)};if(Array.isArray(n)){var i=n.length;return function(r){var u=e(r);if(null==u)for(var o=0;o<i;o++)t[o].removeAttribute(n);else for(var a=0;a<i;a++)t[a].setAttribute(n,u)}}return function(r){var i=e(r);null==i?t.removeAttribute(n):t.setAttribute(n,i)}}(e,r,s,a):null}function N(n,e,r,i){if(!i||"object"!==t(i))return null;var u=null,o=null;return Array.isArray(i)?o=function(t){if(!t||!t.length)return null;for(var n=0;n<t.length;n++)t[n].e&&(t[n].e=R(t[n].e));return t.sort(C)}(i):(o=i.keys,u=i.data||null),o?V(n,e,r,o,u):null}function z(t,n,e){if(!e)return null;var r=[];for(var i in e)if(e.hasOwnProperty(i)){var u=N(t,n,i,e[i]);u&&r.push(u)}return r.length?r:null}function D(t,n){if(!n.duration||n.duration<0)return null;var e=function(t,n){if(!n)return null;var e=[];if(Array.isArray(n))for(var r=n.length,i=0;i<r;i++){var u=n[i];if(2===u.length){var o=null;if("string"==typeof u[0])o=t.getElementById(u[0]);else if(Array.isArray(u[0])){o=[];for(var a=0;a<u[0].length;a++)if("string"==typeof u[0][a]){var l=t.getElementById(u[0][a]);l&&o.push(l)}o=o.length?1===o.length?o[0]:new I(o):null}if(o){var f=z(t,o,u[1]);f&&(e=e.concat(f))}}}else for(var s in n)if(n.hasOwnProperty(s)){var c=t.getElementById(s);if(c){var h=z(t,c,n[s]);h&&(e=e.concat(h))}}return e.length?e:null}(t,n.elements);return e?function(t,n){var e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1/0,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,i=arguments.length>4&&void 0!==arguments[4]&&arguments[4],u=arguments.length>5&&void 0!==arguments[5]?arguments[5]:1,o=t.length,a=r>0?n:0;i&&e%2==0&&(a=n-a);var l=null;return function(f,s){var c=f%n,h=1+(f-c)/n;s*=r,i&&h%2==0&&(s=-s);var v=!1;if(h>e)c=a,v=!0,-1===u&&(c=r>0?0:n);else if(s<0&&(c=n-c),c===l)return!1;l=c;for(var d=0;d<o;d++)t[d](c);return v}}(e,n.duration,n.iterations||1/0,n.direction||1,!!n.alternate,n.fill||1):null}function L(t,n){if(B=n,!t||!t.root||!Array.isArray(t.animations))return null;for(var e=document.getElementsByTagName("svg"),r=!1,i=0;i<e.length;i++)if(e[i].id===t.root&&!e[i].svgatorAnimation){(r=e[i]).svgatorAnimation=!0;break}if(!r)return null;var u=t.animations.map((function(t){return D(r,t)})).filter((function(t){return!!t}));return u.length?{element:r,animations:u,animationSettings:t.animationSettings,options:t.options||void 0}:null}var U=function(){function t(e,r){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};n(this,t),this._id=0,this._running=!1,this._rollingBack=!1,this._animations=e,this.duration=r.duration,this.alternate=r.alternate,this.fill=r.fill,this.iterations=r.iterations,this.direction=i.direction||1,this.speed=i.speed||1,this.fps=i.fps||100,this.offset=i.offset||0,this.rollbackStartOffset=0}return r(t,[{key:"_rollback",value:function(){var t=this,n=1/0,e=null;this.rollbackStartOffset=this.offset,this._rollingBack||(this._rollingBack=!0,this._running=!0);this._id=window.requestAnimationFrame((function r(i){if(t._rollingBack){null==e&&(e=i);var u=i-e,o=t.rollbackStartOffset-u,a=Math.round(o*t.speed);if(a>t.duration&&n!=1/0){var l=!!t.alternate&&a/t.duration%2>1,f=a%t.duration;a=(f+=l?t.duration:0)||t.duration}var s=t.fps?1e3/t.fps:0,c=Math.max(0,a);if(c<n-s){t.offset=c,n=c;for(var h=t._animations,v=h.length,d=0;d<v;d++)h[d](c,t.direction)}var y=!1;if(t.iterations>0&&-1===t.fill){var g=t.iterations*t.duration,p=g==a;a=p?0:a,t.offset=p?0:t.offset,y=a>g}a>0&&t.offset>=a&&!y?t._id=window.requestAnimationFrame(r):t.stop()}}))}},{key:"_start",value:function(){var t=this,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=-1/0,r=null,i={},u=function u(o){t._running=!0,null==r&&(r=o);var a=Math.round((o-r+n)*t.speed),l=t.fps?1e3/t.fps:0;if(a>e+l&&!t._rollingBack){t.offset=a,e=a;for(var f=t._animations,s=f.length,c=0,h=0;h<s;h++)i[h]?c++:(i[h]=f[h](a,t.direction),i[h]&&c++);if(c===s)return void t._stop()}t._id=window.requestAnimationFrame(u)};this._id=window.requestAnimationFrame(u)}},{key:"_stop",value:function(){this._id&&window.cancelAnimationFrame(this._id),this._running=!1,this._rollingBack=!1}},{key:"play",value:function(){!this._rollingBack&&this._running||(this._rollingBack=!1,this.rollbackStartOffset>this.duration&&(this.offset=this.rollbackStartOffset-(this.rollbackStartOffset-this.offset)%this.duration,this.rollbackStartOffset=0),this._start(this.offset))}},{key:"stop",value:function(){this._stop(),this.offset=0,this.rollbackStartOffset=0;var t=this.direction,n=this._animations;window.requestAnimationFrame((function(){for(var e=0;e<n.length;e++)n[e](0,t)}))}},{key:"reachedToEnd",value:function(){return this.iterations>0&&this.offset>=this.iterations*this.duration}},{key:"restart",value:function(){this._stop(),this.offset=0,this._start()}},{key:"pause",value:function(){this._stop()}},{key:"reverse",value:function(){this.direction=-this.direction}}],[{key:"build",value:function(n,e){return(n=L(n,e))?{el:n.element,options:n.options||{},player:new t(n.animations,n.animationSettings,n.options)}:null}}]),t}();!function(){for(var t=0,n=["ms","moz","webkit","o"],e=0;e<n.length&&!window.requestAnimationFrame;++e)window.requestAnimationFrame=window[n[e]+"RequestAnimationFrame"],window.cancelAnimationFrame=window[n[e]+"CancelAnimationFrame"]||window[n[e]+"CancelRequestAnimationFrame"];window.requestAnimationFrame||(window.requestAnimationFrame=function(n){var e=Date.now(),r=Math.max(0,16-(e-t)),i=window.setTimeout((function(){n(e+r)}),r);return t=e+r,i},window.cancelAnimationFrame=window.clearTimeout)}();var W=function(t,n){var e=!1,r=null;return function(i){e&&clearTimeout(e),e=setTimeout((function(){return function(){for(var i=0,u=window.innerHeight,o=0,a=window.innerWidth,l=t.parentNode;l instanceof Element;){var f=window.getComputedStyle(l);if("visible"!==f.overflowY||"visible"!==f.overflowX){var s=l.getBoundingClientRect();"visible"!==f.overflowY&&(i=Math.max(i,s.top),u=Math.min(u,s.bottom)),"visible"!==f.overflowX&&(o=Math.max(o,s.left),a=Math.min(a,s.right))}if(l===l.parentNode)break;l=l.parentNode}e=!1;var c=t.getBoundingClientRect(),h=Math.min(c.height,Math.max(0,i-c.top)),v=Math.min(c.height,Math.max(0,c.bottom-u)),d=Math.min(c.width,Math.max(0,o-c.left)),y=Math.min(c.width,Math.max(0,c.right-a)),g=(c.height-h-v)/c.height,p=(c.width-d-y)/c.width,m=Math.round(g*p*100);null!==r&&r===m||(r=m,n(m))}()}),100)}},Y=function(){function t(e,r,i){n(this,t),r=Math.max(1,r||1),r=Math.min(r,100),this.el=e,this.onTresholdChange=i&&i.call?i:function(){},this.tresholdPercent=r||1,this.currentVisibility=null,this.visibilityCalculator=W(e,this.onVisibilityUpdate.bind(this)),this.bindScrollWatchers(),this.visibilityCalculator()}return r(t,[{key:"bindScrollWatchers",value:function(){for(var t=this.el.parentNode;t&&(t.addEventListener("scroll",this.visibilityCalculator),t!==t.parentNode&&t!==document);)t=t.parentNode}},{key:"onVisibilityUpdate",value:function(t){var n=this.currentVisibility>=this.tresholdPercent,e=t>=this.tresholdPercent;if(null===this.currentVisibility||n!==e)return this.currentVisibility=t,void this.onTresholdChange(e);this.currentVisibility=t}}]),t}(),G=/\.0+$/g;function H(t){return Number.isInteger(t)?t+"":t.toFixed(6).replace(G,"")}function X(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:" ";return t&&t.length?t.map(H).join(n):""}function $(t){return H(t.x)+","+H(t.y)}function Q(t){return t?null==t.a||t.a>=1?"rgb("+t.r+","+t.g+","+t.b+")":"rgba("+t.r+","+t.g+","+t.b+","+t.a+")":"transparent"}var Z={f:null,i:k,u:function(t,n){return function(e){var r=n(e);t.setAttribute("rx",H(r.x)),t.setAttribute("ry",H(r.y))}}},J={f:null,i:function(t,n,e){return 0===t?n:1===t?e:{width:w(t,n.width,e.width),height:w(t,n.height,e.height)}},u:function(t,n){return function(e){var r=n(e);t.setAttribute("width",H(r.width)),t.setAttribute("height",H(r.height))}}},K=Math.sin,tt=Math.cos,nt=Math.acos,et=Math.asin,rt=Math.tan,it=Math.atan2,ut=Math.PI/180,ot=180/Math.PI,at=Math.sqrt,lt=function(){function t(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,u=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;n(this,t),this.m=[e,r,i,u,o,a],this.i=null,this.w=null,this.s=null}return r(t,[{key:"point",value:function(t,n){var e=this.m;return{x:e[0]*t+e[2]*n+e[4],y:e[1]*t+e[3]*n+e[5]}}},{key:"translateSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(!t&&!n)return this;var e=this.m;return e[4]+=e[0]*t+e[2]*n,e[5]+=e[1]*t+e[3]*n,this.w=this.s=this.i=null,this}},{key:"rotateSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;if(t%=360){var n=K(t*=ut),e=tt(t),r=this.m,i=r[0],u=r[1];r[0]=i*e+r[2]*n,r[1]=u*e+r[3]*n,r[2]=r[2]*e-i*n,r[3]=r[3]*e-u*n,this.w=this.s=this.i=null}return this}},{key:"scaleSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;if(1!==t||1!==n){var e=this.m;e[0]*=t,e[1]*=t,e[2]*=n,e[3]*=n,this.w=this.s=this.i=null}return this}},{key:"skewSelf",value:function(t,n){if(n%=360,(t%=360)||n){var e=this.m,r=e[0],i=e[1],u=e[2],o=e[3];t&&(t=rt(t*ut),e[2]+=r*t,e[3]+=i*t),n&&(n=rt(n*ut),e[0]+=u*n,e[1]+=o*n),this.w=this.s=this.i=null}return this}},{key:"resetSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,u=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0,o=this.m;return o[0]=t,o[1]=n,o[2]=e,o[3]=r,o[4]=i,o[5]=u,this.w=this.s=this.i=null,this}},{key:"recomposeSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:null;return this.isIdentity||this.resetSelf(),t&&(t.x||t.y)&&this.translateSelf(t.x,t.y),n&&this.rotateSelf(n),e&&(e.x&&this.skewSelf(e.x,0),e.y&&this.skewSelf(0,e.y)),!r||1===r.x&&1===r.y||this.scaleSelf(r.x,r.y),i&&(i.x||i.y)&&this.translateSelf(i.x,i.y),this}},{key:"decompose",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,e=this.m,r=e[0]*e[0]+e[1]*e[1],i=[[e[0],e[1]],[e[2],e[3]]],u=at(r);if(0===u)return{origin:{x:e[4],y:e[5]},translate:{x:t,y:n},scale:{x:0,y:0},skew:{x:0,y:0},rotate:0};i[0][0]/=u,i[0][1]/=u;var o=e[0]*e[3]-e[1]*e[2]<0;o&&(u=-u);var a=i[0][0]*i[1][0]+i[0][1]*i[1][1];i[1][0]-=i[0][0]*a,i[1][1]-=i[0][1]*a;var l=at(i[1][0]*i[1][0]+i[1][1]*i[1][1]);if(0===l)return{origin:{x:e[4],y:e[5]},translate:{x:t,y:n},scale:{x:u,y:0},skew:{x:0,y:0},rotate:0};i[1][0]/=l,i[1][1]/=l,a/=l;var f=0;return i[1][1]<0?(f=nt(i[1][1])*ot,i[0][1]<0&&(f=360-f)):f=et(i[0][1])*ot,o&&(f=-f),a=it(a,at(i[0][0]*i[0][0]+i[0][1]*i[0][1]))*ot,{origin:{x:e[4],y:e[5]},translate:{x:t,y:n},scale:{x:u,y:l},skew:{x:a,y:0},rotate:f}}},{key:"toString",value:function(){return null===this.s&&(this.s="matrix("+this.m.map(st).join(" ")+")"),this.s}},{key:"determinant",get:function(){var t=this.m;return t[0]*t[3]-t[1]*t[2]}},{key:"isIdentity",get:function(){if(null===this.i){var t=this.m;this.i=1===t[0]&&0===t[1]&&0===t[2]&&1===t[3]&&0===t[4]&&0===t[5]}return this.i}}]),t}(),ft=/\.0+$/;function st(t){return Number.isInteger(t)?t:t.toFixed(14).replace(ft,"")}Object.freeze({M:2,L:2,Z:0,H:1,V:1,C:6,Q:4,T:2,S:4,A:7});function ct(t,n,e){return t+(n-t)*e}function ht(t,n,e){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],i={x:ct(t.x,n.x,e),y:ct(t.y,n.y,e)};return r&&(i.a=vt(t,n)),i}function vt(t,n){return Math.atan2(n.y-t.y,n.x-t.x)}function dt(t,n,e,r){var i=1-r;return i*i*t+2*i*r*n+r*r*e}function yt(t,n,e,r){return 2*(1-r)*(n-t)+2*r*(e-n)}function gt(t,n,e,r){var i=arguments.length>4&&void 0!==arguments[4]&&arguments[4],u={x:dt(t.x,n.x,e.x,r),y:dt(t.y,n.y,e.y,r)};return i&&(u.a=pt(t,n,e,r)),u}function pt(t,n,e,r){return Math.atan2(yt(t.y,n.y,e.y,r),yt(t.x,n.x,e.x,r))}function mt(t,n,e,r,i){var u=i*i;return i*u*(r-t+3*(n-e))+3*u*(t+e-2*n)+3*i*(n-t)+t}function bt(t,n,e,r,i){var u=1-i;return 3*(u*u*(n-t)+2*u*i*(e-n)+i*i*(r-e))}function wt(t,n,e,r,i){var u=arguments.length>5&&void 0!==arguments[5]&&arguments[5],o={x:mt(t.x,n.x,e.x,r.x,i),y:mt(t.y,n.y,e.y,r.y,i)};return u&&(o.a=xt(t,n,e,r,i)),o}function xt(t,n,e,r,i){return Math.atan2(bt(t.y,n.y,e.y,r.y,i),bt(t.x,n.x,e.x,r.x,i))}function kt(t,n,e){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(_t(n)){if(St(e))return gt(n,e.start,e,t,r)}else if(_t(e)){if(n.end)return gt(n,n.end,e,t,r)}else{if(n.end)return e.start?wt(n,n.end,e.start,e,t,r):gt(n,n.end,e,t,r);if(e.start)return gt(n,e.start,e,t,r)}return ht(n,e,t,r)}function At(t,n,e){var r=kt(t,n,e,!0);return r.a=function(t){var n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return n?t+Math.PI:t}(r.a)/p,r}function _t(t){return!t.type||"corner"===t.type}function St(t){return null!=t.start&&!_t(t)}var Mt=new lt;var Ot={f:function(t){return t?t.join(" "):""},i:function(n,e,r){if(0===n)return e;if(1===n)return r;var i=e.length;if(i!==r.length)return m(n,e,r);for(var u,o=new Array(i),a=0;a<i;a++){if((u=t(e[a]))!==t(r[a]))return m(n,e,r);if("number"===u)o[a]=b(n,e[a],r[a]);else{if(e[a]!==r[a])return m(n,e,r);o[a]=e[a]}}return o}},Et={f:null,i:M,u:function(t,n){return function(e){var r=n(e);t.setAttribute("x1",H(r[0])),t.setAttribute("y1",H(r[1])),t.setAttribute("x2",H(r[2])),t.setAttribute("y2",H(r[3]))}}},Bt={f:H,i:b},It={f:H,i:function(t,n,e){var r=b(t,n,e);return r<=0?0:r>=1?1:r}},jt={f:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:" ";return t&&t.length>0&&(t=t.map((function(t){return Math.floor(1e4*t)/1e4}))),X(t,n)},i:function(t,n,e){var r,i,u,o=n.length,a=e.length;if(o!==a)if(0===o)n=O(o=a,0);else if(0===a)a=o,e=O(o,0);else{var l=(u=(r=o)*(i=a)/function(t,n){for(var e;n;)e=n,n=t%n,t=e;return t||1}(r,i))<0?-u:u;n=E(n,Math.floor(l/o)),e=E(e,Math.floor(l/a)),o=a=l}for(var f=[],s=0;s<o;s++)f.push(g(w(t,n[s],e[s]),6));return f}};function Pt(t,n,e,r,i,u,o,a){return n=function(t,n,e){for(var r,i,u,o=t.length-1,a={},l=0;l<=o;l++)(r=t[l]).e&&(r.e=n(r.e)),r.v&&"g"===(i=r.v).t&&i.r&&(u=e.getElementById(i.r))&&(a[i.r]=u.querySelectorAll("stop"));return a}(t,r,a),function(r){var i,u=e(r,t,Ft);return u?"c"===u.t?Q(u.v):"g"===u.t?(n[u.r]&&function(t,n){for(var e=0,r=t.length;e<r;e++)t[e].setAttribute("stop-color",Q(n[e]))}(n[u.r],u.v),(i=u.r)?"url(#"+i+")":"none"):"none":"none"}}function Ft(t,n,e){if(0===t)return n;if(1===t)return e;if(n&&e){var r=n.t;if(r===e.t)switch(n.t){case"c":return{t:r,v:_(t,n.v,e.v)};case"g":if(n.r===e.r)return{t:r,v:S(t,n.v,e.v),r:n.r}}}return m(t,n,e)}var Rt={blur:k,brightness:w,contrast:w,"drop-shadow":function(t,n,e){return 0===t?n:1===t?e:{blur:k(t,n.blur,e.blur),offset:x(t,n.offset,e.offset),color:_(t,n.color,e.color)}},grayscale:w,"hue-rotate":b,invert:w,opacity:w,saturate:w,sepia:w};function Tt(t,n,e){if(0===t)return n;if(1===t)return e;var r=n.length;if(r!==e.length)return m(t,n,e);for(var i,u=[],o=0;o<r;o++){if(n[o].type!==e[o].type)return n;if(!(i=Rt[n[o].type]))return m(t,n,e);u.push({type:n.type,value:i(t,n[o].value,e[o].value)})}return u}var qt={blur:function(t){return t?function(n){t.setAttribute("stdDeviation",$(n))}:null},brightness:function(t,n,e){return(t=Vt(e,n))?function(n){n=H(n),t.map((function(t){return t.setAttribute("slope",n)}))}:null},contrast:function(t,n,e){return(t=Vt(e,n))?function(n){var e=H((1-n)/2);n=H(n),t.map((function(t){t.setAttribute("slope",n),t.setAttribute("intercept",e)}))}:null},"drop-shadow":function(t,n,e){var r=e.getElementById(n+"-blur");if(!r)return null;var i=e.getElementById(n+"-offset");if(!i)return null;var u=e.getElementById(n+"-flood");return u?function(t){r.setAttribute("stdDeviation",$(t.blur)),i.setAttribute("dx",H(t.offset.x)),i.setAttribute("dy",H(t.offset.y)),u.setAttribute("flood-color",Q(t.color))}:null},grayscale:function(t){return t?function(n){t.setAttribute("values",X(function(t){return[.2126+.7874*(t=1-t),.7152-.7152*t,.0722-.0722*t,0,0,.2126-.2126*t,.7152+.2848*t,.0722-.0722*t,0,0,.2126-.2126*t,.7152-.7152*t,.0722+.9278*t,0,0,0,0,0,1,0]}(n)))}:null},"hue-rotate":function(t){return t?function(n){return t.setAttribute("values",H(n))}:null},invert:function(t,n,e){return(t=Vt(e,n))?function(n){n=H(n)+" "+H(1-n),t.map((function(t){return t.setAttribute("tableValues",n)}))}:null},opacity:function(t,n,e){return(t=e.getElementById(n+"-A"))?function(n){return t.setAttribute("tableValues","0 "+H(n))}:null},saturate:function(t){return t?function(n){return t.setAttribute("values",H(n))}:null},sepia:function(t){return t?function(n){return t.setAttribute("values",X(function(t){return[.393+.607*(t=1-t),.769-.769*t,.189-.189*t,0,0,.349-.349*t,.686+.314*t,.168-.168*t,0,0,.272-.272*t,.534-.534*t,.131+.869*t,0,0,0,0,0,1,0]}(n)))}:null}};var Ct=["R","G","B"];function Vt(t,n){var e=Ct.map((function(e){return t.getElementById(n+"-"+e)||null}));return-1!==e.indexOf(null)?null:e}var Nt={fill:Pt,"fill-opacity":It,stroke:Pt,"stroke-opacity":It,"stroke-width":Bt,"stroke-dashoffset":{f:H,i:b},"stroke-dasharray":jt,opacity:It,transform:function(n,e,r,i){if(!(n=function(n,e){if(!n||"object"!==t(n))return null;var r=!1;for(var i in n)n.hasOwnProperty(i)&&(n[i]&&n[i].length?(n[i].forEach((function(t){t.e&&(t.e=e(t.e))})),r=!0):delete n[i]);return r?n:null}(n,i)))return null;var u=function(t,i,u){var o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;return n[t]?r(i,n[t],u):e&&e[t]?e[t]:o};return e&&e.a&&n.o?function(t){var e=r(t,n.o,At);return Mt.recomposeSelf(e,u("r",t,b,0)+e.a,u("k",t,x),u("s",t,x),u("t",t,x)).toString()}:function(t){return Mt.recomposeSelf(u("o",t,kt,null),u("r",t,b,0),u("k",t,x),u("s",t,x),u("t",t,x)).toString()}},"#filter":function(t,n,e,r,i,u,o,a){if(!n.items||!t||!t.length)return null;var l=function(t,n){var e=(t=t.map((function(t){return t&&qt[t[0]]?(n.getElementById(t[1]),qt[t[0]](n.getElementById(t[1]),t[1],n)):null}))).length;return function(n){for(var r=0;r<e;r++)t[r]&&t[r](n[r].value)}}(n.items,a);return l?(t=function(t,n){return t.map((function(t){return t.e=n(t.e),t}))}(t,r),function(n){l(e(n,t,Tt))}):null},"#line":Et,points:{f:X,i:M},d:Ot,r:Bt,"#size":J,"#radius":Z,_:function(t,n){if(Array.isArray(t))for(var e=0;e<t.length;e++)this[t[e]]=n;else this[t]=n}};return function(t){!function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(n&&n.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),n&&u(t,n)}(o,t);var e=a(o);function o(){return n(this,o),e.apply(this,arguments)}return r(o,null,[{key:"build",value:function(t){var n=l(i(o),"build",this).call(this,t,Nt),e=n.el,r=n.options,u=n.player;return function(t,n,e){if("click"===e.start){return void n.addEventListener("click",(function(){switch(e.click){case"freeze":return!t._running&&t.reachedToEnd()&&(t.offset=0),t._running?t.pause():t.play();case"restart":return t.offset>0?t.restart():t.play();case"reverse":var n=!t._rollingBack&&t._running,r=t.reachedToEnd();return n||r&&1===t.fill?(t.pause(),r&&(t.offset=t.duration-1),t._rollback()):r?t.restart():t.play();case"none":default:return!t._running&&t.offset?t.restart():t.play()}}))}if("hover"===e.start)return n.addEventListener("mouseenter",(function(){return t.reachedToEnd()?t.restart():t.play()})),void n.addEventListener("mouseleave",(function(){switch(e.hover){case"freeze":return t.pause();case"reset":return t.stop();case"reverse":return t.pause(),t._rollback();case"none":default:return}}));if("scroll"===e.start)return void new Y(n,e.scroll||25,(function(n){n?t.reachedToEnd()?t.restart():t.play():t.pause()}));t.play()}(u,e,r),u}}]),o}(U)}));
__SVGATOR_PLAYER__.build({"root":"e1as2xxpodx71","animations":[{"duration":400,"direction":1,"iterations":1,"fill":1,"alternate":false,"elements":{"e1as2xxpodx72":{"transform":{"data":{"t":{"x":-16,"y":-16}},"keys":{"o":[{"t":0,"v":{"x":16,"y":6,"type":"corner"}},{"t":340,"v":{"x":16,"y":16,"type":"corner"}}],"r":[{"t":0,"v":-45},{"t":280,"v":0}]}},"stroke":[{"t":0,"v":{"t":"c","v":{"r":111,"g":63,"b":245,"a":1}}},{"t":160,"v":{"t":"c","v":{"r":243,"g":88,"b":144,"a":1}}},{"t":280,"v":{"t":"c","v":{"r":2,"g":226,"b":172,"a":1}}},{"t":400,"v":{"t":"c","v":{"r":111,"g":63,"b":245,"a":1}}}]},"e1as2xxpodx73":{"transform":{"data":{"t":{"x":-16,"y":-16}},"keys":{"o":[{"t":0,"v":{"x":16,"y":26,"type":"corner"}},{"t":340,"v":{"x":16,"y":16,"type":"corner"}}],"r":[{"t":0,"v":45},{"t":280,"v":0}]}},"stroke":[{"t":0,"v":{"t":"c","v":{"r":111,"g":63,"b":245,"a":1}}},{"t":160,"v":{"t":"c","v":{"r":2,"g":226,"b":172,"a":1}}},{"t":280,"v":{"t":"c","v":{"r":243,"g":88,"b":144,"a":1}}},{"t":400,"v":{"t":"c","v":{"r":111,"g":63,"b":245,"a":1}}}]},"e1as2xxpodx74":{"#line":[{"t":40,"v":[6.000000000000003,26,18.91336266998198,13.086637330018029]},{"t":140,"v":[6.000000000000003,26,6.000000000000004,26]}],"stroke":[{"t":0,"v":{"t":"c","v":{"r":111,"g":63,"b":245,"a":1}}},{"t":160,"v":{"t":"c","v":{"r":2,"g":226,"b":172,"a":1}}},{"t":280,"v":{"t":"c","v":{"r":243,"g":88,"b":144,"a":1}}},{"t":400,"v":{"t":"c","v":{"r":111,"g":63,"b":245,"a":1}}}],"stroke-opacity":[{"t":120,"v":1},{"t":130,"v":0}]},"e1as2xxpodx75":{"#line":[{"t":50,"v":[25.836478553441502,6.1635214465585,22.285564101848784,9.714435898151226]},{"t":150,"v":[25.836478553441502,6.1635214465585,25.836478553441502,6.1635214465585]}],"stroke":[{"t":0,"v":{"t":"c","v":{"r":243,"g":88,"b":144,"a":1}}},{"t":160,"v":{"t":"c","v":{"r":243,"g":88,"b":144,"a":1}}},{"t":280,"v":{"t":"c","v":{"r":2,"g":226,"b":172,"a":1}}},{"t":400,"v":{"t":"c","v":{"r":111,"g":63,"b":245,"a":1}}}],"stroke-opacity":[{"t":130,"v":1},{"t":140,"v":0}]}}}],"options":{"start":"click","hover":"freeze","click":"reverse","scroll":25,"exportedIds":"unique","title":"burger-to-close"},"animationSettings":{"duration":400,"direction":1,"iterations":1,"fill":1,"alternate":false}})]]></script></svg>
</div>
<ul>
<a href="about.html" data-kinetics-attraction data-kinetics-attraction-chance=".2"
data-kinetics-attraction-force="1" data-kinetics-attraction-size="50" data-kinetics-attraction-type="horz"
aria-current="page" >
<li>About</li>
</a>
<a href="/mission/" data-kinetics-attraction data-kinetics-attraction-chance=".2"
data-kinetics-attraction-force="1" data-kinetics-attraction-size="50" data-kinetics-attraction-type="horz"
>
<li>Mission Control</li>
</a>
</ul>
</div>
<!-- default wallet button / wallet status
what TRIGGER another div to pop up (components/wallet-provider.html) -->
<div id="nav-wallet" data-kinetics-attraction data-kinetics-attraction-chance=".2"
data-kinetics-attraction-force="1" data-kinetics-attraction-size="50" data-kinetics-attraction-type="horz" >
<!-- NETWORK -->
<span id="web3network" class="web3network hide"></span>
<div id="noproviderIcon">
<svg id="ewe3a0hr06xm1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" width="32" height="32"><style><![CDATA[#ewe3a0hr06xm1{pointer-events: all}#ewe3a0hr06xm1:hover #ewe3a0hr06xm2 {animation: ewe3a0hr06xm2_f_p 1000ms linear infinite normal forwards}@keyframes ewe3a0hr06xm2_f_p { 0% {fill: rgb(243,88,144)} 34% {fill: rgb(111,63,245)} 66% {fill: rgb(2,226,172)} 100% {fill: rgb(243,88,144)} }]]></style><circle id="ewe3a0hr06xm2" r="3" transform="matrix(1 0 0 1 24 16)" fill="rgb(243,88,144)" stroke="none" stroke-width="1"/><path id="ewe3a0hr06xm3" d="M17,14L17,21C17,21.552285,17.447715,22,18,22L28,22C28.552285,22,29,22.447715,29,23L29,28C29,28.552285,28.552285,29,28,29L4,29C3.447715,29,3,28.552285,3,28L3,4C3,3.447715,3.447715,3,4,3L28,3C28.552285,3,29,3.447715,29,4L29,9C29,9.552285,28.552285,10,28,10L18,10C17.447715,10,17,10.447715,17,11L17,16" fill="none" stroke="rgb(111,63,245)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
</div>
<!-- this will add an image inside this div, if a provider -->
<div id="navbarDropdownWallet">
<!-- mandatory to not fuck the wallet.js code -->
<svg class="provider-icon" style="display:none;"></svg>
</div>
</div>
</nav>
</header>
<script src="js/nav.770f27b732af.js"></script>
<!-- just load wallet menu when user is auth -->
<div id="wallet-provider" data-kinetics-attraction data-kinetics-attraction-chance=".8"
data-kinetics-attraction-force="1.3" data-kinetics-attraction-grow="2" data-kinetics-attraction-mode="drone">
<div class="header" id="close-wallet-provider">
Wallet
<svg id="eaw904armoo1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" width="32" height="32"><style><![CDATA[#eaw904armoo1{pointer-events: all}#eaw904armoo1:hover #eaw904armoo2 {animation: eaw904armoo2_s_p 500ms linear infinite normal forwards}@keyframes eaw904armoo2_s_p { 0% {stroke: rgb(243,88,144)} 20% {stroke: rgb(111,63,245)} 44% {stroke: rgb(2,226,172)} 92% {stroke: rgb(243,88,144)} 100% {stroke: rgb(243,88,144)} }#eaw904armoo1:hover #eaw904armoo3 {animation: eaw904armoo3_s_p 500ms linear infinite normal forwards}@keyframes eaw904armoo3_s_p { 0% {stroke: rgb(243,88,144)} 24% {stroke: rgb(111,63,245)} 58% {stroke: rgb(2,226,172)} 100% {stroke: rgb(243,88,144)} }]]></style><line id="eaw904armoo2" x1="6" y1="6" x2="26" y2="26" fill="none" stroke="rgb(243,88,144)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><line id="eaw904armoo3" x1="26" y1="6" x2="6" y2="26" fill="none" stroke="rgb(243,88,144)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
</div>
<!-- status infos about the connected wallet -->
<div class="status wallet-hidden d-none">
<!-- network name e.g. rinkeby, mainnet -->
<div class="network-name"></div>
<!-- the account address -->
<div class="selected-account"></div>
<!-- wallet accounts -->
<span id="wallet-accounts"></span>
<!-- GTC token balance-->
<div class="token"><span id="token_balance"></span><span id="token_symbol"></span></div>
</div>
<!-- connect -->
<div class="provider" id="wallet-btn">Connect to a wallet</div>
<!-- disconnect -->
<div class="provider wallet-hidden d-none" id="btn-disconnect">
Disconnect
<svg id="ezdv8fwsbwim1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" width="32" height="32"><style><![CDATA[#ezdv8fwsbwim1{pointer-events: all}#ezdv8fwsbwim1:hover #ezdv8fwsbwim3 {animation: ezdv8fwsbwim3_s_p 500ms linear infinite normal forwards}@keyframes ezdv8fwsbwim3_s_p { 0% {stroke: rgb(243,88,144)} 30% {stroke: rgb(111,63,245)} 64% {stroke: rgb(2,226,172)} 100% {stroke: rgb(243,88,144)} }]]></style><path id="ezdv8fwsbwim2" d="M24.790000,6.790000C29.643678,11.644410,29.643283,19.514310,24.789116,24.368233C19.934950,29.222155,12.065050,29.222155,7.210884,24.368233C2.356717,19.514310,2.356322,11.644410,7.210000,6.790000" fill="none" stroke="rgb(111,63,245)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><line id="ezdv8fwsbwim3" x1="16" y1="2.980000" x2="16" y2="19" fill="none" stroke="rgb(243,88,144)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
</div>
</div>
<div style="display: none;">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownWallet" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<b class="wallet-network">•</b><i class="fas fa-wallet provider-icon"></i>
</a>
<div class="dropdown-menu dropdown-menu-right shadow-lg" aria-labelledby="navbarDropdownWallet"></div>
</div>
<div id="templates" style="display: none;">
<template id="template-balance">
<div class="wallet-option" data-toggle="tooltip" title="Click to select this wallet">
<div class="wallet-address"></div>
<small class="wallet-balance"></small>
</div>
</template>
</div>
<script src="js/wallet-provider.a4852ed5bf07.js"></script>
<!-- Hero -->
<section class="hero knightrider"
data-kinetics-mode
data-kinetics-mode-type="party"
data-kinetics-mode-speed="5"
data-kinetics-mode-boundery="endless"
>
<div class="background">
<!-- svg needs preserveAspectRatio="xMidYMid slice" -->
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" width="1400" height="900" viewBox="0 0 1400 900">
<g id="hero">
<path d="M554.3,95H457.2l11.6,17.2h92.5Z"/>
<path d="M1095.5,189h71.9l18-10.4h-74.7Z"/>
<path d="M428.2,167.5l-11.4-12.1H335.9l14.6,12.1Z"/>
<path d="M1068.2,207.5h66.9l15.6-8.9h-69.3Z"/>
<path d="M995.5,142.3h84.4l17.3-14.4h-88.3Z"/>
<path d="M567.6,127.9H479.3l9.6,14.4h84.4Z"/>
<path d="M438.6,178.6H363.9L376.4,189h71.9Z"/>
<path d="M391,127.9H302.8l17.3,14.4h84.4Z"/>
<path d="M304.5,189l-15.2-10.4H214.6l18,10.4Z"/>
<path d="M318.6,198.6H249.3l15.6,8.9h66.9Z"/>
<path d="M1057.8,75.9H1160l25.6-21.2H1077.7Z"/>
<path d="M985.7,31l17.9-26.7H882.1L871.4,31Z"/>
<path d="M538.1,54.7H430.2l14.2,21.2H546.6Z"/>
<path d="M528.6,31,517.8,4.3H396.4L414.3,31Z"/>
<path d="M1116.2,112.2,1137,95h-97.1l-16.2,17.2Z"/>
<path d="M951.7,189h71.9l12.4-10.4H961.4Z"/>
<path d="M911.1,142.3l9.6-14.4H832.4l-5.8,14.4Z"/>
<path d="M971.8,167.5h77.7l14.6-12.1H983.2Z"/>
<path d="M838.7,112.2h92.5L942.8,95H845.7Z"/>
<path d="M275,4.3H153.6L185.7,31H300Z"/>
<path d="M1362,127.9h38V112.2h-6.4Z"/>
<path d="M1306.8,155.4h80.9L1400,150v-7.7h-66.8l-26.4,13.1Z"/>
<path d="M1328.5,31H1400V4.3h-32.1Z"/>
<path d="M1364.5,75.9,1400,55.5v-.8H1293.5l-31.2,21.2Z"/>
<path d="M117.5,167.5H39.8l25.4,11.1h74.7Z"/>
<path d="M165.9,95H68.8l30.1,17.2h92.4Z"/>
<path d="M160.7,189H88.8l21.8,9.6H180Z"/>
<path d="M6.4,112.2H0v15.7H38Z"/>
<path d="M32.1,4.3H0V31H71.5Z"/>
<path d="M106.4,54.7H0v.8L35.5,75.9H137.7Z"/>
<path d="M66.8,142.3H0V150l12.3,5.4H93.2Z"/>
<path d="M255,155.4H174.1l21.1,12.1h77.6Z"/>
<path d="M235.6,142.3l-21.1-14.4H126.2l25,14.4Z"/>
<path d="M197.9,207.5H131l18.9,8.3h64.8Z"/>
<path d="M1185.3,215.8H1250l19-8.3h-66.9Z"/>
<path d="M1164.4,142.3h84.4l25-14.4h-88.3Z"/>
<path d="M1127.2,167.5h77.6l21.1-12.1H1145Z"/>
<path d="M1289.4,198.6l21.8-9.6h-71.9l-19.3,9.6Z"/>
<path d="M322.3,54.7H214.4L240,75.9H342.2Z"/>
<path d="M360.1,95H263l20.8,17.2h92.5Z"/>
<path d="M1214.2,31l32.2-26.7H1125L1100,31Z"/>
<path d="M1260.1,178.6h74.7l25.4-11.1h-77.7Z"/>
<path d="M1208.6,112.2h92.5L1331.2,95h-97.1Z"/>
<path d="M754,104.7,757.1,81H642.9l3.1,23.7Z"/>
<path d="M757.1,71l3.6-26.7H639.3L642.9,71Z"/>
<path d="M742.2,252.4H657.8l1.7,13.1h80.9Z"/>
<path d="M744.1,228H655.9l1.9,14.4h84.4Z"/>
<path d="M744.1,218l2.1-15.7H653.8l2.1,15.7Z"/>
<path d="M740.4,275.5H659.5l1.7,12.1h77.6Z"/>
<path d="M735.9,339.1H664l1.3,9.6h69.4Z"/>
<path d="M662.7,308.7h74.6l1.5-11.1H661.2l1.5,11.1Z"/>
<path d="M737.3,318.7H662.7l1.3,10.4h71.9Z"/>
<path d="M748.6,175H651.4l2.4,17.2h92.4Z"/>
<path d="M751.1,145.9H648.9l2.5,19.1h97.2Z"/>
<path d="M751.1,135.9l2.9-21.2H646l2.9,21.2Z"/>
<path d="M760.7,34.3,764.8,4H635.2l4.1,30.3Z"/>
<path d="M599.6,277.5h-67l5.6,8.3h64.7Z"/>
<path d="M596,258.6H526.6l6,8.9h67Z"/>
<path d="M592.1,229,588,218.6H513.3l6.9,10.4Z"/>
<path d="M592.1,239H520.2l6.4,9.6H596Z"/>
<path d="M606.1,313.7H543.4l4.9,7.3H609Z"/>
<path d="M606.1,303.7l-3.2-7.8H538.2l5.2,7.8Z"/>
<path d="M583.5,197.5H505.8l7.5,11.1H588Z"/>
<path d="M578.6,165.4l-5.3-13.1H488.9l8.8,13.1Z"/>
<path d="M578.6,175.4H497.7l8.1,12.1h77.7Z"/>
<path d="M793.9,313.7,791,321h60.7l4.8-7.3Z"/>
<path d="M821.4,165.4h80.9l8.8-13.1H826.6Z"/>
<path d="M800.4,267.5h67l5.9-8.9H804Z"/>
<path d="M861.8,285.8l5.6-8.3h-67l-3.3,8.3Z"/>
<path d="M804,248.6h69.3l6.5-9.6H807.9Z"/>
<path d="M793.9,303.7h62.6l5.3-7.8H797.1Z"/>
<path d="M807.9,229h71.9l6.9-10.4H812Z"/>
<path d="M886.7,208.6l7.5-11.1H816.5L812,208.6Z"/>
<path d="M816.5,187.5h77.7l8.1-12.1H821.4Z"/>
<path d="M448.3,199H376.4l11.6,9.6h69.3Z"/>
<path d="M494.1,297.8l-6.4-6.9H427l8.3,6.9Z"/>
<path d="M473.5,255.8H408.8l9.4,7.8h62.6Z"/>
<path d="M480.8,273.6H418.2l8.8,7.3h60.7Z"/>
<path d="M465.7,237.5h-67l10.1,8.3h64.7Z"/>
<path d="M465.7,227.5l-8.4-8.9H388l10.7,8.9Z"/>
<path d="M1012,208.6l11.6-9.6H951.7l-9,9.6Z"/>
<path d="M912.3,290.9l-6.4,6.9h58.8l8.3-6.9Z"/>
<path d="M973,280.9l8.8-7.3H919.2l-6.9,7.3Z"/>
<path d="M919.2,263.6h62.6l9.4-7.8H926.5Z"/>
<path d="M926.5,245.8h64.7l10-8.3H934.3Z"/>
<path d="M934.3,227.5h66.9l10.8-8.9H942.7Z"/>
<path d="M1120.6,225.8l14.5-8.3h-66.9l-12.3,8.3Z"/>
<path d="M1023.5,277.8h58.8l12-6.9h-60.7Z"/>
<path d="M1033.6,260.9h60.7l12.7-7.3h-62.6Z"/>
<path d="M1044.4,243.6H1107l13.6-7.8h-64.7Z"/>
<path d="M1141.2,267.8H1200l15.6-6.9H1155Z"/>
<path d="M1215.6,250.9l16.7-7.3h-62.6l-14.7,7.3Z"/>
<path d="M1169.7,233.6h62.6l17.7-7.8h-64.7Z"/>
<path d="M355.6,243.6l-11.5-7.8H279.4l13.5,7.8Z"/>
<path d="M355.6,253.6H292.9l12.8,7.3h60.6Z"/>
<path d="M366.3,270.9H305.7l11.9,6.9h58.9Z"/>
<path d="M331.8,217.5H264.9l14.5,8.3h64.7Z"/>
<path d="M258.8,267.8,245,260.9H184.4l15.6,6.9Z"/>
<path d="M214.7,225.8H149.9l17.8,7.8h62.6Z"/>
<path d="M230.3,243.6H167.7l16.7,7.3H245Z"/>
<path d="M955.6,826.1l14.2,21.2H861.9l-8.6-21.2Z"/>
<path d="M554.3,807H457.2l11.6-17.2h92.5Z"/>
<path d="M1095.5,713h71.9l18,10.4h-74.7Z"/>
<path d="M428.2,734.5l-11.4,12.1H335.9l14.6-12.1Z"/>
<path d="M1068.2,694.5h66.9l15.6,8.9h-69.3Z"/>
<path d="M995.5,759.7h84.4l17.3,14.4h-88.3Z"/>
<path d="M567.6,774.1H479.3l9.6-14.4h84.4Z"/>
<path d="M438.6,723.4H363.9L376.4,713h71.9Z"/>
<path d="M391,774.1H302.8l17.3-14.4h84.4Z"/>
<path d="M304.5,713l-15.2,10.4H214.6l18-10.4Z"/>
<path d="M318.6,703.4H249.3l15.6-8.9h66.9Z"/>
<path d="M1057.8,826.1H1160l25.6,21.2H1077.7Z"/>
<path d="M985.7,871l17.9,26.7H882.1L871.4,871Z"/>
<path d="M538.1,847.3H430.2l14.2-21.2H546.6Z"/>
<path d="M528.6,871l-10.8,26.7H396.4L414.3,871Z"/>
<path d="M1116.2,789.8,1137,807h-97.1l-16.2-17.2Z"/>
<path d="M951.7,713h71.9l12.4,10.4H961.4Z"/>
<path d="M911.1,759.7l9.6,14.4H832.4l-5.8-14.4Z"/>
<path d="M971.8,734.5h77.7l14.6,12.1H983.2Z"/>
<path d="M838.7,789.8h92.5L942.8,807H845.7Z"/>
<path d="M275,897.7H153.6L185.7,871H300Z"/>
<path d="M1362,774.1h38v15.7h-6.4Z"/>
<path d="M1306.8,746.6h80.9L1400,752v7.7h-66.8l-26.4-13.1Z"/>
<path d="M1328.5,871H1400v26.7h-32.1Z"/>
<path d="M1364.5,826.1l35.5,20.4v.8H1293.5l-31.2-21.2Z"/>
<path d="M117.5,734.5H39.8l25.4-11.1h74.7Z"/>
<path d="M165.9,807H68.8l30.1-17.2h92.4Z"/>
<path d="M160.7,713H88.8l21.8-9.6H180Z"/>
<path d="M6.4,789.8H0V774.1H38Z"/>
<path d="M32.1,897.7H0V871H71.5Z"/>
<path d="M106.4,847.3H0v-.8l35.5-20.4H137.7Z"/>
<path d="M66.8,759.7H0V752l12.3-5.4H93.2Z"/>
<path d="M255,746.6H174.1l21.1-12.1h77.6Z"/>
<path d="M235.6,759.7l-21.1,14.4H126.2l25-14.4Z"/>
<path d="M197.9,694.5H131l18.9-8.3h64.8Z"/>
<path d="M1185.3,686.2H1250l19,8.3h-66.9Z"/>
<path d="M1164.4,759.7h84.4l25,14.4h-88.3Z"/>
<path d="M1127.2,734.5h77.6l21.1,12.1H1145Z"/>
<path d="M1289.4,703.4l21.8,9.6h-71.9l-19.3-9.6Z"/>
<path d="M322.3,847.3H214.4L240,826.1H342.2Z"/>
<path d="M360.1,807H263l20.8-17.2h92.5Z"/>
<path d="M1214.2,871l32.2,26.7H1125L1100,871Z"/>
<path d="M1260.1,723.4h74.7l25.4,11.1h-77.7Z"/>
<path d="M1208.6,789.8h92.5l30.1,17.2h-97.1Z"/>
<path d="M754,797.3l3.1,23.7H642.9l3.1-23.7Z"/>
<path d="M757.1,831l3.6,26.7H639.3l3.6-26.7Z"/>
<path d="M742.2,649.6H657.8l1.7-13.1h80.9Z"/>
<path d="M744.1,674H655.9l1.9-14.4h84.4Z"/>
<path d="M744.1,684l2.1,15.7H653.8l2.1-15.7Z"/>
<path d="M740.4,626.5H659.5l1.7-12.1h77.6Z"/>
<path d="M735.9,562.9H664l1.3-9.6h69.4Z"/>
<path d="M662.7,593.3h74.6l1.5,11.1H661.2l1.5-11.1Z"/>
<path d="M737.3,583.3H662.7l1.3-10.4h71.9Z"/>
<path d="M748.6,727H651.4l2.4-17.2h92.4Z"/>
<path d="M751.1,756.1H648.9l2.5-19.1h97.2Z"/>
<path d="M751.1,766.1l2.9,21.2H646l2.9-21.2Z"/>
<path d="M760.7,867.7l4.1,30.3H635.2l4.1-30.3Z"/>
<path d="M599.6,624.5h-67l5.6-8.3h64.7Z"/>
<path d="M596,643.4H526.6l6-8.9h67Z"/>
<path d="M592.1,673,588,683.4H513.3l6.9-10.4Z"/>
<path d="M592.1,663H520.2l6.4-9.6H596Z"/>
<path d="M606.1,588.3H543.4l4.9-7.3H609Z"/>
<path d="M606.1,598.3l-3.2,7.8H538.2l5.2-7.8Z"/>
<path d="M583.5,704.5H505.8l7.5-11.1H588Z"/>
<path d="M578.6,736.6l-5.3,13.1H488.9l8.8-13.1Z"/>
<path d="M578.6,726.6H497.7l8.1-12.1h77.7Z"/>
<path d="M793.9,588.3,791,581h60.7l4.8,7.3Z"/>
<path d="M821.4,736.6h80.9l8.8,13.1H826.6Z"/>
<path d="M800.4,634.5h67l5.9,8.9H804Z"/>
<path d="M861.8,616.2l5.6,8.3h-67l-3.3-8.3Z"/>
<path d="M804,653.4h69.3l6.5,9.6H807.9Z"/>
<path d="M793.9,598.3h62.6l5.3,7.8H797.1Z"/>
<path d="M807.9,673h71.9l6.9,10.4H812Z"/>
<path d="M886.7,693.4l7.5,11.1H816.5L812,693.4Z"/>
<path d="M816.5,714.5h77.7l8.1,12.1H821.4Z"/>
<path d="M448.3,703H376.4l11.6-9.6h69.3Z"/>
<path d="M494.1,604.2l-6.4,6.9H427l8.3-6.9Z"/>
<path d="M473.5,646.2H408.8l9.4-7.8h62.6Z"/>
<path d="M480.8,628.4H418.2l8.8-7.3h60.7Z"/>
<path d="M465.7,664.5h-67l10.1-8.3h64.7Z"/>
<path d="M465.7,674.5l-8.4,8.9H388l10.7-8.9Z"/>
<path d="M1012,693.4l11.6,9.6H951.7l-9-9.6Z"/>
<path d="M912.3,611.1l-6.4-6.9h58.8l8.3,6.9Z"/>
<path d="M973,621.1l8.8,7.3H919.2l-6.9-7.3Z"/>
<path d="M919.2,638.4h62.6l9.4,7.8H926.5Z"/>
<path d="M926.5,656.2h64.7l10,8.3H934.3Z"/>
<path d="M934.3,674.5h66.9l10.8,8.9H942.7Z"/>
<path d="M1120.6,676.2l14.5,8.3h-66.9l-12.3-8.3Z"/>
<path d="M1023.5,624.2h58.8l12,6.9h-60.7Z"/>
<path d="M1033.6,641.1h60.7l12.7,7.3h-62.6Z"/>
<path d="M1044.4,658.4H1107l13.6,7.8h-64.7Z"/>
<path d="M1141.2,634.2H1200l15.6,6.9H1155Z"/>
<path d="M1215.6,651.1l16.7,7.3h-62.6l-14.7-7.3Z"/>
<path d="M1169.7,668.4h62.6l17.7,7.8h-64.7Z"/>
<path d="M355.6,658.4l-11.5,7.8H279.4l13.5-7.8Z"/>
<path d="M355.6,648.4H292.9l12.8-7.3h60.6Z"/>
<path d="M366.3,631.1H305.7l11.9-6.9h58.9Z"/>
<path d="M331.8,684.5H264.9l14.5-8.3h64.7Z"/>
<path d="M258.8,634.2,245,641.1H184.4l15.6-6.9Z"/>
<path d="M214.7,676.2H149.9l17.8-7.8h62.6Z"/>
<path d="M230.3,658.4H167.7l16.7-7.3H245Z"/>
</g>
</svg>
</div>
<div class="content centered" data-kinetics-attraction data-kinetics-attraction-chance=".6"
data-kinetics-attraction-force="3" data-kinetics-attraction-grow="5">
<h1><span>Govern Gitcoin with GTC</span></h1>
</div>
</section>
<!-- Developers -->
<article
data-kinetics-mode
data-kinetics-mode-type="space"
data-kinetics-mode-speed="1">
<section class="column">
<h2>About GTC</h2>
<div class="intro">GTC is the governance token we’re using to decentralize Gitcoin into a DAO (GitcoinDAO) ecosystem, collectively working to fund the next generation of public goods.</div>
<p>GitcoinDAO aims to be the best place to collectively build and fund our digital infrastructure. With our ecosystem partners, we want to help create the biggest and boldest experiments in open source, and double down on what works. We are:</p>
<p>
<ol class="decimal">
<li>building a community that cares about public goods</li>
<li>designing & launching experiments</li>
<li>supporting & scaling them </li>
<li>collectively governing them</li>
</ol>
</p>
<p>In order to facilitate this, we are working with the community to build GitcoinDAO—the decentralized organization building the vessel to the Quadratic Lands: a better world for public goods and digital democracy.</p>
<p>Holders of the token will help guide Gitcoin’s direction as we move from a partially centralized Web2.5 platform to a completely decentralized protocol. Our first step is turning over governance of Gitcoin Grants to community stewards, but over time increasingly more decisions will be left entirely in the community’s hands.</p>
<p>Want to get involved in governance? Join a workstream <a href="/workstream">here!</a></p>
</section>
</article>
<!-- How it Works -->
<article data-kinetics-mode data-kinetics-mode-type="space" data-kinetics-mode-speed="1">
<section class="column">
<h2>How it Works</h2>
</section>
<section class="column">
<p>The Gitcoin governance ecosystem is built around GTC, which leverages a COMP/UNI style governance that makes on-chain voting, snapshot voting and community led governance possible. At its base layer, GTC is a standard ERC20-style token with a 100mm supply. 50% of the token supply has been allocated to those who have provided value to the ecosystem in the past (community members, investors and the existing team), and 50% will be unlocked for the community to manage in the future.</p>
<p>At launch, GitcoinDAO has an even split between past Gitcoin builders and participants, and future ones. The tokens reserved for future builders will be held in treasury, governed by community stewards and then ultimately the DAO.</p>
<p>GTC has NO economic value, it is a governance token only. It’s contract address is <a target="_blank" href="https://etherscan.io/address/0xde30da39c46104798bb5aa3fe8b9e0e1f348163f">0xDe30da39c46104798bB5aA3fe8B9e0e1F348163F</a>.</p>
</section>
</article>
<!-- GTC Details -->
<article data-kinetics-mode data-kinetics-mode-type="space" data-kinetics-mode-speed="1">
<section class="column">
<h2>Token Info</h2>
</section>
<section class="column">
<table width="100%" style="margin-top:2em;">
<tr>
<td>Amount</td>
<td>100mm tokens</td>
</tr>
<tr>
<td>Retroactive distribution date</td>
<td>5/25/21</td>
</tr>
<tr>
<td>Near term</td>
<td>Govern Gitcoin Grants</td>
</tr>
<tr>
<td>Medium term</td>
<td>Identity & Reputation</td>
</tr>
<tr>
<td>Long term</td>
<td>Decentralized Protocol</td>
</tr>
</table>
</section>
<section class="column full">
<figure data-kinetics-attraction data-kinetics-attraction-chance=".5" data-kinetics-attraction-force=".5"
data-kinetics-attraction-grow="3">
<img loading="lazy" src="images/pie.2105179ff6ed.svg">
</figure>
</section>
</article>
<!-- Roadmap -->
<article data-kinetics-mode data-kinetics-mode-type="space" data-kinetics-mode-speed="1">
<section class="column">
<h2>Roadmap</h2>
<p>We have had the support of some of the best in the space to bring this roadmap to life.</p>
</section>
<section class="column">
<div class="roadmap">
<div class="title active">Epoch 1</div>
<div class="vl active"></div>
<div class="content active">
<h3>#Launch</h3>
<p>GTC is launched</p>
</div>
<div class="title">Epoch 2</div>
<div class="vl"></div>
<div class="content">
<h3>#Short Term</h3>
<p>GitcoinDAO workstreams take shape</p>
</div>
<div class="title">Epoch 3</div>
<div class="vl"></div>
<div class="content">
<h3>#Medium Term</h3>
<p>Implementation of ideas from workstreams</p>
<p>Community led proposals to solve Sybil</p>
<p>Community led decentralization of Gitcoin Grants</p>
</div>
<div class="title">Epoch 4</div>
<div class="vl"></div>
<div class="content">
<h3>#Medium-Long Term</h3>
<p>If the DAO votes for it, Dissolve Gitcoin Co. & fully hand over the reigns of assets to the DAO</p>
<p>Continue growing an amazing community for experiments in open source funding</p>
</div>
<div class="title">Epoch 5</div>
<div class="vl"></div>
<div class="content">
<h3>#Long Term</h3>
<p>Become the best place to collectively build and fund our digital infrastructure</p>
<p>Meme the Quadratic Lands into existence</p>
</div>
</div>
</section>
</article>
<!-- social media icons-->
<!-- footer social icons -->
<section id="footersocial">
<a href="https://www.youtube.com/channel/UCeKRqRjzSzq5yP-zUPwc6_w">
<div data-kinetics-attraction data-kinetics-attraction-chance=".1" data-kinetics-attraction-force="1"
data-kinetics-attraction-size="50">
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64"><path d="M55.16,20.42A5.94,5.94,0,0,0,50,15.6c-6-.38-12-.69-18-.7s-12,.3-18,.68A5.94,5.94,0,0,0,8.83,20.4a79.25,79.25,0,0,0,0,22.88,6.17,6.17,0,0,0,5.19,5c6,.38,12,.77,18,.77s12-.34,18-.73a6.24,6.24,0,0,0,5.18-5.1A78.19,78.19,0,0,0,56,31.84,78,78,0,0,0,55.16,20.42Z" fill="none" stroke-miterlimit="10"/><polygon points="26.56 38.73 26.56 24.79 39.55 31.76 26.56 38.73" fill="none" stroke-miterlimit="10"/></svg>
</div>
</a>
<a href="https://twitter.com/gitcoin">
<div data-kinetics-attraction data-kinetics-attraction-chance=".1" data-kinetics-attraction-force="1"
data-kinetics-attraction-size="50">
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64"><path d="M56,16.46a67.49,67.49,0,0,0-8.11-.73,9.75,9.75,0,0,0-16.56,8.91c-8.08-.41-14.2-4.56-19.92-10.73-.78,1.52-2.26,6.37-1.11,9.87a19.1,19.1,0,0,0,6.75,8.59,26.05,26.05,0,0,1-8.52-1.85c1.41,4.63,6.25,11.35,13.86,12.4a19.46,19.46,0,0,1-12.07,4.19A19.66,19.66,0,0,1,8,47a27.42,27.42,0,0,0,14.9,4.39c17.87,0,27.65-14.89,27.65-27.81,0-.43,0-.85,0-1.27Z" fill="none" stroke-miterlimit="10"/></svg>
</div>
</a>
<a href="https://github.com/gitcoinco/">
<div data-kinetics-attraction data-kinetics-attraction-chance=".1" data-kinetics-attraction-force="1"
data-kinetics-attraction-size="50">
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64"><path d="M20,56a4,4,0,0,0,4-4,8,8,0,0,1,2.35-5.67S12.66,44.8,9.75,38.92A21.67,21.67,0,0,1,8,29.42,17.23,17.23,0,0,1,11.9,18a15.43,15.43,0,0,1-.77-4.82C11.13,11,11,10,12,8c4.48,0,8,.85,11.37,3.52A39.58,39.58,0,0,1,32,10.7a39.58,39.58,0,0,1,8.63.82C44,8.85,47.52,8,52,8c1,1.95.87,3,.87,5.18A15.43,15.43,0,0,1,52.1,18,17.23,17.23,0,0,1,56,29.42a21.67,21.67,0,0,1-1.75,9.5c-2.91,5.88-16.6,7.41-16.6,7.41A8,8,0,0,1,40,52a4,4,0,0,0,4,4" fill="none" stroke-miterlimit="5"/><path d="M24,50.88c-4,2-6.31-.43-8.75-2S11,46.75,8,48" fill="none" stroke-miterlimit="5"/><ellipse cx="22.81" cy="31.72" rx="3.19" ry="4.82" fill="none" stroke-miterlimit="5"/><ellipse cx="41.19" cy="31.72" rx="3.19" ry="4.82" fill="none" stroke-miterlimit="5"/></svg>
</div>
</a>
<a href="https://discord.com/invite/gitcoin">
<div data-kinetics-attraction data-kinetics-attraction-chance=".1" data-kinetics-attraction-force="1"
data-kinetics-attraction-size="50">
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64"><path d="M14.55,40.17c3.53,2.67,8.86,5.46,17.45,5.46s13.92-2.79,17.45-5.46" fill="none" stroke-miterlimit="10"/><path d="M48,22.18c-4.31-2.2-8.57-4.26-16-4.26S20.33,20,16,22.18" fill="none" stroke-miterlimit="10"/><path d="M27.32,18.23l-1.87-3.68a22.75,22.75,0,0,0-10.9,4.36S9,27,8,42.91c5.63,6.49,14.18,6.54,14.18,6.54L25.5,45" fill="none" stroke-miterlimit="10"/><path d="M38.5,45l3.32,4.42S50.37,49.4,56,42.91c-1-15.9-6.55-24-6.55-24s-5-3.92-10.9-4.36l-1.82,3.69" fill="none" stroke-miterlimit="10"/><ellipse cx="24.91" cy="34.18" rx="3.82" ry="4.36" fill="none" stroke-miterlimit="10"/><ellipse cx="39.09" cy="34.18" rx="3.82" ry="4.36" fill="none" stroke-miterlimit="10"/></svg>
</div>
</a>
<a href="mailto:support@gitcoin.co">
<div data-kinetics-attraction data-kinetics-attraction-chance=".1" data-kinetics-attraction-force="1"
data-kinetics-attraction-size="50">
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64"><rect x="8" y="12" width="48" height="40" fill="none" stroke-miterlimit="5"/><polyline points="56 20 32 36 8 20" fill="none" stroke-miterlimit="5"/></svg>
</div>
</a>
</section>
<!-- footer -->
<!-- footer -->
<section id="footer">
<a href="/" >Home</a>
<a href="about.html" aria-current="page" >About</a>
<a href="/mission/" >Mission</a>
<a href="/workstream/" >Workstream</a>
<a href="faq.html" >FAQ</a>
<a href="https://gitcoin.co/legal/privacy" target="_blank">Privacy</a>
<a href="https://gitcoin.co/legal/terms" target="_blank">Terms</a>
<a href="https://gitcoin.co" target="_blank">made by Gitcoin</a>
</section>
<!-- javascripts -->
<script>
var static_url = "https://s.gitcoin.co/static/";
var media_url = "https://c.gitcoin.co/";
document.contxt = {"STATIC_URL": "https://s.gitcoin.co/static/", "MEDIA_URL": "https://c.gitcoin.co/", "max_length": 733, "max_length_offset": 133, "search_url": "https://gitcoin.co/user_lookup", "base_url": "https://gitcoin.co/", "github_handle": "developer-piyush", "email": "", "name": "PIYUSH CHOUDHARY", "raven_js_version": "6.8.0", "raven_js_dsn": "https://1173f936e09748929358b6072b85c2f3@sentry.io/1398424", "release": "5860a586a29d2911dc8d3284ec21dbf1ddc4927e", "env": "prod", "header_msg": "", "nav_salt": 0, "footer_msg": "", "INFURA_V3_PROJECT_ID": "1e0a90928efe4bb78bb1eeceb8aacc27", "giphy_key": "9KlLQxm7Ou02VMunQNhZKSM3kTrH7r8H", "youtube_key": "AIzaSyBHtSbU1iF_WQJUje9_nNNSA3Sr-kOQGaw", "fortmatic_live_key": "pk_live_57B0432207ECBDAD", "fortmatic_test_key": "YOUR-SupEr-SecRet-TeSt-FoRtMaTiC-KeY", "orgs": [], "profile_id": 154369, "is_pro": false, "ipfs_config": {"host": "ipfs-2.gitcoin.co", "port": 443, "protocol": "https", "root": "/api/v0"}, "access_token": "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", "is_staff": false, "is_moderator": false, "is_alpha_tester": false, "user_groups": [], "persona_is_funder": false, "persona_is_hunter": true, "pref_do_not_track": true, "profile_url": "https://gitcoin.co/developer-piyush", "quests_live": true, "onboard_tasks": [{"link": "/settings/job?utm_source=onboard_job", "title": "Complete your work settings"}, {"link": "/townsquare?utm_source=onboard_ts", "title": "Post on townsquare"}, {"link": "/quests?utm_source=onboard_quests", "title": "Get your first kudos solving a Quest"}, {"link": "/hackathon-list/?utm_source=onboard_hackathons", "title": "Find a Hackathon"}, {"link": "/profile/trust/?utm_source=onboard_verify", "title": "Verify your profile"}], "ptoken_abi": [{"inputs": [{"internalType": "string", "name": "_name", "type": "string"}, {"internalType": "string", "name": "_symbol", "type": "string"}, {"internalType": "uint256", "name": "_price", "type": "uint256"}, {"internalType": "uint256", "name": "_initialSupply", "type": "uint256"}, {"internalType": "address", "name": "_acceptedERC20", "type": "address"}], "stateMutability": "nonpayable", "type": "constructor"}, {"anonymous": false, "inputs": [{"indexed": true, "internalType": "address", "name": "owner", "type": "address"}, {"indexed": true, "internalType": "address", "name": "spender", "type": "address"}, {"indexed": false, "internalType": "uint256", "name": "value", "type": "uint256"}], "name": "Approval", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": false, "internalType": "address", "name": "owner", "type": "address"}, {"indexed": false, "internalType": "uint256", "name": "amountBurned", "type": "uint256"}], "name": "Burned", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": false, "internalType": "address", "name": "owner", "type": "address"}, {"indexed": false, "internalType": "uint256", "name": "price", "type": "uint256"}, {"indexed": false, "internalType": "uint256", "name": "supply", "type": "uint256"}], "name": "Initialized", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": false, "internalType": "address", "name": "owner", "type": "address"}, {"indexed": false, "internalType": "uint256", "name": "amountMinted", "type": "uint256"}], "name": "Minted", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": true, "internalType": "address", "name": "previousOwner", "type": "address"}, {"indexed": true, "internalType": "address", "name": "newOwner", "type": "address"}], "name": "OwnershipTransferred", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": false, "internalType": "address", "name": "owner", "type": "address"}, {"indexed": false, "internalType": "uint256", "name": "newPrice", "type": "uint256"}], "name": "PriceUpdated", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": false, "internalType": "address", "name": "buyer", "type": "address"}, {"indexed": false, "internalType": "uint256", "name": "cost", "type": "uint256"}, {"indexed": false, "internalType": "uint256", "name": "amountReceived", "type": "uint256"}], "name": "Purchased", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": false, "internalType": "address", "name": "seller", "type": "address"}, {"indexed": false, "internalType": "uint256", "name": "amountRedeemed", "type": "uint256"}], "name": "Redeemed", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": true, "internalType": "address", "name": "from", "type": "address"}, {"indexed": true, "internalType": "address", "name": "to", "type": "address"}, {"indexed": false, "internalType": "uint256", "name": "value", "type": "uint256"}], "name": "Transfer", "type": "event"}, {"inputs": [{"internalType": "address", "name": "owner", "type": "address"}, {"internalType": "address", "name": "spender", "type": "address"}], "name": "allowance", "outputs": [{"internalType": "uint256", "name": "", "type": "uint256"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"internalType": "address", "name": "spender", "type": "address"}, {"internalType": "uint256", "name": "amount", "type": "uint256"}], "name": "approve", "outputs": [{"internalType": "bool", "name": "", "type": "bool"}], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"internalType": "address", "name": "account", "type": "address"}], "name": "balanceOf", "outputs": [{"internalType": "uint256", "name": "", "type": "uint256"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"internalType": "uint256", "name": "_amount", "type": "uint256"}], "name": "burn", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [], "name": "decimals", "outputs": [{"internalType": "uint8", "name": "", "type": "uint8"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"internalType": "address", "name": "spender", "type": "address"}, {"internalType": "uint256", "name": "subtractedValue", "type": "uint256"}], "name": "decreaseAllowance", "outputs": [{"internalType": "bool", "name": "", "type": "bool"}], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"internalType": "address", "name": "spender", "type": "address"}, {"internalType": "uint256", "name": "addedValue", "type": "uint256"}], "name": "increaseAllowance", "outputs": [{"internalType": "bool", "name": "", "type": "bool"}], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"internalType": "uint256", "name": "_amount", "type": "uint256"}], "name": "mint", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [], "name": "name", "outputs": [{"internalType": "string", "name": "", "type": "string"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "owner", "outputs": [{"internalType": "address", "name": "", "type": "address"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "price", "outputs": [{"internalType": "uint256", "name": "", "type": "uint256"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"internalType": "uint256", "name": "_amount", "type": "uint256"}], "name": "purchase", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"internalType": "uint256", "name": "_amount", "type": "uint256"}], "name": "redeem", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [], "name": "renounceOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [], "name": "symbol", "outputs": [{"internalType": "string", "name": "", "type": "string"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "totalSupply", "outputs": [{"internalType": "uint256", "name": "", "type": "uint256"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"internalType": "address", "name": "recipient", "type": "address"}, {"internalType": "uint256", "name": "amount", "type": "uint256"}], "name": "transfer", "outputs": [{"internalType": "bool", "name": "", "type": "bool"}], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"internalType": "address", "name": "sender", "type": "address"}, {"internalType": "address", "name": "recipient", "type": "address"}, {"internalType": "uint256", "name": "amount", "type": "uint256"}], "name": "transferFrom", "outputs": [{"internalType": "bool", "name": "", "type": "bool"}], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"internalType": "address", "name": "newOwner", "type": "address"}], "name": "transferOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"internalType": "uint256", "name": "_newPrice", "type": "uint256"}], "name": "updatePrice", "outputs": [], "stateMutability": "nonpayable", "type": "function"}], "ptoken_factory_address": "0x358bcf43fe7ec2659aD829F3604c72781fc93a9E", "ptoken_factory_abi": [{"anonymous": false, "inputs": [{"indexed": false, "internalType": "contract PToken", "name": "token", "type": "address"}], "name": "NewPToken", "type": "event"}, {"inputs": [{"internalType": "string", "name": "_name", "type": "string"}, {"internalType": "string", "name": "_symbol", "type": "string"}, {"internalType": "uint256", "name": "_cost", "type": "uint256"}, {"internalType": "uint256", "name": "_supply", "type": "uint256"}, {"internalType": "address", "name": "_acceptedERC20", "type": "address"}], "name": "createPToken", "outputs": [], "stateMutability": "nonpayable", "type": "function"}], "ptoken_address": "", "ptoken_id": null, "is_location_blocked_for_ptokens": false, "match_payouts_abi": "[ { \"inputs\": [ { \"internalType\": \"address\", \"name\": \"_owner\", \"type\": \"address\" }, { \"internalType\": \"address\", \"name\": \"_funder\", \"type\": \"address\" }, { \"internalType\": \"contract IERC20\", \"name\": \"_dai\", \"type\": \"address\" } ], \"stateMutability\": \"nonpayable\", \"type\": \"constructor\" }, { \"anonymous\": false, \"inputs\": [], \"name\": \"Finalized\", \"type\": \"event\" }, { \"anonymous\": false, \"inputs\": [], \"name\": \"Funded\", \"type\": \"event\" }, { \"anonymous\": false, \"inputs\": [], \"name\": \"FundingWithdrawn\", \"type\": \"event\" }, { \"anonymous\": false, \"inputs\": [ { \"indexed\": false, \"internalType\": \"address\", \"name\": \"recipient\", \"type\": \"address\" }, { \"indexed\": false, \"internalType\": \"uint256\", \"name\": \"amount\", \"type\": \"uint256\" } ], \"name\": \"PayoutAdded\", \"type\": \"event\" }, { \"anonymous\": false, \"inputs\": [ { \"indexed\": false, \"internalType\": \"address\", \"name\": \"recipient\", \"type\": \"address\" }, { \"indexed\": false, \"internalType\": \"uint256\", \"name\": \"amount\", \"type\": \"uint256\" } ], \"name\": \"PayoutClaimed\", \"type\": \"event\" }, { \"inputs\": [ { \"internalType\": \"address\", \"name\": \"_recipient\", \"type\": \"address\" } ], \"name\": \"claimMatchPayout\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"dai\", \"outputs\": [ { \"internalType\": \"contract IERC20\", \"name\": \"\", \"type\": \"address\" } ], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"enablePayouts\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"finalize\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"funder\", \"outputs\": [ { \"internalType\": \"address\", \"name\": \"\", \"type\": \"address\" } ], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"owner\", \"outputs\": [ { \"internalType\": \"address\", \"name\": \"\", \"type\": \"address\" } ], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [ { \"internalType\": \"address\", \"name\": \"\", \"type\": \"address\" } ], \"name\": \"payouts\", \"outputs\": [ { \"internalType\": \"uint256\", \"name\": \"\", \"type\": \"uint256\" } ], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [ { \"components\": [ { \"internalType\": \"address\", \"name\": \"recipient\", \"type\": \"address\" }, { \"internalType\": \"uint256\", \"name\": \"amount\", \"type\": \"uint256\" } ], \"internalType\": \"struct MatchPayouts.PayoutFields[]\", \"name\": \"_payouts\", \"type\": \"tuple[]\" } ], \"name\": \"setPayouts\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"state\", \"outputs\": [ { \"internalType\": \"enum MatchPayouts.State\", \"name\": \"\", \"type\": \"uint8\" } ], \"stateMutability\": \"view\", \"type\": \"function\" }, { \"inputs\": [], \"name\": \"withdrawFunding\", \"outputs\": [], \"stateMutability\": \"nonpayable\", \"type\": \"function\" } ]", "match_payouts_address": "0x3ebAFfe01513164e638480404c651E885cCA0AA4", "mautic_id": "582792"};
</script>
<script src="/jsi18n/"></script>
<script
src="https://browser.sentry-cdn.com/6.8.0/bundle.min.js"
integrity="sha384-a1zd+NHj/GIqnlXIHuEKFontqYxBdK9Zwslrvnhr1KfU9tBDzKbM55gQFXlHYDiD"
crossorigin="anonymous"
></script>
<script>
Sentry.init({
dsn: "https://1173f936e09748929358b6072b85c2f3@sentry.io/1398424",
// this assumes your build process sets "npm_package_version" in the env
release: "gitcoin-web@2cb97692cb9b0174218e70ab07d21258324b5bcb",
environment: 'prod',
// We recommend adjusting this value in production, or using tracesSampler
// for finer control
tracesSampleRate: 1.0,
ignoreErrors: [
// Random plugins/extensions
'top.GLOBALS',
// See: http://blog.errorception.com/2012/03/tale-of-unfindable-js-error.html
'originalCreateNotification',
'canvas.contentDocument',
'MyApp_RemoveAllHighlights',
'http://tt.epicplay.com',
'Can\'t find variable: ZiteReader',
'jigsaw is not defined',
'ComboSearch is not defined',
'http://loading.retry.widdit.com/',
'atomicFindClose',
// Facebook borked
'fb_xd_fragment',
// ISP "optimizing" proxy - `Cache-Control: no-transform` seems to
// reduce this. (thanks @acdha)
// See http://stackoverflow.com/questions/4113268
'bmi_SafeAddOnload',
'EBCallBackMessageReceived',
// See http://toolbar.conduit.com/Developer/HtmlAndGadget/Methods/JSInjection.aspx
'conduitPage'
],
denyUrls: [
// Facebook flakiness
/graph\.facebook\.com/i,
// Facebook blocked
/connect\.facebook\.net\/en_US\/all\.js/i,
// Woopra flakiness
/eatdifferent\.com\.woopra-ns\.com/i,
/static\.woopra\.com\/js\/woopra\.js/i,
// Chrome extensions
/extensions\//i,
/^chrome:\/\//i,
// Other plugins
/127\.0\.0\.1:4001\/isrunning/i, // Cacaoweb
/webappstoolbarba\.texthelp\.com\//i,
/metrics\.itunes\.apple\.com\.edgesuite\.net\//i
]
});
</script>
<!-- JS web3 -->
<script src="js/gitcoin.4c36af.00ed72299bff.js"></script>
<script src="js/web3.min.fbcef5f40431.js"></script>
<!-- JS external cdn scripts -->
<script src="https://cdn.jsdelivr.net/npm/web3modal@latest/dist/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/web3@latest/dist/web3.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/authereum@latest/authereum.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@portis/web3@latest/umd/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/fortmatic@latest/dist/fortmatic.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@walletconnect/web3-provider@latest/dist/umd/index.min.js"></script>
<!-- JS Gitcoin Network -->
<script src="js/gitcoin.f06047.35150b9d9ee3.js"></script>
<!-- JS Quadratic Lands -->
<script src="js/quadraticlands.6159ae.7036008954e6.js"></script>
<!-- Artefact - not sure if we need this
<script>
var host = ("ipfs-2.gitcoin.co" == "ipfs" ? "localhost" : "ipfs-2.gitcoin.co");
var ipfsConfig = {
host: host,
port: 443,
protocol: "https",
root: "/api/v0"
};
</script>
-->
<script>
document.messages = []
</script>
<!-- cookielaw ( rewritten ! its not the same anymore ^^ ) -->
<div id="cookielaw" class="hide glass">
<div class="text">
By continuing to browse the site, you are agreeing to our use of cookies. Learn more at
<a href="https://gitcoin.co/legal/cookie">Gitcoin's Privacy Policy.</a>
Gitcoin is GDPR compliant. Learn more in
<a href="https://gitcoin.co/legal/terms">Gitcoin's Terms & Conditions.</a>
</div>
<div class="button">
<a id="cookielawbutton" class="btn sm aqua">I agree</a>
</div>
</div>
<!-- google tag manager 2 -->
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WVPQHKX"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
</body>
<!-- sfx library-->
<script src="js/tone.cf1a1cd9d4f9.js"></script>
<!-- animate about page header image ( hero-about.svg ) -->
<script src="js/about.cbded4693db2.js"></script>
<script>
</script>
</html>