-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSchedule.html
More file actions
795 lines (710 loc) · 49.9 KB
/
Schedule.html
File metadata and controls
795 lines (710 loc) · 49.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Schedule - 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 -->
<section id="section-schedule" aria-label="section-services-tab" data-bgimage="url(images-event/bg/2.png) fixed center no-repeat">
<div class="wm wm-border dark wow fadeInDown ">schedule</div>
<div class="container">
<div class="row">
<div class="col-md-6 offset-md-3 text-center wow fadeInUp">
<h1>Event Schedule</h1>
<div class="separator"><span><i class="fa fa-square"></i></span></div>
<div class="spacer-single"></div>
</div>
<div class="col-md-12 wow fadeInUp">
<div class="de_tab tab_style_4 text-center">
<ul class="de_nav de_nav_dark">
<li class="active" data-link="#section-services-tab">
<h3>Day <span>01</span></h3>
<h4>December 02, 2022</h4>
</li>
<li data-link="#section-services-tab">
<h3>Day <span>02</span></h3>
<h4>December 03, 2022</h4>
</li>
<li data-link="#section-services-tab">
<h3>Day <span>03</span></h3>
<h4>December 04, 2022</h4>
</li>
<!--li data-link="#section-services-tab">
<h3>Day <span>04</span></h3>
<h4>March 23, 2021</h4>
</li-->
<!--li data-link="#section-services-tab">
<h3>Day <span>05</span></h3>
<h4>March 24, 2021</h4>
</li-->
</ul>
<div class="de_tab_content text-left">
<div class="col-md-6 offset-md-3 text-center wow fadeInUp">
<h1>Stay Tuned!</h1>
</div>
<!--div id="tab1" class="tab_single_content dark">
<div class="row">
<div class="col-md-12">
<div class="schedule-listing">
<div class="schedule-item">
<div class="sc-time">08:00 - 10:00 AM</div>
<div class="sc-pic">
<img src="images-event/team/1.jpg" class="img-circle" alt="">
</div>
<div class="sc-name">
<h4>John Smith</h4>
<span>Founder & CEO</span>
</div>
<div class="sc-info">
<h3>Introduction Creative Design</h3>
<p>In this session we will discuss about digital topics in detail. You need laptops and other tech support equipment. This session will last for 2 hours. So prepare yourself.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="schedule-listing">
<div class="schedule-item">
<div class="sc-time">12:00 - 14:00 PM</div>
<div class="sc-pic">
<img src="images-event/team/2.jpg" class="img-circle" alt="">
</div>
<div class="sc-name">
<h4>Michael Dennis</h4>
<span>Founder & CEO</span>
</div>
<div class="sc-info">
<h3>Getting Started With Creative Design</h3>
<p>In this session we will discuss about digital topics in detail. You need laptops and other tech support equipment. This session will last for 2 hours. So prepare yourself.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="schedule-listing">
<div class="schedule-item">
<div class="sc-time">16:00 - 18:00 PM</div>
<div class="sc-pic">
<img src="images-event/team/3.jpg" class="img-circle" alt="">
</div>
<div class="sc-name">
<h4>Sarah Michelle</h4>
<span>Founder & CEO</span>
</div>
<div class="sc-info">
<h3>Prepare Your Design Concept</h3>
<p>In this session we will discuss about digital topics in detail. You need laptops and other tech support equipment. This session will last for 2 hours. So prepare yourself.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="schedule-listing">
<div class="schedule-item">
<div class="sc-time">20:00 - 22:00 PM</div>
<div class="sc-pic">
<img src="images-event/team/4.jpg" class="img-circle" alt="">
</div>
<div class="sc-name">
<h4>Katty Wilson</h4>
<span>Founder & CEO</span>
</div>
<div class="sc-info">
<h3>Creative Design Implementation Basic</h3>
<p>In this session we will discuss about digital topics in detail. You need laptops and other tech support equipment. This session will last for 2 hours. So prepare yourself.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</div-->
<!--div id="tab2" class="tab_single_content dark">
<div class="row">
<div class="col-md-12">
<div class="schedule-listing">
<div class="schedule-item">
<div class="sc-time">08:00 - 12:00 AM</div>
<div class="sc-pic">
<img src="images-event/team/5.jpg" class="img-circle" alt="">
</div>
<div class="sc-name">
<h4>Rose Shipp</h4>
<span>Founder & CEO</span>
</div>
<div class="sc-info">
<h3>Creative Design Implementation Basic 2</h3>
<p>In this session we will discuss about digital topics in detail. You need laptops and other tech support equipment. This session will last for 2 hours. So prepare yourself.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="schedule-listing">
<div class="schedule-item">
<div class="sc-time">12:00 - 14:00 PM</div>
<div class="sc-pic">
<img src="images-event/team/6.jpg" class="img-circle" alt="">
</div>
<div class="sc-name">
<h4>Isaac Nicholas</h4>
<span>Founder & CEO</span>
</div>
<div class="sc-info">
<h3>How to Design Happiness</h3>
<p>In this session we will discuss about digital topics in detail. You need laptops and other tech support equipment. This session will last for 2 hours. So prepare yourself.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="schedule-listing">
<div class="schedule-item">
<div class="sc-time">16:00 - 18:00 PM</div>
<div class="sc-pic">
<img src="images-event/team/7.jpg" class="img-circle" alt="">
</div>
<div class="sc-name">
<h4>John Arnold</h4>
<span>Founder & CEO</span>
</div>
<div class="sc-info">
<h3>Good Storytelling For Great Design</h3>
<p>In this session we will discuss about digital topics in detail. You need laptops and other tech support equipment. This session will last for 2 hours. So prepare yourself.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="schedule-listing">
<div class="schedule-item">
<div class="sc-time">20:00 - 22:00 PM</div>
<div class="sc-pic">
<img src="images-event/team/1.jpg" class="img-circle" alt="">
</div>
<div class="sc-name">
<h4>John Smith</h4>
<span>Founder & CEO</span>
</div>
<div class="sc-info">
<h3>Unintuitive Lessons on Being a Designer</h3>
<p>In this session we will discuss about digital topics in detail. You need laptops and other tech support equipment. This session will last for 2 hours. So prepare yourself.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</div-->
<!--div id="tab3" class="tab_single_content dark">
<div class="row">
<div class="col-md-12">
<div class="schedule-listing">
<div class="schedule-item">
<div class="sc-time">08:00 - 12:00 AM</div>
<div class="sc-pic">
<img src="images-event/team/2.jpg" class="img-circle" alt="">
</div>
<div class="sc-name">
<h4>Michael Dennis</h4>
<span>Founder & CEO</span>
</div>
<div class="sc-info">
<h3>The Secret of Great App Design</h3>
<p>In this session we will discuss about digital topics in detail. You need laptops and other tech support equipment. This session will last for 2 hours. So prepare yourself.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="schedule-listing">
<div class="schedule-item">
<div class="sc-time">12:00 - 14:00 PM</div>
<div class="sc-pic">
<img src="images-event/team/3.jpg" class="img-circle" alt="">
</div>
<div class="sc-name">
<h4>Sarah Michelle</h4>
<span>Founder & CEO</span>
</div>
<div class="sc-info">
<h3>Use Design Thinking in Your Everyday Routine</h3>
<p>In this session we will discuss about digital topics in detail. You need laptops and other tech support equipment. This session will last for 2 hours. So prepare yourself.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="schedule-listing">
<div class="schedule-item">
<div class="sc-time">16:00 - 18:00 PM</div>
<div class="sc-pic">
<img src="images-event/team/4.jpg" class="img-circle" alt="">
</div>
<div class="sc-name">
<h4>Katty Wilson</h4>
<span>Founder & CEO</span>
</div>
<div class="sc-info">
<h3>Design Into The Real World</h3>
<p>In this session we will discuss about digital topics in detail. You need laptops and other tech support equipment. This session will last for 2 hours. So prepare yourself.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="schedule-listing">
<div class="schedule-item">
<div class="sc-time">20:00 - 22:00 AM</div>
<div class="sc-pic">
<img src="images-event/team/5.jpg" class="img-circle" alt="">
</div>
<div class="sc-name">
<h4>Rose Shipp</h4>
<span>Founder & CEO</span>
</div>
<div class="sc-info">
<h3>Advanced Design Implementation</h3>
<p>In this session we will discuss about digital topics in detail. You need laptops and other tech support equipment. This session will last for 2 hours. So prepare yourself.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</div-->
<!--div id="tab4" class="tab_single_content dark">
<div class="row">
<div class="col-md-12">
<div class="schedule-listing">
<div class="schedule-item">
<div class="sc-time">08:00 - 12:00 AM</div>
<div class="sc-pic">
<img src="images-event/team/6.jpg" class="img-circle" alt="">
</div>
<div class="sc-name">
<h4>Isaac Nicholas</h4>
<span>Founder & CEO</span>
</div>
<div class="sc-info">
<h3>Advanced Design Implementation 2</h3>
<p>In this session we will discuss about digital topics in detail. You need laptops and other tech support equipment. This session will last for 2 hours. So prepare yourself.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="schedule-listing">
<div class="schedule-item">
<div class="sc-time">12:00 - 14:00 PM</div>
<div class="sc-pic">
<img src="images-event/team/7.jpg" class="img-circle" alt="">
</div>
<div class="sc-name">
<h4>John Arnold</h4>
<span>Founder & CEO</span>
</div>
<div class="sc-info">
<h3>Branding, Identity & Logo Design Explained</h3>
<p>In this session we will discuss about digital topics in detail. You need laptops and other tech support equipment. This session will last for 2 hours. So prepare yourself.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="schedule-listing">
<div class="schedule-item">
<div class="sc-time">16:00 - 18:00 PM</div>
<div class="sc-pic">
<img src="images-event/team/1.jpg" class="img-circle" alt="">
</div>
<div class="sc-name">
<h4>John Smith</h4>
<span>Founder & CEO</span>
</div>
<div class="sc-info">
<h3>The Art of Personal Branding</h3>
<p>In this session we will discuss about digital topics in detail. You need laptops and other tech support equipment. This session will last for 2 hours. So prepare yourself.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="schedule-listing">
<div class="schedule-item">
<div class="sc-time">20:00 - 22:00 PM</div>
<div class="sc-pic">
<img src="images-event/team/2.jpg" class="img-circle" alt="">
</div>
<div class="sc-name">
<h4>Michael Dennis</h4>
<span>Founder & CEO</span>
</div>
<div class="sc-info">
<h3>8 Secret Benefits of Branding</h3>
<p>In this session we will discuss about digital topics in detail. You need laptops and other tech support equipment. This session will last for 2 hours. So prepare yourself.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</div-->
<!--div id="tab5" class="tab_single_content dark">
<div class="row">
<div class="col-md-12">
<div class="schedule-listing">
<div class="schedule-item">
<div class="sc-time">08:00 - 12:00 AM</div>
<div class="sc-pic">
<img src="images-event/team/1.jpg" class="img-circle" alt="">
</div>
<div class="sc-name">
<h4>John Smith</h4>
<span>Founder & CEO</span>
</div>
<div class="sc-info">
<h3>How To Brand A Startup On A Small Budget</h3>
<p>In this session we will discuss about digital topics in detail. You need laptops and other tech support equipment. This session will last for 2 hours. So prepare yourself.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="schedule-listing">
<div class="schedule-item">
<div class="sc-time">08:00 - 12:00 AM</div>
<div class="sc-pic">
<img src="images-event/team/2.jpg" class="img-circle" alt="">
</div>
<div class="sc-name">
<h4>John Smith</h4>
<span>Founder & CEO</span>
</div>
<div class="sc-info">
<h3>Establishing a Brand Identity</h3>
<p>In this session we will discuss about digital topics in detail. You need laptops and other tech support equipment. This session will last for 2 hours. So prepare yourself.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="schedule-listing">
<div class="schedule-item">
<div class="sc-time">08:00 - 12:00 AM</div>
<div class="sc-pic">
<img src="images-event/team/3.jpg" class="img-circle" alt="">
</div>
<div class="sc-name">
<h4>Sarah Michelle</h4>
<span>Founder & CEO</span>
</div>
<div class="sc-info">
<h3>Interview With World Class Designer</h3>
<p>In this session we will discuss about digital topics in detail. You need laptops and other tech support equipment. This session will last for 2 hours. So prepare yourself.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="schedule-listing">
<div class="schedule-item">
<div class="sc-time">08:00 - 12:00 AM</div>
<div class="sc-pic">
<img src="images-event/team/4.jpg" class="img-circle" alt="">
</div>
<div class="sc-name">
<h4>Katty Wilson</h4>
<span>Founder & CEO</span>
</div>
<div class="sc-info">
<h3>Close Event Ceremony & Doorprize</h3>
<p>In this session we will discuss about digital topics in detail. You need laptops and other tech support equipment. This session will last for 2 hours. So prepare yourself.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</div-->
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- 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>
</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 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>[email protected]</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>