-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·854 lines (789 loc) · 44.4 KB
/
Copy pathindex.html
File metadata and controls
executable file
·854 lines (789 loc) · 44.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="Thomas Vanderstraeten">
<title>Cryptorun Brussels</title>
<link rel="shortcut icon" type="image/png" href="https://s3.eu-central-1.amazonaws.com/cryptorun.brussels/favicon.png"/>
<meta name="description" content="60km ultrarun for BeCode, with a crypto fundraising and a Blockchain-connected GPS">
<meta name="author" content="Cryptizen Kane">
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="Cryptorun Brussels">
<meta itemprop="description" content="60km ultrarun for BeCode, with a crypto fundraising and a Blockchain-connected GPS">
<meta itemprop="image" content="https://s3.eu-central-1.amazonaws.com/cryptorun.brussels/social.png">
<!-- Twitter Card data -->
<meta name="twitter:site" content="@CryptizenKane">
<meta name="twitter:title" content="Cryptorun Brussels">
<meta name="twitter:description" content="60km ultrarun for BeCode, with a crypto fundraising and a Blockchain-connected GPS">
<meta name="twitter:creator" content="@CryptizenKane">
<meta name="twitter:image:src" content="https://s3.eu-central-1.amazonaws.com/cryptorun.brussels/social.png">
<!-- Open Graph data -->
<meta property="og:title" content="Cryptorun Brussels" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://cryptorun.brussels/" />
<meta property="og:image" content="https://s3.eu-central-1.amazonaws.com/cryptorun.brussels/social.png" />
<meta property="og:description" content="60km ultrarun for BeCode, with a crypto fundraising and a Blockchain-connected GPS" />
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Athiti:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- Custom styles for this template -->
<link href="css/agency.min.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.js" ></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/i18next/8.1.0/i18next.min.js" ></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-i18next/1.2.0/jquery-i18next.min.js" ></script>
<script async>(function(s,u,m,o,j,v){j=u.createElement(m);v=u.getElementsByTagName(m)[0];j.async=1;j.src=o;j.dataset.sumoSiteId='0a3521b5d39e38091738decf83d60f77eac5b4f4df856ee4514517485865ea2b';v.parentNode.insertBefore(j,v)})(window,document,'script','//load.sumo.com/');</script>
</head>
<body id="page-top">
<!-- partial:partials/_navbar.html -->
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">Cryptorun for BeCode</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#discover" data-i18n="navbar.discover"></a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#support" data-i18n="navbar.support"></a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#team" data-i18n="navbar.team"></a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#track" data-i18n="navbar.track"></a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" target="_blank" href="https://s3.eu-central-1.amazonaws.com/cryptorun.brussels/Communique%CC%81+de+presse+-+Challenge+Cryptorun.pdf" data-i18n="navbar.press"></a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" target="_blank" href="https://medium.com/@vanderstraeten.thomas" data-i18n="navbar.blog"></a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" target="_top" href="mailto:thomas@cryptizens.io" data-i18n="navbar.contact"></a>
</li>
</ul>
</div>
</div>
</nav>
<!-- partial -->
<!-- partial:partials/_header.html -->
<!-- Header -->
<header class="masthead">
<div class="container">
<div class="intro-text">
<div class="intro-heading" data-i18n="header.title"></div>
<div class="intro-lead-in" data-i18n="header.subtitle"></div>
<a id="cta" class="btn btn-xl js-scroll-trigger" href="#discover" data-i18n="header.cta"></a>
</div>
</div>
</header>
<!-- partial -->
<!-- partial:partials/_flash.html -->
<div id="flash" class="flash text-center align-middle">
<div class="flash__text" data-i18n="[html]flash.text"></div>
</div>
<!-- partial -->
<!-- partial:partials/_discover.html -->
<!-- Services -->
<section id="discover">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading" data-i18n="[html]discover.title"></h2>
<h3 class="section-subheading text-muted" data-i18n="discover.subtitle"></h3>
</div>
</div>
<div class="row text-center">
<div class="col-md-4">
<img class="mx-auto rounded-circle medium-sized" src="img/logos/brussels.jpg" alt="">
<h4 class="service-heading" data-i18n="discover.item_1.title"></h4>
<p class="text-muted" data-i18n="discover.item_1.description"></p>
</div>
<div class="col-md-4">
<img class="mx-auto rounded-circle medium-sized" src="img/logos/becode.png" alt="">
<h4 class="service-heading" data-i18n="discover.item_2.title"></h4>
<p class="text-muted" data-i18n="discover.item_2.description"></p>
</div>
<div class="col-md-4">
<img class="mx-auto rounded-circle medium-sized" src="img/logos/blockchain.jpg" alt="">
<h4 class="service-heading" data-i18n="discover.item_3.title"></h4>
<p class="text-muted" data-i18n="discover.item_3.description"></p>
</div>
</div>
</div>
</section>
<!-- partial -->
<!-- partial:partials/_cause.html -->
<!-- Portfolio Grid -->
<section class="bg-light" id="portfolio">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading" data-i18n="[html]cause.title"></h2>
<h3 class="section-subheading text-muted" data-i18n="cause.subtitle"></h3>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal1">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/talent.png" alt="">
</a>
<div class="portfolio-caption">
<h4 data-i18n="cause.item_1.title"></h4>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal2">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/education.png" alt="">
</a>
<div class="portfolio-caption">
<h4 data-i18n="cause.item_2.title"></h4>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal3">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/logos/becode.png" alt="">
</a>
<div class="portfolio-caption">
<h4 data-i18n="cause.item_3.title"></h4>
</div>
</div>
</div>
</div>
</section>
<!-- Modal 1 -->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2 data-i18n="cause.item_1.subtitle"></h2>
<img class="img-fluid d-block mx-auto img-modal" src="img/talent.png" alt="">
<p data-i18n="cause.item_1.description"></p>
<button class="btn btn-primary" data-dismiss="modal" type="button" data-i18n="[html]cause.close">
<i class="fa fa-times"></i></button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 2 -->
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2 data-i18n="cause.item_2.subtitle"></h2>
<img class="img-fluid d-block mx-auto img-modal" src="img/education.png" alt="">
<p data-i18n="cause.item_2.description"></p>
<button class="btn btn-primary" data-dismiss="modal" type="button" data-i18n="[html]cause.close">
<i class="fa fa-times"></i></button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 3 -->
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2 data-i18n="cause.item_3.subtitle"></h2>
<img class="img-fluid d-block mx-auto img-modal" src="img/logos/becode.png" alt="">
<p data-i18n="cause.item_3.description"></p>
<button class="btn btn-primary" data-dismiss="modal" type="button" data-i18n="[html]cause.close">
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- partial -->
<!-- partial:partials/_challenge.html -->
<!-- About -->
<section id="challenge" style="padding-bottom: 20px; margin-bottom: 0px;">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading" data-i18n="[html]challenge.title"></h2>
<h3 class="section-subheading text-muted" data-i18n="challenge.subtitle"></h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<ul class="timeline">
<li>
<div class="timeline-image">
<img class="img-fluid" src="img/donate.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 data-i18n="challenge.item_1.title"></h4>
<h4 class="subheading" data-i18n="challenge.item_1.subtitle"></h4>
</div>
<div class="timeline-body">
<p class="text-muted" data-i18n="[html]challenge.item_1.description"></p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="img-fluid" src="img/padlock.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 data-i18n="challenge.item_2.title"></h4>
<h4 class="subheading" data-i18n="challenge.item_2.subtitle"></h4>
</div>
<div class="timeline-body">
<p class="text-muted" data-i18n="[html]challenge.item_2.description"></p>
</div>
</div>
</li>
<li>
<div class="timeline-image">
<img class="img-fluid" src="img/urgency.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 data-i18n="challenge.item_3.title"></h4>
<h4 class="subheading" data-i18n="challenge.item_3.subtitle"></h4>
</div>
<div class="timeline-body">
<p class="text-muted" data-i18n="[html]challenge.item_3.description"></p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="img-fluid" src="img/stopwatch.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 data-i18n="challenge.item_4.title"></h4>
<h4 class="subheading" data-i18n="challenge.item_4.subtitle"></h4>
</div>
<div class="timeline-body">
<p class="text-muted" data-i18n="[html]challenge.item_4.description"></p>
</div>
</div>
</li>
</div>
</div>
</div>
</section>
<!-- partial -->
<!-- partial:partials/_support.html -->
<!-- Services -->
<section id="support" style="padding-top: 30px; margin-top: 0px; padding-bottom: 40px;">
<div class="container">
<div class="row text-center">
<div class="col-md-4">
<a href="https://www.facebook.com/becode.org/"><button style="cursor: pointer;" class="btn btn-xl" data-i18n="support.item_1.cta"></button></a>
<p class="text-muted" style="padding-right: 20px; padding-left: 20px; padding-top: 30px;" data-i18n="support.item_1.description"></p>
</div>
<div class="col-md-4">
<a href="https://eightytwentylab.typeform.com/to/Nyv2Vf"><button style="cursor: pointer;"class="btn btn-xl-secondary" data-i18n="support.item_2.cta"></button></a>
<p class="text-muted" style="padding-right: 20px; padding-left: 20px; padding-top: 30px;" data-i18n="support.item_2.description"></p>
</div>
<div class="col-md-4">
<a href="https://eightytwentylab.typeform.com/to/Nyv2Vf"><button class="btn btn-xl" style="cursor: pointer;" data-i18n="support.item_3.cta"></button></a>
<p class="text-muted" style="padding-right: 20px; padding-left: 20px; padding-top: 30px;" data-i18n="support.item_3.description"></p>
</div>
</div>
</div>
</section>
<!-- partial -->
<!-- partial:partials/_team.html -->
<!-- Team -->
<section class="bg-light" id="team">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading" data-i18n="[html]team.title"></h2>
<h3 class="section-subheading text-muted" data-i18n="team.subtitle"></h3>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="https://s3.eu-central-1.amazonaws.com/cryptorun.brussels/students.png" alt="">
<h4 data-i18n="team.item_1.name"></h4>
<br>
<p class="text-muted" data-i18n="team.item_1.description"></p>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="https://s3.eu-central-1.amazonaws.com/cryptorun.brussels/thom.png" alt="">
<h4 data-i18n="team.item_2.name"></h4>
<br>
<p class="text-muted" data-i18n="[html]team.item_2.description"></p>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="https://s3.eu-central-1.amazonaws.com/cryptorun.brussels/staff.png" alt="">
<h4 data-i18n="team.item_3.name"></h4>
<br>
<p class="text-muted" data-i18n="team.item_3.description"></p>
</div>
</div>
</div>
</div>
</section>
<!-- partial -->
<!-- partial:partials/_track.html -->
<section id="track">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading" data-i18n="[html]track.title"></h2>
<h3 class="section-subheading text-muted" data-i18n="track.subtitle"></h3>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-lg-8">
<iframe src="https://www.google.com/maps/d/u/1/embed?mid=1X3nROAO3MZzZtLQZW-l_jUAWVVkXcBRc" width="100%" height="480"></iframe>
</div>
<div class="col-sm-12 col-lg-4">
<p data-i18n="[html]track.description"></p>
</div>
</div>
</div>
</div>
<!-- partial -->
<!-- partial:partials/_faq.html -->
<!-- <section id="faq" class="bg-light">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingOne">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
Where can I find more information on BeCode?
</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingTwo">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
How can I best support this challenge?
</a>
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingThree">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
When and where will the run take place?
</a>
</h4>
</div>
<div id="collapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- partial -->
<!-- partial:partials/_footer.html -->
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright">Copyright © 2018 <a href="https://cryptizens.io/" target="_blank">Cryptizens.io</a></span>
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="https://medium.com/@vanderstraeten.thomas" target="_blank">
<i class="fa fa-medium"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.facebook.com/becode.org/" target="_blank">
<i class="fa fa-facebook"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/Cryptizens/cryptorun-back" target="_blank">
<i class="fa fa-github"></i>
</a>
</li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-inline quicklinks">
<li class="list-inline-item">
<a target="_top" href="mailto:thomas@cryptizens.io">Contact</a>
</li>
<li class="list-inline-item">
<a target="_blank" href="https://cryptorun.brussels?lang=fr">FR</a>
</li>
<li class="list-inline-item">
<a target="_blank" href="https://cryptorun.brussels?lang=en">EN</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- partial -->
<!-- partial:partials/_i18n.html -->
<script>
// use plugins and options as needed, for options, detail see
// http://i18next.com/docs/
i18next.init({
lng: 'en', // evtl. use language-detector https://github.com/i18next/i18next-browser-languageDetector
resources: { // evtl. load via xhr https://github.com/i18next/i18next-xhr-backend
fr: {
translation: {
navbar: {
discover: 'Home',
support: 'Soutenir',
faq: 'FAQ',
team: 'Team',
track: 'Parcours',
contact: 'Contact',
press: 'Presse',
blog: 'Blog'
},
header: {
title: '60km autour de Bruxelles',
subtitle: 'Pour BeCode et plus d\'opportunités d\'éducation tech, avec une collecte de fonds en crypto-monnaie',
cta: 'Découvrir'
},
flash: {
text: "Le challenge a été accompli ! Thomas a couru 65KM, et 1.85 ETH ont été collectés au total. Un énorme merci à tous !"
},
discover: {
title: "Un <span class='highlighted'>challenge</span> excitant",
subtitle: "Relever le défi pour supporter BeCode",
item_1: {
title: "Le défi: un ultrarun de 60KM autour de Bruxelles",
description: "Le 20 mai, Thomas Vanderstraeten courra un peu plus de 60km d'une traite autour de Bruxelles, avec une collecte de fonds pour l'asbl BeCode"
},
item_2: {
title: "L'objectif: supporter l'asbl BeCode",
description: "BeCode est une association qui offre une éducation gratuite à la programmation, pour que tous puissent prospérer dans la technologie quel que soit leur background"
},
item_3: {
title: "L'arme secrète: une collecte de fonds en crypto-monnaies",
description: "La collecte de fonds utilise à fond la nouvelle technologie Blockchain pour collecter les fonds et libérer ceux-ci: le GPS de Thomas sera connecté à la Blockchain !"
}
},
cause: {
title: "Un défi au profit d'une <span class='highlighted'>cause inspirante</span>",
subtitle: "Découvrez BeCode, l'association qui prépare la nouvelle génération de talent tech",
close: "<i class='fa fa-times'></i> Close",
item_1: {
title: "Un besoin pressant de talent tech dans l'industrie",
subtitle: "Le besoin de talents tech",
description: "On s'attend à une pénurie d'environ 30 000 travailleurs en Belgique en 2020 à cause du manque de travailleurs e-qualifiés. 70% des employeurs pointent le manque de formations comme principale raison de cette pénurie."
},
item_2: {
title: "Peu d'opportunités pour apprendre la tech en Belgique",
subtitle: "L'éducation tech en Belgique",
description: "Bien qu'un grand nombre de jobs dans le digital soient encore vacants - et ce nombre est appelé à augmenter - la plupart de ces professions ne requièrent pas de diplôme spécifique. Avec un esprit logique, beaucoup de motivation et une formation de base, n'importe qui est en mesure de créer des applications mobiles et des sites web, puis d'en faire sa profession ! Malheureusement, aucune structure n'existe actuellement à grande échelle pour enseigner ces compétences. C'est un gâchis, car 23% des jeunes Belges sont actuellement au chômage."
},
item_3: {
title: "BeCode turbocharge l'éducation tech pour tous",
subtitle: "BeCode change les choses",
description: "BeCode propose des formations de coding compétitives et responsables, acccessibles à toutes et tous. La formation prodigue du soutien individuel pour décrocher un emploi stable. Après avoir lancé son premier centre de formation à Bruxelles avec plus de 100 personnes en formation continuelle et ouvert une antenne à Charleroi, BeCode s'apprête à s'étendre à l'ensemble du pays en travaillant avec les partenaires locaux (publics et privés) aux côtés des futurs étudiants et employeurs !"
}
},
challenge: {
title: "Une collecte de fonds sur la <span class='highlighted'>blockchain</span>",
subtitle: "Parce que supporter la tech, c'est mieux avec la tech",
item_1: {
title: "Le sponsoring est réalisé en crypto-monnaies",
subtitle: "Les fonds sont collectés en Ether",
description: "Comme pour une collecte de fonds traditionnelle, des fonds seront collectés pour BeCode en échange du challenge sportif de Thomas. L'élément intéressant est que ces fonds sont collectés en <a href='https://en.wikipedia.org/wiki/Ethereum'>Ether</a>, une crypto-monnaie similaire au <a href='https://en.wikipedia.org/wiki/Bitcoin'>Bitcoin</a>"
},
item_2: {
title: "Les fonds sont visibles par tous, mais bien à l'abri",
subtitle: "Un smart contract se charge de la sécurité",
description: "Sur le réseau Ethereum où ils sont stockés, les fonds sont consultables par tous. Leur sécurité est assurée par une application Blockchain appelée <a href='https://en.wikipedia.org/wiki/Smart_contract'>smart contract</a>: une sorte de contrat qui s'assure tout seul que ses clauses soient bien respectées"
},
item_3: {
title: "Une seule manière de libérer les fonds",
subtitle: "La clé: courir 60km",
description: "Les fonds collectés seront transmis à BeCode seulement si Thomas court 60km et l'enregistre sur l'application <a href='https://www.strava.com/'>Strava</a>, à laquelle le smart contract est connecté. Autrement, les donateurs pourront récupérer leurs fonds."
},
item_4: {
title: "Le défi est pour bientôt...",
subtitle: "Save the date: 20/05/2018",
description: "Le départ s'approche! Suivez toutes les préparations sur le <a target='_blank' href='https://medium.com/@vanderstraeten.thomas'>blog</a> de Thomas et la <a target='_blank' href='https://www.facebook.com/becode.org/'>page Facebook</a> de BeCode !"
}
},
support: {
item_1: {
cta: "Partagez sur Facebook",
description: "L'objectif principal de ce challenge est de faire parler de BeCode, afin que de plus en plus d'étudiants puissent bénéficier d'une formation tech gratuite. Peut-être que votre partage motivera de nouveaux étudiants !"
},
item_2: {
cta: "Faites une donation en ETH",
description: "Plongez dans cette technologie excitante et effectuez votre première transaction en crypto-monnaie. Quoi de mieux qu'une asbl tech pour cela ?"
},
item_3: {
cta: "Courez avec Thomas",
description: "60km, c'est une sacrée distance, et le bonheur est bien meilleur lorsqu'il est partagé. Sautez dans vos chaussures de running et choississez votre distance: 5, 10, 20km...il y en a pour tous les goûts !"
}
},
team: {
title: "Meet the <span class='highlighted'>team</span>",
subtitle: "Parce qu'ensemble on va plus loin",
item_1: {
name: "Les students BeCode",
description: "Ce sont eux les vrais héros ! Ils s'entraînent dur pendant 6 mois, pas pour courir mais pour devenir des Ninjas du code. Et devoir affronter des bugs dans en apprenant le PHP, c'est plus dur que 60km...respect."
},
item_2: {
name: "Thomas Vanderstraeten",
description: "Le coureur et codeur de l'aventure. Il aime courir et expérimenter via <a href='https://cryptizens.io' target='_blank'>Cryptizens.io</a>, son Blockchain lab. Sa devise: <i>C'est vrai que 60km c'est un peu longuet, mais ça ira plus vite pour traverser Bruxelles vu le monde dans les embouts'</i>."
},
item_3: {
name: "Le staff BeCode",
description: "Quelle équipe ! Cette team de super-héros s'est embarquée dans une mission pour améliorer et rendre plus accessible l'éducation tech en Belgique. Il suffit de leur parler pour se rendre compte à quel point ils brûlent d'énergie positive."
}
},
track: {
title: "Découvrez le <span class='highlighted'>grand méchant parcours</span>",
subtitle: "60km de sueur et de bonheur autour de Bruxelles",
description: "<ul><li><b>Départ à 10h</b> du matin le dimanche 20 mai à la Passerelle de Tervueren</li><li>Le <b>parcours</B> suivra la belle <a href='http://environnement.brussels/thematiques/espaces-verts-et-biodiversite/la-promenade-verte'>Promenade Verte</a> autour de Bruxelles<li><b>Vitesse</b> espérée: ~10km/h (diminuant au fil de la course)</li><li><b>Rejoignez Thomas</b> pour quelques kilomètres: inscription <a href='https://eightytwentylab.typeform.com/to/Nyv2Vf'>ici</a> (pas obligatoire, mais apprécié ;) ). Les temps de passage intermédiaires sont renseignés sur la carte Gmaps - il vous suffira de rejoindre l'équipe lors de son passage</li><li><b>Arrivée espérée</b> entre 16h30 et 18h au Parc de Bruxelles</li></ul>"
}
}
},
en: {
translation: {
navbar: {
discover: 'Home',
support: 'Support',
faq: 'FAQ',
team: 'Team',
track: 'Track',
contact: 'Contact',
press: 'Press',
blog: 'Blog'
},
header: {
title: '60km run around Brussels',
subtitle: 'Supporting BeCode for equal tech education opportunities, with a crypto-currencies fundraising',
cta: 'Discover'
},
flash: {
text: "Challenge accomplished! Thomas ran 65KM and 1.85 ETH were collected. A huge thanks to all that made this possible!"
},
discover: {
title: "An exciting <span class='highlighted'>challenge</span>",
subtitle: "To raise awareness for the challenges faced by others",
item_1: {
title: "A sponsored ultra-run around the Belgian capital",
description: "On May 20th, Thomas Vanderstraeten will run a bit more than 60km along Brussels' Green Belt in one go, in a bid to attract interest on BeCode"
},
item_2: {
title: "Raising awareness and funds for BeCode",
description: "BeCode is a novel Belgian nonprofit providing free tech education to all, so that tomorrow's tech talents can blossom regardless of their background"
},
item_3: {
title: "Running the fundraiser on Blockchain",
description: "The fundraising will leverage new technology in an exciting way, using crypto-currencies and smart contracts to gather and free up the funds"
}
},
cause: {
title: "Supporting a <span class='highlighted'>great cause</span>",
subtitle: "Discover BeCode, enabling tomorrow's digital talent to blossom",
close: "<i class='fa fa-times'></i> Close",
item_1: {
title: "A pressing need of tech talent in the industry",
subtitle: "The need for tech talent",
description: "It is expected that there will be about 30.000 vacancies in Belgium by 2020 due to shortfall of e-skilled workers. 70% of employers blame inadequate training for the shortfall in skilled workers."
},
item_2: {
title: "Scarce opportunities for tech education in Belgium",
subtitle: "Tech education in Belgium",
description: "Whereas a large amount of digital job vacancies remain unfilled - and that number will increase dramatically in the years to come - most of these professions don't require an engineering degree at all. With a logical mindset, a lot of motivation and some basic training, anyone can learn to create mobile applications and websites and turn that into a profession! However, no mainstream educational structures exist to teach these skills en masse. This is a pity, as 23% of Belgian youth are currently unemployed."
},
item_3: {
title: "BeCode turbocharges tech education for all",
subtitle: "How BeCode bridges the gap",
description: "BeCode aims at providing competitive and responsible coding school programs, accessible to all. The program provides individual support for securing a sustainable profession. After launching its first center in Brussels with more than 100 people continuously in training and a first branch in Charleroi, BeCode is looking to open up all over the country, partnering with local stakeholders (private and public) working alongside future students and employers!"
}
},
challenge: {
title: "A <span class='highlighted'>crypto-currency</span> fundraising",
subtitle: "Because supporting tech is better with tech",
item_1: {
title: "Sponsoring is done by sending crypto-coins",
subtitle: "Funds are collected in Ether",
description: "Like in a traditional fundraising, funds will be collected for BeCode in exchange for Thomas' sporting feat. The exciting stuff is that these funds will be collected in <a href='https://en.wikipedia.org/wiki/Ethereum'>Ether</a>, a crypto-currency similar to <a href='https://en.wikipedia.org/wiki/Bitcoin'>Bitcoin</a>"
},
item_2: {
title: "Funds are publicly visible but safely locked",
subtitle: "Secured in a smart contract",
description: "On the Ethereum network where they are stored, the funds can be safely consulted by all. It's just like a public ledger. The funds are locked in a snippet of code that is called a <a href='https://en.wikipedia.org/wiki/Smart_contract'>smart contract</a>: a kind of contract that is responsible for its own execution"
},
item_3: {
title: "Only one key to release the funds to BeCode",
subtitle: "The trigger: running 60km",
description: "The funds will be wired to BeCode only if Thomas records a 60km run through the <a href='https://www.strava.com/'>Strava</a> running application, to which the smart contract is connected. Otherwise, the donors will get back their funds"
},
item_4: {
title: "The challenge is coming soon...",
subtitle: "Save the date: 20/05/2018",
description: "It's not long before the start is given! You can follow all the preparation on the <a target='_blank' href='https://medium.com/@vanderstraeten.thomas'>blog</a> of Thomas and the <a target='_blank' href='https://www.facebook.com/becode.org/'>Facebook page</a> of BeCode!"
}
},
support: {
item_1: {
cta: "Share the BeCode love",
description: "The primary goal of this challenge is to spread the word on the existence of BeCode, so that more and more students can join and benefit from free tech education. Maybe your share will motivate someone to join!"
},
item_2: {
cta: "Donate ETH",
description: "Dive deep into an exciting new technology and perform your first crypto-currency transfer to the smart contract. What better recipient than a tech non-profit for this?"
},
item_3: {
cta: "Run with Thomas",
description: "60km is a long way to go, and happiness is best when it is shared. So, hop in your running shoes and join Thomas along the path to discover Brussels' best green areas. 1km, 5km, 10km...pick your game!"
}
},
team: {
title: "Meet the <span class='highlighted'>team</span>",
subtitle: "Because it's always better together",
item_1: {
name: "The BeCode students",
description: "They're the real heroes! They train hard, not to run but to become coding master. And this lasts 6 months, not only 60km. Respect!"
},
item_2: {
name: "Thomas Vanderstraeten",
description: "He's the runner and coder - he already ran a few marathons and also runs <a href='https://cryptizens.io' target='_blank'>Cryptizens.io</a>, a Blockchain lab. Unlike Forrest Gump, he runs for a very clear purpose: raising awareness around this great BeCode initiative."
},
item_3: {
name: "The BeCode staff",
description: "Wow, what energy they have! These folks really are on a mission to bring good tech education to everyone in Belgium - you can litteraly feel they're burning with energy when you see them."
}
},
track: {
title: "Discover the <span class='highlighted'>beasty track</span>",
subtitle: "60KM of sweat and pleasure around Brussels",
description: "<ul><li><b>Start at 10AM</b> on the 20th of May on the Tervueren Bridge</li><li>The <b>track</B> will follow the <a href='http://environnement.brussels/thematiques/espaces-verts-et-biodiversite/la-promenade-verte'>Green Belt</a> around Brussels<li><b>Expected speed</b>: ~10km/h (slowing down along the way)</li><li><b>Join Thomas</b> for a few kils: register <a href='https://eightytwentylab.typeform.com/to/Nyv2Vf'>here</a> (not mandatory, but appreciated ;) ). Approximate intermediary times are shown on the Gmaps map - just join the team as we run along</li><li><b>Expected finish</b> between 4:30PM and 6PM at Brussels Park</li></ul>"
}
}
}
}
}, function(err, t) {
jqueryI18next.init(i18next, $);
var getUrlParameter = function getUrlParameter(sParam) {
var sPageURL = decodeURIComponent(window.location.search.substring(1)),
sURLVariables = sPageURL.split('&'),
sParameterName,
i;
for (i = 0; i < sURLVariables.length; i++) {
sParameterName = sURLVariables[i].split('=');
if (sParameterName[0] === sParam) {
return sParameterName[1] === undefined ? true : sParameterName[1];
}
}
};
var lang = getUrlParameter('lang');
i18next.changeLanguage(lang, function() {
$('#page-top').localize();
});
});
</script>
<!-- partial -->
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/popper/popper.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Contact form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="js/agency.min.js"></script>
</body>
</html>