-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAbout.html
More file actions
663 lines (474 loc) · 35.9 KB
/
About.html
File metadata and controls
663 lines (474 loc) · 35.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>About - Malabar Hub Meet 2022</title>
<link rel="icon" type="image/x-icon" href="images-event/logo/16x16.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
<!-- CSS Files
================================================== -->
<link rel="stylesheet" href="css/bootstrap.css" type="text/css">
<link rel="stylesheet" href="css/jpreloader.css" type="text/css">
<link rel="stylesheet" href="css/animate.css" type="text/css">
<link rel="stylesheet" href="css/plugin.css" type="text/css">
<link rel="stylesheet" href="css/owl.carousel.css" type="text/css">
<link rel="stylesheet" href="css/owl.theme.css" type="text/css">
<link rel="stylesheet" href="css/owl.transitions.css" type="text/css">
<link rel="stylesheet" href="css/magnific-popup.css" type="text/css">
<link rel="stylesheet" href="css/jquery.countdown.css" type="text/css">
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel="stylesheet" href="css/twentytwenty.css" type="text/css">
<!-- custom background -->
<link rel="stylesheet" href="css/bg.css" type="text/css">
<!-- color scheme -->
<link rel="stylesheet" href="css/colors/magenta.css" type="text/css" id="colors">
<link rel="stylesheet" href="css/color.css" type="text/css">
<!-- load fonts -->
<link rel="stylesheet" href="fonts/font-awesome/css/font-awesome.css" type="text/css">
<link rel="stylesheet" href="fonts/elegant_font/HTML_CSS/style.css" type="text/css">
<link rel="stylesheet" href="fonts/et-line-font/style.css" type="text/css">
<!-- custom font -->
<link rel="stylesheet" href="css/font-style.css" type="text/css">
</head>
<body id="homepage">
<div id="wrapper">
<!-- header begin -->
<header class="transparent">
<div class="info">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="column">Working Hours Monday - Friday <span class="id-color"><strong>08:00-16:00</strong></span></div>
<div class="column">Toll Free <span class="id-color"><strong>1800.899.900</strong></span></div>
<!-- social icons -->
<div class="column social">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-rss"></i></a>
<a href="#"><i class="fa fa-google-plus"></i></a>
<a href="#"><i class="fa fa-envelope-o"></i></a>
</div>
<!-- social icons close -->
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- logo begin -->
<div id="logo">
<a href="index.html">
<img class="logo " src="images-event/logo/LOGO MHM.png" alt="">
</a>
</div>
<!-- logo close -->
<!-- small button begin -->
<span id="menu-btn"></span>
<!-- small button close -->
<div class="header-extra">
<div class="v-center">
<span id="b-menu">
<span></span>
<span></span>
<span></span>
</span>
</div>
</div>
<!-- mainmenu begin -->
<ul id="mainmenu" class="ms-2">
<li><a href="index.html">Home<span></span></a></li>
<li><a href="About.html">About<span></span></a></li>
<!--li><a href="#section-speakers">Speakers<span></span></a></li-->
<li><a href="Schedule.html">Schedule<span></span></a></li>
<!--li><a href="#section-ticket">Ticket<span></span></a></li-->
<li><a href="Register.html">Register<span></span></a></li>
<li><a href="Contact.html">Contact<span></span></a></li>
<li><a href="PreEvent.html">Pre-Event<span></span></a></li>
</ul>
<!-- mainmenu close -->
</div>
</div>
</div>
</header>
<!-- header close -->
<!-- content begin -->
<div id="content" class="no-bottom no-top">
<section id="section-about" data-bgimage="url(images-event/bg/3.png) fixed no-repeat">
<br><br><br>
<!--div class="wm wm-border dark wow fadeInDown">About</div-->
<div class="container">
<div class="row align-items-center">
<div class="c col-lg-12 wow fadeInLeft" data-wow-delay="0s" style="text-align:center">
<h2 >ABOUT <br><span class="id-color"> Malabar Hub Meet 2022</span><br></h2>
<p class="just-text" >
Malabar Hub Meet (MHM) is a three-day annual flagship event of IEEE Malabar Hub aimed at connecting the vibrant volunteers across the Malabar Hub and cheering them up with technical and cultural exposure. The three-day arch event features top-notch programs including technical workshops, mentorship opportunities, industrial visits, and cultural programs. Attended by students spanning different colleges in the Malabar region, this event facilitates a platform for creating the building blocks of a lifelong and diverse professional network. The event caters to the inquisitive minds of young engineers by allowing them to interact with technical experts and alleviate their concerns about the working world while providing real-time industrial networking. The event also focuses on equipping the delegates with volunteering opportunities and improving their communication skills and confidence level. We promise a platform to converse and think with other enthusiastic minds through MHM.
</p>
<div class="spacer10"></div>
<!--a href="#section-speakers" class="btn-custom font-weight-bold text-white sm-mb-30 scroll-to">The Speakers</a-->
</div>
<!--div class="col-lg-6 mb-sm-30 text-center wow fadeInRight">
<div class="de-images"><br><br>
<img class="di-small wow fadeIn" src="images-event/misc/2.jpg" alt="" />
<img class="di-small-2" src="images-event/misc/3.jpg" alt="" />
<img class="img-fluid wow fadeInRight" data-wow-delay=".25s" src="images-event/misc/1.jpg" alt="" />
</div>
</div-->
</div>
</div>
</section>
<div class="separator"><span><i class="fa fa-square"></i></span></div>
<div class="spacer-single"></div>
<section id="section-about" data-bgimage="url(images-event/bg/1.png) fixed no-repeat">
<br><br><br>
<!--div class="wm wm-border dark wow fadeInDown">About</div-->
<div class="wm wm-border dark wow fadeInDown">IEEE</div>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12 wow fadeInLeft" data-wow-delay="0s" style="text-align:center">
<h2 >ABOUT <br><span class="id-color"> IEEE</span><br></h2>
<p >
IEEE is the world's largest professional organization with the tagline - Advancing Technology for Humanity. India comes under Region 10 - Asia Pacific Region. There are around 50,000 members within the India Council. IEEE and its members inspire a global community through its highly cited publications, conferences, technology standards, and professional and educational activities.
</p>
<div class="spacer10"></div>
<!--a href="#section-speakers" class="btn-custom font-weight-bold text-white sm-mb-30 scroll-to">The Speakers</a-->
</div>
<!--div class="col-lg-6 mb-sm-30 text-center wow fadeInRight">
<div class="de-images"><br><br>
<img class="di-small wow fadeIn" src="images-event/misc/2.jpg" alt="" />
<img class="di-small-2" src="images-event/misc/3.jpg" alt="" />
<img class="img-fluid wow fadeInRight" data-wow-delay=".25s" src="images-event/misc/1.jpg" alt="" />
</div>
</div-->
</div>
</div>
</section>
<section id="section-about" data-bgimage="url(images-event/bg/3.png) fixed no-repeat">
<br><br><br>
<!--div class="wm wm-border dark wow fadeInDown">About</div-->
<div class="wm wm-border dark wow fadeInDown">KS</div>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12 wow fadeInLeft" data-wow-delay="0s" style="text-align:center">
<h2 >ABOUT <br><span class="id-color">IEEE KERALA SECTION</span><br></h2>
<p >
With over 14000 members, IEEE Kerala Section is one of the most vibrant communities in the ranks of IEEE. The Section ensures the growth of technical prowess, managerial skills, and volunteering spirit among its members. It is the largest among 343 sections of IEEE spread across 165 countries. The IEEE Kerala section is home to a thriving volunteer community engaged in technical activities throughout the state, including the rapid development of "keralarescue.in" during the 2018 Kerala Floods. It is also well known on a global scale, with many of its activities and accomplishments garnering global attention and being replicated across other Sections on a global scale.
</p>
<div class="spacer10"></div>
<!--a href="#section-speakers" class="btn-custom font-weight-bold text-white sm-mb-30 scroll-to">The Speakers</a-->
</div>
<!--div class="col-lg-6 mb-sm-30 text-center wow fadeInRight">
<div class="de-images"><br><br>
<img class="di-small wow fadeIn" src="images-event/misc/2.jpg" alt="" />
<img class="di-small-2" src="images-event/misc/3.jpg" alt="" />
<img class="img-fluid wow fadeInRight" data-wow-delay=".25s" src="images-event/misc/1.jpg" alt="" />
</div>
</div-->
</div>
</div>
</section>
<!-- section begin -->
<section id="section-about" data-bgimage="url(images-event/bg/1.png) fixed no-repeat">
<div class="wm wm-border dark wow fadeInDown">IEEE LINK</div>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 mb-sm-30 text-center wow fadeInRight">
<div class="de-images">
<!-- <img class="di-small wow fadeIn" src="images-event/misc/p2.jpeg" alt="" /> -->
<!-- <img class="di-small-2 wow fadeIn " src="images-event/misc/p4.jpeg" alt="" /> -->
<img class="di-big img-fluid wow fadeInRight " data-wow-delay=".25s" src="images-event/misc/A1.jpg" alt="" />
</div>
</div>
<div class="col-lg-6 wow fadeInLeft" data-wow-delay="0s">
<h2>ABOUT
<br><span class="id-color"> IEEE LINK </span></h2>
<p>
Local Integrated Network of Kerala IEEE Students or ‘LINK,’ was kickstarted by the IEEE Kerala Section in India and officially inaugurated by Mr. Cleon Anderson, former IEEE President, in 2005. At present, LINK has amassed over ten thousand student members in 108+ student branches. As one of the world’s largest student activities groups, LINK has established an extensive network between student branches, thereby enhancing the efficacy of IEEE membership. IEEE Region 10 adopted the LINK model as the R10 Global Integrated Network of IEEE Students (GINI).
</p>
<div class="spacer10"></div>
<a href="https://ieee-link.org/" class="btn-custom-1 font-weight-bold text-white sm-mb-30 scroll-to">Learn more</a>
</div>
</div>
</div>
</section>
<!-- END of the section -->
<!-- section begin -->
<section id="section-about" data-bgimage="url(images-event/bg/1.png) fixed no-repeat">
<div class="wm wm-border dark wow fadeInDown">MH</div>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 wow fadeInLeft" data-wow-delay="0s">
<h2>ABOUT
<br><span class="id-color"> IEEE MALABAR HUB</span></h2>
<p>
Amidst the lush, green and picturesque region of Malabar is a small yet mighty group of students who are connecting, collaborating, experimenting, and always in search of something new. Yes, we are referring to the IEEE Malabar Hub, a networking platform for students and professionals of northern districts of Kerala viz Palakkad, Malappuram, Kozhikode, Wayanad, Kannur, and Kasaragod. The hub currently has 25 student branches and more than 3000 IEEE members. The Malabar hub aims to provide the best in class experience by organizing workshops, talks, internships, and conferences so that at the end of the day, we are not just engineers, but a fully-fledged techno giant dominating the tech industry. The hub invites the attention of all members to work together and organize more activities that would create an opportunity to collaborate with other IEEE members from all over the world.
</p>
<div class="spacer10"></div>
<!-- <a href="About.html" class="btn-custom-1 font-weight-bold text-white sm-mb-30 scroll-to">Learn more</a> -->
</div>
<div class="col-lg-6 mb-sm-30 text-center wow fadeInRight">
<div class="de-images">
<!-- <img class="di-small wow fadeIn" src="images-event/misc/p2.jpeg" alt="" /> -->
<!-- <img class="di-small-2 wow fadeIn " src="images-event/misc/p6.jpeg" alt="" /> -->
<img class="di-big img-fluid wow fadeInRight " data-wow-delay=".25s" src="images-event/misc/A2.jpg" alt="" />
</div>
</div>
</div>
</div>
</section>
<!-- End of section -->
<div class="separator"><span><i class="fa fa-square"></i></span></div>
<div class="spacer-single"></div>
<section id="section-about" data-bgimage="url(images-event/bg/3.png) fixed no-repeat">
<br><br><br>
<div class="wm wm-border dark wow fadeInDown"> MSS</div>
<!--div class="wm wm-border dark wow fadeInDown">About</div-->
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12 wow fadeInLeft" data-wow-delay="0s" style="text-align:center">
<h2 >ABOUT <br><span class="id-color">IEEE MALABAR SUBSECTION</span><br></h2>
<p >
IEEE Malabar Subsection (MSS) is the first subsection under the Kerala section formed on October 2010. Within this short span of 12 years, MSS has emerged as a strong pillar of development and initiatives in the Malabar region, contributing significantly to the Kerala section. MSS’s mission is to organize various student and professional activities such as invited talks, student internships, workshops, and Flagship conferences. The subsection will collaborate with local and overseas industries and academic institutions in organizing technical workshops or seminars for sharing knowledge related to the latest technologies among the members of MSS. Through collaboration in research and academic activities, the subsection can establish a good understanding of the industry which will greatly benefit IEEE members. IEEE MSS will augment professional networking, humanitarian activities, and staying updated with the latest technological development.
</p>
<div class="spacer10"></div>
<!--a href="#section-speakers" class="btn-custom font-weight-bold text-white sm-mb-30 scroll-to">The Speakers</a-->
</div>
<!--div class="col-lg-6 mb-sm-30 text-center wow fadeInRight">
<div class="de-images"><br><br>
<img class="di-small wow fadeIn" src="images-event/misc/2.jpg" alt="" />
<img class="di-small-2" src="images-event/misc/3.jpg" alt="" />
<img class="img-fluid wow fadeInRight" data-wow-delay=".25s" src="images-event/misc/1.jpg" alt="" />
</div>
</div-->
</div>
</div>
</section>
<div class="separator"><span><i class="fa fa-square"></i></span></div>
<div class="spacer-single"></div>
<section id="section-about" data-bgimage="url(images-event/bg/1.png) fixed no-repeat">
<br><br><br>
<!--div class="wm wm-border dark wow fadeInDown">About</div-->
<div class="wm wm-border dark wow fadeInDown">GECW </div>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12 wow fadeInLeft" data-wow-delay="0s" style="text-align:center">
<h2 >ABOUT <br><span class="id-color"> IEEE SB GECW</span><br></h2>
<p >
The IEEE Student Branch of Government Engineering College Wayanad (GECW) has created an environment for tech-savvy engineering students to develop skills and come up with innovative ideas. The SB marked its first step in August 2012. The student branch organizes technical quizzes, seminars, and other student-led competitions. Invited lectures by experts from industry and other academic institutions are also conducted. With the aspiring minds of GECW, the greatest achievement was the IEEE Regional Exemplary Student Branch Award 2022 for exemplary performance as an active IEEE Student Branch offering technical programs, activities, and professional networking opportunities that enable members to build critical skills. The most recent event that was successfully conducted was the 2nd National Symposium and Research Colloquium, which was a 2-day hybrid event. A 3-day techno-cultural event ‘illustra’ a blend of talks, workshops, and cultural was also conducted. A 3-day sight camp hosted by the IEEE SIGHT GECW to Baveli and Begur forest area ended off with a blast.
</p>
<div class="spacer10"></div>
<!--a href="#section-speakers" class="btn-custom font-weight-bold text-white sm-mb-30 scroll-to">The Speakers</a-->
</div>
<!--div class="col-lg-6 mb-sm-30 text-center wow fadeInRight">
<div class="de-images"><br><br>
<img class="di-small wow fadeIn" src="images-event/misc/2.jpg" alt="" />
<img class="di-small-2" src="images-event/misc/3.jpg" alt="" />
<img class="img-fluid wow fadeInRight" data-wow-delay=".25s" src="images-event/misc/1.jpg" alt="" />
</div>
</div-->
</div>
</div>
</section>
<!-- section begin -->
<!-- footer begin -->
<footer class="style-2">
<section class="text-light" data-bgimage="url(images-event/bg/12.jpg ) fixed top">
<div class="container">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round"
class="feather feather-chevron-right ico">
<polyline points="9 18 15 12 9 6"></polyline>
</svg>
<a href="https://ieee-link.org/">IEEE LINK</a>
</li>
<li>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round"
class="feather feather-chevron-right ico">
<polyline points="9 18 15 12 9 6"></polyline>
</svg>
<a href="https://edu.ieee.org/in-gecw/">IEEE SB GECW</a>
</li>
<li>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round"
class="feather feather-chevron-right ico">
<polyline points="9 18 15 12 9 6"></polyline>
</svg>
<a href="https://ieeekerala.org/">IEEE Kerala Section</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round"
class="feather feather-chevron-right ico">
<polyline points="9 18 15 12 9 6"></polyline>
</svg>
<a href="https://site.ieee.org/indiacouncil/">IEEE India Council</a>
</li>
<li>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round"
class="feather feather-chevron-right ico">
<polyline points="9 18 15 12 9 6"></polyline>
</svg>
<a href="https://www.ieeer10.org/">IEEE Region 10</a>
</li>
<li>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round"
class="feather feather-chevron-right ico">
<polyline points="9 18 15 12 9 6"></polyline>
</svg>
<a href="https://www.ieee.org/">IEEE</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
<strong>Phone:</strong>
+91 8078138619<br>
<strong>Phone:</strong>
+91 95449 61931<br>
<strong>Email:</strong>
malabarhubieee@gmail.com<br>
</p>
</div>
<div class="col-lg-3 col-md-6 md-mt-4 footer-info">
<h3>About <br> IEEE Malabar hub</h3>
<p>Malabar is a small yet mighty group of students who are connecting, collaborating, experimenting, and always in search of something new. The hub currently has 25 student branches and more than 3000 IEEE members.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="container">
<div class="credits row flex-column-reverse flex-md-row">
<div class="social-icons col-md-12 text-center">
<!-- <a href="https://ieee-link.org/" target="_blank" class="link"><svg
xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="feather feather-link ico">
<path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path>
<path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path>
</svg> </a>
<a href="https://www.linkedin.com/company/ieeelink/" target="_blank" class="linkedin"><svg
xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="feather feather-linkedin ico">
<path
d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z">
</path>
<rect x="2" y="9" width="4" height="12"></rect>
<circle cx="4" cy="4" r="2"></circle>
</svg> </a> -->
<a href="https://instagram.com/ieee_malabar_hub?igshid=N2ZiY2E3YmU=" target="_blank" class="instagram"><svg
xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="feather feather-instagram ico">
<rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect>
<path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path>
<line x1="17.5" y1="6.5" x2="17.51" y2="6.5"></line>
</svg></a>
</div>
</div>
<div class="col-md-12"><br>
<div class="copyright" align="center">
Copyright © 2022 <strong><span>IEEE LINK</span></strong>. All Rights Reserved <br> Made with 🤍 by
<a href="https://www.linkedin.com/in/athul-krishna-pv-9a12301a8/" target="_blank"><span
class="id-color"><strong>Athul Krishna</strong></span></a> & <a
href="https://linkedin.com/in/arfazkhan/" target="_blank"><span
class="id-color"><strong>Arfaz Khan</strong></span></a>
</div>
</div>
</div>
<a href="#" id="back-to-top" class="custom-1"></a>
</footer>
<!-- footer close -->
</div>
</div>
<div id="de-extra-wrap" class="de_light">
<span id="b-menu-close">
<span></span>
<span></span>
</span>
<div class="de-extra-content">
<h3>About Event</h3>
<p>
Malabar Hub Meet (MHM) is a three-day annual flagship event of IEEE Malabar Hub aimed at connecting the vibrant volunteers across the Malabar Hub and cheering them up with technical and cultural exposure. The three-day arch event features top-notch programs including technical workshops, mentorship opportunities, industrial visits, and cultural programs.
</p>
<!-- <div class="spacer10"></div>
<div class="p-4 border">
<div class="text-center">
<h1>48 of 100</h1>
<p>Seats available</p>
<a href="#section-ticket" class="btn-custom-1 btn-fullwidth text-white scroll-to">Get Your
Ticket</a>
</div>
</div> -->
<div class="spacer-single"></div>
<h3>Where & When?</h3>
<div class="h6 padding10 pt0 pb0"><i class="i_h3 fa fa-calendar-check-o id-color"></i>December 2nd to 4th
</div>
<div class="h6 padding10 pt0 pb0"><i class="i_h3 fa fa-map-marker id-color"></i>GEC Wayanad</div>
<div class="h6 padding10 pt0 pb0"><i class="i_h3 fa fa-phone id-color"></i>+91 95449 61931</div>
<div class="h6 padding10 pt0 pb0"><i class="i_h3 fa fa-envelope-o id-color"></i>malabarhubieee@gmail.com</div>
</div>
</div>
<div id="de-overlay"></div>
<!-- Javascript Files
================================================== -->
<script src="js/jquery.min.js"></script>
<script src="js/jpreLoader.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.isotope.min.js"></script>
<script src="js/easing.js"></script>
<script src="js/jquery.flexslider-min.js"></script>
<script src="js/jquery.scrollto.js"></script>
<script src="js/owl.carousel.js"></script>
<script src="js/jquery.countTo.js"></script>
<script src="js/video.resize.js"></script>
<script src="js/validation.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/enquire.min.js"></script>
<script src="js/designesia.js"></script>
<script src="js/jquery.event.move.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/jquery.twentytwenty.js"></script>
<script>
$(window).on("load", function(){
$(".twentytwenty-container[data-orientation!='vertical']").twentytwenty({default_offset_pct: 0.7});
$(".twentytwenty-container[data-orientation='vertical']").twentytwenty({default_offset_pct: 0.3, orientation: 'vertical'});
});
</script>
</body>
</html>