-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathindex.html
810 lines (734 loc) · 37.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>MEC.conf 2019 Presented by the MEC Developer Community</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="MEC.conf 2019" />
<meta name="keywords" content="MEC.conf, conference, event, IEEE, CS, MEC, FOSS, open source" />
<meta name="author" content="" />
<link rel="icon" type="image/png" sizes="48x48" href="./images/logo/favicon_48x48.png" />
<!--[if lt IE 9]>
<script src="./js/html5shiv.js"></script>
<![endif]-->
<a href="#" id="back-to-top"></a>
<!-- CSS Files
================================================== -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="./css/style.css" type="text/css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"
type="text/css" />
</head>
<body id="homepage">
<div id="loader">
<div class="stat">
<img src="./images/logo/mecdev.svg" alt="IEEEMEC-center">
</div>
</div>
<div id="wrapper">
<!-- header begin -->
<header>
<div class="container top-bar">
<div class="row">
<div class="col-md-12">
<!-- logo begin -->
<div id="logo">
<a href="#">
<img class="logo" src="./images/logo/logo.png" style="height:90px; width:auto" alt="">
<img class="logo-2 logomarg" src="./images/logo/logo.png"
style="height:70px ;align-self:center; width:auto " alt="">
</a>
</div>
<!-- logo close -->
<!-- small button begin -->
<span id="menu-btn">
<nav id="hamburger">
<ul id="mainmenu" class="square-separator">
<li><a href="#home">Home</a></li>
<li><a href="#section-speakers">Speakers</a></li>
<li><a href="#section-devsprint">DevSprints</a></li>
<li><a href="#coc">Code of Conduct</a></li>
<li><a href="#section-tickets">Registration</a></li>
<li><a href="#section-faq">FAQ</a></li>
<li><a href="#section-sponsors">Sponsors</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</span>
<!-- small button close -->
<!-- mainmenu begin -->
<nav>
<ul id="mainmenu">
<li><a href="#home">Home</a></li>
<li><a href="#section-speakers">Speakers</a></li>
<li><a href="#section-devsprint">DevSprints</a></li>
<li><a href="#coc">Code of Conduct</a></li>
<li><a href="#section-tickets">Registration</a></li>
<li><a href="#section-faq">FAQ</a></li>
<li><a href="#section-sponsors">Sponsors</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
<!-- mainmenu close -->
</div>
</div>
</header>
<!-- header close -->
<!-- content begin -->
<div id="content" class="no-bottom no-top">
<div id="top"></div>
<!-- section begin -->
<section id="slider-section" class="full-height no-top no-bottom text-light" data-stellar-background-ratio=".2">
<div class="overlay-bg" id="home">
<div class="slider"></div>
<div class="center-y fadeScroll text-center relative" data-scroll-speed="4">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2>Powered by <br> <span class="id-color typed-text one"></span><span class="cursor"> </span>MEC
</h2>
<br>
<h3><span class="id-color">Kerala Technology Innovation Zone, Kochi</span></h3>
<h2 class="big">July 26, 27, 28</h2><br>
<br>
<a href="#">
<button type="button" class="btn btn-register btn-primary btn-lg"><i class="fa fa-ticket "></i> Tickets Closed</button>
</a>
<br>
See you next year!
</div>
</div>
</div>
</div>
</section>
<!-- section close -->
<!-- section begin -->
<section id="section-intro-text">
<div class="container" id="about">
<div class="row">
<div class="col-md-12 text-center wow fadeInUp">
<h2>About <span class="id-color">MEC</span>.dev</h2>
<p class="lead">Model Engineering College, Kochi is an institution that has for the last 28 years
empowered its students to pave the way for excellence and innovation in the field of engineering and
technology. The Developer Community, is an amalgamation of the three professional bodies, namely the
IEEE Student Branch, the IETE Students Forum and the FOSS Cell for the propagation of technical skills
and networking opportunities for the professional development of students.</p>
<div class="spacer-single"></div>
</div>
<div class="col-md-4 text-center wow fadeInUp">
<i class="fa fa-bookmark id-color fa-2x" style="padding-bottom: 15px"></i>
<h3>Conference</h3>
<p>Developers with various fields of interest and a matching atmosphere, <span
class="id-color">MEC.conf</span> is an opportunity for
growing one's network and getting to know the latest in development.</p>
</div>
<div class="col-md-4 text-center wow fadeInUp">
<i class="fa fa-laptop id-color fa-2x " style="padding-bottom: 15px"></i>
<h3>Dev Sprints</h3>
<p>Delegates get to experience the largest of all developer cultural phenomena, building stuff in
communities and spending the night under the stars, with code!</p>
</div>
<div class="col-md-4 text-center wow fadeInUp">
<i class="fa fa-cogs id-color fa-2x " style="padding-bottom: 15px"></i>
<h3>Technological Innovation</h3>
<p>The world of technology is fast evolving, and so must developers. We provide you with the
cheat-codes and the cheat-sheets to get into the front-line of Engineering with Open Hardware,
Edge Systems and much more!</p>
</div>
</div>
</div>
</section>
<!-- section close -->
<!-- section speakers -->
<section id="section-speakers">
<div class="container relative" id="speakers">
<div class="row">
<div class="col-md-12 text-center">
<h2><span class="id-color">Event</span> Speakers</h2>
<p class="lead">A never ending list of inspiring speakers ahead...</p>
<div class="spacer-single"></div>
<div class="col-xs-12 col-sm-6 col-md-4 lgx-single-speaker">
<figure>
<a class="profile-img" href="#">
<img src="./images/speakers/satish.jpg" alt="speaker">
</a>
<figcaption>
<div class="social-group">
<!--<a class="sp-tw" href="https://twitter.com/"><i class="fa fa-twitter"></i></a>
<a class="sp-fb" href="https://instagram.com/"><i class="fa fa-facebook"></i></a>
<a class="sp-insta" href="https://instagram.com/"><i class="fa fa-instagram"></i></a>-->
<a class="sp-in" href="https://linkedin.com/in/sierrabravo/"><i class="fa fa-linkedin"></i></a>
</div>
<div class="speaker-info">
<h3 class="title"><a href="#">Satish Babu</a></h3>
<h4 class="subtitle">Satish is all about the internet and FOSS. Standing for the
ideals of a democratic internet, as the chair of APRALO and ICANN.</h4>
</div>
</figcaption>
</figure>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 lgx-single-speaker">
<figure>
<a class="profile-img" href="#">
<img src="./images/speakers/saloni.jpg" alt="speaker">
</a>
<figcaption>
<div class="social-group">
<a class="sp-tw" href="https://twitter.com/salonigarg_"><i class="fa fa-twitter"></i></a>
<!--<a class="sp-fb" href="https://instagram.com/"><i class="fa fa-facebook"></i></a>
<a class="sp-insta" href="https://instagram.com/"><i class="fa fa-instagram"></i></a>
<a class="sp-in" href="https://linkedin.com/in/amarjitlife/"><i
class="fa fa-linkedin"></i></a>-->
</div>
<div class="speaker-info">
<h3 class="title"><a href="#">Saloni Garg</a></h3>
<h4 class="subtitle">A CS undergrad student, with the uniqueness of being the
winner of the Red Hat Open Source Award 2019 and a Google Venkat Scholar for
2018.</h4>
</div>
</figcaption>
</figure>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 lgx-single-speaker">
<figure>
<a class="profile-img" href="#">
<img src="./images/speakers/balu.jpg" alt="speaker">
</a>
<figcaption>
<div class="social-group">
<a class="sp-tw" href="https://twitter.com/balasankarc"><i class="fa fa-twitter"></i></a>
<!--<a class="sp-fb" href="https://instagram.com/"><i class="fa fa-facebook"></i></a>
<a class="sp-insta" href="https://instagram.com/"><i class="fa fa-instagram"></i></a>
<a class="sp-in" href="https://linkedin.com/"><i class="fa fa-linkedin"></i></a>-->
</div>
<div class="speaker-info">
<h3 class="title"><a href="#">Balasankar "Balu" C</a></h3>
<h4 class="subtitle">Balu works at GitLab as a Distribution Engineer and is an
active Debian Developer with years of experience working remotely.</h4>
</div>
</figcaption>
</figure>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 lgx-single-speaker">
<figure>
<a class="profile-img" href="#">
<img src="./images/speakers/thottingal.jpg" alt="speaker">
</a>
<figcaption>
<div class="social-group">
<a class="sp-tw" href="https://twitter.com/santhoshtr"><i class="fa fa-twitter"></i></a>
<!--<a class="sp-fb" href="https://instagram.com/"><i class="fa fa-facebook"></i></a>
<a class="sp-insta" href="https://instagram.com/"><i class="fa fa-instagram"></i></a>
<a class="sp-in" href="https://linkedin.com/"><i class="fa fa-linkedin"></i></a>-->
</div>
<div class="speaker-info">
<h3 class="title"><a href="#">Santosh Thottingal</a></h3>
<h4 class="subtitle">Leading various language computing projects at Swathanthra
Malayalam Computing, Santosh is an activist of the Malayalam Language in
Computing initiative. He is also working as the senior software engineer of
the Language Engineering team at the Wikimedia foundation.</h4>
</div>
</figcaption>
</figure>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 lgx-single-speaker">
<figure>
<a class="profile-img" href="#">
<img src="./images/speakers/akshai.jpg" alt="speaker">
</a>
<figcaption>
<div class="social-group">
<!-- <a class="sp-tw" href="https://twitter.com/"><i class="fa fa-twitter"></i></a>
<a class="sp-fb" href="https://instagram.com/"><i class="fa fa-facebook"></i></a> -->
<a class="sp-in" href="https://www.linkedin.com/in/akshaim/"><i class="fa fa-linkedin"></i></a>
<!-- <a class="sp-insta" href="https://www.instagram.com/abraham__raji/"><i
class="fa fa-instagram"></i></a> -->
</div>
<div class="speaker-info">
<h3 class="title"><a href="#">Akshai M</a></h3>
<h4 class="subtitle">Embedded Hardware Researcher at ICFOSS, LoRaWAN Engineer, RISC V Enthusiast,
OpenSource Hardware Contributor.</h4>
</div>
</figcaption>
</figure>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 lgx-single-speaker">
<figure>
<a class="profile-img" href="#">
<img src="./images/speakers/avronr.jpg" alt="speaker">
</a>
<figcaption>
<div class="social-group">
<!--<a class="sp-tw" href="https://twitter.com/"><i class="fa fa-twitter"></i></a>
<a class="sp-fb" href="https://instagram.com/"><i class="fa fa-facebook"></i></a>
<a class="sp-in" href="https://linkedin.com/in/sierrabravo/"><i class="fa fa-linkedin"></i></a>-->
<a class="sp-insta" href="https://www.instagram.com/abraham__raji/"><i
class="fa fa-instagram"></i></a>
</div>
<div class="speaker-info">
<h3 class="title"><a href="#">Abraham Raji</a></h3>
<h4 class="subtitle">@avronr as he is known on the Free Software chat groups on
the internet, is an avid Debian Linux user and loves the Emacs "IDE".</h4>
</div>
</figcaption>
</figure>
</div>
<h3><a href="./talks/">
<span class="id-color">More</span>
</a></h3>
</div>
<div class="spacer-single" id="workshops"></div>
<div class="spacer-single"></div>
<div class="spacer-single"></div>
<div class="container relative">
<div class="row">
<div class="col-md-12 text-center">
<h2><span class="id-color">Workshops</span> & Tutorials</h2>
<p class="lead">We have some awesome workshops lined up for you to get up-skilled!</p>
<div class="spacer-single"></div>
<div class="col-xs-12 col-sm-6 col-md-4 lgx-single-speaker">
<figure>
<a class="profile-img" href="#">
<img src="./images/speakers/shahul.jfif" alt="speaker">
</a>
<figcaption>
<div class="social-group">
<!--<a class="sp-tw" href="https://twitter.com/"><i class="fa fa-twitter"></i></a>
<a class="sp-fb" href="https://instagram.com/"><i class="fa fa-facebook"></i></a>
<a class="sp-insta" href="https://instagram.com/"><i class="fa fa-instagram"></i></a>-->
<a class="sp-in"><i class="fa">26th July</i></a>
</div>
<div class="speaker-info">
<h3 class="title"><a href="./workshops/kaggle/">Building Recommendation Engines</a></h3>
<h4 class="subtitle">Shahul ES, Kaggle expert</h4>
</div>
</figcaption>
</figure>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 lgx-single-speaker">
<figure>
<a class="profile-img" href="#">
<img src="./images/speakers/abhiram.jpg" alt="speaker">
</a>
<figcaption>
<div class="social-group">
<!--<a class="sp-tw" href="https://twitter.com/"><i class="fa fa-twitter"></i></a>
<a class="sp-fb" href="https://instagram.com/"><i class="fa fa-facebook"></i></a>
<a class="sp-insta" href="https://instagram.com/"><i class="fa fa-instagram"></i></a>-->
<a class="sp-in"><i class="fa">26th July</i></a>
</div>
<div class="speaker-info">
<h3 class="title"><a href="./workshops/ctf/">Memory Forensics - A CTF approach</a></h3>
<h4 class="subtitle">Abhiram Kumar, cyber forensics enthusiast</h4>
</div>
</figcaption>
</figure>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 lgx-single-speaker">
<figure>
<a class="profile-img" href="#">
<img src="./images/speakers/amarjit.jpg" alt="speaker">
</a>
<figcaption>
<div class="social-group">
<!--<a class="sp-tw" href="https://twitter.com/"><i class="fa fa-twitter"></i></a>
<a class="sp-fb" href="https://instagram.com/"><i class="fa fa-facebook"></i></a>
<a class="sp-insta" href="https://instagram.com/"><i class="fa fa-instagram"></i></a>-->
<a class="sp-in"><i class="fa">27th July</i></a>
</div>
<div class="speaker-info">
<h3 class="title"><a href="./workshops/kotlin/">Programming with Kotlin</a></h3>
<h4 class="subtitle">Amarjit Singh, FOSS enthusiast and freelance consultant</h4>
</div>
</figcaption>
</figure>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- section begin -->
<section id="section-fun-facts-2" class="no-top no-bottom text-light" data-stellar-background-ratio=".2">
<div class="overlay-bg pt80 pb80">
<div class="container">
<div class="row">
<div class="col-md-3 wow fadeIn" data-wow-delay="0">
<div class="de_count">
<i class="icon_id-2 id-color" data-animation="fadeInDown" data-delay="0"></i>
<h3 class="timer" data-to="125" data-speed="1500">0</h3>
<span>Participants</span>
</div>
</div>
<div class="col-md-3 wow fadeIn" data-wow-delay=".25s">
<div class="de_count">
<i class="icon_easel id-color" data-animation="fadeInDown" data-delay="200"></i>
<h3 class="timer" data-to="2" data-speed="2000">0</h3>
<span>Tracks</span>
</div>
</div>
<div class="col-md-3 wow fadeIn" data-wow-delay=".5s">
<div class="de_count">
<i class="icon_headphones id-color" data-animation="fadeInDown" data-delay="400"></i>
<h3 class="timer" data-to="20" data-speed="2500">0</h3>
<span>Speakers</span>
</div>
</div>
<div class="col-md-3 wow fadeIn" data-wow-delay=".75s">
<div class="de_count">
<i class="icon_globe id-color" data-animation="fadeInDown" data-delay="600"></i>
<h3 class="timer" data-to="18" data-speed="3000">0</h3>
<span>Sessions</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- section close -->
<!-- section devsprint -->
<section id="section-devsprint">
<div class="container relative" id="devsprint">
<div class="row">
<div class="col-md-12 text-center">
<h2><span class="id-color">Devsprint</span> with top communities</h2>
<p class="lead">Get ready to contribute to open source organisations with this 14-hour overnight
devsprint!</p>
<div class="spacer-single"></div>
<div class="row">
<div class="col-md-4 mb30">
<img src="./images/logo/fossasia.jfif" alt="FOSSASIA" class="img-fluid"
style="height: auto ; width : 80% ; max-width : 400px ">
</div>
<div class="col-md-4 mb30">
<img src="./images/logo/mozilla.png" alt="Mozilla" class="img-fluid"
style="height: auto ; width : 80% ; max-width : 400px ">
</div>
<div class="col-md-4 mb30">
<img src="./images/logo/zulip.png" alt="Zulip" class="img-fluid"
style="height: auto ; width : 80% ; max-width : 400px ">
</div>
</div>
<h3><a href="./sprint/">
<span class="id-color">Click to know more!</span>
</a></h3>
</div>
</div>
</div>
</section>
<!-- section coc-->
<section id="coc">
<div class="container relative" id="coc">
<div class="row">
<div class="col-md-12 text-center">
<h2><span class="id-color">Code of</span> Conduct</h2>
</div>
<div class="spacer-single"></div>
<div class="drawer">
<p>MEC.dev is dedicated to providing a harassment-free conference experience for everyone, regardless
of gender, sexual orientation, disability, physical appearance, body size, race, or religion. We do
not tolerate harassment of conference participants in any form. All communication should be
appropriate for a professional audience including people of many different backgrounds. Sexual
language and imagery is not appropriate for any conference venue, including talks. Be kind to others.
Do not insult or put down other attendees. Behave professionally. Remember that harassment and sexist,
racist, or exclusionary jokes are not appropriate for MEC.dev. Attendees violating these rules may be
asked to leave the conference without a refund at the sole discretion of the conference organizers.
Thank you for helping make this a welcoming, friendly event for all.</p>
<p>
Harassment includes offensive verbal comments related to gender, sexual orientation, disability,
physical appearance, body size, race, religion, sexual images in public spaces, deliberate
intimidation, stalking, following, harassing photography or recording, sustained disruption of talks
or other events, inappropriate physical contact, and unwelcome sexual attention. Participants asked to
stop any harassing behavior are expected to comply immediately. Exhibitors in the expo hall, sponsor
or vendor booths, or similar activities are also subject to the anti-harassment policy. In particular,
exhibitors should not use sexualized images, activities, or other material. Booth staff (including
volunteers) should not use sexualized clothing/uniforms/costumes, or otherwise create a sexualized
environment. Be careful in the words that you choose. Remember that sexist, racist, and other
exclusionary jokes can be offensive to those around you. Excessive swearing and offensive jokes are
not appropriate for conference talks like MEC.dev.</p>
</div>
<div class="spacer-single"></div>
<h3>Why is there a <span class="id-color">Code of Conduct</span>?</h3>
<p>MEC.dev is a community conference intended for networking and collaboration in the developer community.
We
value your and everyone else's participation in the conference. Accordingly, We want all attendees to be
safe from harm and have an enjoyable experience. For this reason, every participant is required to follow
minimum conducts described below.</p>
<div class="spacer-single"></div>
<p style="color: #ff0303; font-weight: 700">
If a participant engages in behavior that violates this code of conduct, the conference organizers may
take any action they deem appropriate, including warning the offender or expulsion from the conference
with no refund.</p>
<hr />
<p>
LICENCE | This Code of Conduct was forked from the example policy from the Geek Feminism wiki, created by
the Ada Initiative and other volunteers. which is under a Creative Commons Zero license.
</p>
</div>
</div>
</div>
</section>
<section id="section-tickets" class="text-light no-top no-bottom" data-stellar-background-ratio=".2">
<div class="overlay-bg pt80 pb80" id="registration">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h2 class="big">Register <span class="id-color">Now!</span></h2><br>
<br>
<a href="https://www.yepdesk.com/mec-conf">
<button type="button" class="btn btn-register btn-primary btn-lg"><i class="fa fa-ticket "></i> Buy
Tickets</button>
</a>
</div>
</div>
</div>
</div>
</section>
<section id="section-faq" class="text-light no-top no-bottom" data-stellar-background-ratio=".2">
<div class="overlay-bg" id="registration">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3>What do I get with my ticket?</h3>
With a regular ticket, the conference attendee can participate in a workshop, attend the DevSprints and
the talk sessions. Intereseted participants also get to speak about their projects during the Lightning
talks sessions. Provided in these passes are also refreshments and meals as defined in the itenarary.
<br>
<div class="spacer-single"></div>
<h3 class="text-center"><a href="./FAQ/">
Have more questions? Check out the <span class="id-color">FAQ!</span>
</a></h3>
</div>
</div>
</div>
</div>
</section>
<section id="section-sponsors">
<div class="container relative" id="sponsors">
<div class="row">
<div class="col-md-12 text-center">
<h2><span class="id-color">Event</span> Partners</h2>
<p class="lead">Want to sponsor us? leave us an email at <a href="mailto:[email protected]">[email protected]</a>
</p>
<div class="spacer-single"></div>
</div>
<div class="col-md-12 text-center">
<h3>Sponsor</h3>
<div class="spacer-single"></div>
<div class="col-md-6 mb30">
<a href="https://ieee.org" target="_blank">
<img src="./images/logo/ieee-logo.png" alt="IEEE" class="img-fluid"
style="height: auto ; width : 80% ; max-width : 400px ">
</a>
</div>
<div class="col-md-6 mb30">
</a><a href="https://ieee.mec.dev" target="_blank">
<img src="./images/logo/ieeemec.svg" alt="IEEEMEC" class="img-fluid"
style="height: auto ; width : 80% ; max-width : 400px ">
</a>
</div>
<div class="spacer-double"></div>
<h3>Venue Partner</h3>
<div class="spacer-single"></div>
<div class="row">
<div class="col-md-12 mb30">
<a href="http://www.startupmission.kerala.gov.in/" target="_blank">
<img src="./images/logo/ksum.svg" alt="KSUM" class="img-fluid"
style="height: auto ; width : 80% ; max-width : 400px ">
</a>
</div>
</div>
<div class="spacer-double"></div>
<h3>Speaker Partner</h3>
<div class="spacer-single"></div>
<div class="row">
<div class="col-md-12 mb30">
<a href="http://www.icfoss.in/" target="_blank">
<img src="https://icfoss.in/sites/default/files/icfosslogo_0.png" alt="ICFOSS" class="img-fluid"
style="height: auto ; width : 80% ; max-width : 400px ">
</a>
</div>
</div>
<div class="spacer-double"></div>
<h3>CFP Platform Partner</h3>
<div class="spacer-single"></div>
<div class="row">
<div class="col-md-12 mb30">
<a href="http://hasgeek.com/" target="_blank">
<img src="./images/logo/hasgeek.png" alt="HasGeek" class="img-fluid"
style="height: auto ; width : 50% ; max-width : 200px ">
</a>
</div>
</div>
<!--
<h3>Platinum Sponsor</h3>
<div class="spacer-single"></div>
<div class="row">
<div class="col-md-12 mb30">
<img src="./images/logo/logotata.jpg" alt="" class="grey-hover img-fluid"
style="height: auto ; width : 80% ; max-width : 400px ">
</div>
</div>
<div class="spacer-double"></div>
<h3>Gold Sponsor</h3>
<div class="spacer-single"></div>
<div class="row">
<div class="col-md-12 mb30">
<img src="./images/logo/mit_logo_big.png" alt="" class="grey-hover img-fluid"
style="height: 40% ; width : auto ; max-width : 300px ; max-height : 300px ">
</div>
</div>
<div class="spacer-double"></div>
<h3>Other Sponsors</h3>
<div class="spacer-single"></div>
<div class="row">
<div class="col-md-4 mb30">
<img src="./images/logo/logointel.jpg" alt="" class="grey-hover">
</div>
<div class="col-md-4 mb30">
<img src="./images/logo/logocs.png" alt="" class="grey-hover">
</div>
<div class="col-md-4 mb30">
<img src="./images/logo/logoiem.png" alt="" class="grey-hover">
</div>
</div>
<div class="row">
<div class="col-md-4 mb30">
<img src="./images/logo/Zulip.png" style="max-height : 150px" alt="" class="grey-hover">
</div>
<div class="col-md-4 mb30">
<img src="./images/logo/kriyayogafoundation.jpg" style="max-height : 150px" alt="" class="grey-hover">
</div>
<div class="col-md-4 mb30">
<img src="./images/logo/ieeekolkata.jpg" style="max-height : 120px ; margin-top : 15px" alt=""
class="grey-hover">
</div>
</div>
<div class="row">
<div class="col-md-4 mb30">
<img src="./images/logo/logogeomeo.png" style="max-height : 150px" alt="" class="grey-hover">
</div>
<div class="col-md-4 mb30">
<img src="./images/logo/KolkataVentures.jpeg" style="max-height : 150px" alt="" class="grey-hover">
</div>
<div class="col-md-4 mb30">
<img src="./images/logo/Unimity.jpg" style="max-height : 150px;" alt="" class="grey-hover">
</div>
</div>
<div class="row">
<div class="col-md-4 mb30 cen-img">
<img src="./images/logo/logosac.png" alt="" class="grey-hover">
</div>
</div>
<div class="spacer-double"></div>
<h3>Community Partner</h3>
<div class="spacer-single"></div>
<div class="row">
<div class="col-md-12 mb30">
<img src="./images/logo/anithalogo.jpg" alt="" class="grey-hover img-fluid"
style="height: auto ; width : 80% ; max-width : 400px ">
</div>
-->
</div>
</div>
</div>
</div>
</section>
<!-- section map begin -->
<section id="section-map" class="no-top no-bottom" aria-label="map-container">
<div class="row">
<div class="col-md-12 text-center">
<h2><span class="id-color">Venue</span></h2>
<p class="lead">The Conference is planned to be hosted at the<a href="https://www.facebook.com/keralatiz/">
Kerala Technology Innovation Zone</a>, Kochi</p>
<div class="spacer-single"></div>
</div>
</div>
<div id="map">
<iframe width="100%" height="450" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"
src="https://www.openstreetmap.org/export/embed.html?bbox=76.3482964038849%2C10.052339152035792%2C76.35957241058351%2C10.05884659345764&layer=mapnik&marker=10.055592889129365%2C76.35393440723419"></iframe><br /><small><a
href="https://www.openstreetmap.org/?mlat=10.05559&mlon=76.35393#map=17/10.05559/76.35393&layers=N">View
Larger Map</a></small>
</div>
</section>
<!-- Contact Fill team details here -->
<section id="contact">
<div class="container relative" id="contact">
<div class="row">
<div class="col-md-6 ">
<div class="profile_pic text-center">
<h3><span class="id-color">Akhil Seshan</span> <br>IEEE CS MEC SBC Chairman</h3>
<span class="subtitle"> +91 7558047349</span>
</div>
</div>
<div class="col-md-6 ">
<div class="profile_pic text-center">
<h3><span class="id-color">Devdutt Shenoi</span> <br>IEEE CS MEC SBC Secretary</h3>
<span class="subtitle"> +91 8714832195</span>
</div>
</div>
</div>
</section>
<section id="twitter-feed" class="no-top no-bottom" aria-label="twitter-feed">
<div class="row text-center">
<a class="twitter-timeline" data-lang="en" data-width="600" data-height="600" data-dnt="true"
href="https://twitter.com/mecdevcom?ref_src=twsrc%5Etfw">Tweets by mecdevcom</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</section>
<!-- footer begin -->
<footer>
<div class="container text-center text-light">
<div class="row">
<div class="col-md-12">
<div class="social-icons big">
<script type="text/javascript">
(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.async = true;
script.src = ".//telegram.im/widget-button/index.php?id=@mecdev";
document.getElementsByTagName("head")[0].appendChild(script);
})();
</script>
<a href="https://telegram.im/@mecdev" target="_blank"
class="telegramim_button telegramim_shadow telegramim_pulse" title=""><i></i></a>
<div class="spacer-single"></div>
<a href="https://facebook.com/ieeemec/"><i class="fa fa-facebook fa-lg"></i></a>
<a href="https://twitter.com/mecdevcom"><i class="fa fa-twitter fa-lg"></i></a>
<a href="https://instagram.com/ieeemec/"><i class="fa fa-instagram fa-lg"></i></a>
</div>
</div>
</div>
</div>
<div class="subfooter">
<div class="container text-center">
<div class="row">
<div class="col-md-12">
Designed and Maintained by <a href="https://mec.dev">MEC.dev</a>
</div>
</div>
</div>
</div>
</footer>
<!-- footer close -->
<!-- Javascript Files
================================================== -->
<script src="./js/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="./js/jquery.isotope.min.js"></script>
<script src="./js/easing.js"></script>
<script src="./js/owl.carousel.js"></script>
<script src="./js/jquery.countTo.js"></script>
<script src="./js/wow.min.js"></script>
<script src="./js/jquery.magnific-popup.min.js"></script>
<script src="./js/enquire.min.js"></script>
<script src="./js/jquery.stellar.min.js"></script>
<script src="./js/jquery.plugin.js"></script>
<script src="./js/jquery.countdown.js"></script>
<script src="./js/countdown-custom.js"></script>
<script src="./js/designesia.js"></script>
<script src="./js/typed.js"></script>
</body>
</html>