forked from hari3584/indriya-4.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
560 lines (477 loc) · 27.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>INDRIYA 4.0</title>
<meta content="" name="descriptison">
<meta content="" name="keywords">
<link href="assets/img/logo.png" rel="icon">
<link href="assets/img/logo.png" rel="apple-touch-icon">
<!-- Favicons -->
<!-- Material Icons -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil+Display:wght@800&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Hero Section ======= -->
<section class="no-copy" id="hero">
<div class="hero-container">
<p class="text-lighten" data-aos="fade-in" style="font-size: 21px; top: 40px; position: absolute;"><b>IEEE MEC SB AND WIE PRESENTS</b></p>
<!-- <a href="index.html" class="hero-logo slow" data-aos="zoom-in" style="padding-top: 120px;"><img src="assets/img/hero-logo.png" alt=""></a> -->
<h1 class="slow" style="font-size: 15vw; padding-top: 120px;" data-aos="fade-in" data-aos-easing="ease-in-sine" data-aos-duration="1500"><b class="space">INDRIYA</b><b style="font: ubuntu; font-weight: lighter;"> 4.0<b/></h1>
<!-- <h2 class="slow" data-aos="fade-in">We are team of talanted designers making websites with Bootstrap</h2> -->
<a class="no-outline slower btn-get-started scrollto" href="#about" data-aos="fade-up" style="margin-top: 120px;" data-aos="fade-in"><i class="material-icons">expand_more</i></a>
</div>
</section>
<!-- End Hero -->
<header id="header" class="d-flex align-items-center no-copy" style="background: rgba(33, 33, 33, 0.98);">
<div class="container">
<!-- The main logo is shown in mobile version only. The centered nav-logo in nav menu is displayed in desktop view -->
<div class="logo d-block d-lg-none">
<a href="index.html"><img src="./assets/img/logo-green.png" alt="" class="img-fluid filter"></a>
</div>
<nav class="nav-menu d-none d-lg-block" >
<ul class="nav-inner">
<li class="active"><a class="no-outline" href="#about">About</a></li>
<li class="drop-down"><a class="no-outline" href>Format</a>
<ul style="background-color: #2c2c2c;">
<li class="darken" ><a class="no-outline" href="#featured">Ideation Phase</a></li>
<li class="darken" ><a class="no-outline" href="#services">Project Development Phase</a></li>
<li class="darken" ><a class="no-outline" href="#why-us">Problem Statements</a></li>
</ul>
</li>
<li><a class="no-outline" href="#registration">Registration</a></li>
<li class="nav-logo"><a class="no-outline" href="#hero"><img style="height: 100px" src="./assets/img/logo-green.png" alt="" class="img-fluid filter"></a></li>
<li><a class="no-outline" href="#rules">Rules & Regulations</a></li>
<li><a class="no-outline" href="#portfolio">Gallery</a></li>
<li><a class="no-outline" href="#contact">Contact Us</a></li>
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<main id="main">
<!-- ======= About Us Section ======= -->
<section style=" padding-bottom: 0px;" id="about" class="about">
<div class="container">
<div class="row text-lighten">
<div style="padding-top: 20px;" class="col-sm-12 col-lg-6">
<div style="height:100%; background: transparent; border: solid 1px #555555; border-radius: 20px" class="card">
<div class="card-body">
<h5 style="text-align: center;" class="card-title">ABOUT INDRIYA</h5>
<p style="text-align: justify" class="card-text">        INDRIYA is a State level Project Development competition conducted by IEEE MEC SB in association with the Women in Engineering Affinity Group for students from classes 8th to 12th. We aim to improve the students’ skill in ideation, while mentoring and guiding them along every step of the way, in order to help their innovative ideas take shape. <br><br> INDRIYA is a Project Development Competition introduced by IEEE MEC SB in 2018.INDRIYA is the perfect platform for students to explore the world of engineering at a very young age. In the time of
pandemic as students are not provided with many chances of interaction or collaboration, we try to bring in a sense of group work in the projects.</p>
</div>
</div>
</div>
<div style="padding-top: 20px;" class="col-sm-12 col-lg-6">
<div style="height: 100%; background: transparent; border: soln; border-radius: 20px" class="card">
<div class="card-body">
<h5 style="text-align: center;" class="card-title">ABOUT IEEE MEC SB</h5>
<p style="text-align: justify" class="card-text">       Fiery hearts and curious minds, the student branch of IEEE MEC SB is the perfect blend of dedicated, vibrant volunteers, along with creative and brilliant tech enthusiasts. With over 3 state-level flagship events and over a dozen tech-based and managerial events, workshops, and seminars throughout the year, the IEEE MEC Student Branch ensures that each member is able to be a part of something greater. Today, with a crew of 150 plus members, IEEE MEC SB stands tall, as one among the best student branches in the state.</p>
</div>
</div>
</div>
</div>
</div>
</section><!-- End About Us Section -->
<!-- ======= Featured Section ======= -->
<section id="featured" class="featured">
<div id="format" class="container">
<h1 style="padding-top:100px;">Indriya 4.0 will be conducted in 2 phases:</h1>
<div class="row" style="padding-top: 30px">
<div class="col-lg-6" data-aos="fade-right">
<div class="tab-content">
<div class="tab-pane active show" id="tab-1">
<figure>
<img src="assets/img/featured-1.png" alt="" class="img-fluid">
</figure>
</div>
<div class="tab-pane" id="tab-2">
<figure>
<img src="assets/img/featured-2.png" alt="" class="img-fluid">
</figure>
</div>
<div class="tab-pane" id="tab-3">
<figure>
<img src="assets/img/featured-3.png" alt="" class="img-fluid">
</figure>
</div>
<div class="tab-pane" id="tab-4">
<figure>
<img src="assets/img/featured-4.png" alt="" class="img-fluid">
</figure>
</div>
</div>
</div>
<div class="col-lg-6 mt-4 mt-lg-0" data-aos="fade-left" style="position:relative;">
<h2 class ="Idp"style="padding-bottom: 10px" ><b>Ideation Phase :</b></h2>
<ul style="padding-bottom: 92px;" class="nav nav-tabs flex-column">
<li class="nav-item">
<a class="nav-link active show" data-toggle="tab" href="#tab-1">
<!-- <h4></h4> -->
<p>● Develop an idea based on any one of the given problem statements.</p>
</a>
</li>
<li class="nav-item mt-2lt">
<a class="nav-link" data-toggle="tab" href="#tab-2">
<p>● After successfully completing the registration procedure, draft an abstract of your project and submit when asked. Submission dates will be notified.</p>
</a>
</li>
<li class="nav-item mt-2">
<a class="nav-link" data-toggle="tab" href="#tab-3">
<!-- <h4>Pariatur explicabo vel</h4> -->
<p>● Send in your entries according to the instructions given via e-mail.</p>
</a>
</li>
<li class="nav-item mt-2">
<a class="nav-link" data-toggle="tab" href="#tab-4">
<!-- <h4>Nostrum qui quasi</h4> -->
<p>● Selected projects will be qualified for the next phase.</p>
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- End Featured Section -->
<!-- ======= project dev Section ======= -->
<section id="services" class="services">
<div class="row">
<div class="col-lg-6 order-2 order-lg-1">
<div style="padding-top: 43px;" class="section-title" data-aos="fade-up">
<h3>Project Development Phase :</h3>
</div>
<div class="icon-box mt-5 mt-lg-0" data-aos="fade-up">
<i class="bx bx-right-arrow bx-fade-right"></i>
<p>Selected projects will be assigned mentors who will help you in completing the project by providing resources and guidance</p>
</div>
<div class="icon-box mt-5" data-aos="fade-up" data-aos-delay="100">
<i class="bx bx-right-arrow bx-fade-right"></i>
<p>A detailed template will be provided which should be updated on a weekly basis, enabling the mentors to track your progress.</p>
</div>
<div class="icon-box mt-5" data-aos="fade-up" data-aos-delay="200">
<i class="bx bx-right-arrow bx-fade-right"></i>
<p>Participants are expected to complete the project by the end of June since the tentative dates for the project presentation could change with the social situation.</p>
</div>
</div>
<div class="image col-lg-6 order-1 order-lg-2" style='background-image: url("assets/img/services.jpg");margin-top: 43px ' data-aos="fade-left" data-aos-delay="100"></div>
</div>
</section><!-- End project dev Section -->
<!-- ======= problem ======= -->
<section id="why-us" class="why-us">
<div class="container-fluid">
<div class="row">
<div class="col-lg-5 order-1 order-lg-1 align-items-stretch video-box" style='background-image: url("assets/img/why-us.jpg");' data-aos="zoom-in">
</div>
<div class="col-lg-7 order-2 order-lg-2 d-flex flex-column justify-content-center align-items-stretch">
<div style="padding-bottom: 43px" class="content" data-aos="fade-up">
<h3><strong>Problem statements :</strong></h3>
</div>
<div class="accordion-list">
<ul>
<li data-aos="fade-up" data-aos-delay="100">
<a data-toggle="collapse" class="collapsed" href="#accordion-list-1">Track <span>01</span> : Sustainable Development Goals(SDG's)<i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="accordion-list-1" class="collapse text-lighten" data-parent=".accordion-list">
<div class="container">
<p>Any project coming under the 17 SDG's, can be chosen by the participants. The specific SDGs should be mentioned while
submitting the abstract.<br><a href="https://sdgs.un.org/goals" color="#29b680">Click to view the 17 SDG's</a></p>
</div></div>
</li>
<li data-aos="fade-up" data-aos-delay="200">
<a data-toggle="collapse" href="#accordion-list-2" class="collapsed">Track <span>02</span> : Covid Responses<i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="accordion-list-2" class="collapse text-lighten" data-parent=".accordion-list">
<div class="container">
<p>Create relevant projects that can help Covid Relief in any way. The projects can come under any domain related to the
pandemic.</p>
</div> </div>
</li>
</ul>
</div>
</div>
</div>
</section><!-- End problem -->
<!--Registration -->
<section id="registration" class="services">
<div class="row">
<div class="col-lg-6 order-2 order-lg-1">
<div style="padding-top: 43px;" class="section-title" data-aos="fade-up">
</div>
<div class="icon-box mt-5 mt-lg-0" data-aos="fade-up">
<h3 style="padding-bottom: 25px">How to register:</h3>
<i class="bx bxs-send bx-md bx-fade-right" style="position:relative; bottom:5px;"></i>
<p>Students can participate either individually or as a team of maximum 4 members.</p>
</div>
<div class="icon-box mt-5" data-aos="fade-up" data-aos-delay="100">
<i class="bx bxs-send bx-md bx-fade-right"></i>
<p>Indriya 4.0 will be a paid event with a registration fee of Rs.100 per student.</p>
</div>
<div class="icon-box mt-5 mt-lg-0" data-aos="fade-up">
<i class="bx bxs-send bx-md bx-fade-right"></i>
<p>Register your team by entering your details in the form given below.<br> <a target="_blank" href="https://bit.ly/indriyareg">Register here</a></p>
</div>
<div class="icon-box mt-5 mt-lg-0" data-aos="fade-up">
<i class="bx bxs-send bx-md bx-fade-right" style="position:relative; bottom:5px;"></i>
<p>Once you have registered, complete your payment in the link given below.<br> <a target="_blank" href="https://www.yepdesk.com/indriya-4-01">Make your payment here</a></p>
</div>
<div class="icon-box mt-5 mt-lg-0" data-aos="fade-up">
<i class="bx bxs-send bx-md bx-fade-right" style="position:relative; bottom:5px;"></i>
<p>Once the payment is confirmed by verifying your team name, a link to submit your abstract will be sent to the team leader via email.<br><b>Further updates will be given after the same.</b></p>
</div>
<div class="icon-box mt-5 mt-lg-0" data-aos="fade-in">
<!-- <i class="bx bxs-send bx-md bx-fade-right" style="position:relative; bottom:5px;"></i> -->
<div style="border: solid 1px whitesmoke; margin-left: 62px;">
<h4 style="margin-left: 15px; animation: flashing 1.5s infinite linear; color: #29b680;" >Note:</h4>
<p style="margin-left: 15px; margin-right:0px">A rolling deadline is kept keeping in mind the COVID-19 pandemic and time management issues due to online classes</p>
</div>
</div>
</div>
<div class="image col-lg-6 order-1 order-lg-2" style='background-image: url("assets/img/registration1.jpg");margin-top: 43px; position:reltaive; top:75px;' data-aos="fade-left" data-aos-delay="100"></div>
</div>
</section>
<!--Registration ends-->
<!-- ======= rules ======= -->
<section id="rules" class="rules">
<div class="row">
<div class="col-lg-5 order-1 order-lg-1 align-items-middle d-flex align-items-middle" data-aos="zoom-in">
<img src="assets/img/rules.jpg" alt="" style="width: 100%; height:100%;">
</div>
<div class="col-lg-6 order-2 order-lg-2">
<div style="padding-top: 43px;" class="section-title" data-aos="fade-up">
<h3>Rules & Regulations</h3>
</div>
<div class="icon-box mt-5 mt-lg-0" data-aos="fade-up">
<i class="bx bx-sun bx-spin"></i>
<p>Students are allowed to participate individually or as a team, with a maximum of 4 members.</p>
</div>
<div class="icon-box mt-5" data-aos="fade-up" data-aos-delay="100">
<i class="bx bx-sun bx-spin"></i>
<p>The abstract should be submitted in the given template only.</p>
</div>
<div class="icon-box mt-5" data-aos="fade-up" data-aos-delay="200">
<i class="bx bx-sun bx-spin"></i>
<p>Participants are expected to be cooperative with the mentors. </p>
</div>
<div class="icon-box mt-5" data-aos="fade-up" data-aos-delay="200">
<i class="bx bx-sun bx-spin"></i>
<p>The projects will be evaluated on the basis of Ideation, Implementation, Social Relevance, Application, and Presentation.</p>
</div>
<div class="icon-box mt-5" data-aos="fade-up" data-aos-delay="200">
<i class="bx bx-sun bx-spin"></i>
<p>The decision of the judging panel would be final.</p>
</div>
<div class="icon-box mt-5" data-aos="fade-up" data-aos-delay="200">
<i class="bx bx-sun bx-spin"></i>
<p>Ideas and projects by the participants must be original. Unoriginal/copied ideas or projects may be disqualified.</p>
</div>
</div>
</section><!-- End rules -->
<!-- ======= Portfolio Section ======= -->
<section id="portfolio" class="portfolio">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2 class="text-lighten" >Gallery</h2>
</div>
<div class="row portfolio-container" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-4 col-md-6 portfolio-item">
<div class="portfolio-wrap">
<img src="assets/img/gallery/1.jpg" class="img-fluid" alt="">
<a href="assets/img/gallery/1.jpg" data-gall="portfolioGallery" class="venobox" title="">
<div class="portfolio-info">
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item">
<div class="portfolio-wrap">
<img src="assets/img/gallery/2.jpg" class="img-fluid" alt="">
<a href="assets/img/gallery/2.jpg" data-gall="portfolioGallery" class="venobox" title="">
<div class="portfolio-info">
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item">
<div class="portfolio-wrap">
<img src="assets/img/gallery/3.jpg" class="img-fluid" alt="">
<a href="assets/img/gallery/3.jpg" data-gall="portfolioGallery" class="venobox" title="">
<div class="portfolio-info">
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item">
<div class="portfolio-wrap">
<img src="assets/img/gallery/4.jpg" class="img-fluid" alt="">
<a href="assets/img/gallery/4.jpg" data-gall="portfolioGallery" class="venobox" title="">
<div class="portfolio-info">
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item">
<div class="portfolio-wrap">
<img src="assets/img/gallery/5.jpg" class="img-fluid" alt="">
<a href="assets/img/gallery/5.jpg" data-gall="portfolioGallery" class="venobox" title="">
<div class="portfolio-info">
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item">
<div class="portfolio-wrap">
<img src="assets/img/gallery/6.jpg" class="img-fluid" alt="">
<a href="assets/img/gallery/6.jpg" data-gall="portfolioGallery" class="venobox" title="">
<div class="portfolio-info">
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item">
<div class="portfolio-wrap">
<img src="assets/img/gallery/7.jpg" class="img-fluid" alt="">
<a href="assets/img/gallery/7.jpg" data-gall="portfolioGallery" class="venobox" title="">
<div class="portfolio-info">
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item">
<div class="portfolio-wrap">
<img src="assets/img/gallery/8.jpg" class="img-fluid" alt="">
<a href="assets/img/gallery/8.jpg" data-gall="portfolioGallery" class="venobox" title="">
<div class="portfolio-info">
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item">
<div class="portfolio-wrap">
<img src="assets/img/gallery/9.jpg" class="img-fluid" alt="">
<a href="assets/img/gallery/9.jpg" data-gall="portfolioGallery" class="venobox" title="">
<div class="portfolio-info">
</div>
</a>
</div>
</div>
</div>
</div>
</section><!-- End Portfolio Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact section-bg">
<div class="text-lighten container">
<div class="section-title">
<h2>Contact</h2>
<p>For any queries or clarification feel free to contact us.</p>
</div>
<div class="row">
<div class="col-lg-4">
<div class="info d-flex flex-column justify-content-center" data-aos="fade-right">
<div class="address">
<i class="icofont-google-map"></i>
<h4 class="text-lighten">Location:</h4>
<p>Govt. Model Engineering College,<br>Thrikkakara, Kochi,<br>Kerala.<br>PIN: 682021</p>
</div>
<div class="email">
<i class="icofont-envelope"></i>
<h4 class="text-lighten" >Email:</h4>
<p><a style="color: #959595;" href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
<div class="col-lg-8 mt-5 mt-lg-0" data-aos="fade-left">
<section id="pricing">
<div class="row">
<div style="padding-top: 30px;" class="col-lg-4 col-md-6 col-sm-12 pcol">
<div class="card bordcar">
<div class="card-header headbord" >
<h6 style="text-align: center">COORDINATOR</h6>
<div class="container"><hr style="background-color: #bdbdbd;"></div>
</div>
<div class="card-body">
<p><b>Bharath Srinivasan</b></p>
<p>+91 7012955342</p>
<p style="font-size:15px;color: #959595;"><a style="color: #959595;" href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
<div style="padding-top: 30px;" class="col-lg-4 col-md-6 col-sm-12 pcol">
<div class="card bordcar">
<div class="card-header headbord" >
<h6 style="text-align: center" >COORDINATOR</h6>
<div class="container"><hr style="background-color: #bdbdbd;" ></div>
</div>
<div class="card-body">
<p><b>Aedna Kurian</b></p>
<p>+91 9495930280</p>
<p style="font-size:15px; color: #959595;"><a style="color: #959595;" href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<a href="#header" class="scrollto footer-logo"></a>
<h3>INDRIYA 4.0</h3>
<p>Follow IEEE MEC SB on twitter, facebook, instagram and linkedin for further updates</p>
</div>
</div>
<div class="social-links">
<a href=" https://twitter.com/IEEEMEC?s=09" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="https://www.facebook.com/ieeemec/" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="https://www.instagram.com/ieeemec?r=nametag" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="https://www.linkedin.com/company/ieeemec/?viewAsMember=true" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
</div>
<div class="container footer-bottom clearfix">
<div class="copyright">
© Copyright@2020 <strong><span>IEEE MEC SB</span></strong>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/knight-free-bootstrap-theme/ -->
Designed by <a class="design" href="https://www.linkedin.com/in/sreehari-n-b1b536168/">S</a><a class="design" href="https://www.linkedin.com/in/issac-daniel-60a961122/">I</a><a class="design" href="https://www.linkedin.com/in/madhav-213445171/">M</a><a class="design" href="https://www.linkedin.com/in/bharath-srinivasan-671382191/">B</a><a class="design" href="https://www.linkedin.com/in/amith-tony-joseph-906648188/">A</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top no-outline" ><i class="icofont-simple-up" style="height: 70px; width: 70px; border-radius: 50%"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/jquery-sticky/jquery.sticky.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>