-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
610 lines (554 loc) · 44.5 KB
/
index.html
File metadata and controls
610 lines (554 loc) · 44.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
<!doctype html>
<html lang="en" itemscope itemtype="http://schema.org/Event" class="index">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-115500153-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-115500153-1');
</script>
<!-- register service worker -->
<script>
if ('serviceWorker' in navigator)
{
window.addEventListener('load', function() {
navigator.serviceWorker.register('sw.js')
.then(function() { console.log("Service Worker Registered"); });
}
);
}
</script>
<!-- end of service worker -->
<meta charset="utf-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0">
<link rel="manifest" href="manifest.json">
<meta name="theme-color" content="#fff">
<title>Google I/O 2018 EXtended Eldoret</title>
<meta itemprop="name" content="Google I/O 2018 EXtended Eldoret">
<meta itemprop="description" content="I/O Extended events help developers from around the world take part in the I/O experience. I/O Extended 2018 Eldoret will be no exception.">
<meta itemprop="startDate" content="2018-05-26">
<meta itemprop="endDate" content="2018-05-26">
<meta itemprop="url" content="https://io.gdgmoi.com">
<meta itemprop="location" content="Moi University, Eldoret, Kenya">
<meta property="og:url" content="https://io.gdgmoi.com">
<meta property="og:type" content="Event">
<meta property="og:image" content="https://storage.googleapis.com/io-2018.appspot.com/v1/io-social-banner.png">
<meta property="og:title" content="Google I/O 2018 EXtended Eldoret">
<meta property="og:site_name" content="Google I/O 2018 EXtended Eldoret">
<meta name="description" content="I/O Extended events help developers from around the world take part in the I/O experience. I/O Extended 2018 Eldoret will be no exception.">
<meta property="og:description" content="I/O Extended events help developers from around the world take part in the I/O experience. I/O Extended 2018 Eldoret will be no exception.">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Google+Sans:400,500|Roboto:400,500" rel="stylesheet">
<link rel="stylesheet" href="static/css/main.min.css">
<link rel="stylesheet" href="static/css/home.min.css">
<meta name="google-site-verification" content="j-mH2xoHnxrJhQIEUgIH7V8b23Z4TUC1eIYOPx0QTC8" />
<link rel="shortcut icon" href="favicon/ioextended18eldoret.png" type="image/png"/>
</head>
<body id="top" data-ping-api="" data-userdata-api="" data-registration-api="" data-firebase-project="">
<header class="header " data-scroll-header>
<div class="header__content">
<div class="header__logo">
<a href="/" data-g-event-category="header:nav" data-g-event-action="click" data-g-event-label="home">
<svg width="46" height="33" viewBox="0 0 46 33" xmlns="http://www.w3.org/2000/svg"><g id="nav-io-phase-01" fill="none" fill-rule="evenodd" transform="translate(-62 -17)"><g id="ic-io-logo-indigo" transform="translate(62 17)" fill="#536DFE"><g id="io-logo">
<polygon id="Fill-1" points="0 27.6131665 11.6101901 27.6131665 11.6101901 4.41459344 0 4.41459344"/><polygon id="Fill-2" points="20.1618317 2.15798668e-05 12.9722085 32.3443582 14.7781521 32.7494123 21.9677754 0.405075688"/><path d="M33.2533553,3.45297298 C26.3665842,3.45297298 20.7835806,9.06222787 20.7835806,15.9813807 C20.7835806,22.9009651 26.3665842,28.5100042 33.2533553,28.5100042 C40.140556,28.5100042 45.7233447,22.9009651 45.7233447,15.9813807 C45.7233447,9.06222787 40.140556,3.45297298 33.2533553,3.45297298" id="Fill-3"/></g></g></g></svg> </a>
</div>
<div class="header__links">
<div class="header__hamburger" aria-label="menu" role=button tabindex="0">
<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/></svg> </div>
<nav class="header__nav header__nav--desktop" role="navigation">
<div class="header__nav__item ">
<a href="schedule/" data-g-event-category="header:nav" data-g-event-action="click" data-g-event-label="schedule">Schedule</a>
</div>
<div class="header__nav__item ">
<a href="resources/" data-g-event-category="header:nav" data-g-event-action="click" data-g-event-label="resources">Resources</a>
</div>
<div class="header__nav__item ">
<a href="registration/" data-g-event-category="header:nav" data-g-event-action="click" data-g-event-label="registration">Registration</a>
</div>
<div class="header__nav__item ">
<a href="/" data-g-event-category="header:nav" data-g-event-action="click" data-g-event-label="Home">Home</a>
</div>
</nav>
</div>
<div class="header__spacer"></div>
</div>
<div class="header__spacer">
</div>
</header>
<div class="header__nav header__nav--mobile">
<div class="header__nav__content">
<div class="header__nav__logo">
<a href="/" data-g-event-category="header:nav" data-g-event-action="click" data-g-event-label="home">
<svg width="46" height="33" viewBox="0 0 46 33" xmlns="http://www.w3.org/2000/svg"><g id="nav-io-phase-01" fill="none" fill-rule="evenodd" transform="translate(-62 -17)"><g id="ic-io-logo-indigo" transform="translate(62 17)" fill="#536DFE"><g id="io-logo"><polygon id="Fill-1" points="0 27.6131665 11.6101901 27.6131665 11.6101901 4.41459344 0 4.41459344"/><polygon id="Fill-2" points="20.1618317 2.15798668e-05 12.9722085 32.3443582 14.7781521 32.7494123 21.9677754 0.405075688"/><path d="M33.2533553,3.45297298 C26.3665842,3.45297298 20.7835806,9.06222787 20.7835806,15.9813807 C20.7835806,22.9009651 26.3665842,28.5100042 33.2533553,28.5100042 C40.140556,28.5100042 45.7233447,22.9009651 45.7233447,15.9813807 C45.7233447,9.06222787 40.140556,3.45297298 33.2533553,3.45297298" id="Fill-3"/></g></g></g></svg> </a>
</div>
<nav class="header__nav__items" role="navigation">
<div class="header__nav__item ">
<a href="schedule/" data-g-event-category="header:nav" data-g-event-action="click" data-g-event-label="schedule">Schedule</a>
</div>
<div class="header__nav__item ">
<a href="resources/" data-g-event-category="header:nav" data-g-event-action="click" data-g-event-label="resources">Resources</a>
</div>
<div class="header__nav__item ">
<a href="registration/" data-g-event-category="header:nav" data-g-event-action="click" data-g-event-label="registration">Registration</a>
</div>
<div class="header__nav__item ">
<a href="/" data-g-event-category="header:nav" data-g-event-action="click" data-g-event-label="Home">Home</a>
</div>
</nav>
<div class="header__nav__details">
<div role="presentation">May 26, 2018</div>
<div role="presentation">Moi University,</div>
<div role="presentation">Main Campus, Eldoret.</div>
</div>
</div>
</div>
<main role="main">
<!--
<div class="countdown__section">
<div class="countdown__title countdown__title--md">This year’s I/O Extended Eldoret 2.0 will be held on May 26 at Moi, University, Main Campus, Eldoret.
</div>
<div class="countdown__title">
<svg width="46" height="33" viewBox="0 0 46 33" xmlns="http://www.w3.org/2000/svg"><g id="nav-io-phase-01" fill="none" fill-rule="evenodd" transform="translate(-62 -17)"><g id="ic-io-logo-indigo" transform="translate(62 17)" fill="#536DFE">
<g id="io-logo">
<polygon id="Fill-1" points="0 27.6131665 11.6101901 27.6131665 11.6101901 4.41459344 0 4.41459344"/>
<polygon id="Fill-2" points="20.1618317 2.15798668e-05 12.9722085 32.3443582 14.7781521 32.7494123 21.9677754 0.405075688"/><path d="M33.2533553,3.45297298 C26.3665842,3.45297298 20.7835806,9.06222787 20.7835806,15.9813807 C20.7835806,22.9009651 26.3665842,28.5100042 33.2533553,28.5100042 C40.140556,28.5100042 45.7233447,22.9009651 45.7233447,15.9813807 C45.7233447,9.06222787 40.140556,3.45297298 33.2533553,3.45297298" id="Fill-3"/>
</g></g></g></svg>
<div>
May 26, 2018, Eldoret.
</div>
</div>
<div class="countdown js-countdown-wrapper">
<div class="unit -days js-days-wrap" aria-hidden="true">
<div class="digit">
<div class="scaler">
<svg
class="svg-canvas js-svg-canvas js-set-one"
data-digit="days-first-digit"
dataset-digit="days-first-digit"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 150 240"
></svg>
</div>
</div>
<div class="digit">
<div class="scaler">
<svg
class="svg-canvas js-svg-canvas js-set-one"
data-digit="days-second-digit"
dataset-digit="days-second-digit"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 150 240"
></svg>
</div>
</div>
<span class="label">D</span>
</div>
<div class="unit -hours js-hours-wrap" aria-hidden="true">
<div class="digit">
<div class="scaler">
<svg
class="svg-canvas js-svg-canvas js-set-two"
data-digit="hours-first-digit"
dataset-digit="hours-first-digit"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 150 240"
></svg>
</div>
</div>
<div class="digit">
<div class="scaler">
<svg
class="svg-canvas js-svg-canvas js-set-two"
data-digit="hours-second-digit"
data-digit="hours-second-digit"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 150 240"
></svg>
</div>
</div>
<span class="label">H</span>
</div>
<div class="unit -minutes js-minutes-wrap" aria-hidden="true">
<div class="digit">
<div class="scaler">
<svg
class="svg-canvas js-svg-canvas js-set-one"
data-digit="minutes-first-digit"
dataset-digit="minutes-first-digit"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 150 240"
></svg>
</div>
</div>
<div class="digit">
<div class="scaler">
<svg
class="svg-canvas js-svg-canvas js-set-one"
data-digit="minutes-second-digit"
dataset-digit="minutes-second-digit"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 150 240"
></svg>
</div>
</div>
<span class="label">M</span>
</div>
<div class="unit -seconds js-seconds-wrap" aria-hidden="true">
<div class="digit">
<div class="scaler">
<svg
class="svg-canvas js-svg-canvas js-set-two"
data-digit="seconds-first-digit"
dataset-digit="seconds-first-digit"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 150 240"
></svg>
</div>
</div>
<div class="digit">
<div class="scaler">
<svg
class="svg-canvas js-svg-canvas js-set-two"
data-digit="seconds-second-digit"
dataset-digit="seconds-second-digit"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 150 240"
></svg>
</div>
</div>
<span class="label">S</span>
</div>
</div>
</div>
-->
<div class="belt belt--blue belt--bg-position-bottom">
<div class="belt__image" style="background-image: url(images/ioextendedeldoret18home.gif)"></div>
<aside class="belt__callout ">
<div class="belt__callout__content grid">
<div class="belt__callout__title" aria-level="2" role="heading">
I/O Extended events help developers from around the world take part in the I/O experience from wherever they are.
</div>
<div class="belt__callout__body">
</div>
</aside>
</div>
<div class="linkboxes linkboxes--wide linkboxes--title-left">
<div class="linkboxes__content">
<div class="grid grid--padded">
<div class="grid__item grid__item--12-cols grid__item--4-cols--gt-md">
<div class="linkboxes__header">
<div class="linkboxes__title">
What we shall focus on?
</div>
</div>
</div>
<div class="grid__item grid__item--12-cols grid__item--8-cols--gt-md">
<div class="grid grid--padded">
<div class="grid__item grid__item--12-cols grid__item--6-cols--gt-sm">
<div class="linkboxes__box ">
<div class="linkboxes__box__row">
<div class="linkboxes__box__wrapper linkboxes__box__wrapper--image-and-title">
<div class="linkboxes__box__image">
<svg class="animated-icon--platforms js-animated-icon" viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g stroke-linejoin="round" stroke-width="2"><path stroke="#31E7B6" d="M1 1h16v16H1zM1 17h16v16H1zM17 1h16v16H17zM17 17h16v16H17zM33 1h16v16H33zM33 17h16v16H33z"/><path stroke="#1CE8B5" d="M1 33h16v16H1z"/><path stroke="#31E7B6" d="M17 33h16v16H17zM33 33h16v16H33z"/></g><g id="platform-circles" transform="translate(4 4)" fill="#4768FD"><circle cx="5" cy="5" r="5" opacity="0"/><circle cx="21" cy="5" r="5" opacity="0"/><circle cx="37" cy="5" r="5" opacity="0"/><circle cx="5" cy="21" r="5" opacity="0"/><circle cx="21" cy="21" r="5" opacity="0"/><circle cx="37" cy="21" r="5" opacity="0"/><circle cx="5" cy="37" r="5" opacity="0"/><circle cx="21" cy="37" r="5" opacity="0"/><circle cx="37" cy="37" r="5" opacity="0"/></g></g></svg> </div>
<div class="linkboxes__box__title">Platforms</div>
</div>
<div class="linkboxes__box__wrapper">
<div class="linkboxes__box__image linkboxes__box__image--spacer"></div>
<div class="linkboxes__box__body">Utilize platforms that connect you to billions of users around the world.</div>
</div>
</div>
</div>
</div>
<div class="grid__item grid__item--12-cols grid__item--6-cols--gt-sm">
<div class="linkboxes__box ">
<div class="linkboxes__box__row">
<div class="linkboxes__box__wrapper linkboxes__box__wrapper--image-and-title">
<div class="linkboxes__box__image">
<svg class="animated-icon--grow-earn js-animated-icon" viewBox="0 0 56 56" xmlns="http://www.w3.org/2000/svg"><g stroke-width="2" fill="none" fill-rule="evenodd" transform="translate(0 1)"><g stroke="#ccc"><g stroke-linecap="round"><path d="M19 36v17a1 1 0 0 1-1 1H1"/><path d="M1 54V37a1 1 0 0 1 1-1h17"/></g><g stroke-linecap="round"><path d="M37 18v17a1 1 0 0 1-1 1H19"/><path d="M19 36V19a1 1 0 0 1 1-1h17"/></g><circle cx="44" cy="10.7" r="10"/></g><path id="grow-bottom-rect" fill="#FCD230" d="M2 37h16v16H2z" opacity="0"/><path id="grow-bottom-rect-cover" fill="#FFF" d="M2 37h16v16H2z" opacity="0"/><g id="grow-bottom" stroke="#FCD230" stroke-linecap="round"><path d="M19 36v17a1 1 0 0 1-1 1H1"/><path d="M19 36H2a1 1 0 0 0-1 1V54"/></g><g><path id="grow-middle-rect" fill="#1CE8B5" d="M20 19h16v16H20z" opacity="0"/><path id="grow-middle-rect-cover" fill="#FFF" d="M20 19h16v16H20z" opacity="0"/><g id="grow-middle" stroke="#1CE8B5" stroke-linecap="round"><path d="M37 18v17a1 1 0 0 1-1 1H19"/><path d="M37 18H20a1 1 0 0 0-1 1v17"/></g></g><g id="grow-top"><circle fill="#4768FD" cx="44" cy="10.7" r="11"/><g stroke="#4768FD" stroke-linecap="round"><path d="M0,10 C-6.76353751e-16,4.4771525 4.4771525,1.01453063e-15 10,0 C15.5228475,1.9335091e-14 20,4.4771525 20,10" transform="rotate(135 26.834 17.383)"/><path d="M0,20 C-6.76353751e-16,14.4771525 4.4771525,10 10,10 C15.5228475,10 20,14.4771525 20,20" transform="scale(-1 1) rotate(45 -5.753 -49.783)"/></g></g></g></svg> </div>
<div class="linkboxes__box__title">Grow & Earn</div>
</div>
<div class="linkboxes__box__wrapper">
<div class="linkboxes__box__image linkboxes__box__image--spacer"></div>
<div class="linkboxes__box__body">Acquire and engage new users; grow meaningful monetization streams.</div>
</div>
</div>
</div>
</div>
<div class="grid__item grid__item--12-cols grid__item--6-cols--gt-sm">
<div class="linkboxes__box ">
<div class="linkboxes__box__row">
<div class="linkboxes__box__wrapper linkboxes__box__wrapper--image-and-title">
<div class="linkboxes__box__image">
<svg class="animated-icon--build-on-mobile js-animated-icon" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><rect x="1" y="1" rx="1" ry="1" width="46" height="46" stroke="#4768FD" fill="transparent" stroke-width="2"/><circle fill="#FF6C00" cx="34" cy="34" r="5"/><path id="build-on-mobile-path-1" d="M34.5,34 C27.5,34 27.5,32 26.7,14"/><path id="build-on-mobile-path-2" d="M26.7,14 C26,16 26,20 10,20.5"/><path id="build-on-mobile-path-3" d="M10,20.5 C10,28 14,34.5 34.5,34"/></g></svg> </div>
<div class="linkboxes__box__title">Building on Mobile</div>
</div>
<div class="linkboxes__box__wrapper">
<div class="linkboxes__box__image linkboxes__box__image--spacer"></div>
<div class="linkboxes__box__body">Apply infrastructure and services to take your mobile apps to the next level.</div>
</div>
</div>
</div>
</div>
<div class="grid__item grid__item--12-cols grid__item--6-cols--gt-sm">
<div class="linkboxes__box ">
<div class="linkboxes__box__row">
<div class="linkboxes__box__wrapper linkboxes__box__wrapper--image-and-title">
<div class="linkboxes__box__image">
<svg class="animated-icon--beyond-mobile js-animated-icon" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g transform="translate(3 3)"><circle id="beyond-mobile-ring-outer" stroke="#FCD230" stroke-width="2" cx="21" cy="21" r="21"/><circle id="beyond-mobile-ring-inner" stroke="#FCD230" stroke-width="2" cx="21" cy="21" r="13.125"/><circle id="beyond-mobile-nucleus" fill="#4768FD" cx="21" cy="21" r="5"/></g><g id="beyond-mobile-planets" fill="#1CE8B5"><circle cx="45.333" cy="45.333" r="2.667"/><circle cx="2.667" cy="45.333" r="2.667"/><circle cx="2.667" cy="2.667" r="2.667"/><circle cx="45.333" cy="2.667" r="2.667"/></g></g></svg> </div>
<div class="linkboxes__box__title">Beyond Mobile</div>
</div>
<div class="linkboxes__box__wrapper">
<div class="linkboxes__box__image linkboxes__box__image--spacer"></div>
<div class="linkboxes__box__body">Expand onto new screens and push the limits of what’s possible.</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="grid__item grid__item--4-cols--gt-sm grid__item--4-cols--gt-md">
</div>
</div>
</div>
</div>
<div class="homepage-gallery section">
<div class="homepage-gallery__content">
<aside class="homepage-gallery__callout homepage-gallery__callout--header grid homepage-gallery__callout--aqua">
<div class="homepage-gallery__callout__content grid__item grid__item--12-cols grid__item--8-cols--gt-md grid" aria-level="2" role="heading">
<div class="grid__item grid__item--11-cols--gt-md">
<div class="homepage-gallery__callout__title">
Join us for Talks, Hands-on sessions and I/O 18 Recap viewing.
</div>
<div class="homepage-gallery__callout__ctas">
</div>
</div>
</div>
<div class="hidden-lt-md homepage-gallery__svg homepage-gallery__svg--header">
<svg style="width:252px" class="animated-pattern--home-1 js-animated-pattern" viewBox="0 0 252 251" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="#31E7B6"><path d="M161 5a5 5 0 1 1-10 0 5 5 0 0 1 10 0M131 5a5 5 0 1 1-10 0 5 5 0 0 1 10 0M191.5 5.5a5 5 0 1 1-10 0 5 5 0 0 1 10 0M221.5 5.5a5 5 0 1 1-10 0 5 5 0 0 1 10 0M251.5 5.5a5 5 0 1 1-10-.001 5 5 0 0 1 10 0M161 35a5 5 0 1 1-10 0 5 5 0 0 1 10 0M131 35a5 5 0 1 1-10 0 5 5 0 0 1 10 0M191.5 35.5a5 5 0 1 1-10 0 5 5 0 0 1 10 0M221.5 35.5a5 5 0 1 1-10 0 5 5 0 0 1 10 0M251.5 35.5a5 5 0 1 1-10-.001 5 5 0 0 1 10 0M161 65a5 5 0 1 1-10 0 5 5 0 0 1 10 0M131 65a5 5 0 1 1-10 0 5 5 0 0 1 10 0M191.5 65.5a5 5 0 1 1-10 0 5 5 0 0 1 10 0M221.5 65.5a5 5 0 1 1-10 0 5 5 0 0 1 10 0M251.5 65.5a5 5 0 1 1-10-.001 5 5 0 0 1 10 0M161 95a5 5 0 1 1-10 0 5 5 0 0 1 10 0M161 125a5 5 0 1 1-10 0 5 5 0 0 1 10 0M131 95a5 5 0 1 1-10 0 5 5 0 0 1 10 0M131 125a5 5 0 1 1-10 0 5 5 0 0 1 10 0M191 95a5 5 0 1 1-10 0 5 5 0 0 1 10 0M191 126a5 5 0 1 1-10 0 5 5 0 0 1 10 0M221 95a5 5 0 1 1-10 0 5 5 0 0 1 10 0M221 126a5 5 0 1 1-10 0 5 5 0 0 1 10 0M252 95a5 5 0 1 1-10.001-.001A5 5 0 0 1 252 95M252 126a5 5 0 1 1-10.001-.001A5 5 0 0 1 252 126"/><path d="M40 125a5 5 0 1 1-10 0 5 5 0 0 1 10 0M10 125a5 5 0 1 1-10 0 5 5 0 0 1 10 0M70.5 125.5a5 5 0 1 1-10 0 5 5 0 0 1 10 0M100.5 125.5a5 5 0 1 1-10 0 5 5 0 0 1 10 0M130.5 125.5a5 5 0 1 1-10-.001 5 5 0 0 1 10 0M40 155a5 5 0 1 1-10 0 5 5 0 0 1 10 0M10 155a5 5 0 1 1-10 0 5 5 0 0 1 10 0M70.5 155.5a5 5 0 1 1-10 0 5 5 0 0 1 10 0M100.5 155.5a5 5 0 1 1-10 0 5 5 0 0 1 10 0M130.5 155.5a5 5 0 1 1-10-.001 5 5 0 0 1 10 0M40 185a5 5 0 1 1-10 0 5 5 0 0 1 10 0M10 185a5 5 0 1 1-10 0 5 5 0 0 1 10 0M70.5 185.5a5 5 0 1 1-10 0 5 5 0 0 1 10 0M100.5 185.5a5 5 0 1 1-10 0 5 5 0 0 1 10 0M130.5 185.5a5 5 0 1 1-10-.001 5 5 0 0 1 10 0M40 215a5 5 0 1 1-10 0 5 5 0 0 1 10 0M40 245a5 5 0 1 1-10 0 5 5 0 0 1 10 0M10 215a5 5 0 1 1-10 0 5 5 0 0 1 10 0M10 245a5 5 0 1 1-10 0 5 5 0 0 1 10 0M70 215a5 5 0 1 1-10 0 5 5 0 0 1 10 0M70 246a5 5 0 1 1-10 0 5 5 0 0 1 10 0M100 215a5 5 0 1 1-10 0 5 5 0 0 1 10 0M100 246a5 5 0 1 1-10 0 5 5 0 0 1 10 0M131 215a5 5 0 1 1-10.001-.001A5 5 0 0 1 131 215M131 246a5 5 0 1 1-10.001-.001A5 5 0 0 1 131 246"/></g><g id="home-1-tube-1" transform="translate(55 144)"><path d="M10,69.9C10,36.8,36.8,10,69.9,10" stroke="#4768FD" stroke-width="20" stroke-linecap="round"/><circle cx="10" cy="70" r="10" fill="#FF6C00"/></g><g id="home-1-tube-2" transform="translate(146 25)"><path d="M10,69.9C10,36.8,36.8,10,69.9,10" stroke="#4768FD" stroke-width="20" stroke-linecap="round"/><circle cx="70" cy="10" r="10" fill="#FF6C00"/></g></g></svg> </div>
</aside>
<br><br>
<!--
<div class="homepage-gallery__video grid">
<div class="grid__item grid__item--4-cols--gt-md"></div>
<div class="homepage-gallery__video__wrapper grid__item grid__item--12-cols grid__item--8-cols--gt-md">
<div class="homepage-gallery__video__content">
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/-egFcaWtLBM" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<a href="https://goo.gl/photos/iKw8hniWZydHDgw29" target="_blank" rel="noopener"><div class="button homepage-gallery__video__title homepage-gallery__video__title--in-view">
I/O Extended 2017 Eldoret Highlights
</div></a>
</div>
</div>
</div>
-->
<div class="grid">
<a class="grid__item grid__item--12-cols grid__item--7-cols--gt-md homepage-gallery__image-container" href="https://goo.gl/photos/iKw8hniWZydHDgw29" target="_blank" rel="noopener">
<img class="homepage-gallery__image" src="images/ioattendeeseldoretextended.JPG"></a>
<div class="hidden-lt-md grid__item grid__item--2-cols--gt-md homepage-gallery__svg homepage-gallery__svg--align-top">
<svg style="width:172px" class="animated-pattern--home-4 js-animated-pattern" viewBox="0 0 172 271" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g stroke="#FCD230" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M71 161h100v60H71zM81 161v60M91 161v60M101 161v60M111 161v60M121 161v60M131 161v60M141 161v60M151 161v60M161 161v60M71 171h100M71 181h100M71 191h100M71 201h100M71 211h100"></path><path d="M71 101h100v60H71zM81 101v60M91 101v60M101 101v60M111 101v60M121 101v60M131 101v60M141 101v60M151 101v60M161 101v60M71 111h100M71 121h100M71 131h100M71 141h100M71 151h100"></path><path d="M71 41h100v60H71zM81 41v60M91 41v60M101 41v60M111 41v60M121 41v60M131 41v60M141 41v60M151 41v60M161 41v60M71 51h100M71 61h100M71 71h100M71 81h100M71 91h100"></path><path d="M1 61h100v60H1zM11 61v60M21 61v60M31 61v60M41 61v60M51 61v60M61 61v60M71 61v60M81 61v60M91 61v60M1 71h100M1 81h100M1 91h100M1 101h100M1 111h100"></path><path d="M1 1h100v60H1zM11 1v60M21 1v60M31 1v60M41 1v60M51 1v60M61 1v60M71 1v60M81 1v60M91 1v60M1 11h100M1 21h100M1 31h100M1 41h100M1 51h100"></path></g><path id="home-4-tube" d="M141 71c0-12.234-8.296-39.396-39.496-39.396C70.296 31.604 62 59.375 61 71" stroke="#31E7B6" stroke-width="20" stroke-linecap="round" stroke-dasharray="125" style="stroke-dashoffset: 250;"></path><circle id="home-4-dot" cx="61" cy="71" r="10" fill="#FF6C00"></circle><g id="home-4-rects" fill="#FF6C00"><rect x="1" y="61" width="20" height="10" opacity="1"></rect><rect x="1" y="81" width="20" height="10" opacity="1"></rect><rect x="1" y="101" width="20" height="10" opacity="1"></rect><rect x="1" y="121" width="20" height="10" opacity="1"></rect><rect x="1" y="141" width="20" height="10" opacity="1"></rect><rect x="1" y="161" width="20" height="10" opacity="1"></rect><rect x="1" y="181" width="20" height="10" opacity="1"></rect><rect x="1" y="201" width="20" height="10" opacity="1"></rect><rect x="1" y="221" width="20" height="10" opacity="1"></rect><rect x="1" y="241" width="20" height="10" opacity="1"></rect><rect x="1" y="261" width="20" height="10" opacity="1"></rect></g></g><desc>Created with Snap</desc><defs></defs></svg> </div>
</div>
<aside class="homepage-gallery__callout homepage-gallery__callout--footer grid homepage-gallery__callout--yellow">
<div class="grid__item grid__item--6-cols--gt-md"></div>
<div class="homepage-gallery__callout__content grid__item grid__item--12-cols grid__item--6-cols--gt-md grid" aria-level="2" role="heading">
<div class="grid__item grid__item--2-cols--gt-md"></div>
<div class="grid__item grid__item--8-cols--gt-md">
<div class="homepage-gallery__callout__title">
I/O 2017 Extended Photos
</div>
<div class="homepage-gallery__callout__ctas">
<a class="homepage-gallery__callout__ctas__cta"
href="https://goo.gl/photos/iKw8hniWZydHDgw29">Check out the I/O'17 Extended Photos</a>
</div>
</div>
<div class="grid__item grid__item--2-cols--gt-md"></div>
</div>
</aside>
<!-- featured videos -->
<div class="featuredVideos featuredVideos--featured">
<div class="featuredVideos__content">
<div class="featuredVideos__header">
<div class="featuredVideos__header__title"> I/O'17 Extended Recap</div>
<div class="featuredVideos__header__cta">
<a href="https://goo.gl/eaqSFP" target="_blank" class="link">
<svg width="18" height="13" viewBox="0 0 18 13" xmlns="http://www.w3.org/2000/svg"><path d="M14 4.843V1.357a1 1 0 0 0-1-.996H1a1 1 0 0 0-1 .996v9.961a1 1 0 0 0 1 .996h12a1 1 0 0 0 1-.996V7.832l4 3.984V.859l-4 3.984z" fill="#4A4A4A"></path></svg>See all videos
</a>
</div>
</div>
<div class="featuredVideos__videos featuredVideos__videos--4-cols">
<div class="featuredVideos__videos__video featuredVideos__videos__video--4-cols">
<div class="featuredVideos__videos__video__thumbnail" data-ak-youtubemodal-video-id="6lEYIkGylps">
<div class="featuredVideos__videos__video__thumbnail__play">
<svg width="69" height="68" viewBox="0 0 69 68" xmlns="http://www.w3.org/2000/svg"><path d="M34.5 67.2C15.92 67.2.858 52.285.858 33.887.858 15.488 15.92.574 34.5.574c18.58 0 33.642 14.914 33.642 33.313C68.142 52.285 53.08 67.2 34.5 67.2zm-8.41-45.806V46.38l21.026-13.266-21.026-11.72z" fill="#FFF" fill-rule="evenodd" opacity=".8"></path></svg> </div>
<img src="images/gdgmoipromo.JPG">
</div>
<div class="featuredVideos__videos__video__meta">
<div class="featuredVideos__videos__video__meta__left">
<div class="featuredVideos__videos__video__meta__left__title">
I/O Extended Promo
</div>
</div>
</div>
</div>
<div class="featuredVideos__videos__video featuredVideos__videos__video--4-cols">
<div class="featuredVideos__videos__video__thumbnail" data-ak-youtubemodal-video-id="-egFcaWtLBM">
<div class="featuredVideos__videos__video__thumbnail__play">
<svg width="69" height="68" viewBox="0 0 69 68" xmlns="http://www.w3.org/2000/svg"><path d="M34.5 67.2C15.92 67.2.858 52.285.858 33.887.858 15.488 15.92.574 34.5.574c18.58 0 33.642 14.914 33.642 33.313C68.142 52.285 53.08 67.2 34.5 67.2zm-8.41-45.806V46.38l21.026-13.266-21.026-11.72z" fill="#FFF" fill-rule="evenodd" opacity=".8"></path></svg> </div>
<img src="images/gdgmoihighlight.JPG">
</div>
<div class="featuredVideos__videos__video__meta">
<div class="featuredVideos__videos__video__meta__left">
<div class="featuredVideos__videos__video__meta__left__title">
I/O Extended Recap
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<aside class="homepage-gallery__callout homepage-gallery__callout--header grid homepage-gallery__callout--aqua">
<div class="homepage-gallery__callout__content grid__item grid__item--12-cols grid__item--8-cols--gt-md grid" aria-level="2" role="heading">
<div class="grid__item grid__item--11-cols--gt-md">
<div class="homepage-gallery__callout__title">
As a GDG Community, We are powered by a shared belief that when developers come together to exchange ideas, amazing things can happen.
</div>
<div class="homepage-gallery__callout__ctas">
<a class="homepage-gallery__callout__ctas__cta"
href="https://goo.gl/photos/iKw8hniWZydHDgw29">Join our GDG Community here</a>
</div>
</div>
</div>
</aside>
<br>
<aside class="homepage-gallery__callout homepage-gallery__callout--footer grid homepage-gallery__callout--yellow">
<div class="grid__item grid__item--6-cols--gt-md"></div>
<div class="homepage-gallery__callout__content grid__item grid__item--12-cols grid__item--6-cols--gt-md grid" aria-level="2" role="heading">
<div class="grid__item grid__item--2-cols--gt-md"></div>
<div class="grid__item grid__item--8-cols--gt-md">
<div class="homepage-gallery__callout__title">
Reserve Seat for I/O 2018 Extended Eldoret
</div>
<div class="homepage-gallery__callout__ctas">
<a class="homepage-gallery__callout__ctas__cta"
href="registration/">Checkout Registration here.</a>
</div>
</div>
<div class="grid__item grid__item--2-cols--gt-md"></div>
</div>
</aside>
</div>
</div>
<div class="tweets tweets--visible">
<div class="tweets__content">
<div class="grid grid--valign-middle">
<div class="grid__item grid__item--12-cols">
<div class="tweets__tweet">
<div class="tweets__tweet__meta">
<div class="tweets__tweet__meta__icon">
<img alt="GDG Moi, Eldoret" src="favicon/gdgmoieldoret.png">
</div>
<a href="https://twitter.com/gdgmoi" target="_blank" aria-label="GDG Moi, Eldoret (opens in a new window)"><span>GDG Moi, Eldoret ‏</span> @gdgmoi</a>
• <a href="https://twitter.com/gdgmoi/status/874643003343872001" target="_blank" class="tweets__tweet__date">June 13 2017</a>
</div>
<div class="tweets__tweet__body"><span>
<span>That's what we actually anticipated! Great learning experience #io17extended #io17extendedeldoret. Checkout how<br> it was on this</span>
<a target="_blank" href="http://bit.ly/io17article">article...</a><span></span></span></div>
</div>
</div>
</div>
</div>
</div>
<div class="social">
<div class="social__content grid grid--valign-middle">
<div class="social__social grid__item grid__item--12-cols grid__item--4-cols--gt-md">
<p>Keep in touch with GDG Moi, Eldoret for the latest I/O Extended Eldoret announcements.</p>
<div class="social__ctas">
<div class="social__cta">
<a class="social__cta__icon " href="https://twitter.com/gdgmoi" aria-label="Visit on Twitter" target="_blank" rel="noopener"><svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><g id="Indigo-Social-icons" fill="none" fill-rule="evenodd"><g id="Group-15"><circle id="Oval" fill="#536DFE" cx="20" cy="20" r="20"/><path d="M29,14.6572928 C28.3745089,14.9383917 27.7023812,15.1284376 26.9967994,15.2138196 C27.7169319,14.7764495 28.2699806,14.0837527 28.5303376,13.2584774 C27.8564688,13.663522 27.1100955,13.9576016 26.3155931,14.1161411 C25.6794067,13.4292414 24.7729763,13 23.7698526,13 C21.8435715,13 20.2819891,14.5824969 20.2819891,16.5342473 C20.2819891,16.8113135 20.3128315,17.0810071 20.3722777,17.3396736 C17.473653,17.1922873 14.9037236,15.7852173 13.1835144,13.6469497 C12.8832986,14.1689456 12.7113025,14.7760714 12.7113025,15.4237773 C12.7113025,16.6499383 13.327031,17.7317376 14.2628736,18.3655808 C13.6911701,18.3472441 13.153356,18.1882005 12.683134,17.9234848 C12.6828853,17.9382297 12.6828231,17.9530377 12.6828231,17.9679086 C12.6828231,19.6803374 13.8850543,21.1088317 15.4805882,21.4335353 C15.1878964,21.5142543 14.8797835,21.5574179 14.5617214,21.5574179 C14.3369326,21.5574179 14.1184864,21.5353005 13.9055123,21.4940273 C14.349369,22.8981987 15.6374118,23.9200101 17.1636124,23.9486178 C15.9699001,24.8965154 14.4660851,25.4614858 12.8319982,25.4614858 C12.5504993,25.4614858 12.2728556,25.4447875 12,25.412147 C13.5435495,26.4149286 15.376806,27 17.3464282,27 C23.7617067,27 27.2697794,21.6145703 27.2697794,16.9440809 C27.2697794,16.7908344 27.2663594,16.638407 27.2597059,16.4868619 C27.9410988,15.9885587 28.5323896,15.3660578 29,14.6572928" id="Fill-1" fill="#FFF"/></g></g></svg></a>
</div>
<div class="social__cta">
<a class="social__cta__icon " href="https://www.facebook.com/gdgmoi" aria-label="Visit on Facebook" target="_blank" rel="noopener"><svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><g id="Indigo-Social-icons" fill="none" fill-rule="evenodd" transform="translate(-52)"><g transform="translate(52)" fill="#536DFE" id="Group-17"><path d="M17.1766667,30.88 L21.6726667,30.88 L21.6726667,19.9986667 L24.672,19.9986667 L25.0693333,16.2493333 L21.6726667,16.2493333 L21.6773333,14.372 C21.6773333,13.3946667 21.7706667,12.87 23.1733333,12.87 L25.048,12.87 L25.048,9.12 L22.048,9.12 C18.4446667,9.12 17.1766667,10.9393333 17.1766667,13.998 L17.1766667,16.2493333 L14.9306667,16.2493333 L14.9306667,19.9993333 L17.1766667,19.9993333 L17.1766667,30.88 L17.1766667,30.88 Z M20,40 C8.95466667,40 0,31.0453333 0,20 C0,8.954 8.95466667,0 20,0 C31.0453333,0 40,8.954 40,20 C40,31.0453333 31.0453333,40 20,40 Z" id="Shape"/></g></g></svg></a>
</div>
<div class="social__cta">
<a class="social__cta__icon " href="https://plus.google.com/+GdgmoiuniAppspotmain" aria-label="Visit on Google+" target="_blank" rel="noopener"><svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><g id="Indigo-Social-icons" fill="none" fill-rule="evenodd" transform="translate(-104)"><g transform="translate(104)" id="Group-13"><circle id="Oval-Copy" fill="#536DFE" cx="20" cy="20" r="20"/><path d="M18,19 L18,21.4 L21.97,21.4 C21.81,22.43 20.77,24.42 18,24.42 C15.61,24.42 13.66,22.44 13.66,20 C13.66,17.56 15.61,15.58 18,15.58 C19.36,15.58 20.27,16.16 20.79,16.66 L22.69,14.83 C21.47,13.69 19.89,13 18,13 C14.13,13 11,16.13 11,20 C11,23.87 14.13,27 18,27 C22.04,27 24.72,24.16 24.72,20.16 C24.72,19.7 24.67,19.35 24.61,19 L18,19 Z M33,19 L31,19 L31,17 L29,17 L29,19 L27,19 L27,21 L29,21 L29,23 L31,23 L31,21 L33,21 L33,19 Z" id="Page-1" fill="#FFF"/></g></g></svg></a>
</div>
<div class="social__cta">
<a class="social__cta__icon " href="https://developers.google.com/" aria-label="Visit Main Site" target="_blank" rel="noopener"><svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><g id="Indigo-Social-icons" fill="none" fill-rule="evenodd" transform="translate(-156)"><g transform="translate(156)" id="Group-18"><g id="Group-2"><circle id="Oval" fill="#4768FD" cx="20" cy="20" r="20"/><g id="logo_google_developers_wht" transform="translate(9 12)" fill="#FFF" fill-rule="nonzero"><g id="logo_x5F_google_x5F_student_x5F_ambassador_x5F_program_x5F_192px_x5F_clr"><g id="Group"><path d="M2.39659574,3.47787234 L0.215319149,7.25531915 C-0.0514893617,7.7187234 -0.0514893617,8.28978723 0.215319149,8.75319149 L4.3906383,15.9944681 L9.60042553,15.9944681 L2.39659574,3.47787234 L2.39659574,3.47787234 Z" id="Shape"/><polygon id="Shape" points="2.88340426 2.6306383 5.4906383 7.16638298 9.61914894 0.0140425532 4.3906383 0.0140425532"/><polygon id="Shape" points="12.3808511 15.9944681 17.6093617 15.9944681 19.1165957 13.3778723 16.5046809 8.84212766"/><path d="M21.7846809,7.25531915 L17.6046809,0.0187234043 L12.3948936,0.0187234043 L19.6034043,12.5353191 L19.6034043,12.5353191 L19.6034043,12.5353191 L21.7846809,8.75319149 C22.0514894,8.28978723 22.0514894,7.7187234 21.7846809,7.25531915 Z" id="Shape"/></g></g></g></g></g></g></svg></a>
</div>
</div>
</div>
<div class="social__spacer grid__item grid__item--3-cols grid__item--3-cols--gt-md"></div>
<div class="social__hashtag grid__item grid__item--9-cols grid__item--5-cols--gt-md">
<img src="images/hashtag.gif" alt="#io18extendedeldoret">
</div>
</div>
</div>
</main>
<footer class="footer">
<div class="footer__content">
<a class="footer__fab" href="#top" data-scroll aria-label="Back to top"></a>
<a href="/"><img src="images/gdgeldoret.png" width="158" height="52"></a>
<br>
<br>
<div class="footer__row">
<nav class="footer__nav" role="navigation">
<div class="footer__nav__item">
<a href="https://goo.gl/eaqSFP" target="_blank" aria-label="I/O'17 Recap (opens in a new window)" data-g-event-category="footer:nav" data-g-event-action="click" data-g-event-label="i-o-2017">I/O'17 Recap</a>
</div>
<div class="footer__nav__item">
<a href="https://plus.google.com/u/0/communities/105113874753230740413" target="_blank" aria-label="I/O Community (opens in a new window)" data-g-event-category="footer:nav" data-g-event-action="click" data-g-event-label="i-o-community">I/O Community</a>
</div>
<div class="footer__nav__item">
<a href="https://developers.google.com/" target="_blank" aria-label="Google Developers (opens in a new window)" data-g-event-category="footer:nav" data-g-event-action="click" data-g-event-label="google-developers">Google Developers</a>
</div>
<div class="footer__nav__item">
<a href="https://www.google.com/policies/terms/" target="_blank" aria-label="Privacy & Terms (opens in a new window)" data-g-event-category="footer:nav" data-g-event-action="click" data-g-event-label="privacy-terms">Privacy & Terms</a>
</div>
<div class="footer__nav__item">
<a href="https://github.com/mayeedwin/io" aria-label="A Maye's" data-g-event-category="footer:nav" data-g-event-action="click" data-g-event-label="A Maye's">Github</a>
</div>
<div class="footer__nav__item">
<a href="registration/" aria-label="FAQ" data-g-event-category="footer:nav" data-g-event-action="click" data-g-event-label="faq">FAQs</a>
</div>
</nav>
<nav class="footer__social">
<a target="_blank" aria-label="Twitter" href="https://twitter.com/gdgmoi" class="footer__social__icon"><svg width="17" height="14" viewBox="0 0 17 14" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd" opacity=".7"><path d="M17 1.657a6.9 6.9 0 0 1-2.003.557A3.537 3.537 0 0 0 16.53.258c-.674.406-1.42.7-2.214.858A3.462 3.462 0 0 0 11.77 0C9.844 0 8.282 1.582 8.282 3.534c0 .277.03.547.09.806C5.474 4.192 2.904 2.785 1.184.647a3.56 3.56 0 0 0-.473 1.777c0 1.226.616 2.308 1.552 2.942a3.439 3.439 0 0 1-1.58-.443v.045c0 1.712 1.202 3.14 2.798 3.466a3.452 3.452 0 0 1-1.575.06c.443 1.404 1.731 2.426 3.258 2.455A6.94 6.94 0 0 1 0 12.412 9.778 9.778 0 0 0 5.346 14c6.416 0 9.924-5.385 9.924-10.056 0-.153-.004-.306-.01-.457A7.142 7.142 0 0 0 17 1.657" fill="#616161"/><path d="M-4-5h24v24H-4z"/></g></svg></a>
<a target="_blank" aria-label="Facebook" href="https://www.facebook.com/gdgmoi" class="footer__social__icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="-296.6 411.2 11.2 13.6"><style>.st0{opacity:.7;fill:#616161}</style><path class="st0" d="M-288.9 417.1h-1.4v4.9h-2v-4.9h-1v-1.7h1v-1c0-1.4.6-2.2 2.2-2.2h1.4v1.7h-.8c-.6 0-.7.2-.7.7v.8h1.5l-.2 1.7z"/></svg></a>
<a target="_blank" aria-label="YouTube" href="https://goo.gl/hmQHUs" class="footer__social__icon"><svg width="20" height="14" viewBox="0 0 20 14" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd" opacity=".7"><path d="M7.935 9.582V3.989l5.403 2.806-5.403 2.787zM19.8 3.02s-.195-1.371-.795-1.976c-.76-.792-1.613-.796-2.004-.843C14.203 0 10.004 0 10.004 0h-.008S5.798 0 2.999.201c-.391.047-1.243.05-2.004.843C.395 1.65.2 3.02.2 3.02S0 4.631 0 6.242v1.51c0 1.61.2 3.221.2 3.221s.195 1.372.795 1.976c.76.793 1.76.768 2.205.851 1.6.153 6.8.2 6.8.2s4.203-.006 7.001-.208c.391-.046 1.244-.05 2.004-.843.6-.604.795-1.976.795-1.976s.2-1.61.2-3.221v-1.51c0-1.611-.2-3.222-.2-3.222z" fill="#616161"/><path d="M-2-5h24v24H-2z"/></g></svg></a>
<a target="_blank" aria-label="Google Developers Blog" href="https://developers.goofle.com" class="footer__social__icon"><svg width="20" height="14" viewBox="0 0 20 14" xmlns="http://www.w3.org/2000/svg"><g id="footer" fill="none" fill-rule="evenodd" transform="translate(-1152 -182)" opacity=".7"><g id="Group-7"><g id="Group-6" transform="translate(1006 177)"><g id="Group-9" transform="translate(144)"><rect id="Rectangle" width="24" height="24"/><g id="logo_google_developers_wht" transform="translate(2 5)" fill="#616161" fill-rule="nonzero"><g id="logo_x5F_google_x5F_student_x5F_ambassador_x5F_program_x5F_192px_x5F_clr"><g id="Group"><path d="M2.09702128,3.0431383 L0.188404255,6.34840426 C-0.0450531915,6.75388298 -0.0450531915,7.25356383 0.188404255,7.65904255 L3.84180851,13.9951596 L8.40037234,13.9951596 L2.09702128,3.0431383 L2.09702128,3.0431383 Z" id="Shape"/><polygon id="Shape" points="2.52297872 2.30180851 4.80430851 6.27058511 8.41675532 0.012287234 3.84180851 0.012287234"/><polygon id="Shape" points="10.8332447 13.9951596 15.4081915 13.9951596 16.7270213 11.7056383 14.4415957 7.7368617"/><path d="M19.0615957,6.34840426 L15.4040957,0.0163829787 L10.8455319,0.0163829787 L17.1529787,10.9684043 L17.1529787,10.9684043 L17.1529787,10.9684043 L19.0615957,7.65904255 C19.2950532,7.25356383 19.2950532,6.75388298 19.0615957,6.34840426 Z" id="Shape"/></g></g></g></g></g></g></g></svg></a>
</nav>
</div>
</div>
</footer>
<div class="toast">
<div class="toast__container"></div>
</div>
<template id="toast_message">
<div class="toast__message">
<div class="toast__contents">
<div class="toast__content"></div>
<div class="toast__actions"></div>
</div>
</div>
</template>
<script src="https://www.gstatic.com/firebasejs/4.11.0/firebase.js"></script>
<script>
// Initialize Firebase
var config = {
apiKey: "AIzaSyAvpVp4GFkT692evG2GxkzGXv5I3Vm6p9M",
authDomain: "io-extended18.firebaseapp.com",
databaseURL: "https://io-extended18.firebaseio.com",
projectId: "io-extended18",
storageBucket: "io-extended18.appspot.com",
messagingSenderId: "687564822289"
};
firebase.initializeApp(config);
</script>
<script src="https://storage.googleapis.com/io-2018.appspot.com/v1/js/snap.svg.min.js"></script>
<script src="static/js/composite/main.min.js"></script>
<script src="static/js/composite/home.min.js"></script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<script async src='autotrack.min.js'></script>
</body>
</html>