-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
575 lines (563 loc) · 28.3 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
<!DOCTYPE html>
<html style="height: 100%;">
<head>
<title>ETHBuenosAires</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Twitter card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@ethbuenosaires" />
<meta name="twitter:creator" content="@ethbuenosaires" />
<meta name="twitter:description" content="ETHBuenosAires is an Ethereum hackathon starting on May 25th, 2018. Part of ethglobal.co, first event of its kind in Latin America." />
<meta name="twitter:title" content="ETHBuenosAires – May 25-28, 2018" />
<meta name="twitter:image" content="https://raw.githubusercontent.com/ethbuenosaires/website/master/images/twitter-card-icon.png" />
<!-- Opengraph card (WhatsApp & others) -->
<meta property="og:title" content="ETHBuenosAires – May 25-28, 2018" />
<meta property="og:description" content="ETHBuenosAires is an Ethereum hackathon starting on May 25th, 2018. Part of ethglobal.co, first event of its kind in Latin America." />
<meta property="og:url" content="https://ethbuenosaires.com/" />
<meta property="og:site_name" content="ETHBuenosAires" />
<meta property="og:image" content="https://raw.githubusercontent.com/ethbuenosaires/website/master/images/twitter-card-icon.png" />
<meta property="og:image:secure_url" content="https://raw.githubusercontent.com/ethbuenosaires/website/master/images/twitter-card-icon.png" />
<meta property="og:image:width" content="300" />
<meta property="og:image:height" content="300" />
<meta name="description" content="ETHBuenosAires is an Ethereum hackathon starting on May 25th, 2018. Part of ethglobal.co, first event of its kind in Latin America.">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
<link rel="manifest" href="images/favicon/site.webmanifest">
<link rel="mask-icon" href="images/favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="images/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#603cba">
<meta name="msapplication-config" content="images/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<meta charset="UTF-8"> <!--Encoding -->
<meta name="viewport" content="width=device-width, initial-scale=1"> <!--Movile first -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116542937-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-116542937-1');
</script>
<script src="js/jquery.min.js"></script><!--JQuery 1.11.2 local -->
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="js/home.js"></script>
<link rel="stylesheet" type="text/css" href="css/materialize.min.css">
<script type="text/javascript" src="js/materialize.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/responsive.css">
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css">
</head>
<body>
<section id="principal">
<nav>
<div class="nav-wrapper">
<a href="#" data-activates="mobile-nav" class="button-collapse"><i class="fa fa-bars" aria-hidden="true"></i></a>
<ul class="right hide-on-med-and-down">
<li><a class="menu-text" href="#about">ABOUT</a></li>
<li><a class="menu-text" target="_blank" href="https://medium.com/ethbuenosaires">BLOG</a></li>
<li><a class="menu-text" href="#speakers-and-judges">SPEAKERS AND JUDGES</a></li>
<li><a class="menu-text" href="#sponsors">SPONSORS</a></li>
<li><a class="menu-text" href="#venue">VENUE</a></li>
<li><a class="menu-text" href="/schedule/">SCHEDULE</a></li>
<li><a class="menu-text" href="https://ethbuenosaires.devpost.com">DEVPOST</a></li>
<li><a class="menu-text" href="https://ethbuenosaires.com/live">LIVESTREAM</a></li>
</ul>
<ul class="side-nav" id="mobile-nav">
<li><a class="sidenav-close close-link" href="#!">X</a></li>
<li class="valign-wrapper"><a class="menu-text sidenav-close" href="#about">ABOUT</a></li>
<li class="valign-wrapper"><a class="menu-text sidenav-close" target="_blank" href="https://medium.com/ethbuenosaires">BLOG</a></li>
<li class="valign-wrapper"><a class="menu-text sidenav-close" href="#speakers-and-judges">SPEAKERS AND JUDGES</a></li>
<li class="valign-wrapper"><a class="menu-text sidenav-close" href="#sponsors">SPONSORS</a></li>
<li class="valign-wrapper"><a class="menu-text sidenav-close" href="#venue">VENUE</a></li>
<li class="valign-wrapper"><a class="menu-text sidenav-close" href="/schedule/">SCHEDULE</a></li>
<li class="valign-wrapper"><a class="menu-text sidenav-close" href="https://ethbuenosaires.devpost.com">DEVPOST</a></li>
<li class="valign-wrapper"><a class="menu-text sidenav-close" href="https://ethbuenosaires.com/live">LIVESTREAM</a></li>
</ul>
</div>
</nav>
<section class="valign-wrapper" id="home">
<div class="row">
<div class="col s12 offset-s0 m10 offset-m1 l8 offset-l2">
<img class="hide-on-small-only" src="./images/logo.svg"/>
<img class="hide-on-med-and-up" src="./images/logo-mobile.svg"/>
<h5 class="valign">Part of the ETHGlobal community & first event in Latin America</h5>
<h4>May 25 - 27, 2018 // Buenos Aires, Argentina</h4>
<h3>Registrations are now closed. If we confirmed you via email, see you soon! <br/>If you didn’t make it this time, you'll only be able to follow this event via livestream and recordings.</h3>
</div>
</div>
</section>
</section>
<section class="valign-wrapper row" id="about">
<div class="valign col s12 m8">
<h2>BUILD THE DECENTRALIZED FUTURE</h2>
<h3>ETHBuenosAires is welcoming those who want to support and build the decentralized future.</h3>
<p>The hackathon is an opportunity to work alongside the developers, thought leaders, advisers, and companies who are making the infrastructure and applications that will power the future.</p>
</div>
</section>
<section class="valign-wrapper" id="speakers-and-judges">
<div class="valign row">
<h2 class="speakers-title">SPEAKERS AND JUDGES</h2>
<div class="row">
<div class="speakers-box">
<img src="./images/speakers/evan_van_ness.jpg" class="circle responsive-img speakers-img">
<p class="speakers-text">Evan Van Ness</p>
<p class="speakers-subtitle">Curator</br>Week in Ethereum</p>
</div>
<div class="speakers-box">
<img src="./images/speakers/rhys_lindmark.jpg" class="circle responsive-img speakers-img">
<p class="speakers-text">Rhys Lindmark</p>
<p class="speakers-subtitle">Co-steward</br>ETHCommons</p>
</div>
<div class="speakers-box">
<img src="./images/speakers/liam_horne.png" class="circle responsive-img speakers-img">
<p class="speakers-text">Liam Horne</p>
<p class="speakers-subtitle">Co-founder</br>L4 & ETHGlobal</p>
</div>
<div class="speakers-box">
<img src="./images/speakers/simon_de_la_rouviere.png" class="circle responsive-img speakers-img">
<p class="speakers-text">Simon de la Rouviere</p>
<p class="speakers-subtitle">Engineer of Societies</br>Consensys</p>
</div>
<div class="speakers-box">
<img src="./images/speakers/esteban_ordano.jpeg" class="circle responsive-img speakers-img">
<p class="speakers-text">Esteban Ordano</p>
<p class="speakers-subtitle">Tech Lead</br>Decentraland</p>
</div>
<div class="speakers-box">
<img src="./images/speakers/elena_nadolinski.png" class="circle responsive-img speakers-img">
<p class="speakers-text">Elena Nadolinski</p>
<p class="speakers-subtitle">Software Engineer</br>Airbnb</p>
</div>
<div class="speakers-box">
<img src="./images/speakers/federico_bond.jpg" class="circle responsive-img speakers-img">
<p class="speakers-text">Federico Bond</p>
<p class="speakers-subtitle">Co-founder & CTO</br>Signatura</p>
</div>
<div class="speakers-box">
<img src="./images/speakers/luis_cuende.jpg" class="circle responsive-img speakers-img">
<p class="speakers-text">Luis Cuende</p>
<p class="speakers-subtitle">Project Lead</br>Aragon</p>
</div>
<div class="speakers-box">
<img src="./images/speakers/fabiano_pereira.jpeg" class="circle responsive-img speakers-img">
<p class="speakers-text">Fabiano Pereira</p>
<p class="speakers-subtitle">Software Engineer</br>CryptoKitties - Axiom Zen</p>
</div>
<div class="speakers-box">
<img src="./images/speakers/sergio_lerner.png" class="circle responsive-img speakers-img">
<p class="speakers-text">Sergio Lerner</p>
<p class="speakers-subtitle">Chief Scientist</br>RSK</p>
</div>
<div class="speakers-box">
<img src="./images/speakers/demian_brener.png" class="circle responsive-img speakers-img">
<p class="speakers-text">Demian Brener</p>
<p class="speakers-subtitle">Co-founder & CEO</br>Zeppelin</p>
</div>
<div class="speakers-box">
<img src="./images/speakers/linda_xie.jpg" class="circle responsive-img speakers-img">
<p class="speakers-text">Linda Xie</p>
<p class="speakers-subtitle">Co-founder & Managing Director</br>Scalar Capital</p>
</div>
<div class="speakers-box">
<img src="./images/speakers/eric_meltzer.jpg" class="circle responsive-img speakers-img">
<p class="speakers-text">Eric Meltzer</p>
<p class="speakers-subtitle">Partner</br>INBlockchain</p>
</div>
<div class="speakers-box">
<img src="./images/speakers/Andy_Tudhope.png" class="circle responsive-img speakers-img">
<p class="speakers-text">Andy Tudhope</p>
<p class="speakers-subtitle">Technical Evangelist</br>Status</p>
</div>
<div class="speakers-box">
<img src="./images/speakers/Wendy_Xiao_Schadeck.png" class="circle responsive-img speakers-img">
<p class="speakers-text">Wendy Xiao Schadeck</p>
<p class="speakers-subtitle">VC</br>Northzone</p>
</div>
<div class="speakers-box">
<img src="./images/speakers/pete_kim.jpg" class="circle responsive-img speakers-img">
<p class="speakers-text">Pete Kim</p>
<p class="speakers-subtitle">Head of Engineering</br>Toshi</p>
</div>
<div class="speakers-box">
<img src="./images/speakers/ameen_soleimani.jpeg" class="circle responsive-img speakers-img">
<p class="speakers-text">Ameen Soleimani</p>
<p class="speakers-subtitle">Co-founder & CEO</br>SpankChain</p>
</div>
<div class="speakers-box">
<img src="./images/speakers/lane_rettig.jpeg" class="circle responsive-img speakers-img">
<p class="speakers-text">Lane Rettig</p>
<p class="speakers-subtitle">Core developer</br>eWASM</p>
</div>
<div class="speakers-box">
<img src="./images/speakers/joel_monegro.jpg" class="circle responsive-img speakers-img">
<p class="speakers-text">Joel Monegro</p>
<p class="speakers-subtitle">Partner</br>Placeholder</p>
</div>
<div class="speakers-box">
<img src="./images/speakers/chris_burniske.png" class="circle responsive-img speakers-img">
<p class="speakers-text">Chris Burniske</p>
<p class="speakers-subtitle">Partner</br>Placeholder</p>
</div>
<div class="speakers-box">
<img src="./images/speakers/panashe_mahachi.jpg" class="circle responsive-img speakers-img">
<p class="speakers-text">Panashe Mahachi</p>
<p class="speakers-subtitle">Co-founder</br>L4 & The Stable Fund</p>
</div>
<div class="speakers-box">
<img src="./images/speakers/agustin_aguilar.jpg" class="circle responsive-img speakers-img">
<p class="speakers-text">Agustin Aguilar</p>
<p class="speakers-subtitle">Lead Developer</br>RCN</p>
</div>
<div class="speakers-box">
<img src="./images/speakers/mariano_conti.png" class="circle responsive-img speakers-img">
<p class="speakers-text">Mariano Conti</p>
<p class="speakers-subtitle">Developer</br>Maker</p>
</div>
<div class="speakers-box">
<img src="./images/speakers/facundo_spagnuolo.png" class="circle responsive-img speakers-img">
<p class="speakers-text">Facundo Spagnuolo</p>
<p class="speakers-subtitle">Core Developer</br>Zeppelin</p>
</div>
<div class="speakers-box">
<img src="./images/speakers/joe_urgo.jpg" class="circle responsive-img speakers-img">
<p class="speakers-text">Joe Urgo</p>
<p class="speakers-subtitle">Co-Founder & Operations Lead</br>District0x</p>
</div>
<div class="speakers-box">
<img src="./images/speakers/fred_de_villamil.jpeg" class="circle responsive-img speakers-img">
<p class="speakers-text">Fred De Villamil</p>
<p class="speakers-subtitle">VP Engineering</br>Ledger</p>
</div>
<div class="speakers-box">
<img src="./images/speakers/josh_rio.png" class="circle responsive-img speakers-img">
<p class="speakers-text">Josh Rio</p>
<p class="speakers-subtitle">Lead Designer</br>DDex</p>
</div>
<div class="speakers-box">
<img src="./images/speakers/yondon_fu.jpg" class="circle responsive-img speakers-img">
<p class="speakers-text">Yondon Fu</p>
<p class="speakers-subtitle">Software Engineer </br>Livepeer</p>
</div>
<div class="speakers-box">
<img src="./images/speakers/dan_nolan.png" class="circle responsive-img speakers-img">
<p class="speakers-text">Dan Nolan</p>
<p class="speakers-subtitle">Software Developer </br>ChainShot</p>
</div>
<div class="speakers-box">
<img src="./images/speakers/chance_du.JPG" class="circle responsive-img speakers-img">
<p class="speakers-text">Chance Du</p>
<p class="speakers-subtitle">Founding Partner</br>Coefficient Ventures</p>
</div>
</div>
</div>
</section>
<section class="valign-wrapper" id="sponsors">
<div class="valign row">
<h2>SPONSORS</h2>
<div class="row">
<a href="https://ethereum.org" target="_blank" alt="Ethereum" title="Ethereum" id="sponsor-ethereum">
<img src="./images/sponsors/Ethereum.png" />
</a>
<a href="https://ethglobal.co/" target="_blank" alt="EthGlobal" title="EthGlobal" id="sponsor-ethglobal">
<img src="./images/sponsors/Ethglobal.svg" />
</a>
<a href="https://zeppelin.solutions" target="_blank" alt="Zeppelin" title="Zeppelin" id="sponsor-zeppelin">
<img src="./images/sponsors/Zeppelin.svg" />
</a>
<a href="https://aragon.one" target="_blank" alt="Aragon" title="Aragon" id="sponsor-aragon">
<img src="./images/sponsors/Aragon.svg" />
</a>
<a href="https://ecf.network/" target="_blank" alt="ethereumCommunityFound" title="Ethereum Community Found" id="sponsor-ethereum-community-found">
<img src="./images/sponsors/Ethereum-community-found.png" />
</a>
<a href="https://golem.network/" target="_blank" alt="golem" title="golem" id="sponsor-golem">
<img src="./images/sponsors/golem.png" />
</a>
<a href="https://stable.fund/" target="_blank" alt="stable" title="stable" id="sponsor-stable">
<img src="./images/sponsors/stable.png" />
</a>
<a href="http://www.toshi.org/" target="_blank" alt="toshi" title="toshi" id="sponsor-toshi">
<img src="./images/sponsors/Toshi.svg" />
</a>
<a href="https://windingtree.com/" target="_blank" alt="WindingTree" title="WindingTree" id="sponsor-windingtree">
<img src="./images/sponsors/Winding-tree.png" />
</a>
<a href="https://status.im/" target="_blank" alt="status" title="status" id="sponsor-status">
<img src="./images/sponsors/status.png" />
</a>
<a href="https://decentraland.org/" target="_blank" alt="decentraland" title="decentraland" id="sponsor-decentraland">
<img src="./images/sponsors/decentraland.png" />
</a>
<a href="https://blockgeeks.com/" target="_blank" alt="Blockgeeks" title="Blockgeeks" id="sponsor-blockgeeks">
<img src="./images/sponsors/Blockgeeks.png" />
</a>
<a alt="ETHCommons" title="ETHCommons" id="sponsor-ethcommons">
<img src="./images/sponsors/ETHCommons.png" />
</a>
<a href="https://ripiocredit.network/" target="_blank" alt="RCN" title="RCN" id="sponsor-ripio">
<img src="./images/sponsors/rcn.svg" />
</a>
<a href="https://makerdao.com/" target="_blank" alt="Maker" title="Maker" id="sponsor-maker">
<img src="./images/sponsors/maker.svg" />
</a>
<a href="https://lendroid.com" target="_blank" alt="lendroid" title="lendroid" id="sponsor-lendroid">
<img src="./images/sponsors/lendroid.svg" />
</a>
<a href="https://gnosis.pm/" target="_blank" alt="gnosis" title="gnosis" id="sponsor-gnosis">
<img src="./images/sponsors/gnosis.svg" />
</a>
<a href="http://1kx.network/" target="_blank" alt="1kx" title="1kx" id="sponsor-1kx">
<img src="./images/sponsors/1kx.svg" />
</a>
<a href="https://quiknode.io/" target="_blank" alt="quiknode" title="quiknode" id="sponsor-quiknode">
<img src="./images/sponsors/quiknode.png" />
</a>
<a href="https://userfeeds.io/" target="_blank" alt="userfeeds" title="userfeeds" id="sponsor-userfeeds">
<img src="./images/sponsors/userfeeds.svg" />
</a>
<a href="https://spankchain.com/" target="_blank" alt="spankchain" title="spankchain" id="sponsor-spankchain">
<img src="./images/sponsors/spankchain.svg" />
</a>
<a href="https://poex.io/" target="_blank" alt="poex" title="poex" id="sponsor-poex">
<img src="./images/sponsors/poex.svg" />
</a>
<a href="https://www.maecenas.co/" target="_blank" alt="Maecenas" title="Maecenas" id="sponsor-maecenas">
<img src="./images/sponsors/maecenas.svg" />
</a>
<a href="https://thehydrofoundation.com/" target="_blank" alt="Hydro" title="Hydro" id="sponsor-hydro">
<img src="./images/sponsors/hydro.svg" />
</a>
<a href="https://district0x.io/" target="_blank" alt="District0x" title="District0x" id="sponsor-district0x">
<img src="./images/sponsors/district0x.svg" />
</a>
<a href="https://www.ledger.fr/" target="_blank" alt="Ledger" title="Ledger" id="sponsor-ledger">
<img src="./images/sponsors/ledger.svg" />
</a>
<a href="https://new.consensys.net/" target="_blank" alt="Consensys" title="Consensys" id="sponsor-consensys">
<img src="./images/sponsors/consensys.png" />
</a>
<a href="http://coefficient.network/" target="_blank" alt="Coefficient Ventures" title="Coefficient Ventures" id="sponsor-coefficient">
<img src="./images/sponsors/coefficient.png" />
</a>
</div>
<h3>ETHBuenosAires sponsorship deadline is April 30th.</h3>
<p>Qualified sponsorships receive 5-15% credit for bounties & repos.</p>
<a href="mailto:[email protected]"><button class="details">Become a sponsor</button></a>
<h2 class="partners-title">MEDIA PARTNERS</h2>
<div class="row">
<a alt="Cripto Noticias" title="CriptoNoticias" id="sponsor-criptonoticias" target="_blank" href="https://www.criptonoticias.com">
<img src="./images/sponsors/Criptonoticias.png" />
</a>
<a href="https://www.acamica.com/" target="_blank" alt="Acamica" title="Acamica" id="sponsor-acamica">
<img src="./images/sponsors/acamica.svg" />
</a>
<a href="https://livepeer.org/" target="_blank" alt="Livepeer" title="Livepeer" id="sponsor-livepeer">
<img src="./images/sponsors/livepeer.svg" />
</a>
<a href="http://www.zeroknowledge.fm/" target="_blank" alt="Zk" title="Zk" id="sponsor-zk">
<img src="./images/sponsors/zk.svg" />
</a>
</div>
</div>
</section>
<section class="row" id="venue">
<div class="col s12 l6 venue-box">
<div class="box1">
<h5 class="details">VENUE</h5>
<a target="_blank" href="https://www.areatresworkplace.com/"><img src="./images/venue.JPG"></a>
<h2>AREA 3</h2>
<p>El Salvador 5218,</br>Buenos Aires, Argentina.</p>
</div>
<div class="box2">
<h5 class="details">HOTEL</h5>
<a target="_blank" href="https://goo.gl/maps/mGqmjdBg7SA2"><img src="./images/hotel.jpg"></a>
<h2>DAZZLER PALERMO</h2>
<p>Humboldt 1650,</br>Buenos Aires, Argentina.</p>
</div>
</div>
<div class="col s12 l6 google-map" id="map"></div>
</section>
<section class="valign-wrapper" id="contact">
<div class="valign">
<div class="row">
<a class="social-media" target="_blank" href="https://medium.com/ethbuenosaires">
<img src="./images/Medium.svg">
</a>
<a class="social-media" target="_blank" href="https://github.com/ethbuenosaires/">
<img src="./images/Github.svg">
</a>
<!-- <a class="social-media" target="_blank" href="https://ethbuenosaires.slack.com/">
<img src="./images/Slack.svg">
</a> -->
<a class="social-media" target="_blank" href="https://twitter.com/ethbuenosaires">
<img src="./images/Twitter.svg">
</a>
<a class="social-media" target="_blank" href="https://www.instagram.com/ethbuenosaires/">
<img src="./images/Instagram.svg">
</a>
</div>
<div class="row">
<a class="contact-link" href="mailto:[email protected]">[email protected]</a>
</div>
<div class="row">
<!-- <a class="details">VALUES & ETHOS</a>
<span class="details"> - </span> -->
<a class="details modal-trigger" data-target="coc-modal">CODE OF CONDUCT</a>
</div>
</div>
</section>
<div id="coc-modal" class="modal">
<div class="modal-content modal-title">
<h2>CODE OF CONDUCT</h2>
</div>
<div class="modal-content">
<p>
Be cool.
</p>
<p>
Do not engage in harassment. Harassment includes, but is not limited to, offensive verbal comments related to gender, sexual orientation, physical or mental ability, age, socioeconomic status, ethnicity, physical appearance, race, or religion. It also encompasses deliberate intimidation, stalking, and unwelcome sexual attention. Participants asked to stop any harassing behavior are expected to comply immediately. If participants fail to comply they will be asked to leave the event.
</p>
<p>
Be careful and mindful of the words that you choose. Remember that sexist, racist, and other exclusionary behavior can be offensive to those around you.
</p>
<p>
In practice, the Ethereum ecosystem very rarely deals with these types of issues. We'll ensure that this "meatspace" event is as open and welcoming as the online Ethereum community.
</p>
</div>
</div>
</body>
<script>
function initMap() {
var map = new google.maps.Map(document.getElementById('map'), {
zoom: 15,
center: new google.maps.LatLng(-34.5859528,-58.4322981),
styles: [
{
"featureType": "all",
"elementType": "labels",
"stylers": [
{ "visibility": "off" },
{ "hue": "#ff0000" }
]
},
{
"featureType": "administrative.province",
"elementType": "all",
"stylers": [
{ "visibility": "off" }
]
},
{
"featureType": "landscape",
"elementType": "all",
"stylers": [
{ "saturation": -100 },
{ "lightness": 65 },
{ "visibility": "on" }
]
},
{
"featureType": "poi",
"elementType": "all",
"stylers": [
{ "visibility": "off" }
]
},
{
"featureType": "road.highway",
"elementType": "all",
"stylers": [
{ "saturation": -100 },
{ "visibility": "simplified"}
]
},
{
"featureType": "road.arterial",
"elementType": "all",
"stylers": [
{ "saturation": -100 },
{ "lightness": 30 },
{ "visibility": "on" }
]
},
{
"featureType": "road.local",
"elementType": "all",
"stylers": [
{ "saturation": -100 },
{ "lightness": 40 },
{ "visibility": "on" },
]
},
{
"featureType": "transit",
"elementType": "all",
"stylers": [
{ "visibility": "off" }
]
},
{
"featureType": "water",
"elementType": "geometry",
"stylers": [
{ "hue": "#ffff00" },
{ "lightness": -25 },
{ "saturation": -97 }
]
},
{
"featureType": "water",
"elementType": "labels",
"stylers": [
{ "visibility": "on" },
{ "lightness": -25 },
{ "saturation": -100 }
]
}
],
mapTypeId: google.maps.MapTypeId.ROADMAP
});
// MARKERS
var venue = new google.maps.Marker({
position: {lat: -34.5859528, lng: -58.4322981},
map: map,
icon:
{
url: "./images/Location.svg",
labelOrigin: new google.maps.Point(15,53),
},
title: 'Venue',
label: {
text: 'VENUE',
color: "#603bc1",
fontSize: "12px",
}
});
var hotel = new google.maps.Marker({
position: {lat: -34.58524, lng: -58.435953},
map: map,
icon:
{
url: "./images/Location_black.svg",
labelOrigin: new google.maps.Point(15,53),
},
title: 'Hotel',
label: {
text: 'HOTEL',
color: "#000000",
fontSize: "12px",
}
});
google.maps.event.trigger(map, 'resize');
}
</script>
<style>
img[src="https://maps.gstatic.com/mapfiles/api-3/images/mapcnt6.png"] {
display: none;
}
</style>
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAskwefZc4kZl3RdqNXEUkgg8IlBsQtVd0&callback=initMap"></script>
</html>