-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
621 lines (503 loc) · 54.7 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Ready Layer One — 2020 Open Blockchain Week</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" type="image/png" href="assets/img/favicon.png">
<link rel="stylesheet" href="assets/css/rlo.min.css">
<meta name="description" content="Ready Layer One is an interactive, immersive virtual event which contains talks, workshops and rants by everyone from well-known speakers to community-sourced contributors. You can think of it as the intersection between a hackathon, a conference, a masterclass seminar and a vaguely anarchist festival for developers and builders of a decentralized web." />
<meta name="keywords" content="Ready Layer One, Open Blockchain Week, Conference, Unconference, Free Event, cosmos, near protocol, near, polkadot, web3foundation, web3, tezos, protocol labs, digital conference" />
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@readylayerone">
<meta name="twitter:title" content="Ready Layer One — 2020 Open Blockchain Week">
<meta name="twitter:description" content="Ready Layer One is an interactive, immersive virtual event which contains talks, workshops and rants by well-known speakers as well as community-sourced contributors.">
<meta name="twitter:creator" content="@readylayerone">
<meta name="twitter:image" content="https://readylayer.one/assets/img/rlopreview.jpg">
<!-- Open Graph data -->
<meta property="og:title" content="Ready Layer One — 2020 Open Blockchain Week" />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://readylayer.one" />
<meta property="og:image" content="https://readylayer.one/assets/img/rlopreview.jpg" />
<meta property="og:description" content="Ready Layer One is an interactive, immersive virtual event which contains talks, workshops and rants by well-known speakers as well as community-sourced contributors." />
<meta property="og:site_name" content="Ready Layer One" />
</head>
<body class="flex flex-col min-h-screen bg-brown-dark text-brown-light font-primary">
<div class="p-8 sm:flex justify-between items-center text-sm lg:text-lg">
<p class="uppercase tracking-widest text-teal">2020 Open Blockchain Week</p>
<p class="text-brown mt-2 mb-3 hidden md:block"> </p>
<div class="flex text-sm text-teal leading-4 lg:leading-8 mt-5 md:mt-0">
<a href="http://twitter.com/readylayerone" class="flex hover:text-pink mr-10">
<div class="w-4 h-4 lg:w-8 lg:h-8 mr-2">
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M1 2H2.5V3.5H1V2Z"/><path d="M14.5 3.5H11.5V2H10V3.5H8.5V5H7V6.5H5.5V5H4V3.5H2.5V6.5H1V8H2.5V9.5H4V11H5.5V12.5H1V14H8.5V12.5H10V11H11.5V9.5H13V8H14.5V3.5Z"/><path d="M14.5 3.5V2H16V3.5H14.5Z"/></svg>
</div>
Twitter
</a>
<a href="https://t.me/joinchat/FUI8aBy8iIKZ_uhhOuaWBw" class="flex hover:text-pink">
<div class="w-4 h-4 lg:w-8 lg:h-8 mr-2">
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 2H13V3.5H8.5V5H5.5V6.5H1V8H2.5V9.5H4V14H5.5V12.5H7V11H8.5V12.5H10V14H11.5V9.5H13V5H14.5V2Z"/></svg>
</div>
Telegram
</a>
</div>
</div>
<div class="px-8">
<img src="assets/img/glitch-lg.png" class="h-2 w-full" alt="">
</div>
<div class="flex-grow md:flex items-start py-12">
<div class="sidebar pr-4 md:pr-0 text-white text-sm">
<a href="/"><img src="assets/img/logo-animate.gif" width="430" alt=""></a>
<div class="flex items-start mt-10 -ml-16 sm:ml-0 md:-ml-20 lg:ml-0">
<img src="assets/img/accent-lime.svg" width="111" alt="">
<p class="md:text-lg ml-3">May 4-6th<br class="hidden md:block"> 2020</p>
</div>
<div class="flex items-start md:max-w-sm mt-10 -ml-16 sm:ml-0 md:-ml-20 lg:ml-0">
<img src="assets/img/accent-teal.svg" width="111" alt="">
<p class="ml-3">Layer Players Unite:
<span class="block mt-2"></span>
<span class="text-teal">
<a href="https://cosmos.network/">Cosmos</a> <br>
<a href="https://nearprotocol.com/">NEAR</a> <br>
<a href="http://polkadot.network">Polkadot</a> <br>
<a href="https://protocol.ai/">Protocol Labs</a> <br>
<a href="https://tezos.com/">Tezos</a> <br>
<a href="https://celo.org/">Celo</a> <br>
<a href="https://solana.com/">Solana</a>
</span>
</p>
</div>
<div class="flex items-start md:max-w-xs mt-10 -ml-16 sm:ml-0 md:-ml-20 lg:ml-0">
<img src="assets/img/accent-blue.svg" width="111" alt="">
<p class="ml-3">A digital event hosted on <a href="https://hopin.to/">Hopin</a></p>
</div>
</div>
<div class="flex-grow">
<div class="main md:flex relative flex-wrap px-8 md:px-16 pt-12 md:max-w-3xl lg:max-w-5xl mx-auto">
<div class="sm:flex items-center mb-10">
<a href="https://www.youtube.com/channel/UC-JxjKyX63VGkRM-8jziK8Q" class="inline-block align-top ml-2 px-4 relative text-xl sm:text-2xl text-white font-secondary flex-shrink-0 unglitch group" onclick=”javascript:pageTracker._trackPageview (‘Content’);”>
<span class="absolute inset-0 -translate-x-1 -translate-y-1 bg-pink transform group-hover:bg-lime group-hover:-translate-x-2 group-hover:-translate-y-2"></span>
<span class="absolute inset-0 translate-x-1 translate-y-1 bg-pink transform group-hover:bg-pink group-hover:translate-x-2 group-hover:translate-y-2"></span>
<span class="block relative z-1 p-1 pb-0 transform group-hover:translate-x-2 group-hover:translate-y-2"><span class="group-hover:glitch" data-text="View Selected Sessions on YouTube"><span class="text-white">View Selected Sessions on YouTube</span></span></span>
</a>
</div>
<div class="xl:flex xl:-mx-5 -mt-10">
<div class="w-full xl:w-1/2 mt-10 xl:px-5">
<h2 class="text-xl sm:text-2xl leading-tight font-sans text-pink">Help prepare the foundation for our future</h2>
<p class="mt-2 text-sm">The world is changing. We must ready ourselves.</p>
</div>
<div class="w-full xl:w-1/2 mt-10 xl:px-5">
<h2 class="text-xl sm:text-2xl leading-tight font-sans text-pink">We must act as one</h2>
<p class="mt-2 text-sm">Mission and Purpose > Logos and Division. It's time we come together for a common purpose.</p>
</div>
</div>
<div class="w-full mt-10">
<h2 class="text-xl sm:text-2xl leading-tight font-sans text-pink">This isn’t a conference for passive bystanders</h2>
<p class="mt-2 text-sm">Bring yourself, bring your knowledge, and bring a thirst for the unknown. This is co-creation and collaboration – everyone has something to contribute.</p>
</div>
<h2 class="mt-10 text-xl sm:text-2xl leading-tight font-sans text-lime">Do you want to help build a better future?</h2>
<p class="mt-2 text-sm">Limited participation is available; developers and builders of the decentralized web will gain priority access.</p>
<!-- Buttons
<div class="sm:flex items-center mt-10 mr-10">
<a href="https://readylayerone.typeform.com/to/MeX8I4" class="inline-block align-top ml-2 px-4 relative text-xl sm:text-2xl text-white font-secondary flex-shrink-0 unglitch group" onclick=”javascript:pageTracker._trackPageview (‘Signup’);”>
<span class="absolute inset-0 -translate-x-1 -translate-y-1 bg-blue transform group-hover:bg-teal group-hover:-translate-x-2 group-hover:-translate-y-2"></span>
<span class="absolute inset-0 translate-x-1 translate-y-1 bg-blue transform group-hover:bg-pink group-hover:translate-x-2 group-hover:translate-y-2"></span>
<span class="block relative z-1 p-1 pb-0 transform group-hover:translate-x-2 group-hover:translate-y-2"><span class="group-hover:glitch" data-text="Register Today"><span class="text-white">Register Today</span></span></span>
</a>
<p class="w-64 mt-10 sm:mt-0 sm:ml-10 text-sm text-brown">Be sure to let us know if you want to contribute</p>
</div>
<div class="sm:flex items-center md:mt-10">
<a href="/downloads/readylayerone_agenda.pdf" class="inline-block align-top ml-2 px-4 relative text-xl sm:text-2xl text-white font-secondary flex-shrink-0 unglitch group" onclick=”javascript:pageTracker._trackPageview (‘Content’);”>
<span class="absolute inset-0 -translate-x-1 -translate-y-1 bg-pink transform group-hover:bg-lime group-hover:-translate-x-2 group-hover:-translate-y-2"></span>
<span class="absolute inset-0 translate-x-1 translate-y-1 bg-pink transform group-hover:bg-pink group-hover:translate-x-2 group-hover:translate-y-2"></span>
<span class="block relative z-1 p-1 pb-0 transform group-hover:translate-x-2 group-hover:translate-y-2"><span class="group-hover:glitch" data-text="View Agenda"><span class="text-white">View Agenda</span></span></span>
</a>
</div>
<!-- End Buttons -->
<p class="w-full mt-10 text-sm">This event has ended. Registration and content submissions are now closed.</p>
<img src="assets/img/glitch-sm.png" class="block mt-10" alt="">
<!-- Ethos -->
<div class="mt-10">
<h2 class="text-2xl sm:text-3xl font-sans text-teal">Our Ethos</h2>
<div class="flex flex-wrap -mx-4">
<div class="w-full xl:w-1/3 px-4 mt-10">
<h3 class="text-white text-xl">Collaboration</h3>
<p class="mt-2 text-sm">We're all working towards the same greater vision. In order to encourage new technologies and ideas to blossom, we encourage you to work alongside and support every community contributing to the growth of the decentralized web. Less shilling, more building! </p>
</div>
<div class="w-full xl:w-1/3 px-4 mt-10">
<h3 class="text-white text-xl">Co-creation</h3>
<p class="mt-2 text-sm">We believe in the principles of free software and open source, where groups of people who come together to share technology, skills and ideas produce the most impactful results.</p>
</div>
<div class="w-full xl:w-1/3 px-4 mt-10">
<h3 class="text-white text-xl">Participation, Presence and Immediacy</h3>
<p class="mt-2 text-sm">We aim to create interactions that facilitate collaborative knowledge and enable you to construct new ideas with people from around the world. Dive in, be present, and build!</p>
</div>
</div>
</div>
<img src="assets/img/glitch-sm.png" class="mt-10" alt="">
<!-- Speakers -->
<a name="speakers"></a>
<div class="mt-10">
<h2 class="text-2xl sm:text-3xl font-sans text-teal">Featured Speakers</h2>
<div class="flex flex-wrap -mx-2">
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers3/vitalik.jpg" class="w-full" alt="">
<p class="mt-4">Vitalik Buterin<br /><strong class="text-white">Ethereum Foundation</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Dr_Gavin_Wood.jpg" class="w-full" alt="">
<p class="mt-4">Dr. Gavin Wood<br /><strong class="text-white">Web3 Foundation</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Illia_Polosukhin.jpg" class="w-full" alt="">
<p class="mt-4">Illia Polosukhin<br /><strong class="text-white">NEAR</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Juan_Benet.jpg" class="w-full" alt="">
<p class="mt-4">Juan Benet<br /><strong class="text-white">Protocol Labs</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Arthur_Brietman.jpg" class="w-full" alt="">
<p class="mt-4">Arthur Breitman<br /><strong class="text-white">Tezos</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/marek.jpg" class="w-full" alt="">
<p class="mt-4">Marek Olszewski<br /><strong class="text-white">Celo</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/rene.jpg" class="w-full" alt="">
<p class="mt-4">Rene Reinsberg<br /><strong class="text-white">Celo</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/zaki.jpg" class="w-full" alt="">
<p class="mt-4">Zaki Manian<br /><strong class="text-white">Cosmos</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers3/Alexander.jpg" class="w-full" alt=""><p class="mt-4">Alex Skidanov<br /><strong class="text-white">NEAR</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/anatoly.jpg" class="w-full" alt="">
<p class="mt-4">Anatoly Yakovenko<br /><strong class="text-white">Solana</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Chris_Dixon.jpg" class="w-full" alt="">
<p class="mt-4">Chris Dixon<br /><strong class="text-white">Andreessen Horowitz</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Laura_Shin.jpg" class="w-full" alt="">
<p class="mt-4">Laura Shin<br /><strong class="text-white">Unchained</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Mike_Masnick.jpg" class="w-full" alt="">
<p class="mt-4">Mike Masnick<br /><strong class="text-white">Techdirt</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Sergey_Nazarov.jpg" class="w-full" alt="">
<p class="mt-4">Sergey Nazarov<br /><strong class="text-white">Chainlink</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Joey_Krug.jpg" class="w-full" alt="">
<p class="mt-4">Joey Krug<br /><strong class="text-white">Pantera </strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Mustafa_Al-Bassam.jpg" class="w-full" alt="">
<p class="mt-4">Mustafa Al-Bassam<br /><strong class="text-white">LazyLedger</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Harry_Halpin.jpg" class="w-full" alt="">
<p class="mt-4">Harry Halpin<br /><strong class="text-white">Nym Technologies</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Anna_Rose.jpg" class="w-full" alt="">
<p class="mt-4">Anna Rose<br /><strong class="text-white">Zero Knowledge</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Erik_Trautman.jpg" class="w-full" alt="">
<p class="mt-4">Erik Trautman<br /><strong class="text-white">NEAR</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Kevin_Nielsen.jpg" class="w-full" alt="">
<p class="mt-4">Kevin Nielsen<br /><strong class="text-white">TQ Tezos</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Lane_Rettig.jpg" class="w-full" alt="">
<p class="mt-4">Lane Rettig<br /><strong class="text-white">SpaceMesh</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Ash_Egan.jpg" class="w-full" alt="">
<p class="mt-4">Ash Egan<br /><strong class="text-white">Accomplice </strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Karen_Scarbrough.jpg" class="w-full" alt="">
<p class="mt-4">Karen Scarbrough<br /><strong class="text-white">BP</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Jake_Brukhman.jpg" class="w-full" alt="">
<p class="mt-4">Jake Brukhman<br /><strong class="text-white">CoinFund</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Sam_Williams.jpg" class="w-full" alt="">
<p class="mt-4">Sam Williams<br /><strong class="text-white">Arweave</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Neil_Bergquist.jpg" class="w-full" alt="">
<p class="mt-4">Neil Bergquist<br /><strong class="text-white">Coinme</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Christian_Arita.jpg" class="w-full" alt="">
<p class="mt-4">Christian Arita<br /><strong class="text-white">StakerDao</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Adrian_Brink.jpg" class="w-full" alt="">
<p class="mt-4">Adrian Brink<br /><strong class="text-white">Cryptium Labs </strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Simona_Pop.jpg" class="w-full" alt="">
<p class="mt-4">Simona Pop<br /><strong class="text-white">Ost</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Jonas_Lamis.jpg" class="w-full" alt="">
<p class="mt-4">Jonas Lamis<br /><strong class="text-white">StakerDao</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Aliaksandr_Hudzilin.jpg" class="w-full" alt="">
<p class="mt-4">Aliaksandr 'Sasha' Hudzilin<br /><strong class="text-white">NEAR</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Alan_Szepieniec.jpg" class="w-full" alt="">
<p class="mt-4">Alan Szepieniec<br /><strong class="text-white">Nervos</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Marco_Stronati.jpg" class="w-full" alt="">
<p class="mt-4">Marco Stronati<br /><strong class="text-white">Nomadic Labs</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Piotr_Janiuk.jpg" class="w-full" alt="">
<p class="mt-4">Piotr Janiuk<br /><strong class="text-white">Golem</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Greg_Markou.jpg" class="w-full" alt="">
<p class="mt-4">Greg Markou<br /><strong class="text-white">Chainsafe</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Aidan_Hyman_.jpg" class="w-full" alt="">
<p class="mt-4">Aidan Hyman<br /><strong class="text-white">Chainsafe</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Loong_Wang.jpg" class="w-full" alt="">
<p class="mt-4">Loong Wang<br /><strong class="text-white">Ren</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Mark_Tyneway.jpg" class="w-full" alt="">
<p class="mt-4">Mark Tyneway<br /><strong class="text-white">Handshake</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/James_Prestwich.jpg" class="w-full" alt="">
<p class="mt-4">James Prestwich<br /><strong class="text-white">Summa</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Nick_Hynes.jpg" class="w-full" alt="">
<p class="mt-4">Nick Hynes<br /><strong class="text-white">Oasis Labs</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Paul_Gadi.jpg" class="w-full" alt="">
<p class="mt-4">Paul Gadi<br /><strong class="text-white">Outplay Games</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Jasper_de_Gooijer.jpg" class="w-full" alt="">
<p class="mt-4">Jasper de Gooijer<br /><strong class="text-white">Flux Market</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Joyce_Yang.jpg" class="w-full" alt="">
<p class="mt-4">Joyce Yang<br /><strong class="text-white">Global Coin Research</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10">
<img src="assets/img/speakers/Allen_Zhang.jpg" class="w-full" alt="">
<p class="mt-4">Allen Zhang<br /><strong class="text-white">Hashquark</strong></p>
</div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers2/Amir_Haleem.jpg" class="w-full" alt=""><p class="mt-4">Amir Haleem<br /><strong class="text-white">Helium</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers2/Ben_Forman.jpg" class="w-full" alt=""><p class="mt-4">Ben Forman<br /><strong class="text-white">ParaFi Capital</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers2/blake_johnson.jpg" class="w-full" alt=""><p class="mt-4">Blake Johnson<br /><strong class="text-white">CryptoNYC</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers2/Canaan.jpg" class="w-full" alt=""><p class="mt-4">Canaan Linder<br /><strong class="text-white">Stardust</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers2/CharlieStLouis.jpg" class="w-full" alt=""><p class="mt-4">Charles St.Louis<br /><strong class="text-white">Maker Foundation</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers2/Dennison_Bertram_portrait.jpg" class="w-full" alt=""><p class="mt-4">Dennison Bertram<br /><strong class="text-white">Zeppelin</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers2/Dieter_Shirley_CTO.jpg" class="w-full" alt=""><p class="mt-4">Dieter Shirley<br /><strong class="text-white">Dapper Labs</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers2/dominic_tsang.jpg" class="w-full" alt=""><p class="mt-4">Dominic Tsang<br /><strong class="text-white">Solana</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers2/doug-lp-headshot.jpg" class="w-full" alt=""><p class="mt-4">Doug Petkanics<br /><strong class="text-white">LivePeer</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers2/ethan_frey.jpg" class="w-full" alt=""><p class="mt-4">Ethan Frey<br /><strong class="text-white">Confio</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers2/gavin.jpg" class="w-full" alt=""><p class="mt-4">Gavin Birch<br /><strong class="text-white">Figment</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers2/haseeb_headshot.jpg" class="w-full" alt=""><p class="mt-4">Haseeb Qureshi<br /><strong class="text-white">Dragonfly Capital</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers2/jack_platts.jpg" class="w-full" alt=""><p class="mt-4">Jack Platts<br /><strong class="text-white">Web3 Foundation</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers2/jacob_arluck.jpg" class="w-full" alt=""><p class="mt-4">Jacob Arluck<br /><strong class="text-white">Tezos</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers2/Jesse_Walden_Headshot.jpg" class="w-full" alt=""><p class="mt-4">Jesse Walden<br /><strong class="text-white">Mediachain Labs</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers2/Jim_Pick.jpg" class="w-full" alt=""><p class="mt-4">Jim Pick<br /><strong class="text-white">Protocol Labs</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers2/justin.jpg" class="w-full" alt=""><p class="mt-4">Justin Kilpatrick<br /><strong class="text-white">Althea</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers2/Kyle.jpg" class="w-full" alt=""><p class="mt-4">Kyle Samani <br /><strong class="text-white">MultiCoin Capital</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers2/Lev-Livnev.jpg" class="w-full" alt=""><p class="mt-4">Lev Livnev<br /><strong class="text-white">dapp.org</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers2/mike_purvis.jpg" class="w-full" alt=""><p class="mt-4">Mike Purvis<br /><strong class="text-white">NEAR</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers2/monica.jpg" class="w-full" alt=""><p class="mt-4">Monica Quaintance<br /><strong class="text-white">Kadena</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers2/muneeb.jpg" class="w-full" alt=""><p class="mt-4">Muneeb Ali<br /><strong class="text-white">Blockstack</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers2/Robert_Leshner.jpg" class="w-full" alt=""><p class="mt-4">Robert Leshner <br /><strong class="text-white">Compound</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers2/RRumburgHighRes.jpg" class="w-full" alt=""><p class="mt-4">Roneil Rumberg<br /><strong class="text-white">Audius</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers2/Rune_Christensen.jpg" class="w-full" alt=""><p class="mt-4">Rune Christensen<br /><strong class="text-white">Maker Foundation</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers2/Sherif.jpg" class="w-full" alt=""><p class="mt-4">Sherif Abushadi<br /><strong class="text-white">NEAR</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers2/Spencer_Noon.jpg" class="w-full" alt=""><p class="mt-4">Spencer Noon<br /><strong class="text-white">DTC Capital</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers2/tony_sheng_headshot.jpg" class="w-full" alt=""><p class="mt-4">Tony Sheng<br /><strong class="text-white">Multicoin Capital</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers2/Truffle_JoshQuintal.jpg" class="w-full" alt=""><p class="mt-4">Josh Quintal<br /><strong class="text-white">Truffle</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers2/Truffle-Gnidan-glasses.jpg" class="w-full" alt=""><p class="mt-4">G Nicholas D'andrea<br /><strong class="text-white">Truffle</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers2/Truffle-WesMcVay.jpg" class="w-full" alt=""><p class="mt-4">Wes McVay<br /><strong class="text-white">Truffle</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers3/Adrian_Manning.jpg" class="w-full" alt=""><p class="mt-4">Adrian Manning<br /><strong class="text-white">Sigma Prime</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers3/Aleks.jpg" class="w-full" alt=""><p class="mt-4">Aleks Larsen<br /><strong class="text-white">Blockchain Capital</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers3/Alistair_Stewart.jpg" class="w-full" alt=""><p class="mt-4">Alistair Stewart<br /><strong class="text-white">Polkadot</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers3/Ben_Fino-Radin.jpg" class="w-full" alt=""><p class="mt-4">Ben Fino-Radin<br /><strong class="text-white">Small Data Industries</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers3/Bernd_Lapp.jpg" class="w-full" alt=""><p class="mt-4">Bernd Lapp<br /><strong class="text-white">Old School/ Swarm City</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers3/Brian_KimJohnson.jpg" class="w-full" alt=""><p class="mt-4">Brian KimJohnson<br /><strong class="text-white">Gemini</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers3/Brian.jpg" class="w-full" alt=""><p class="mt-4">Brian Fabian Crain<br /><strong class="text-white">Chorus One</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers3/bruno.jpg" class="w-full" alt=""><p class="mt-4">Bruno Skvorc<br /><strong class="text-white">Web3 Foundation</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers3/Christopher_Goes.jpg" class="w-full" alt=""><p class="mt-4">Christopher Goes<br /><strong class="text-white">Cryptium Labs</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers3/Dandelion.jpg" class="w-full" alt=""><p class="mt-4">Dandelion Mané<br /><strong class="text-white">SourceCred</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers3/Dankrad.jpg" class="w-full" alt=""><p class="mt-4">Dankrad Feist<br /><strong class="text-white">Ethereum Foundation</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers3/daphne_keller.jpg" class="w-full" alt=""><p class="mt-4">Daphne Keller<br /><strong class="text-white">Stanford Cyber Policy Center</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers3/David_Dias.jpg" class="w-full" alt=""><p class="mt-4">David Dias<br /><strong class="text-white">Protocol Labs</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers3/Dean_Tribble.jpg" class="w-full" alt=""><p class="mt-4">Dean Tribble<br /><strong class="text-white">Agoric</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers3/denisse.jpg" class="w-full" alt=""><p class="mt-4">Denisse Halm<br /><strong class="text-white">cLabs</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers3/dietrich_ayala.jpg" class="w-full" alt=""><p class="mt-4">Dietrich Ayala<br /><strong class="text-white">Protocol Labs</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers3/Edgar_Aroutiounian.jpg" class="w-full" alt=""><p class="mt-4">Edgar Aroutiounian<br /><strong class="text-white">Harmony</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers3/Hendrick.jpg" class="w-full" alt=""><p class="mt-4">Hendrik Hofstadt<br /><strong class="text-white">Certus One</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers3/Jack_Zampolin.jpg" class="w-full" alt=""><p class="mt-4">Jack Zampolin<br /><strong class="text-white">Cosmos</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers3/Jakub.jpg" class="w-full" alt=""><p class="mt-4">Jakub Konka<br /><strong class="text-white">Golem</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers3/Jascha_Samadi.jpg" class="w-full" alt=""><p class="mt-4">Jascha Samadi<br /><strong class="text-white">Greenfield One</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers3/Jeff.jpg" class="w-full" alt=""><p class="mt-4">Jeff Burges<br /><strong class="text-white">Polkadot</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers3/Johann.jpg" class="w-full" alt=""><p class="mt-4">Johann Eiid<br /><strong class="text-white">Chainlink</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers3/Sergej.jpg" class="w-full" alt=""><p class="mt-4">Sergej Kunz<br /><strong class="text-white">1inch</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers3/Shiv.jpg" class="w-full" alt=""><p class="mt-4">Shiv Malik<br /><strong class="text-white">Streamr</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers3/Yuriy_Headshot.jpg" class="w-full" alt=""><p class="mt-4">Yuriy Dybskiy<br /><strong class="text-white">Puma Browser</strong></p></div>
<!-- new -->
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/douglas_rushkoff.jpg" class="w-full" alt=""><p class="mt-4">Douglas Rushkoff<br /><strong class="text-white">Team Human</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/ashley_tyson.jpg" class="w-full" alt=""><p class="mt-4">Ashley Tyson<br /><strong class="text-white">NEAR</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/alex_salnikov.jpg" class="w-full" alt=""><p class="mt-4">Alex Salnikov<br /><strong class="text-white">Rarible</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Alon_Shavit.jpg" class="w-full" alt=""><p class="mt-4">Alon Shavit<br /><strong class="text-white">Upright / Celo Camp</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Amy_Slawson.jpg" class="w-full" alt=""><p class="mt-4">Amy Slawson<br /><strong class="text-white">cLabs</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Ari_Paul.jpg" class="w-full" alt=""><p class="mt-4">Ari Paul<br /><strong class="text-white">BlockTower Capital</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Bernd_Lapp.jpg" class="w-full" alt=""><p class="mt-4">Bernd Lapp<br /><strong class="text-white">Ethereum Foundation</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Brendan_Eich.jpg" class="w-full" alt=""><p class="mt-4">Brendan Eich<br /><strong class="text-white">Brave Software</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Can_Kisagun.jpg" class="w-full" alt=""><p class="mt-4">Can Kisagun<br /><strong class="text-white">Enigma</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Chad_O.jpg" class="w-full" alt=""><p class="mt-4">Chad Ostrowski<br /><strong class="text-white">NEAR</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Claire.jpg" class="w-full" alt=""><p class="mt-4">Claire Belmont<br /><strong class="text-white">Celo</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Conlan.jpg" class="w-full" alt=""><p class="mt-4">Conlan Rios<br /><strong class="text-white">Async Art</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Devin_Finzer.jpg" class="w-full" alt=""><p class="mt-4">Devin Finzer<br /><strong class="text-white">OpenSea</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Evan_Shapiro.jpg" class="w-full" alt=""><p class="mt-4">Evan Shapiro<br /><strong class="text-white">O(1) Labs</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Flex_Yang.jpg" class="w-full" alt=""><p class="mt-4">Flex Yang<br /><strong class="text-white">Babel Finance</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Joel.jpg" class="w-full" alt=""><p class="mt-4">Joel Monegro<br /><strong class="text-white">Placeholder</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/John_Crain.jpg" class="w-full" alt=""><p class="mt-4">John Crain<br /><strong class="text-white">SuperRare</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Justin_Drake.jpg" class="w-full" alt=""><p class="mt-4">Justin Drake<br /><strong class="text-white">Ethereum Foundation ..</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Karl_Floersch.jpg" class="w-full" alt=""><p class="mt-4">Karl Floersch<br /><strong class="text-white">Optimism</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Kate.jpg" class="w-full" alt=""><p class="mt-4">Kate Klonick<br /><strong class="text-white">St. John's University</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Kevin_O.jpg" class="w-full" alt=""><p class="mt-4">Kevin Owocki<br /><strong class="text-white">Gitcoin</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Leslie_Lamb.jpg" class="w-full" alt=""><p class="mt-4">Leslie Lamb<br /><strong class="text-white">Amber Group</strong></p></div>-->
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Maksym.jpg" class="w-full" alt=""><p class="mt-4">Dr Maksym Zavershynskyi<br /><strong class="text-white">NEAR</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Michael_Klein.jpg" class="w-full" alt=""><p class="mt-4">Michael Klein <br /><strong class="text-white">TQ Tezos</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Michelle_Lee.jpg" class="w-full" alt=""><p class="mt-4">Michelle Lee<br /><strong class="text-white">Protocol Labs</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Mike_Kriak.jpg" class="w-full" alt=""><p class="mt-4">Mike Kriak<br /><strong class="text-white">Mashable</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Molly_Mackinlay.jpg" class="w-full" alt=""><p class="mt-4">Molly Mackinlay<br /><strong class="text-white">IPFS</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Nate_Geier.jpg" class="w-full" alt=""><p class="mt-4">Nate Geier<br /><strong class="text-white">Mintbase</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Nhial.jpg" class="w-full" alt=""><p class="mt-4">Nhial Majok <br /><strong class="text-white">Kesholabs</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Paul_V.png" class="w-full" alt=""><p class="mt-4">Paul Veradittakit<br /><strong class="text-white">Pantera Capital</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Peter_D.jpg" class="w-full" alt=""><p class="mt-4">Peter DePaulo<br /><strong class="text-white">NEAR</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Pooja_Shah.jpg" class="w-full" alt=""><p class="mt-4">Pooja Shah<br /><strong class="text-white">Protocol Labs</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Raul_Kripalani.jpg" class="w-full" alt=""><p class="mt-4">Raul Kripalani<br /><strong class="text-white">Protocol Labs</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Robert_Habermeier.jpg" class="w-full" alt=""><p class="mt-4">Robert Habermeier<br /><strong class="text-white">Polkadot</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Robert_Hackett.jpg" class="w-full" alt=""><p class="mt-4">Robert Hackett<br /><strong class="text-white">Fortune</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Ruitao_Su.jpg" class="w-full" alt=""><p class="mt-4">Ruitao Su<br /><strong class="text-white">Acala</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Ryne_Saxe.jpg" class="w-full" alt=""><p class="mt-4">Ryne Saxe<br /><strong class="text-white">Eco</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/sergei-shulepov-500x500.jpg" class="w-full" alt=""><p class="mt-4">Sergei Shulepov<br /><strong class="text-white">Parity</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Stefaan_Ponnet.jpg" class="w-full" alt=""><p class="mt-4">Stefaan Ponnet<br /><strong class="text-white">swarm.city</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Thibaut_Sahaghian.jpg" class="w-full" alt=""><p class="mt-4">Thibaut Sahaghian<br /><strong class="text-white">Multis</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Tim_Coulter.jpg" class="w-full" alt=""><p class="mt-4">Tim Coulter<br /><strong class="text-white">Truffle</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Tomer.png" class="w-full" alt=""><p class="mt-4">Tomer Weiss<br /><strong class="text-white">Upright / Celo Camp</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/tony.jpg" class="w-full" alt=""><p class="mt-4">Tony Arcieri<br /><strong class="text-white">Iqlusion</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Tor_Bair.jpg" class="w-full" alt=""><p class="mt-4">Tor Bair<br /><strong class="text-white">Enigma</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Tyler_spalding.jpg" class="w-full" alt=""><p class="mt-4">Tyler Spalding<br /><strong class="text-white">Flexa</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Victor_Graf.jpg" class="w-full" alt=""><p class="mt-4">Victor Graf<br /><strong class="text-white">cLabs</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/YiLun_Cheng.jpg" class="w-full" alt=""><p class="mt-4">Yilun Cheng<br /><strong class="text-white">The Block</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Zack_Seward.jpg" class="w-full" alt=""><p class="mt-4">Zack Seward<br /><strong class="text-white">Coindesk</strong></p></div>
<div class="w-1/2 lg:w-1/3 xl:w-1/4 px-2 mt-10"><img src="assets/img/speakers4/Zhuoxun_Yin.jpg" class="w-full" alt=""><p class="mt-4">Zhuoxun Yin<br /><strong class="text-white">dYdX</strong></p></div>
</div>
</div>
<img src="assets/img/glitch-sm.png" class="mt-10" alt="">
<!-- FAQ -->
<div class="xl:w-5/6 mt-10">
<h2 class="text-2xl sm:text-3xl font-sans text-teal">F.A.Q.s</h2>
<h3 class="mt-10 text-white text-xl">What is this?</h3>
<p class="mt-2 text-sm">This is an interactive, immersive virtual event which contains talks, workshops and rants by everyone from well-known speakers to community-sourced contributors. Think of it as the intersection between a hackathon, a conference, a masterclass seminar and a vaguely anarchist festival for developers and builders of a decentralized web. The content will help you learn how to build decentralized applications using the next generation of layer 1 protocols by giving you the chance to get your hands dirty with specific examples and real code in a live format.</p>
<h3 class="mt-10 text-white text-xl">How is this different than a normal online conference?</h3>
<p class="mt-2 text-sm">There will be no passive bystanders, there will be no lurking. In this event, everyone is expected and encouraged to create, contribute, discuss and learn. Talks and workshops are targeted towards builders and grounded in participation. There will be unannounced sessions and easter egg experiences occurring during the event as well.</p>
<h3 class="mt-10 text-white text-xl">How can I speak?</h3>
<p class="mt-2 text-sm"><a class="text-lime" href="https://readylayerone.typeform.com/to/PCEYOT">Submit your content</a> and then community will vote on what they want to see. We will pick the content with the most votes. Additionally, even if you are not selected, you are still encouraged to host a modified version of your content during open Session times in the event!</p>
<h3 class="mt-10 text-white text-xl">How do I get a ticket?</h3>
<p class="mt-2 text-sm">Show us your dedication to building the future. This can mean...</p>
<ul class="text-sm list-decimal mx-10">
<li class="mt-2"> Filling out the <a href="https://readylayerone.typeform.com/to/MeX8I4" class="text-lime">Register Now!</a> form and putting in content that showcases your past work: github, threads, blog posts, etc. Or just write us a paragraph if your work isn't already public. </li>
<li class="mt-2">Interacting with one of the many challenges that are being put out from <span class="text-teal">
<a href="https://nearprotocol.com/">NEAR</a>,
<a href="http://polkadot.network">Polkadot</a>,
<a href="https://protocol.ai/">Protocol Labs</a>,
<a href="https://tezos.com/">Tezos</a>,
<a href="https://celo.org/">Celo</a> and <br>
<a href="https://solana.com/">Solana</a>
</span></li>
<li class="mt-2">Contributing content. Got an idea for a discussion, AMA, fireside chat, roundtable or workshop? <a class="text-lime" href="https://readylayerone.typeform.com/to/PCEYOT">Submit your content</a></li>
<li class="mt-2">Don't see a way that works for you? Email us at <a href="mailto:[email protected]" class="text-lime">[email protected]</a> with how you'd like to participate. </li>
</ul>
<h3 class="mt-10 text-white text-xl">How much does this cost?</h3>
<p class="mt-2 text-sm">The cost is active participation, not cash! Free tickets will be available for developers and builders who can display proof of work in contributing to the decentralized web.</p>
<h3 class="mt-10 text-white text-xl">Who is hosting this?</h3>
<p class="mt-2 text-sm text-teal"><a href="https://cosmos.network/">Cosmos</a>,
<a href="https://nearprotocol.com/">NEAR</a>,
<a href="http://polkadot.network">Polkadot</a>,
<a href="https://protocol.ai/">Protocol Labs</a>,
<a href="https://tezos.com/">Tezos</a>,
<a href="https://celo.org/">Celo</a> and <br>
<a href="https://solana.com/">Solana</a></p>
<h3 class="mt-10 text-white text-xl">How do I get in touch?</h3>
<p class="mt-2 text-sm"><a class="text-lime" href="mailto:[email protected]">[email protected]</a> OR join the community telegram</p>
<h3 class="mt-10 text-white text-xl">When and where?</h3>
<p class="mt-2 text-sm">May 4th-6th, 2020 via the Hopin Platform</p>
<h3 class="mt-10 text-white text-xl">Why?</h3>
<p class="mt-2 text-sm mb-10">Now more than ever, it's clear that collaboration is more important than competition. With in-person events cancelled around the world, we wanted to provide a different kind of online space where developers can learn, build and grow community around themselves. As the underlying infrastructure of this ecosystem, the participating projects want to create an opportunity for the people who will build on top of this technology to see what's truly possible.</p>
</div>
<!-- Buttons -->
<div class="sm:flex items-center mt-10 mr-10">
<a href="https://readylayerone.typeform.com/to/MeX8I4" class="inline-block align-top ml-2 px-4 relative text-xl sm:text-2xl text-white font-secondary flex-shrink-0 unglitch group" onclick=”javascript:pageTracker._trackPageview (‘Signup’);”>
<span class="absolute inset-0 -translate-x-1 -translate-y-1 bg-blue transform group-hover:bg-teal group-hover:-translate-x-2 group-hover:-translate-y-2"></span>
<span class="absolute inset-0 translate-x-1 translate-y-1 bg-blue transform group-hover:bg-pink group-hover:translate-x-2 group-hover:translate-y-2"></span>
<span class="block relative z-1 p-1 pb-0 transform group-hover:translate-x-2 group-hover:translate-y-2"><span class="group-hover:glitch" data-text="Register Today"><span class="text-white">Register Today</span></span></span>
</a>
<!-- <p class="w-64 mt-10 sm:mt-0 sm:ml-10 text-sm text-brown">Be sure to let us know if you want to contribute</p> -->
</div>
<!--
<div class="sm:flex items-center md:mt-10">
<a href="https://readylayerone.typeform.com/to/PCEYOT" class="inline-block align-top ml-2 px-4 relative text-xl sm:text-2xl text-white font-secondary flex-shrink-0 unglitch group" >
<span class="absolute inset-0 -translate-x-1 -translate-y-1 bg-brown transform group-hover:bg-lime group-hover:-translate-x-2 group-hover:-translate-y-2"></span>
<span class="absolute inset-0 translate-x-1 translate-y-1 bg-brown transform group-hover:bg-pink group-hover:translate-x-2 group-hover:translate-y-2"></span>
<span class="block relative z-1 p-1 pb-0 transform group-hover:translate-x-2 group-hover:translate-y-2"><span class="group-hover:glitch" data-text="Submit Content"><span class="text-white">Submit Content</span></span></span>
</a>
</div>
End Buttons -->
</div>
</div>
</div>
<div class="px-8 py-10">
<img src="assets/img/glitch-lg.png" class="h-2 w-full" alt="">
</div>
<!-- <div class="p-8 text-brown text-sm">
<script>document.write(new Date().getFullYear())</script> NEAR Foundation | All Rights Reserved | <a href="#" class="text-brown-light">Privacy</a>
</div> -->
<script src="assets/js/rlo.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-100373569-17"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-100373569-17');
</script>
</body>
</html>