-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
547 lines (486 loc) · 30.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" type="image/png" href="images/favicon.ico"/>
<title>Young Achievers Summit</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="css/aos.css">
<link href="https://fonts.googleapis.com/css?family=Comfortaa&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-138249337-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-138249337-2');
</script>
</head>
<body>
<div class="site-wrap">
<div class="site-mobile-menu">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span id="menu" class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<header class="site-navbar py-3" role="banner">
<div class="container-fluid">
<div class="row align-items-center">
<div id="nav-bar" class="col-11 col-xl-2">
<h1 class="mb-0"><a href="index.html" class="text-white h2 mb-0"><img id="navlogo" src="images/navbarlogo2.png"></a></h1>
</div>
<div class="col-12 col-md-10 d-none d-xl-block">
<nav class="site-navigation position-relative text-right" role="navigation">
<ul style="font-family: 'Comfortaa',cursive;" class="site-menu js-clone-nav mx-auto d-none d-lg-block">
<li><a href="#home" class="nav-element">Home</a></li>
<li><a href="#about" class="nav-element">About</a></li>
<li><a href="#speaker" class="nav-element">Speakers</a></li>
<div style="display:none"><li><a href="#indriya" class="nav-element">Indriya 3.0</a></li></div>
<li><a href="#association" class="nav-element">Association</a></li>
<li><a href="#contact" class="nav-element">Contact Us</a></li>
</ul>
</nav>
</div>
<div class="menu-adjust d-inline-block d-xl-none ml-md-0 mr-auto py-3"><a href="#" class=" site-menu-toggle js-menu-toggle text-white"><span class="icon-menu h3"></span></a></div>
</div>
</div>
</div>
</header>
<div id="home" class="site-section site-hero">
<div class="container">
<div class="row align-items-center">
<div class="col-md-10">
<span class="d-block mb-3 caption" data-aos="fade-up" data-aos-delay="100" style="padding-top: 5vh;font-size: 3vh">Conference 2019</span>
<h1 style="font-family: 'Comfortaa'" class="text-white d-block mb-4" data-aos="fade-up" data-aos-delay="200"><span style="color:rgb(89, 89, 201);">Y</span>oung <br><span style="color:rgb(224, 51, 51);">A</span>chievers <br><span style="color:rgb(228, 228, 76);">S</span>ummit</h1>
<span class="d-block mb-5 caption" data-aos="fade-up" data-aos-delay="300">For schools students from classes 7-12.<br>Date: 17th August 2019<br>Venue: Govt Model Engineering College,Thrikkakara <br>Time: 9.00 AM to 5.30 PM</span>
<a href="https://www.townscript.com/widget/young-achievers-summit-223114" class="btn-custom" data-aos="fade-up" data-aos-delay="400"><span style="font-family: 'Comfortaa',cursive;" >Buy Tickets</span></a>
</div>
</div>
</div>
</div>
<div id="about" class="site-section">
<div class="container">
<div class="row mb-5">
<div class="col-lg-4 ">
<div class="site-section-heading" data-aos="fade-up" data-aos-delay="100">
<h2 style="font-family: 'Comfortaa',cursive; padding-top: 20vh;">About</h2>
</div>
</div>
</div>
<div class="row align-items-center speaker">
<div class="col-lg-6 mb-5 mb-lg-0" data-aos="fade" data-aos-delay="100">
<img src="images/logoedit2.png" alt="Image" class="img-fluid">
</div>
<div class="col-lg-6 ml-auto">
<div class="bio pl-lg-5">
<p class="mb-4" data-aos="fade-right" data-aos-delay="400">Young Achievers Summit gives students with exceptional skills, a platform to showcase their skills in their particular fields, with the aim to inspire the next generation to follow their dreams with zeal. The young audience will get the chance to interact with these young, talented individuals, about their inspirational journey to the top and how they got there. An informative career guidance session will be held with the objective of highlighting different career paths to the participants and also bring out their creative and innovative side.</p>
</div>
</div>
</div>
</div>
</div>
<div id="speaker"class="site-section">
<div class="container">
<div class="row mb-5">
<div class="col-lg-4" data-aos="fade-up" data-aos-delay="100">
<div class="site-section-heading">
<h2 style="font-family: 'Comfortaa',cursive;">Speakers</h2>
</div>
</div>
<div class="col-lg-5 mt-5 pl-lg-5" data-aos="fade-up" data-aos-delay="200">
<p>
The participants will get the opportunity to interact with, and learn from the achievements and the experiences of the young speakers who would be attending. The career guidance session will be enlightening, and highlight the different aspects to each career option and the varied ways that the bright minds of this generation can attain their goals and aspirations.
</p>
</div>
</div>
<div class="row align-items-center speaker">
<div class="col-lg-6 mb-5 mb-lg-0" data-aos="fade" data-aos-delay="100">
<img src="images/Kautilya2.jpg" alt="Image" class="img-fluid">
</div>
<div class="col-lg-6 ml-auto">
<br><br>
<h2 style="font-family: 'Comfortaa',cursive;" class="text-white mb-4 name" data-aos="fade-right" data-aos-delay="200">Kautilya Pandit</h2>
<div class="bio pl-lg-5">
<span class="text-uppercase text-primary d-block mb-3" data-aos="fade-right" data-aos-delay="300" ><div style="display:none">Web Designer</div></span>
<p class="mb-4" data-aos="fade-right" data-aos-delay="400">Kautilya Pandit, also known as the Google Boy is widely known for his photographic memory. He was born in Haryana and boasts an IQ of 150 points, the same as that of Albert Einstein! His vast knowledge in a variety of fields have far surpassed that of many Scientists and researchers having decades of experience in their respective fields. Kautilya, who started off learning the names of Countries and Capitals went on to memorise the entire Atlas as well as being able to accurately detail the Gross Domestic Product (GDP) and per capita income of any country.</p>
<div style="display:none">
<p data-aos="fade-right" data-aos-delay="500">
Follow Emely —
<a href="#" class="p-2"><span class="icon-facebook"></span></a>
<a href="#" class="p-2"><span class="icon-twitter"></span></a>
<a href="#" class="p-2"><span class="icon-github"></span></a>
</p>
</div>
</div>
</div>
</div>
<!--
<div style="display:none" class="row align-items-center speaker">
<div class="col-lg-6 mb-5 mb-lg-0 order-lg-2" data-aos="fade" data-aos-delay="100">
<img src="images/Jaiden2.jpg" alt="Image" class="img-fluid">
</div>
<div class="col-lg-6 ml-auto order-lg-1">
<h2 style="font-family: 'Comfortaa',cursive;" class="text-white mb-4 name" data-aos="fade-left" data-aos-delay="200">Jaiden John Bose</h2>
<div class="bio pr-lg-5">
<span class="text-uppercase text-primary d-block mb-3" data-aos="fade-left" data-aos-delay="300"><div style="display:none">Web Designer</div></span>
<p class="mb-4" data-aos="fade-left" data-aos-delay="400">Jaiden is a native of Wayanad, Kerala who has shown excellent talent in Artificial Intelligence and Machine Learning. He has built the innovative MCSA which can detect motorcyclists without helmets. He is now focussing on building a project that uses AI to detect cancer at its early stages with a view to submitting this to the MIT. He began as a volunteer for the Kerala Police Cyberdome. He currently works on projects that integrate AI into solving real world problems.</p>
<div style="display:none">
<p data-aos="fade-left" data-aos-delay="500">
Follow Alex —
<a href="#" class="p-2"><span class="icon-facebook"></span></a>
<a href="#" class="p-2"><span class="icon-twitter"></span></a>
<a href="#" class="p-2"><span class="icon-github"></span></a>
</p>
</div>
</div>
</div>
</div>
-->
<div class="row align-items-center speaker">
<div class="col-lg-6 mb-5 mb-lg-0 order-lg-2" data-aos="fade" data-aos-delay="100">
<img src="images/Yc.jpg" alt="Image" class="img-fluid">
</div>
<div class="col-lg-6 ml-auto order-lg-1">
<h2 style="font-family: 'Comfortaa',cursive;" class="text-white mb-4 name" data-aos="fade-left" data-aos-delay="200">Yan Chummar</h2>
<div class="bio pr-lg-5">
<span class="text-uppercase text-primary d-block mb-3" data-aos="fade-left" data-aos-delay="300"><div style="display:none">Web Designer</div></span>
<p class="mb-4" data-aos="fade-left" data-aos-delay="400">Yan Chummar from Kottayam, an 8th grader at Marian Senior Secondary School, Kottayam is unlike his peers. At 13, he has formed a company by himself, have his apps on Playstore and is an inspiration to many. At 8 years old, he made his first blog, Yan Chummar blog, later learning designing and animation using paint software, for the same. When he was 13, he started Zuodevelopers, a startup, got into Android app development and started publishing his apps into the Google Play store. He was invited to Tizen OS(By Samsung) meet and had a feature in Manorama Online.</p>
<div style="display:none">
<p data-aos="fade-left" data-aos-delay="500">
Follow Alex —
<a href="#" class="p-2"><span class="icon-facebook"></span></a>
<a href="#" class="p-2"><span class="icon-twitter"></span></a>
<a href="#" class="p-2"><span class="icon-github"></span></a>
</p>
</div>
</div>
</div>
</div>
<div class="row align-items-center speaker">
<div class="col-lg-6 mb-5 mb-lg-0" data-aos="fade" data-aos-delay="100"><br>
<img src="images/vr.jpg" alt="Image" class="img-fluid">
</div>
<div class="col-lg-6 ml-auto">
<h2 style="font-family: 'Comfortaa',cursive;" class="text-white mb-4 name" data-aos="fade-right" data-aos-delay="200">Prof. Dr. Venkitaraman</h2>
<div class="bio pl-lg-5">
<span class="text-uppercase text-primary d-block mb-3" data-aos="fade-right" data-aos-delay="300">Career Guidance</span></div>
<p class="mb-4" data-aos="fade-right" data-aos-delay="400">He is regarded as the go-to man in terms of career guidance. Having conducted over 5500 career guidance sessions, he has spent over two decades helping students discover and attain their passion as well as guiding them in their educational paths. He also conducts a variety of programs to help youngsters.</p>
<div style="display:none">
<p data-aos="fade-right" data-aos-delay="500">
Follow Aaron —
<a href="#" class="p-2"><span class="icon-facebook"></span></a>
<a href="#" class="p-2"><span class="icon-twitter"></span></a>
<a href="#" class="p-2"><span class="icon-github"></span></a>
</p>
</div>
</div>
</div>
</div>
<div id="about" class="site-section">
<div class="container">
<div class="row mb-5">
<div class="col-lg-4 ">
<div class="site-section-heading" data-aos="fade-up" data-aos-delay="100">
<h2 style="font-family: 'Comfortaa',cursive; padding-top: 20vh;">#Industry Visit</h2>
</div>
</div>
</div>
<div class="row align-items-center speaker">
<div class="col-lg-6 mb-5 mb-lg-0" data-aos="fade" data-aos-delay="100">
<img src="images/download.jpeg " alt="Image" class="img-fluid" >
</div>
<div class="col-lg-6 ml-auto">
<div class="bio pl-lg-5">
<p class="mb-4" data-aos="fade-right" data-aos-delay="400">A visit to Maker Village has been planned in the afternoon session for the participants. They will be able to witness the projects exhibited at the venue as well as gain insight regarding it's operation and application in the real world. The participants will be transported from the event venue to the industry in our college buses and return to college to receive the certificates.</p>
</div>
</div>
</div>
</div>
</div>
<!--
<div class="row align-items-center speaker">
<div class="col-lg-6 mb-5 mb-lg-0 order-lg-2" data-aos="fade" data-aos-delay="100">
<img src="images/vr.jpg" alt="Image" class="img-fluid">
</div>
<div class="col-lg-6 ml-auto order-lg-1">
<h2 style="font-family: 'Comfortaa',cursive;" class="text-white mb-4 name" data-aos="fade-left" data-aos-delay="200">Prof. Dr. Venkitaraman</h2>
<div class="bio pr-lg-5">
<span style="font-family: 'Comfortaa',cursive;" class="text-uppercase text-primary d-block mb-3" data-aos="fade-left" data-aos-delay="300">Career Guidance</span>
<p class="mb-4" data-aos="fade-left" data-aos-delay="400">He is regarded as the go-to man in terms of career guidance. Having conducted over 5500 career guidance sessions, he has spent over two decades helping students discover and attain their passion as well as guiding them in their educational paths. He also conducts a variety of programs to help youngsters.</p>
</div>
</div>
</div>
-->
</div>
</div>
<div style="display:none" id="indriya"class="site-section">
<div class="container">
<div class="row mb-5">
<div class="col-lg-4" data-aos="fade-up" data-aos-delay="100">
<div class="site-section-heading">
<h2 style="font-family: 'Comfortaa',cursive;" >Indriya 3.0</h2>
</div>
</div>
<div class="col-lg-10 mt-5 pl-lg-5" data-aos="fade-up" data-aos-delay="200">
<p>
To hone the skills of all the budding engineers, scientists and entrepreneurs, IEEE MEC SB along with Excel 2019 brings to you the perfect platform: <span style="font-weight:bold" >Indriya!</span></p>
<br><br>
<p>Indriya the Science Fair, is a project presentation competition aiming to provide an opportunity for school students to find innovative solutions to relevant social issues.
The science fair is conducted as a pre-event to Excel, the annual techno-managerial fest of Model Engineering College, and is organised by IEEE MEC SB.
</p>
<p>
The participating students may register as <span style="font-weight:bold" >teams of 4 members</span>. An abstract based on the topic has to be made by each team. The teams are required to submit the abstract at the time of registration.
</p>
<p>
After a round of shortlisting, the finalists would be required to present the prototypes of their respective projects at the main event, which would then be evaluated by a panel of judges.
</p>
<p>In case of doubts or queries, contact:</p>
<div class="row">
<div class="col-lg-6"><span style="font-weight:bold;">Maria K Mattappally</span>
<div><a target="_blank" class="contact-tel" href="tel:+91 82817 48031"><i class="fa fa-phone" style="transform: rotate(90deg);"></i> +91 82817 48031</a></div>
</div>
<div class="mob-adjust col-lg-6"><span style="font-weight:bold;">M Hridya</span>
<div><a target="_blank" class="contact-tel" href="tel:+91 82812 68966"><i class="fa fa-phone" style="transform: rotate(90deg);"></i> +91 82812 68966</a></div>
</div>
</div>
<br>
<a href="https://docs.google.com/forms/d/1hbpWKViE_Mg4apOk_etdY7W5scftcXa6JKF4DqfOOoM/edit?usp=sharing" class="btn-custom" data-aos="fade-up" data-aos-delay="400"><span style="font-family: 'Comfortaa',cursive;">Register Here</span></a>
</div>
</div>
</div>
</div>
<div style="display:none" id="program" class="site-section">
<div class="container">
<div class="row mb-5">
<div class="col-lg-4" data-aos="fade-up">
<div class="site-section-heading">
<h2>Programs</h2>
</div>
</div>
<div class="col-lg-6 mt-5 pl-lg-5" data-aos="fade-up" data-aos-delay="100">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Natus error deleniti dolores necessitatibus eligendi. Nesciunt repellendus ab voluptatibus.</p>
</div>
</div>
<div class="row align-items-stretch program">
<div class="col-12 border-top border-bottom py-5" data-aos="fade" data-aos-delay="200">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h4">8:00</span> <span>AM</span></div>
<div class="col-md-9">
<h2 class="text-white">Design your open source strategy</h2>
<span>Chris Mathews</span>
</div>
</div>
</div>
<div class="col-12 border-bottom py-5" data-aos="fade" data-aos-delay="300">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h4">9:30</span> <span>AM</span></div>
<div class="col-md-9">
<h2 class="text-white">Design your open source strategy</h2>
<span>Chris Mathews</span>
</div>
</div>
</div>
<div class="col-12 border-bottom py-5" data-aos="fade" data-aos-delay="400">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h4">10:30</span> <span>AM</span></div>
<div class="col-md-9">
<h2 class="text-white">Design your open source strategy</h2>
<span>Chris Mathews</span>
</div>
</div>
</div>
<div class="col-12 border-bottom py-5" data-aos="fade" data-aos-delay="500">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h4">10:45</span> <span>NOON</span></div>
<div class="col-md-9">
<h2 class="text-white">Break With Snacks</h2>
</div>
</div>
</div>
<div class="col-12 border-bottom py-5" data-aos="fade" data-aos-delay="600">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h4">11:30</span> <span>AM</span></div>
<div class="col-md-9">
<h2 class="text-white">Design your open source strategy</h2>
<span>Chris Mathews</span>
</div>
</div>
</div>
<div class="col-12 border-bottom py-5" data-aos="fade" data-aos-delay="700">
<div class="row align-items-stretch">
<div class="col-md-3 text-white mb-3 mb-md-0"><span class="h4">12:00</span> <span>NOON</span></div>
<div class="col-md-9">
<h2 class="text-white">Break For Lunch</h2>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="association"class="site-section">
<div class="container" style= "padding-left:3vw">
<div class="row mb-5">
<div class="col-lg-9" data-aos="fade-up" data-aos-delay="100">
<div class="site-section-heading" style="margin-right:15.5vw">
<h2 style="font-family: 'Comfortaa',cursive;">In association with</h2>
</div>
</div>
<div class="sponsors-container">
<div class="row justify-content-center">
<a class="col-lg-3 col-md-4 col-sm-6 col-8" style="margin-top: 40px;" href="https://excelmec.org/" target="_blank"><img src="images/excel-2019.png" alt="excel logo"></a>
<a class="col-lg-3 col-md-4 col-sm-6 col-8" href="http://mec.ac.in/" target="_blank"><img class="college-logo" src="images/collegelogo.png" alt="mec logo"></a>
</div>
</div>
</div>
</div>
</div>
<div style="display:none;" id="sponsors" class="site-section">
<div class="container">
<div class="row mb-5">
<div class="col-lg-4 ">
<div class="site-section-heading" data-aos="fade-up">
<h2>Sponsors</h2>
</div>
</div>
<div class="col-lg-6 mt-5 pl-lg-5" data-aos="fade-up" data-aos-delay="100">
<p><div style="display:none;">Lorem ipsum dolor sit amet consectetur adipisicing elit. Natus error deleniti dolores necessitatibus eligendi. Nesciunt repellendus ab voluptatibus.</div></p>
</div>
</div>
<div class="row mb-5">
<div class="col-md-6 col-lg-4 mb-5 mb-lg-0" data-aos="fade" data-aos-delay="200">
<img src="images/logo_1.png" alt="Image" class="img-fluid">
</div>
<div class="col-md-6 col-lg-4 mb-5 mb-lg-0" data-aos="fade" data-aos-delay="300">
<img src="images/logo_2.png" alt="Image" class="img-fluid">
</div>
<div class="col-md-6 col-lg-4 mb-5 mb-lg-0" data-aos="fade" data-aos-delay="400">
<img src="images/logo_3.png" alt="Image" class="img-fluid">
</div>
<div class="col-md-6 col-lg-4 mb-5 mb-lg-0" data-aos="fade" data-aos-delay="500">
<img src="images/logo_4.png" alt="Image" class="img-fluid">
</div>
<div class="col-md-6 col-lg-4 mb-5 mb-lg-0" data-aos="fade" data-aos-delay="600">
<img src="images/logo_5.png" alt="Image" class="img-fluid">
</div>
<div class="col-md-6 col-lg-4 mb-5 mb-lg-0" data-aos="fade" data-aos-delay="700">
<img src="images/logo_6.png" alt="Image" class="img-fluid">
</div>
</div>
</div>
</div>
<div id="contact"class="container">
<div class="col-lg-4 ">
<div class="site-section-heading" data-aos="fade-up">
<h2 style="font-family: 'Comfortaa',cursive;">Contacts</h2>
</div>
</div>
</div>
<div class="container ">
<div id="contactSection" class="section section-7" >
<div class="section-content">
<div class="contact-cards-group">
<div class="contact-card animate7">
<img class="contact-img" src="images/Alfia2.JPG">
<div id="alfia" class="contact-dets">
<div>Alfia Rehman</div>
<div>Conference Manager</div>
<div>Excel 2019</div>
<div><a target="_blank" class="contact-mail" href="mailto:[email protected]"><i class="fa fa-envelope"></i> [email protected]</a></div>
<div><a target="_blank" class="contact-tel" href="tel: +91 83018 61220"><i class="fa fa-phone" style="transform: rotate(90deg);"></i> +91 83018 61220</a></div>
</div>
<br><br><br>
<div class="contact-card animate7">
<img class="contact-img" src="images/Ashwin.JPG">
<div class="contact-dets">
<div>Ashwin B Nair</div>
<div>Conference Manager</div>
<div>Excel 2019</div>
<div><a target="_blank" class="contact-mail" href="mailto:[email protected]"><i class="fa fa-envelope"></i> [email protected]</a></div>
<div><a target="_blank" class="contact-tel" href="tel: +91 90483 62398"><i class="fa fa-phone" style="transform: rotate(90deg);"></i> +91 90483 62398</a></div>
</div>
</div>
<br><br>
<div class="contact-card animate7">
<img class="contact-img" src="images/shehzin.jpeg">
<div class="contact-dets">
<div>Shehzin Shajahan</div>
<div>Chairman</div>
<div>Excel 2019</div>
<div><a target="_blank" class="contact-mail" href="mailto:[email protected]"><i class="fa fa-envelope"></i> [email protected]</a></div>
<div><a target="_blank" class="contact-tel" href="tel:+919847789993"><i class="fa fa-phone" style="transform: rotate(90deg);"></i> +91 98477 89993</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="site-footer" >
<div class="container">
<div class="row mb-5">
<div class="col-md-4">
<h2 class="footer-heading text-uppercase mb-4" style="font-family: 'Comfortaa',cursive;">About Event</h2>
<p>Young Achievers Summit gives students with exceptional skills, a platform to showcase their skills in their particular fields, with the aim to inspire the next generation to follow their dreams with zeal.</p>
</div>
<div class="col-md-3 ml-auto">
<h2 style="font-family: 'Comfortaa',cursive;" class="footer-heading text-uppercase mb-4">Quick Links</h2>
<ul class="list-unstyled">
<li><a href="#home">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#speaker">Speakers</a></li>
<div style="display:none"><li><a href="#indriya">Indriya 3.0</a></li></div>
<li><a href="#association">Association</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</div>
<div class="col-md-4">
<h2 style="font-family: 'Comfortaa',cursive;" class="footer-heading text-uppercase mb-4">Connect with Us</h2>
<p>
<a href="https://www.facebook.com/excelmec/" class="p-2 pl-0"><span class="icon-facebook"></span></a>
<a href="https://twitter.com/excelmec?lang=en" class="p-2"><span class="icon-twitter"></span></a>
<a href="https://www.youtube.com/user/excelmec" class="p-2"><span class="icon-youtube"></span></a>
<a href="https://www.instagram.com/excelmec/?hl=en" class="p-2"><span class="icon-instagram"></span></a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<div class="border-top pt-5">
<p style="font-size: 7px; color: rgb(102, 101, 101);">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright © <script>document.write(new Date().getFullYear());</script> All rights reserved
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
</div>
</div>
</footer>
</div>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/bootstrap-datepicker.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/main.js"></script>
</body>
</html>