-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
775 lines (701 loc) · 59.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
<!DOCTYPE html>
<html lang="en-US">
<head>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-75655731-6', 'auto');
ga('send', 'pageview');
</script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#6284F3">
<title>Google I/O Extended 17</title>
<link rel="icon" href="img/favicon/favicon.ico">
<meta name="description" content="Official website for Google IO extended 2017 Sri Lanka powered by Dialog"/>
<link href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&amp;lang=en"
rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://code.getmdl.io/1.3.0/material.pink-purple.min.css" rel="stylesheet">
<link href="styles/main.css" rel="stylesheet">
<link href="styles/style.css" rel="stylesheet">
</head>
<body id="top" data-bookmark-api="io2015-data.appspot.com/_ah/api/discovery/v1/apis/userdata/v1/rest">
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<a href="#" id="contact-button"
class="mdl-button mdl-button--fab mdl-js-button button-color mdl-button--raised mdl-js-ripple-effect mdl-color-text--accent-contrast mdl-shadow--4dp">
<i class="material-icons" style="color:#000000;">keyboard_arrow_up</i>
</a>
<header class="mdl-layout__header mdl-color--grey-50">
<div class="mdl-layout__header-row" style="color:#000;">
<!-- Title -->
<a href="index.html">
<svg style="transform: translateY(-1px) translateX(-19px) scale(0.345); margin-left:-50px;" width="188" height="133"
viewBox="0 0 188 133" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<path fill="#5471F9" d="M0 111.963h47.71V17.9H0z"></path>
<path fill="#31E8B7" d="M82.85 0L53.308 131.147l7.42 1.642L90.273 1.642z"></path>
<path d="M136.648 14c-28.3 0-51.242 22.745-51.242 50.8 0 28.057 22.942 50.8 51.242 50.8 28.301 0 51.242-22.743 51.242-50.8 0-28.055-22.94-50.8-51.242-50.8"
fill="#5471F9"></path>
</g>
</svg></a>
<span style="transform:translateX(-61px)" class="mdl-layout-title mdl-color-text--grey-900" id="titleTop">Google I/O Extended 17 </span>
<!-- Add spacer, to align navigation to the right -->
<div class="mdl-layout-spacer"></div>
<!-- Navigation. We hide it in small screens. -->
<nav class="mdl-navigation mdl-layout--large-screen-only">
<a class="mdl-navigation__link mdl-color-text--grey-900" href="#about">About I/O</a>
<a class="mdl-navigation__link mdl-color-text--grey-900" href="#iospeakers">Speakers</a>
<a class="mdl-navigation__link mdl-color-text--grey-900" href="#ioshedule">Schedule</a>
<a class="mdl-button mdl-button--raised mdl-js-button mdl-js-ripple-effect mdl-button--colored"
target="_blank" href="http://io.rsvp.lk/">Check Your Ticket</a>
</nav>
</div>
</header>
<div class="mdl-layout__drawer">
<span style="transform:translateX(-61px)" class="mdl-layout-title mdl-color-text--grey-900"></span>
<nav class="mdl-navigation">
<a class="mdl-navigation__link mdl-color-text--grey-900 drawer" href="#about">About I/O</a>
<a class="mdl-navigation__link mdl-color-text--grey-900 drawer" href="#iospeakers">Speakers</a>
<a class="mdl-navigation__link mdl-color-text--grey-900 drawer" href="#ioshedule">Schedule</a>
<a class="mdl-button mdl-button--raised mdl-js-button mdl-js-ripple-effect mdl-button--colored"
target="_blank" href="#ioshedule">Check Your Ticket</a>
</nav>
</div>
<!--content start in here-->
<main class="mdl-layout__content">
<div id="wrapper" class="site-content">
<div class="container">
<div class="mdl-grid" style="margin-top:4px;">
<div class="mdl-cell mdl-cell--8-col mdl-card welcome-card portfolio-card">
<countdown-timer style="margin-top:-60px;">
<svg style="display:none" width="100%" height="132px" viewBox="0 0 132 132" version="1.1"
class="style-scope countdown-timer">
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"
class="style-scope countdown-timer">
<g id="Artboard-1" stroke-width="4" stroke-linejoin="round"
class="style-scope countdown-timer">
<path d="M62.9830112,123.091342 L69.5380112,130.000342 C69.5380112,130.000342 98.2840112,88.6243418 101.805011,81.9203418 C105.327011,75.2173418 114.139011,59.1523418 108.211011,44.1023418 C102.825011,30.4313418 88.0470112,19.5173418 71.3630112,20.6153418 C70.1200112,20.7453418 68.8590112,20.9423418 67.5840112,21.2103418 C48.5450112,25.2153418 39.0310112,44.0353418 38.5240112,54.1943418 C37.9910112,64.8703418 42.2120112,79.3353418 56.8640112,85.9883418 C69.3430112,91.6553418 83.1350112,87.6803418 83.1350112,87.6803418 L65.6550112,69.2563418 C65.6550112,69.2563418 61.5780112,70.0393418 61.1460112,70.1443418 L61.5940112,70.0803418 C57.1640112,70.7143418 49.0780112,71.9663418 39.3840112,67.5643418 C24.7320112,60.9113418 20.5100112,46.4463418 21.0440112,35.7703418 C21.5500112,25.6113418 31.0660112,6.79134177 50.1040112,2.78634177 C53.8170112,2.00534177 57.4030112,1.82734177 60.8120112,2.15834177 C74.4200112,3.88134177 86.0680112,13.8443418 90.7300112,25.6793418 C96.6590112,40.7283418 87.8460112,56.7933418 84.3260112,63.4973418 C80.8040112,70.2003418 52.0570112,111.576342 52.0570112,111.576342 L62.9830112,123.091342 L62.9830112,123.091342 Z"
id="path-9" class="style-scope countdown-timer"></path>
<path d="M25.701,82.8 C26.544,80.777 28.242,77.209 29.542,75.385 C33.234,70.201 38.061,66.12 44.022,63.139 L44.022,62.424 C39.374,59.446 35.558,55.662 32.58,51.072 C29.6,46.486 28.111,41.687 28.111,36.681 C28.111,29.842 30.73,22.395 34.093,17.122 C35.4,15.288 36.923,13.555 38.659,11.922 C45.689,5.307 54.628,2 65.474,2 C76.318,2 85.257,5.307 92.291,11.922 C99.321,18.536 102.838,26.79 102.838,36.681 C102.838,38.937 102.535,41.15 101.93,43.321 C101.197,45.394 99.663,49.079 98.369,51.072 C95.388,55.662 91.575,59.446 86.928,62.424 L86.928,63.139 C92.885,66.12 97.712,70.201 101.407,75.385 C105.1,80.569 106.949,86.558 106.949,93.352 C106.949,101.189 103.43,109.593 98.869,115.524 C97.697,116.886 96.398,118.196 94.972,119.452 C86.986,126.485 77.153,130 65.474,130 C53.793,130 43.961,126.485 35.977,119.452 C27.991,112.421 24,103.72 24,93.352 C24,89.588 24.566,86.07 25.701,82.8 L25.701,82.8 Z"
id="path-8" class="style-scope countdown-timer"></path>
<path d="M56.855,130 L108.642,35.473 L108.642,20.81 L39.853,20.81 L22,2 L58,2 L90.789,2 L90.789,16.662 L39.001,111.19 L56.855,130 L56.855,130 Z"
id="path-7" class="style-scope countdown-timer"></path>
<path d="M65.5539859,62.744 C65.5539859,62.744 69.6309859,61.961 70.0629859,61.856 L69.6149859,61.92 C74.0449859,61.286 82.1309859,60.034 91.8249859,64.436 C106.476986,71.089 110.698986,85.554 110.164986,96.23 C109.657986,106.389 100.142986,125.209 81.1049859,129.214 C77.3909859,129.995 73.8059859,130.173 70.3969859,129.842 C56.7889859,128.119 45.1409859,118.156 40.4789859,106.321 C34.5499859,91.272 43.3629859,75.207 46.8829859,68.504 C50.4049859,61.8 79.1519859,20.424 79.1519859,20.424 L68.2259859,8.909 L61.6709859,2 C61.6709859,2 32.9249859,43.376 29.4039859,50.08 C25.8819859,56.783 17.0699859,72.848 22.9979859,87.898 C28.3839859,101.569 43.1609859,112.483 59.8459859,111.385 C61.0889859,111.255 62.3499859,111.058 63.6249859,110.79 C82.6629859,106.785 92.1779859,87.965 92.6849859,77.806 C93.2179859,67.13 88.9959859,52.665 74.3449859,46.012 C61.8659859,40.345 48.0739859,44.32 48.0739859,44.32 L65.5539859,62.744 L65.5539859,62.744 Z"
id="path-6" class="style-scope countdown-timer"></path>
<path d="M20,82.333 L37.854,101.143 C37.854,101.143 41.693,111.223 42.561,112.722 C43.428,114.22 53.155,130 73.887,130 C94.617,130 110.699,113.738 110.699,94.124 C110.699,74.51 93.911,58.874 75.297,58.874 C74.484,58.874 71.726,59.104 70.926,59.163 C54.333,61.326 41.285,74.937 41.285,74.937 L48.148,20.811 L104.147,20.811 L86.294,2 L30.295,2 L23.433,56.127 C23.433,56.127 37.634,42.727 53.865,40.258 C55.042,40.132 56.236,40.064 57.443,40.064 C76.058,40.064 92.846,55.7 92.846,75.314 C92.846,94.927 76.764,111.19 56.033,111.19 C35.303,111.19 25.574,95.41 24.707,93.911 C23.84,92.413 20,82.333 20,82.333 L20,82.333 Z"
id="path-5" class="style-scope countdown-timer"></path>
<path d="M115.548,107.092 L35.208,107.092 L35.208,95.956 L85.64,21.185 L101.548,21.185 L101.548,130 L83.34,110.816 L83.34,2 L67.431,2 L17,76.772 L17,87.908 L59.192,87.908 L97.339,87.908 L115.548,107.092 L115.548,107.092 Z"
id="path-4" class="style-scope countdown-timer"></path>
<path d="M39.564,103.813841 C39.564,103.813841 42.569,113.480841 50.837,121.521841 C59.785,130.223841 78.949,133.532841 92.833,125.147841 C106.053,117.162841 111.102,100.370841 107.965,89.248841 C103.759,74.335841 91.315,72.002841 91.315,72.002841 C91.315,72.002841 92.96,70.883841 94.142,69.998841 C98.03,66.857841 104.552,60.038841 104.552,49.632841 C104.552,34.806841 93.604,27.072841 89.304,24.481841 C85.004,21.890841 76.109,18.566841 62.175,22.279841 C48.243,25.991841 41.695,42.322841 41.695,42.322841 L24.13,23.779841 C24.13,23.779841 29.895,8.18284098 44.611,3.73684098 C58.414,-0.434159025 68.298,3.88784098 72.598,6.47884098 C76.898,9.06984098 87.352,17.082841 87.444,31.890841 C87.537,46.715841 73.75,53.459841 73.75,53.459841 C73.75,53.459841 78.273,56.147841 82.682,60.313841 C86.38,64.100841 90.965,70.154841 90.965,75.162841 C90.965,86.634841 87.699,98.234841 75.225,106.459841 C61.977,115.196841 41.427,111.134841 33.272,102.978841 C25.117,94.823841 22,85.270841 22,85.270841 L39.564,103.813841 L39.564,103.813841 Z"
id="path-3" class="style-scope countdown-timer"></path>
<path d="M108.405,130.00025 L41.001,130.00025 C41.001,130.00025 50.923,121.62325 56.738,116.75025 C63.061,111.45125 70.487,105.29925 88.19,87.5072496 C92.017,83.6612496 95.074,80.2632496 97.519,77.1732496 C106.07,66.2152496 107.203,58.7102496 107.492,49.1482496 C107.884,36.2052496 94.156,19.1432496 70.997,20.8092496 C47.838,22.4752496 41.001,44.1302496 41.001,44.1302496 L23,25.4352496 C23,25.4352496 29.837,3.77924956 52.996,2.11324956 C76.155,0.447249557 89.884,17.5092496 89.492,30.4532496 C89.117,42.8092496 87.892,51.0202496 70.189,68.8122496 C67.6,71.4142496 65.215,73.7782496 63.007,75.9352496 C50.439,88.1872496 43.254,94.1232496 37.925,98.5882496 C32.109,103.46125 23,111.30525 23,111.30525 L91.071,111.30525 L108.405,130.00025 L108.405,130.00025 Z"
id="path-2" class="style-scope countdown-timer"></path>
<path d="M50,2 L80.813,2 L80.813,130 L50,130 L50,2 Z" id="path-1"
class="style-scope countdown-timer"></path>
<path d="M66,130 C101.227,129.927 129.906,101.221 130,66 C129.915,30.778 101.223,2.084 66,2 C30.829,2.143 2.085,30.815 2,66 C2.106,101.182 30.821,129.882 66,130 L66,130 Z"
id="path-0" class="style-scope countdown-timer"></path>
</g>
</g>
</svg>
</countdown-timer>
</div>
<div class="mdl-cell mdl-cell--4-col">
<center>
<img src="img/cropeed.png"/>
</center>
</div>
</div>
<section class="section--center mdl-grid site-max-width middles" style="margin-top:-80px; z-index:2000;position: relative;">
<div class="mdl-cell mdl-cell--3-col middle">
<h5 class="powered" style="text-align:center; margin-top:0px;"><b>Powered by :</b></h5>
</div>
<div class="mdl-cell mdl-cell--3-col middle">
<center>
<img src="img/dialog-logo.png" style="height:60px; margin-top:-32px;" />
</center>
</div>
<div class="mdl-cell mdl-cell--3-col middle">
<center>
<img src="img/IdeaMart.png" style="height:100px; margin-top:-34px; margin-left:-20px;" />
</center>
</div>
<div class="mdl-cell mdl-cell--3-col middle">
<center>
<img src="img/GDG-Logo.png" class="gdgl" style="height:30px;" />
</center>
</div>
</section>
<section class="bar section--center mdl-grid site-max-width" style="margin-top:-60px; z-index:2000;position: relative;">
<div class="mdl-cell mdl-cell--12-col" style="background-color: #30E7B6; height:3px;">
</div>
</section>
<section class="section--center mdl-grid site-max-width middles" style=" z-index:2000;position: relative;">
<div class="mdl-cell mdl-cell--4-col middle">
<center>
<img src="img/SLASSCOM-NEW.png" style="height:30px; margin-top:-12px;" />
<p>Strategic Partner</p>
</center>
</div>
<div class="mdl-cell mdl-cell--4-col middle">
<div class="mdl-grid">
<div class="mdl-cell mdl-cell--6-col mdl-cell--2-col-phone middle">
<center>
<img src="img/tv.jpg" style="height:35px; margin-top:-32px; margin-left:30px;" />
</center>
</div>
<div class="mdl-cell mdl-cell--6-col mdl-cell--2-col-phone middle">
<img src="img/tech.png" style="height:40px; margin-top:-22px;float:left;" />
</div>
</div>
<center><p class="title" style="margin-top:-30px; text-align:center;">Media Partner</p></center>
</div>
<div class="mdl-cell mdl-cell--4-col middle">
<center>
<img src="img/rsvp_logo.png" class="gdgl gdg2" style="height:25px;" />
<p class="title1">Registration Partner</p>
</center>
</div>
</section>
<section id="about" class="section--center mdl-grid site-max-width" style="margin-top:-20px !important;">
<div class="linkboxes">
<div class="linkboxes__content">
<div class="linkboxes__title">
What is Google I/O?
</div>
<div class="grid grid--padded">
<div class="grid__item grid__item--12-cols grid__item--8-cols--gt-md">
<div class="grid grid--padded">
Google I/O is an annual developer festival held at the outdoor Shoreline Amphitheatre. To make this festival available to everyone, Google invites GDG's round the world to stream it to their local crowd as extended events. I/O Extended events bring local developer communities together to experience the I/O keynote and sessions with one another in real-time, around the globe.
They may also offer unique activities such as hackathons, codelabs, and demos.I/O is an outdoor developer festival
With hands-on learning, technical talks, and Googlers on-hand to share their insights, Google I/O is returning for the second year at Shoreline Amphitheatre
</div>
<div class="mdl-card__actions mdl-card--border" style="margin-top:30px;">
<a href="https://events.google.com/io/"
class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect mdl-button--colored">See more details</a>
</div>
</div>
<div class="grid__item grid__item--4-cols--gt-sm grid__item--4-cols--gt-md">
<div class="linkboxes__animation">
<div class="slash-animation slash-animation--index" style="padding-top:100px;">
<center>
<img src="img/GDG-program-logo.png" class="developerlogo" style=" height:200px; margin-left:40px; margin-top:30px;"/>
</center>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="belt belt--yellow belt--draggable">
<aside class="belt__callout">
<div class="belt__callout__title" aria-level="2" role="heading" style="font-size:25px;">
In I/O Extended 2016 Sri Lanka, more than 2000 people gathered to experience the event
</div>
<div class="belt__callout__body">
The developer community backed us a lot. A big thank you - we hope to see you again this year.
</div>
<div class="belt__callout__aside" style="text-align: center;padding-bottom:20px; margin-top:5px;">
--Drag photos to explore I/O Extended Sri Lanka 2016--
</div>
</aside>
<div class="belt__draggable">
<div class="belt__draggable__content" style="perspective: 1000px; backface-visibility: hidden; transform: translateX(0px);">
<img class="belt__image belt__image--flex" src="img/io_home_photo_0.jpg" alt="">
<img class="belt__image belt__image--flex" src="img/io_home_photo_3.jpg" alt="">
<img class="belt__image belt__image--flex" src="img/io_home_photo_1.jpg" alt="">
<img class="belt__image belt__image--flex" src="img/io_home_photo_2.jpg" alt="">
<img class="belt__image belt__image--flex" src="img/io_home_photo_4.jpg" alt="">
<img class="belt__image belt__image--flex" src="img/io_home_photo_5.jpg" alt="">
<img class="belt__image belt__image--flex" src="img/io_home_photo_6.jpg" alt="">
</div>
</div>
</div>
<section class="section--center mdl-grid site-max-width homepage-portfolio" style="margin-top:140px;margin-bottom:-50px;">
<div class="linkboxes" style="padding:0 !important;">
<div class="linkboxes__content">
<div class="linkboxes__title">
Event Highlights
</div>
<div class="grid grid--padded">
<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" data-animation-color="#00E4FF"
data-animation-angle="0">
<div class="linkboxes__box__row">
<div class="linkboxes__box__image">
<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><ellipse fill="#27E4FD" cx="20" cy="20" rx="20" ry="20"></ellipse><path d="M8 8h24v24H8z"></path><path d="M11 14h18v-2H11c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v-2h-4V14zm10 6h-4v1.78c-.61.55-1 1.33-1 2.22 0 .89.39 1.67 1 2.22V28h4v-1.78c.61-.55 1-1.34 1-2.22 0-.88-.39-1.67-1-2.22V20zm-2 5.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM30 16h-6c-.5 0-1 .5-1 1v10c0 .5.5 1 1 1h6c.5 0 1-.5 1-1V17c0-.5-.5-1-1-1zm-1 10h-4v-8h4v8z" fill="#4A4A4A" fill-rule="nonzero"></path></g></svg>
</div>
<div class="linkboxes__box__title">Platforms</div>
</div>
<div class="linkboxes__box__body">Get to know world class sotfware platforms like Google Cloud
</div>
</div>
</div>
<div class="grid__item grid__item--12-cols grid__item--6-cols--gt-sm">
<div class="linkboxes__box" data-animation-color="#3aeaa7"
data-animation-angle="-320">
<div class="linkboxes__box__row">
<div class="linkboxes__box__image">
<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><ellipse fill="#3aeaa7" cx="20" cy="20" rx="20" ry="20"></ellipse><path d="M24 9h-8c-1.66 0-3 1.34-3 3v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V12c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3h-10.5V12h10.5v14z" fill="#4A4A4A" fill-rule="nonzero"></path><path d="M8 8h24v24H8z"></path></g></svg>
</div>
<div class="linkboxes__box__title">Building on Mobile</div>
</div>
<div class="linkboxes__box__body">Explore services like Firebase which enable you to build your apps faster and efficiently and make it scalable for thousands of users.
</div>
</div>
</div>
<div class="grid__item grid__item--12-cols grid__item--6-cols--gt-sm">
<div class="linkboxes__box" data-animation-color="#FFD500"
data-animation-angle="780">
<div class="linkboxes__box__row">
<div class="linkboxes__box__image">
<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><ellipse fill="#FDD32F" cx="20" cy="20" rx="20" ry="20"></ellipse><path d="M8 8h24v24H8z"></path><path fill="#4A4A4A" fill-rule="nonzero" d="M20 25.27L26.18 29l-1.64-7.03L30 17.24l-7.19-.61L20 10l-2.81 6.63-7.19.61 5.46 4.73L13.82 29z"></path></g></svg>
</div>
<div class="linkboxes__box__title">Grow & Earn</div>
</div>
<div class="linkboxes__box__body">Acquire and engage new users; grow
successful businesses. See how techniques like Adsense can help grow your business
</div>
</div>
</div>
<div class="grid__item grid__item--12-cols grid__item--6-cols--gt-sm">
<div class="linkboxes__box" data-animation-color="#FF6C00"
data-animation-angle="356">
<div class="linkboxes__box__row">
<div class="linkboxes__box__image">
<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><ellipse fill="#FF984C" cx="20" cy="20" rx="20" ry="20"></ellipse><path d="M8 8h24v24H8z"></path><path d="M25 24l-4-4v-3.18c1.16-.42 2-1.52 2-2.82 0-1.66-1.34-3-3-3s-3 1.34-3 3c0 1.3.84 2.4 2 2.82V20l-4 4h-4v5h5v-3.05l4-4.2 4 4.2V29h5v-5h-4z" fill="#4A4A4A" fill-rule="nonzero"></path><path d="M8 8h24v24H8z"></path></g></svg>
</div>
<div class="linkboxes__box__title">Beyond Today</div>
</div>
<div class="linkboxes__box__body">Witness new technologies like Machine Learning and deep learning as well as AR technologies like Tango and Daydream
</div>
</div>
</div>
</div>
</div>
<div class="grid__item grid__item--4-cols--gt-sm grid__item--4-cols--gt-md">
<div class="linkboxes__animation">
<div class="slash-animation slash-animation--index">
<svg width="390px" height="390px" viewBox="0 0 390 390" version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
style="pointer-events: none">
<g class="slash-extended-3">
<g class="primary"
data-svg-origin="6.999999999999619 140.99999999999957"
style="transform: matrix(0.86601, 0.49999, -0.49999, 0.86601, 259.439, 69.3916); transform-origin: 0px 0px 0px;">
<rect class="slash" x="-3.8097185e-13" y="-4.26325641e-13"
width="14" height="282" fill="#5775F4"
style="fill: rgb(255, 108, 0);"></rect>
</g>
</g>
</svg>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div style="margin-top:70px; margin-bottom:60px;">
<center>
<img class="imgPlay" src="img/sundar_key.jpg" style="height:560px;" data-video="https://www.youtube.com/embed/videoseries?list=PLj05l3KM-fQ-p56SIKNWFZ47Yjts6t5J8"/>
</center>
</div>
<hr style="margin-top:0; z-index:2000; position: relative;"/>
<section id="iospeakers" class="section--center mdl-grid" style="margin-top:-50px !important;">
<div class="linkboxes">
<div class="linkboxes__content">
<div class="linkboxes__title">
Speakers in IO17
</div>
<div class="mdl-grid">
<div class="mdl-cell mdl-cell--6-col">
<center>
<img class="imgPlay2" src="img/covs.png" style="height:280px;" data-video="https://www.youtube.com/embed/gTkaU9IxGCs"/>
<p style="margin-top:5px;">Hasitha from CAKELABS</p>
</center>
</div>
<div class="mdl-cell mdl-cell--6-col">
<center>
<img class="imgPlay2" src="img/covs.png" style="height:280px;" data-video="https://www.youtube.com/embed/bSU4ZrTm3U0"/>
<p style="margin-top:5px;">Sameera Jayasoma, Software Architect from WSO2</p>
</center>
</div>
</div>
<div class="mdl-grid">
<div class="mdl-cell mdl-cell--6-col">
<center>
<img class="imgPlay2" src="img/covs.png" style="height:280px;" data-video="https://www.youtube.com/embed/kH0oF6uyUik"/>
<p style="margin-top:5px;">Shevan from SLASSCOM</p>
</center>
</div>
<div class="mdl-cell mdl-cell--6-col">
<center>
<img class="imgPlay2" src="img/covs.png" style="height:280px;" data-video="https://www.youtube.com/embed/JcrhZBjCteQ"/>
<p style="margin-top:5px;">Dr. Sanjiva from WSO2</p>
</center>
</div>
</div>
<div class="mdl-grid">
<div class="mdl-cell mdl-cell--6-col">
<center>
<img class="imgPlay2" src="img/covs.png" style="height:280px;" data-video="https://www.youtube.com/embed/NKMKdt86l_w"/>
<p style="margin-top:5px;">Prash from GOOGLE</p>
</center>
</div>
<div class="mdl-cell mdl-cell--6-col">
<center>
<img class="imgPlay2" src="img/covs.png" style="height:280px;" data-video="https://www.youtube.com/embed/hnsfHxEoU_k"/>
<p style="margin-top:5px;">Dhanika from BHASHA</p>
</center>
</div>
</div>
<div class="mdl-grid">
<div class="mdl-cell mdl-cell--6-col">
<center>
<img class="imgPlay2" src="img/covs.png" style="height:280px;" data-video="https://www.youtube.com/embed/ANx60amlO-4"/>
<p style="margin-top:5px;">Chamira from ARIMAC</p>
</center>
</div>
<div class="mdl-cell mdl-cell--6-col">
<center>
<img class="imgPlay2" src="img/covs.png" style="height:280px;" data-video="https://www.youtube.com/embed/QRfg47YMHJ0"/>
<p style="margin-top:5px;">Shamil from 99X</p>
</center>
</div>
</div>
<div class="mdl-grid">
<div class="mdl-cell mdl-cell--6-col">
<center>
<img class="imgPlay2" src="img/covs.png" style="height:280px;" data-video="https://www.youtube.com/embed/4eVvIPw9U24"/>
<p style="margin-top:5px;">Shafraz from DIALOG</p>
</center>
</div>
<div class="mdl-cell mdl-cell--6-col">
<center>
<img class="imgPlay2" src="img/covs.png" style="height:280px;" data-video="https://www.youtube.com/embed/NBvX7EA6eIE"/>
<p style="margin-top:5px;">Sumedha from WSO2</p>
</center>
</div>
</div>
</div>
</div>
</section>
<hr style="margin-top:0; z-index:2000; position: relative;"/>
<section id="ioshedule" class="section--center mdl-grid site-max-width homepage-portfolio" style="margin-top:0; z-index:4000; position: relative;">
<div class="linkboxes ">
<div class="linkboxes__content">
<div class="linkboxes__title">
Schedule for I/O 17 Sri Lanka
</div>
<div class="grid grid--padded">
<div class="grid__item grid__item--12-cols grid__item--8-cols--gt-md">
<div class="grid grid--padded">
Take a look at the agenda for Google I/O extended 2017 Sri Lanka (Hall A)
<br/>
</div>
</div>
<div class="grid__item grid__item--4-cols--gt-sm grid__item--4-cols--gt-md">
<div class="linkboxes__animation">
<div class="slash-animation slash-animation--index" style="padding-top:100px;">
<center>
<svg width="277" height="95" viewBox="0 0 277 95" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd"><path fill="#5471F9" d="M195.129 90.674h6.85V2.514h-6.85zm-111.083 0h6.85V24.919h-6.85zM81.709 8.359c0-3.238 2.619-5.845 5.871-5.845 3.253 0 5.872 2.607 5.872 5.845 0 3.237-2.62 5.845-5.872 5.845s-5.871-2.608-5.871-5.845M220.1 9.81l-.014-7.191 40.773-.082.014 7.192z"></path><path fill="#40E7B8" d="M232.99 92.868l-6.122-3.06 43.927-87.052 6.122 3.06z"></path><path fill="#5471F9" d="M147.112 38.276L143.7 21.693l2.409-.32 3.39 16.581z"></path><path stroke="#5471F9" stroke-width=".5" d="M147.112 38.276L143.7 21.693l2.409-.32 3.39 16.581z"></path><path fill="#5471F9" d="M154.681 42.097l3.674-16.528 2.33.686-3.691 16.517z"></path><path stroke="#5471F9" stroke-width=".5" d="M154.681 42.097l3.674-16.528 2.33.686-3.691 16.517z"></path><path fill="#5471F9" d="M160.062 48.656l10.075-13.638 1.852 1.565-10.086 13.62z"></path><path stroke="#5471F9" stroke-width=".5" d="M160.062 48.656l10.075-13.638 1.852 1.565-10.086 13.62z"></path><path fill="#5471F9" d="M162.295 56.817l14.79-8.357 1.05 2.182-14.794 8.336z"></path><path stroke="#5471F9" stroke-width=".5" d="M162.295 56.817l14.79-8.357 1.05 2.182-14.794 8.336z"></path><path fill="#5471F9" d="M161.014 65.196l16.922-1.697.074 2.418-16.916 1.677z"></path><path stroke="#5471F9" stroke-width=".5" d="M161.014 65.196l16.922-1.697.074 2.418-16.916 1.677z"></path><path fill="#5471F9" d="M156.424 72.312l16.152 5.301-.92 2.238-16.138-5.317z"></path><path stroke="#5471F9" stroke-width=".5" d="M156.424 72.312l16.152 5.301-.92 2.238-16.138-5.317z"></path><path fill="#5471F9" d="M149.331 76.977l12.615 11.353-1.751 1.677-12.597-11.363z"></path>
<path stroke="#5471F9" stroke-width=".5" d="M149.331 76.977l12.615 11.353-1.751 1.677-12.597-11.363z"></path>
<path fill="#5471F9" d="M140.96 78.353l6.81 15.512-2.29.811-6.788-15.513z"></path>
<path stroke="#5471F9" stroke-width=".5" d="M140.96 78.353l6.81 15.512-2.29.811-6.788-15.513z"></path>
<path fill="#5471F9" d="M132.715 76.253l-.02 16.927-2.424-.171.04-16.92z"></path>
<path stroke="#5471F9" stroke-width=".5" d="M132.715 76.253l-.02 16.927-2.424-.171.04-16.92z"></path>
<path fill="#5471F9" d="M126.049 70.982l-6.923 15.462-2.145-1.136 6.937-15.448z"></path>
<path stroke="#5471F9" stroke-width=".5" d="M126.049 70.982l-6.923 15.462-2.145-1.136 6.937-15.448z"></path>
<path fill="#5471F9" d="M122.106 63.49l-12.627 11.34-1.498-1.904 12.634-11.32z"></path>
<path stroke="#5471F9" stroke-width=".5" d="M122.106 63.49l-12.627 11.34-1.498-1.904 12.634-11.32z"></path>
<path fill="#5471F9" d="M121.573 55.072l-16.188 5.192-.582-2.348 16.187-5.17z"></path>
<path stroke="#5471F9" stroke-width=".5" d="M121.573 55.072l-16.188 5.192-.582-2.348 16.187-5.17z"></path>
<path fill="#5471F9" d="M124.507 47.11l-16.917-1.736.417-2.382 16.908 1.754z"></path>
<path stroke="#5471F9" stroke-width=".5" d="M124.507 47.11l-16.917-1.736.417-2.382 16.908 1.754z"></path>
<path fill="#5471F9" d="M130.436 41.046l-14.764-8.403 1.35-2.01 14.748 8.415z"></path>
<path stroke="#5471F9" stroke-width=".5" d="M130.436 41.046l-14.764-8.403 1.35-2.01 14.748 8.415z"></path>
<path fill="#5471F9" d="M138.337 37.891l-10.053-13.653 2.054-1.291 10.034 13.66z"></path>
<path stroke="#5471F9" stroke-width=".5" d="M138.337 37.891l-10.053-13.653 2.054-1.291 10.034 13.66z"></path>
<path fill="#40E7B8" d="M46.11 21.874l-.006-3.01 17.065-.033.005 3.01zm-22.642 0l-.006-3.01 17.064-.033.006 3.01zm-23.462 0L0 18.864l17.064-.033.006 3.01zM46.11 44.615l-.006-3.01 17.065-.034.005 3.01zm-22.642 0l-.006-3.01 17.064-.034.006 3.01zm-23.462 0L0 41.605l17.064-.034.006 3.01z"></path><path fill="#32E8B7" d="M21.897 17.472l-3.024.006L18.839.493l3.024-.005z"></path><path fill="#40E7B8" d="M21.897 40.008l-3.023.006-.035-16.984 3.024-.006zm0 23.352l-3.023.006-.035-16.984 3.024-.006z"></path><path fill="#32E8B7" d="M44.745 17.472l-3.024.006L41.687.493 44.71.488z"></path><path fill="#40E7B8" d="M44.745 40.008l-3.024.006-.034-16.984 3.023-.006zm0 23.352l-3.024.006-.034-16.984 3.023-.006z"></path>
</g>
</svg>
</center>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="schedule">
<center>
<table class="mdl-data-table mdl-js-data-table" style="font-size:17px; margin-top:-10px;">
<thead>
<tr>
<th class="mdl-data-table__cell--non-numeric">Time</th>
<th class="mdl-data-table__cell--non-numeric">Session</th>
<th class="mdl-data-table__cell--non-numeric">Speaker</th>
</tr>
</thead>
<tbody>
<tr>
<td class="mdl-data-table__cell--non-numeric">5 PM - 6.45 PM </td>
<td class="mdl-data-table__cell--non-numeric">Registration (Developers / Enterprises)</td>
<td class="mdl-data-table__cell--non-numeric"> </td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric">6.50 PM - 7 PM </td>
<td class="mdl-data-table__cell--non-numeric">Event Opening</td>
<td class="mdl-data-table__cell--non-numeric"> </td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric">7 PM - 7.15 PM </td>
<td class="mdl-data-table__cell--non-numeric">Keynote by Dialog and Google</td>
<td class="mdl-data-table__cell--non-numeric">Fariq Cader & Prash Balakirshnan</td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric">7.15 PM - 7.45 PM</td>
<td class="mdl-data-table__cell--non-numeric">GDG Sri Lanka, Google and you</td>
<td class="mdl-data-table__cell--non-numeric">Tharaka Devinda,Michela Thalagala & Roshanth Gardiarachchi</td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric">7.45 PM - 8.25 PM</td>
<td class="mdl-data-table__cell--non-numeric">Ballerina by WSO2</td>
<td class="mdl-data-table__cell--non-numeric">Dr.Sanjiva Weerawarana & Sameera Jayasoma </td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric">8.25 PM - 8.30 PM </td>
<td class="mdl-data-table__cell--non-numeric">Enternainment Segment</td>
<td class="mdl-data-table__cell--non-numeric"> Janai Priyai </td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric">8.30 PM - 8.45 PM </td>
<td class="mdl-data-table__cell--non-numeric">Dinner starts</td>
<td class="mdl-data-table__cell--non-numeric"> </td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric">8.45 PM - 9.05 PM </td>
<td class="mdl-data-table__cell--non-numeric">Arimac Story</td>
<td class="mdl-data-table__cell--non-numeric"> Chamira Jayasinghe </td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric">9.05 PM - 9.25 PM </td>
<td class="mdl-data-table__cell--non-numeric"></td>
<td class="mdl-data-table__cell--non-numeric"> </td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric">9.25 PM - 9.45 PM </td>
<td class="mdl-data-table__cell--non-numeric">A Good Way to Stay Connected </td>
<td class="mdl-data-table__cell--non-numeric"> Shafraz Rahim </td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric">9.50 PM - 9.55 PM</td>
<td class="mdl-data-table__cell--non-numeric">Enternainment Segment</td>
<td class="mdl-data-table__cell--non-numeric"> Podda </td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric">10 PM - Midnight </td>
<td class="mdl-data-table__cell--non-numeric">Keynote</td>
<td class="mdl-data-table__cell--non-numeric"><mark>Live Streaming</mark></td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric">12.00 AM - 12.15 AM </td>
<td class="mdl-data-table__cell--non-numeric">Enternainment Segment</td>
<td class="mdl-data-table__cell--non-numeric">Iraj</td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric">12.15 AM - 12.45 AM </td>
<td class="mdl-data-table__cell--non-numeric">Google Cloud Platform</td>
<td class="mdl-data-table__cell--non-numeric">Mika Igarashi</td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric">12.45 AM - 1.15 AM </td>
<td class="mdl-data-table__cell--non-numeric">ideamart Gone Global</td>
<td class="mdl-data-table__cell--non-numeric">Kasun Withanarachchi </td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric">1.15 AM - 1.45 AM</td>
<td class="mdl-data-table__cell--non-numeric"> Do or Die</td>
<td class="mdl-data-table__cell--non-numeric"> Malinda Prasad</td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric">1.45 AM - 2 AM </td>
<td class="mdl-data-table__cell--non-numeric">Entertainment Segment</td>
<td class="mdl-data-table__cell--non-numeric"> Akunu </td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric">2 AM - 2.20 AM </td>
<td class="mdl-data-table__cell--non-numeric">Product Launches </td>
<td class="mdl-data-table__cell--non-numeric"> </td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric">2.20 AM - 2.50 AM</td>
<td class="mdl-data-table__cell--non-numeric">Real World Fullstack Engineering </td>
<td class="mdl-data-table__cell--non-numeric">Hasitha Liyanage</td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric">2.50 AM - 3.10 AM</td>
<td class="mdl-data-table__cell--non-numeric">SLASSCOM Speech</td>
<td class="mdl-data-table__cell--non-numeric">Shevan Goonethilake</td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric">3.10 AM Onwards </td>
<td class="mdl-data-table__cell--non-numeric">Snacks will be served</td>
<td class="mdl-data-table__cell--non-numeric"></td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric">3.10 AM - 3.15 AM </td>
<td class="mdl-data-table__cell--non-numeric">Entertainment Segment</td>
<td class="mdl-data-table__cell--non-numeric"></td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric">3.15 AM - 3.30 AM </td>
<td class="mdl-data-table__cell--non-numeric">Getting in with Google for your Startup</td>
<td class="mdl-data-table__cell--non-numeric">Sajini Jayawardena </td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric">3.30 AM - 3.50 AM </td>
<td class="mdl-data-table__cell--non-numeric">PickMe</td>
<td class="mdl-data-table__cell--non-numeric">Zulfers </td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric">3.50 AM - 4.15 AM </td>
<td class="mdl-data-table__cell--non-numeric">Speech by Bhasha</td>
<td class="mdl-data-table__cell--non-numeric">Dhanika Perera </td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric">4.15 AM - 4.35 AM </td>
<td class="mdl-data-table__cell--non-numeric">Speech by HypeHash</td>
<td class="mdl-data-table__cell--non-numeric"></td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric">4.35 AM - 5.05 AM </td>
<td class="mdl-data-table__cell--non-numeric">TensorFlow</td>
<td class="mdl-data-table__cell--non-numeric">Raveen Harith</td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric">5.05 AM - 5.10 AM </td>
<td class="mdl-data-table__cell--non-numeric">Vote of Thanks </td>
<td class="mdl-data-table__cell--non-numeric">Kasun Withanaarachchi</td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric">5.10 AM </td>
<td class="mdl-data-table__cell--non-numeric">Group Photograph</td>
<td class="mdl-data-table__cell--non-numeric"></td>
</tr>
</tbody>
</table>
</center>
</div>
</br>
<div class="grid grid--padded grid--align-center">
Take a look at live Streaming Area ( Hall B)
<br/>
</div>
</br>
</br>
<div class="schedule">
<center>
<table class="mdl-data-table mdl-js-data-table" style="font-size:17px; margin-top:-10px;">
<thead>
<tr>
<th class="mdl-data-table__cell--non-numeric">Time</th>
<th class="mdl-data-table__cell--non-numeric">Session</th>
<th class="mdl-data-table__cell--non-numeric">Speaker</th>
</tr>
</thead>
<tbody>
<tr>
<td class="mdl-data-table__cell--non-numeric">10 PM - Midnight </td>
<td class="mdl-data-table__cell--non-numeric">Keynote</td>
<td class="mdl-data-table__cell--non-numeric"><mark>Live Streaming</mark></td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric">1.30 AM - 2.30 AM </td>
<td class="mdl-data-table__cell--non-numeric">Developer Keynote</td>
<td class="mdl-data-table__cell--non-numeric"> <mark>Live Streaming</mark> </td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric">2.30 AM - 3.30 AM </td>
<td class="mdl-data-table__cell--non-numeric">What's New in Android</td>
<td class="mdl-data-table__cell--non-numeric"> <mark>Live Streaming</mark> </td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric">3.30 AM - 4.30 AM </td>
<td class="mdl-data-table__cell--non-numeric">What's new in Firebase</td>
<td class="mdl-data-table__cell--non-numeric"> <mark>Live Streaming</mark> </td>
</tr>
</tbody>
</table>
</center>
</div>
<center>
<img src="img/wipe1.gif" style="height:100px; margin-top:20px;" />
</center>
</div>
</div>
<footer class="mdl-mini-footer" style="background-color:#EEEEEE;">
<div class="mdl-mini-footer__left-section">
<!-- <div class="mdl-logo">
Copyright Information
</div> -->
<ul class="mdl-mini-footer__link-list">
<li>Powered by <b>GDG Sri Lanka</b></li>
</ul>
</div>
<div class="mdl-mini-footer__right-section" style="margin-right:80px; margin-top:10px;">
<a aria-label="Facebook" href="https://www.facebook.com/GDGSriLanka" class="footer__social__icon"><svg width="18" height="20" 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"></path></svg></a>
<a aria-label="Google+" href="https://plus.google.com/+GDGSriLankaChapter" class="footer__social__icon"><svg width="22" height="14" viewBox="0 0 22 14" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd" opacity=".7"><path d="M7 6v2.4h3.97c-.16 1.03-1.2 3.02-3.97 3.02-2.39 0-4.34-1.98-4.34-4.42S4.61 2.58 7 2.58c1.36 0 2.27.58 2.79 1.08l1.9-1.83C10.47.69 8.89 0 7 0 3.13 0 0 3.13 0 7s3.13 7 7 7c4.04 0 6.72-2.84 6.72-6.84 0-.46-.05-.81-.11-1.16H7zm15 0h-2V4h-2v2h-2v2h2v2h2V8h2V6z" fill="#616161"></path><path d="M-1-5h24v24H-1z"></path></g></svg></a>
<a aria-label="Twitter" href="https://twitter.com/GDGLK" 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><path d="M-4-5h24v24H-4z"></path></g></svg></a>
</div>
</footer>
</main>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://code.getmdl.io/1.3.0/material.min.js" defer></script>
<script>
$(function(){
$("a.smooth").click(function(e){
e.preventDefault();
var speed = 500;
var href= $(this).attr("href");
var target = $(href == "#" || href == "" ? 'html' : href);
var nav_height = $(".mdl-layout__header-row").height();
var position = target.get( 0 ).offsetTop;
$(".mdl-layout__content").animate({scrollTop:position}, speed, "swing");
return false;
});
$('#contact-button').click(function(){
console.log('top');
$('main').animate({ scrollTop: 0 }, "slow");
})
});
$('.imgPlay').click(function(){
video = '<center><iframe src="'+ $(this).attr('data-video') +'" style="width:80%;height:450px; margin-top:50px;"></iframe></center>';
$(this).replaceWith(video);
});
$('.imgPlay2').click(function(){
video = '<center><iframe src="'+ $(this).attr('data-video') +'" style="width:100%;height:280px;"></iframe></center>';
$(this).replaceWith(video);
});
$('.mdl-navigation__link.drawer').click(function(){
$('.mdl-layout__drawer').toggleClass('is-visible');
$('.mdl-layout__obfuscator').toggleClass('is-visible');
console.log('Visible');
});
</script>
<script src="scripts/TweenMax.js"></script>
<script src="scripts/slash.js"></script>
<script src="scripts/countdown.js"></script>
<script src="scripts/main.js"></script>
</div>
</body>
</html>