-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
786 lines (640 loc) · 29.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="css/style.min.css" type="text/css"> </head>
<body style="background-image: url(img/background.png); background-position:top center";>
<nav class="navbar sticky-top navbar-expand-md bg-white navbar-light">
<div class="container">
<a class="navbar-brand" href="#"> <img id="logo" alt="Logo" src="Capture2.png" width="65" height="65"> </a>
</div>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbar2SupportedContent">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse text-center justify-content-end" id="navbar2SupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#Schedule"> Schedule</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Judges"> Judges</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Sponsors"> Sponsors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Prizes"> Prizes</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#FAQ"> FAQ</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="pt-5 text-white">
<div class="container">
<div class="row">
<div class="col-md-6">
<img class="img-fluid d-block mx-auto" src="Capture.PNG"> </div>
<div class="col-md-6 text-md-left text-center align-self-center my-5">
<h1 class="text-light" style="font-family:Atiga Extra Bold" >RUNNING</h1>
<h1 class="text-secondary" style="font-family:Atiga Extra Bold">OCTOBER 12 - 14 2018</h1>
<h1 class="text-info" style="font-family:Atiga; font-size:28px">BAHEN CENTRE FOR INFORMATION TECHNOLOGY</h1>
<p class="lead text-muted">UofTBlockfest is a student-focused hackathon being held with the purpose to teach participants the necessary skills to begin development on various blockchain ecosystems. </p>
<div class="row mt-5">
<div class="col-md-12 col-6 mx-auto">
<div class="row">
<div class="col-md-4 mx-auto">
<a class="btn btn-block border border-primary btn-secondary" href="https://docs.google.com/forms/d/e/1FAIpQLSfWkUqBNz0N4objDsJ7tDH0M-vpGMF2ECzxzeKV2gkjvRCTcg/viewform?usp=sf_link" >Volunteer</a>
</div>
<div class="col-md-4 mx-auto">
<a class="btn btn-block btn-light text-primary" href="./Apply.html" style="background-image: url('#88C9B8');">Apply now</a>
</div>
<div class="col-md-4 mx-auto">
<a class="btn btn-block border border-secondary btn-primary" href="#Contact">Sponsor Us</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="py-5 " >
<div class="container">
<div class="row">
<div class="col-md-12">
<p class="lead text-center text-muted" style="font-family:Atiga; font-size:30px">Join our mailing list to stay updated</p>
<div class="row">
<div class="col-md-4"></div>
<div class="col-md-4 mx-auto">
<form id="contactForm" class="form-inline mx-auto" action="https://docs.google.com/forms/d/e/1FAIpQLSexprork7W3Hqm6RXhEcyHI74TZbJVV1avvZSUfDzs_OZZErg/formResponse">
<div class="input-group">
<input type="email" class="form-control" name="entry.1689129085" placeholder="Your email">
<div class="input-group-append">
<button class="btn btn-light" type="submit" value = "Send">Subscribe</button>
</div>
</div>
</form>
</div>
<div class="col-md-4"></div>
</div>
</div>
</div>
</div>
</div>
<div class="py-5 text-white text-center">
<div class="container">
<div class="row"> </div>
</div>
</div>
<div class="py-5 bg-primary" id="Schedule">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="text-center text-light" style="font-family:Atiga Extra Bold; font-size:50px;">Tentative Schedule</h1>
<h1 class="text-center text-dark" style="font-family:Atiga; font-size:20px">TIMES AND LOCATIONS SUBJECT TO CHANGE</h1>
<br>
<br>
</div>
<div class="col-12">
<h1 class="text-center text-dark" style="font-family:Atiga; font-size:40px">FRIDAY</h1>
</div>
<table class="table table-hover">
<thead>
<tr>
<th scope="col">Time</th>
<th scope="col"colspan="2">Event</th>
<th scope="col">Location</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">5:00pm - 9:00pm</th>
<td colspan="2">Check-in</td>
<td>BA Atrium</td>
</tr>
<tr>
<th scope="row">6:00pm - 7:30pm</th>
<td colspan="2">Team Formation Event</td>
<td>BA Atrium</td>
</tr>
<tr>
<th scope="row">7:30pm - 8:00pm</th>
<td colspan="2">Opening Ceremony</td>
<td>BA1160</td>
</tr>
<tr>
<th scope="row">8:00pm</th>
<td colspan="2">Hacking Begins!</td>
<td>Bahen</td>
</tr>
<tr>
<th scope="row">8:15pm - 9:15pm</th>
<td colspan="2">TODA.network workshop</td>
<td>BA1170</td>
</tr>
<tr>
<th scope="row">10:15pm - 11:15pm</th>
<td colspan="2">Introduction to building Ethereum Smart Contracts with Solidity with Chainsafe</td>
<td>BA1170</td>
</tr>
<tr>
<th scope="row">11:15pm - 12:15am</th>
<td colspan="2">Introduction to Bitcoin Scripting with Bitcoin Bay</td>
<td>BA1180</td>
</tr>
</tbody>
</table>
<div class="col-12">
<h1 class="text-center text-dark" style="font-family:Atiga; font-size:40px">SATURDAY</h1>
</div>
<table class="table table-hover">
<thead>
<tr>
<th scope="col">Time</th>
<th scope="col"colspan="2">Event</th>
<th scope="col">Location</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">12:00am</th>
<td colspan="2">Hacking Continues!</td>
<td>Bahen</td>
</tr>
<tr>
<th scope="row">7:00am - 9:00am</th>
<td colspan="2">Breakfast + Coffee</td>
<td>BA Atrium</td>
</tr>
<tr>
<th scope="row">9:00am</th>
<td colspan="2">Coffee and Snacks moved to outside BA1255</td>
<td>Outside BA1255</td>
</tr>
<tr>
<th scope="row">9:00am - 10:00am</th>
<td colspan="2">Compliance for Security Token Issuance and Trading</td>
<td>BA1170</td>
</tr>
<tr>
<th scope="row">10:00am - 11:00am</th>
<td colspan="2">Hyperledger Workshop with Fintelics</td>
<td>BA1170</td>
</tr>
<tr>
<th scope="row">11:00am - 12:00pm</th>
<td colspan="2">Ethereum On Toda-T without TCP/IP</td>
<td>BA1170</td>
</tr>
<tr>
<th scope="row">12:00pm - 2:00pm</th>
<td colspan="2">Lunch!</td>
<td>Outside BA1255</td>
</tr>
<tr>
<th scope="row">12:30pm - 1:00pm</th>
<td colspan="2">Designing A Better User Experience for Blockchain Technologies with Status.im</td>
<td>BA2140</td>
</tr>
<tr>
<th scope="row">1:00pm - 2:00pm</th>
<td colspan="2">Business Models for Blockchain projects workshop with RBC</td>
<td>BA1220</td>
</tr>
<tr>
<th scope="row">2:00pm - 3:00pm</th>
<td colspan="2">Overview of Consensys</td>
<td>BA1200</td>
</tr>
<tr>
<th scope="row">3:00pm - 4:00pm</th>
<td colspan="2">Localcoin Talk</td>
<td>BA1220</td>
</tr>
<tr>
<th scope="row">4:00pm - 5:00pm</th>
<td colspan="2">The intersection of blockchain technology and Law with Fasken Law</td>
<td>BA1200</td>
</tr>
<tr>
<th scope="row">6:00pm - 8:00pm</th>
<td colspan="2">Dinner!</td>
<td>Bahen Atrium</td>
</tr>
</tbody>
</table>
<div class="col-12">
<h1 class="text-center text-dark" style="font-family:Atiga; font-size:40px">SUNDAY</h1>
</div>
<table class="table table-hover">
<thead>
<tr>
<th scope="col">Time</th>
<th scope="col"colspan="2">Event</th>
<th scope="col">Location</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">12:00 am</th>
<td colspan="2">Hacking Continues!</td>
<td>Bahen</td>
</tr>
<tr>
<th scope="row">7:00am - 10:00am</th>
<td colspan="2">Breakfast</td>
<td>BA Atrium</td>
</tr>
<tr>
<th scope="row">9:00am</th>
<td colspan="2">Hacking Ends</td>
<td>Bahen</td>
</tr>
<tr>
<th scope="row">9:30pm - 10:00pm</th>
<td colspan="2">Shyft Workshop with Chainsafe</td>
<td>BA1170</td>
</tr>
<tr>
<th scope="row">10:00am - 12:00pm</th>
<td colspan="2">Judging</td>
<td>BA Atrium</td>
</tr>
<tr>
<th scope="row">12:00pm - 1:00pm</th>
<td colspan="2">Lunch!</td>
<td>BA Atrium</td>
</tr>
<tr>
<th scope="row">1:00pm - 1:30pm</th>
<td colspan="2">Top 3 Projects Presentation</td>
<td>BA 1170</td>
</tr>
<tr>
<th scope="row">1:30pm - 2:30pm</th>
<td colspan="2">Winners are announced and Closing Ceremony</td>
<td>BA 1170</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="row"></div>
</div>
<div class="py-5" id="Judges">
<div class="container">
<div class="row">
<div class="col-md-12">
<br>
<br>
<br>
<br>
<h1 class="text-center text-secondary" style="font-family:Atiga Extra Bold; font-size:50px" >Judges, Speakers & Mentors</h1>
<h1 class="text-center text-dark" style="font-family:Atiga; font-size:20px">MORE COMING SOON</h1>
<br>
<br>
<br>
<br>
</div>
<div class="bg-primary card inline-block-center">
<img class="img-fluid rounded-circle w-75 mx-auto mt-3" src="img/Speakers/toufi_saliba.jpg" alt="Toufi Saliba">
<div class="card-body">
<h4 class="card-title text-center">Toufi Saliba</h4>
<p class="text-center"> CEO <br>TODA.network <br>Judge</p>
</div>
</div>
<div class="bg-primary card inline-block-center">
<img class="img-fluid rounded-circle w-75 mx-auto mt-3" src="img/Speakers/dann_toliver.jpg" alt="Dann Toliver">
<div class="card-body">
<h4 class="card-title text-center">Dann Toliver</h4>
<p class="text-center">CTO <br> TODA.network <br> Judge/Speaker</p>
</div>
</div>
<div class="bg-primary card inline-block-center">
<img class="img-fluid rounded-circle w-75 mx-auto mt-3" src="img/Speakers/frederico_nassaire.jpg" alt="Coming Soon">
<div class="card-body">
<h4 class="card-title text-center">Frederico Nassire</h4>
<p class="text-center">Co-Founder and CSO<br>Shyft Network <br> Judge</p>
</div>
</div>
<div class="bg-primary card inline-block-center">
<img class="img-fluid rounded-circle w-75 mx-auto mt-3" src="img/Speakers/scott_moore.jpg" alt="Scott Moore">
<div class="card-body">
<h4 class="card-title text-center">Scott Moore</h4>
<p class="text-center">Technical Growth Lead <br> Gitcoin <br> Mentor</p>
</div>
</div>
<div class="bg-primary card inline-block-center">
<img class="img-fluid rounded-circle w-75 mx-auto mt-3" src="img/Speakers/thomas_lui.jpg" alt="Thomas Lui">
<div class="card-body">
<h4 class="card-title text-center">Thomas Lui</h4>
<p class="text-center"> Lead Blockchain Engineer <br> STACK <br> Mentor</p>
</div>
</div>
<div class="bg-primary card">
<img class="img-fluid rounded-circle w-75 mx-auto mt-3" src="img/Speakers/natalie_chin.jpg" alt="Natalie Chin">
<div class="card-body">
<h4 class="card-title text-center">Natalie Chin</h4>
<p class="text-center">Ethereum Developer <br> STACK <br> Mentor</p>
</div>
</div>
<div class="bg-primary card">
<img class="img-fluid rounded-circle w-75 mx-auto mt-3" src="img\Speakers\aleksa_jovanovic.jpg" alt="Aleska Jovanovic">
<div class="card-body">
<h4 class="card-title text-center">Aleksa Jovanovic</h4>
<p class="text-center">Bitcoin Developer <br> STACK <br> Mentor</p>
</div>
</div>
<div class="bg-primary card">
<img class="img-fluid rounded-circle w-75 mx-auto mt-3" src="img/Speakers/mark_lijour.jpg" alt="Mark Lijour">
<div class="card-body">
<h4 class="card-title text-center">Marc Lijour</h4>
<p class="text-center">Solution Delivery <br> Consensys <br> Speaker</p>
</div>
</div>
<div class="bg-primary card">
<img class="img-fluid rounded-circle w-75 mx-auto mt-3" src="img/Speakers/jerry_qian.jpg" alt="Jerry Qian">
<div class="card-body">
<h4 class="card-title text-center">Jerry Qian</h4>
<p class="text-center"> Founder <br> Bitcoin Bay <br> Mentor/Speaker </p>
</div>
</div>
<div class="bg-primary card">
<img class="img-fluid rounded-circle w-75 mx-auto mt-3" src="img/Speakers/tristan_fong.jpg" alt="Tristan Fong">
<div class="card-body">
<h4 class="card-title text-center">Tristan Fong</h4>
<p class="text-center">CEO <br> Localcoin <br> Speaker</p>
</div>
</div>
<div class="bg-primary card">
<img class="img-fluid rounded-circle w-75 mx-auto mt-3" src="img\Speakers\elizabeth_binks.jpg" alt="Elizabeth Binks">
<div class="card-body">
<h4 class="card-title text-center">Elizabeth Binks</h4>
<p class="text-center">Software Developer <br> Chainsafe Systems <br> Mentor/Speaker</p>
</div>
</div>
<div class="bg-primary card">
<img class="img-fluid rounded-circle w-75 mx-auto mt-3" src="img/Speakers/tim_williams.jpg" alt="Tim Williams">
<div class="card-body">
<h4 class="card-title text-center">Tim Williams</h4>
<p class="text-center">Software Developer <br> Chainsafe Systems <br> Mentor</p>
</div>
</div>
<div class="bg-primary card">
<img class="img-fluid rounded-circle w-75 mx-auto mt-3" src="img/Speakers/stu_peters.jpg" alt="Stu Peters">
<div class="card-body">
<h4 class="card-title text-center">Stu Peters</h4>
<p class="text-center"> CTO<br>ChainSafe Systems <br> Speaker </p>
</div>
</div>
<div class="bg-primary card">
<img class="img-fluid rounded-circle w-75 mx-auto mt-3" src="img/Speakers/phillip_wu.jpg" alt="Philip Wu">
<div class="card-body">
<h4 class="card-title text-center">Philip Wu</h4>
<p class="text-center">User Researcher<br>Status.im <br> Speaker</p>
</div>
</div>
<div class="bg-primary card">
<img class="img-fluid rounded-circle w-75 mx-auto mt-3" src="img/Speakers/yu_wang.jpg" alt="Dr. Yu Wang">
<div class="card-body">
<h4 class="card-title text-center">Dr. Yu Wang</h4>
<p class="text-center">Senior Consultant<br>Fintelics <br> Speaker</p>
</div>
</div>
<div class="bg-primary card">
<img class="img-fluid rounded-circle w-75 mx-auto mt-3" src="img/Speakers/will-zhang.png" alt="Will Zhang">
<div class="card-body">
<h4 class="card-title text-center">Will Zhang</h4>
<p class="text-center">Blockchain Solution Architect <br>Fintelics <br> Speaker</p>
</div>
</div>
<div class="bg-primary card">
<img class="img-fluid rounded-circle w-75 mx-auto mt-3" src="img/Speakers/haider_nawab.png" alt="Haider Nawab">
<div class="card-body">
<h4 class="card-title text-center">Haider Nawab</h4>
<p class="text-center">Commercial Account Manager<br>Royal Bank of Canada <br> Speaker</p>
</div>
</div>
<div class="bg-primary card">
<img class="img-fluid rounded-circle w-75 mx-auto mt-3" src="img/Speakers/kai_kramer.jpg" alt="Kai Kramer">
<div class="card-body">
<h4 class="card-title text-center">Kai Kramer</h4>
<p class="text-center">Associate<br>Fasken <br> Speaker</p>
</div>
</div>
<div class="bg-primary card">
<img class="img-fluid rounded-circle w-75 mx-auto mt-3" src="img/Speakers/issac_ru.jpg" alt="Issac Ru">
<div class="card-body">
<h4 class="card-title text-center">Issac Ru</h4>
<p class="text-center">Associate Director<br>GBM @Scotiabank <br> Speaker</p>
</div>
</div>
<!-- </div> -->
</div>
</div>
</div>
<div class="py-5 text-center" id="Sponsors">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="text-center text-light" style="font-family:Atiga Extra Bold; font-size:50px">Sponsors</h1>
<br>
<br>
<div class="container bg-primary">
<img src="img/sponsors/toda_platinum.png" style="margin:auto; width:100%; display:inline-block" />
<img src="img/sponsors/shyft-gold.png" style="margin:auto; width:50%; display:inline-block" />
<br>
<img src="img/sponsors/lilu.png" style="margin:auto; width:21%; display:inline-block" />
<img src="img/sponsors/stack_community.png" style="margin:auto; width:22%; display:inline-block" />
<img src="img/sponsors/chainsafe_community.jpg" style="margin:auto; width:22%; display:inline-block" />
<img src="img/sponsors/bitcoinbay_community.jpg" style="margin:auto; width:23%; display:inline-block" />
<img src="img/sponsors/gitcoin_community.png" style="margin:auto; width:23%; display:inline-block" />
<img src="img/sponsors/status_community.png" style="margin:auto; width:23%; display:inline-block;" />
<img src="img/sponsors/consensys_community.svg" style="margin:auto; width:22%; display:inline-block;" />
<img src="img/sponsors/localcoin_community.png" style="margin:auto; width:22%; display:inline-block;" />
<img src="img/sponsors/tohacks_community.png" style="margin:auto; width:22%; display:inline-block" />
<img src="img/sponsors/bunz_community.png" style="margin:auto; width:22%; display:inline-block" />
<img src="img/sponsors/ACE_community.png" style="margin:auto; width:22%; display:inline-block" />
<img src="img/sponsors/cascadia_blockchain.png" style="margin:auto; width:19%; display:inline-block" />
<img src="img/sponsors/coinberry.png" style="margin:auto; width:22%; display:inline-block" />
<img src="img/sponsors/rbc_community.svg" style="margin:auto; width:13%; display:inline-block" />
<img src="img/sponsors/fintelics_community.jpg" style="margin:auto; width:15%; display:inline-block" />
<img src="img/sponsors/hatchery-community.png" style="margin:auto; width:22%; display:inline-block" />
<div class="row">
<div class="col-12">
<br>
<br>
<!--<h1 class="text-center text-dark" style="font-family:Atiga; font-size:40px">IN PARTNERSHIP WITH</h1>
<img src="img/sponsors/lilu.png" style="margin:auto; width:auto; display:inline-block" /> -->
<br>
</div>
</div>
<div class="col">
</div>
</div>
</div>
</div>
<div class="row text-center">
</div>
</div>
</div>
</div>
<div class="py-5 text-center" id="Prizes">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="text-center text-light" style="font-family:Atiga Extra Bold; font-size:50px">Sponsored Prizes</h1>
<br>
<br>
<div class="container bg-primary">
<div class="row">
<div class="bg-primary w-50 card inline-block" style="text-align: center">
<img class="img-fluid w-75 mx-auto mt-3" src="img/sponsors/toda_platinum.png" alt="Toda Network">
<div class="card-body" style= "display: inline-block">
<h4 class="card-title text-center">Toda Challenge</h4>
<p class=" text-left">
The TODA challenge is simple: present your business solution that requires a permissionless blockchain
that can scale without comprimising security, efficiency or confidentiality. How SECSI is your blockchain use case?
<br>
<br>
1. Choose (a) an existing product using blockchain technology or (b) an original product of your design
<br>
<br>
2. Outline why your solution cannot be solved by anything else (governance, transaction costs,
required tps, confidentiality) and why it requires decentralized consensus to run
<br>
<br>
3. Make a demo (webapp, mobile app) or slide presentation of your product
<br>
<h4 class="card-title text-center">Prize</h4>
<p class="text-center"> You will get the chance to develop your product with the Toda.Network team and bring it to
market.</p>
<a class="btn btn-block btn-light text-primary" href="https://www.toda.network/" style="background-image: url('#88C9B8');">Toda Network</a>
<a class="btn btn-block border border-secondary btn-primary" href="./UofT-Blockfest-2018-TodaChallenge.pdf">Toda Network Challenge</a>
</p>
</div>
</div>
<div class="bg-primary card inline-block w-50 text-align: center">
<img class="img-fluid w-10 mx-auto mt-9" src="img/sponsors/bunz_community.png" alt="Bunz Prize" style="width:30%; display:inline-block">
<div class="card-body">
<h4 class="card-title text-center">Bunz Challenge</h4>
<p class="text-left">
<br>
1) Jordan is graduating and uses the BUNZ App to trade his bike.
<br>
2) Casey is in her 1st year on campus and needs a new bike.
<br>
3) Casey realizes that she has BTZ a cryptocurrency on the BUNZ App.
<br>
4) Casey and Jordan agree to trade his bike for her 100BTZ.
<br>
5) Casey sends Jordan 100 BTZ. The transaction is completed and Casey now owns a bike!
<br>
<br>
When Casey goes home she discovers that the brakes on the bike are broken!!! Jordan does not agree that the brakes were in bad condition when he delivered
the bike to Casey
<br>
<br>
Challenge:
<br>
Devise an Ethereum smart contract that can be used to help Casey and Jordan resolve
their dispute.
The winning solution will provide a dispute resolution solution that can bind Casey and
Jordan to the decision of your smart contract. </p>
<h4 class="card-title text-center">Prize</h4>
<p class="text-center"> 100000 BTZ
</div>
</div>
</div>
</div>
</div>
<div class="col">
</div>
</div>
</div>
</div>
<div class="py-5 text-center" id="FAQ">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="text-center text-dark" style="font-family:Atiga Extra Bold; font-size:50px">Frequently Asked Questions</h1>
<br>
<br>
<br>
<br>
</div>
<div class="row">
<div class="col">
<h2 align= "left" style="font-family:Atiga Extra Bold; font-size:30px">What is UofT Blockfest?</h2>
<p align="Left">We are a student-focused Hackathon aimed at connecting participants with mentors and resources so they can learn more about developing on and around various blockchain ecosystems. Over the course of our 36 hour Hackathon there will be various talks, workshops, and panels held by experts. We want to help provide the needed resources, mentors, and software to make awesome things possible.</p>
</div>
<div class="col">
<h2 align = "Left" style="font-family:Atiga Extra Bold; font-size:30px">Who can participate?</h2>
<p align="Left">Though we place a heavy emphasis on students, anyone (anywhere) can apply to participate in our Hackathon! All applications are vetted based on interest in Ethereum and demonstrated ability to code or contribute in some meaningful way to a project. Non-technical participants are also welcome, as long as you have a desire to learn.</p>
</div>
</div>
<div class="row">
<div class="col">
<h2 align= "left" style="font-family:Atiga Extra Bold; font-size:30px">How much does it cost to attend?</h2>
<p align="Left">If you are participating, attending our hackathon is free! We also offer workshop passes for those who don't want to hack but still want to take part in the workshops/panels/talks.</p>
</div>
<div class="col">
<h2 align = "Left" style="font-family:Atiga Extra Bold; font-size:30px">How many people can be on a team?</h2>
<p align="Left">You can be a solo developer or in a team of up to 4 people. If you don't have a team coming into the event, you will have an opportunity at the beginning to find like-minded teammates.</p>
</div>
<br>
<br>
<br>
<br>
</div>
<div class="row">
<br>
<br>
<div class="col">
<h2 align= "left" style="font-family:Atiga Extra Bold; font-size:30px">What if I've never participated in a Hackathon before?</h2>
<p align="Left">That's perfectly fine! There’s a first time for everything. As long as you’re interested in learning and building, we'll be providing mentors, resources and workshops to help you to make your ideas a reality.</p>
</div>
<div class="col">
<h2 align = "Left" style="font-family:Atiga Extra Bold; font-size:30px">Can I work on my project before the Hackathon?</h2>
<p align="Left">Nope. That's against the spirit of this Hackathon.</p>
</div>
</div>
</div>
</div>
</div>
<div class="py-5 bg-dark text-white" id = "Contact">
<div class="container">
<div class="row">
<div class="col-md-6" ><a href="https://uoftbg.ca"><img class="img-fluid rounded-circle p-3" src="img/UTBG_LOGO_GRAPHIC.jpg" alt="Card image"></a></div>
<div class="col-md-6">
<h1>Contact us</h1>
<p>We would love to hear from you</p>
<form method="POST" action="https://formspree.io/[email protected]">
<div class="form-group">
<label for="InputName">Your name</label>
<input id="name" class="form-control" name="name" placeholder="Name" type="text"> </div>
<div class="form-group">
<label for="InputEmail1">Email address</label>
<input id="email" class="form-control" name="_replyto" placeholder="Email" type="email"> </div>
<div class="form-group">
<label for="Textarea">Write here</label>
<textarea id="message" cols="30" rows="5" class="form-control" name="message" placeholder="Message"></textarea>
</div>
<button type="submit" value="Send" class="btn btn-secondary">Submit</button>
</form>
</div>
</div>
</div>
</div>
<div class="row align-center">
<div class="col col-6">
</body>
</html>