-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathevents.html
484 lines (432 loc) · 31.4 KB
/
events.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
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"><!--<![endif]--><head>
<!-- Basic Page Needs -->
<meta charset="utf-8">
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<title>IEEE IAS SBC MACE</title>
<meta name="author" content="themesflat.com">
<!-- Mobile Specific Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Theme Style -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- Reponsive -->
<link rel="stylesheet" type="text/css" href="css/responsive.css">
<!--Tailwind cdn-->
<!-- <link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet"> -->
<!-- <script src="https://cdn.tailwindcss.com"></script> -->
<link rel="stylesheet" href="tailwind-css/output.css">
<!-- Favicon and Touch Icons -->
<link rel="shortcut icon" href="images/logoo.png">
<link rel="apple-touch-icon-precomposed" href="images/logoo.png">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet">
</head>
<body class="body header-fixed counter-scroll home-1">
<!-- preloade -->
<div class="preload preload-container">
<div class="preload-logo"></div>
</div>
<!-- /preload -->
<div id="wrapper" class="wrapper-style">
<div id="page" class="clearfix">
<header class="header" id="events-header">
<div class="tf-container">
<div class="row">
<div class="col-md-12">
<div id="site-header-inner">
<div id="site-logo" class="clearfix">
<div id="site-logo-inner">
<a href="index.html" rel="home" class="main-logo">
<img src="./images/lgw.png" id="logo_header" alt="IAS Logo" />
</a>
</div>
</div>
<div class="header-center">
<nav id="main-nav" class="main-nav">
<ul id="menu-primary-menu" class="menu">
<li class="menu-item">
<a href="index.html">Home</a>
<!--<ul class="sub-menu">
<li class="menu-item current-item"><a href="index.html">HOME 1</a></li>
<li class="menu-item"><a href="home2.html">HOME 2</a></li>
<li class="menu-item"><a href="home3.html">HOME 3</a></li>
</ul>-->
</li>
<li class="menu-item "><!--menu-item-has-children-->
<a href="index.html#about">About</a>
<!--<ul class="sub-menu">
<li class="menu-item"><a href="about1.html">ABOUT </a></li>
<li class="menu-item"><a href="about2.html">ABOUT 2</a></li>
</ul>-->
</li>
<li class="menu-item "><!--menu-item-has-children-->
<a href="index.html#events">Events</a>
<!--<ul class="sub-menu">
<li class="menu-item"><a href="roadmap-1.html">ROAD MAP 1</a></li>
<li class="menu-item"><a href="roadmap-2.html">ROAD MAP 2</a></li>
<li class="menu-item"><a href="roadmap-3.html">ROAD MAP 3</a></li>
</ul>-->
</li>
<!--
<li class="menu-item ">menu-item-has-children
<a href="index.html#updates">Update</a>
<ul class="sub-menu">
<li class="menu-item"><a href="sign-in.html">SIGN IN</a></li>
<li class="menu-item"><a href="sign-up.html">SIGN UP</a></li>
<li class="menu-item"><a href="faq1.html">FAQ 1</a></li>
<li class="menu-item"><a href="faq2.html">FAQ 2</a></li>
<li class="menu-item"><a href="#">OUR TEAM</a></li>
<li class="menu-item"><a href="collection.html">COLLECTION</a></li>
<li class="menu-item"><a href="testimonial.html">TESTIMONIAL</a></li>
<li class="menu-item"><a href="#">ITEM DETAILS</a></li>
<li class="menu-item"><a href="comming-soon.html">COMMING SOON</a></li>
<li class="menu-item"><a href="404.html">404 PAGE</a></li>
</ul>
</li>-->
<li class="menu-item "><!--menu-item-has-children-->
<a href="index.html#join">Join us</a>
<!--<ul class="sub-menu">
<li class="menu-item "><a href="blog.html">BLOG</a></li>
<li class="menu-item "><a href="blog-details.html">BLOG DETAILS</a></li>
</ul>-->
</li>
<li class="menu-item "><!--menu-item-has-children-->
<a href="index.html#team">Team</a>
<!--<ul class="sub-menu">
<li class="menu-item "><a href="blog.html">BLOG</a></li>
<li class="menu-item "><a href="blog-details.html">BLOG DETAILS</a></li>
</ul>-->
</li>
<li class="menu-item">
<a href="index.html#footer">Contact</a>
</li>
</ul>
</nav><!-- /#main-nav -->
</div>
<!--<div class="header-right">
<a href="#" onclick="switchTheme()" class="mode-switch">
<img id="img-mode" src="images/log.png" alt="Image">
</a>
<a href="contact.html" class="tf-button discord"><i class="icon-fl-vt"></i><span>DISCORD</span></a>
<a href="#" class="tf-button connect" data-toggle="modal" data-target="#popup_bid"> <i class="icon-fl-wallet"></i><span>CONNECT</span></a>
</div> --->
<div class="mobile-button"><span></span></div><!-- /.mobile-button -->
</div>
</div>
</div>
</div>
<div class="main-heading text-center p-5 items-center">
<h1 class="text-white text-8xl font-normal">Events</h1>
<div class="sub-nav mt-10">
<a href="index.html">Home</a> /
<a href="#">Events</a>
</div>
</div>
</header>
<div class="content my-32">
<section id="event-15" class="grid gap-y-16 my-32 px-10 md:grid-cols-3 md:gap-x-16 md:px-20">
<div class="flex justify-center items-center">
<img class="w-full" src="images/events/p14.jpg">
</div>
<div class="md:col-span-2">
<h1 class="text-5xl text-white pb-12">RISE OF IIOT IN SMART INDUSTIRES</h1>
<p class="text-[1.7rem]">
As part of La Guerre 2.0, a webinar The Rise of IIoT in
Smart Industries was conducted on September 22, 2024, by Mr. Ubaid Ishaq, Technical Manager at LTTS.
The session discussed IIoT's transformative role in industries, focusing on operational efficiency,
predictive maintenance, and data analytics.
</p>
</div>
</section>
<section id="event-14" class="grid gap-y-16 my-32 px-10 md:grid-cols-3 md:gap-x-16 md:px-20">
<div class="flex justify-center items-center">
<img class="w-full" src="images/events/p13.jpg">
</div>
<div class="md:col-span-2">
<h1 class="text-5xl text-white pb-12">IGNITE</h1>
<p class="text-[1.7rem]">
The chapter hosted La Guerre 2.0, a cluster initiative in collaboration with IEEE
IAS SBC AJCE. As part of this initiative, several engaging events were organized.
On September 20, 2024, the IGNITE Membership Development Session was held, featuring speakers Miss Sreepriya S
and Miss Ann Mary Roy, who highlighted the benefits of IEEE IAS memberships and professional
growth opportunities within IEEE societies.
</p>
</div>
</section>
<section id="event-13" class="grid gap-y-16 my-32 px-10 md:grid-cols-3 md:gap-x-16 md:px-20">
<div class="flex justify-center items-center">
<img class="w-full" src="images/events/p15.jpg">
</div>
<div class="md:col-span-2">
<h1 class="text-5xl text-white pb-12">TECHTWIST</h1>
<p class="text-[1.7rem]">
Another event conducted as part of La Guerre 2.0 was TechTwist: Decode the
Future, a crossword puzzle competition held on October 9, 2024, testing participants' tech
knowledge in a fun and interactive format, with Gowthami VR emerging as the winner.
</p>
</div>
</section>
<section id="event-12" class="grid gap-y-16 my-32 px-10 md:grid-cols-3 md:gap-x-16 md:px-20">
<div class="flex justify-center items-center">
<img class="w-full" src="/images/events/img2.jpg">
</div>
<div class="md:col-span-2">
<h1 class="text-5xl text-white pb-12">IEEE IAS DISTINGUISHED LECTURE PROGRAM</h1>
<p class="text-[1.7rem]">
On August 7, 2024, the chapter hosted a Distinguished Lecturer Program featuring Dr. Rajesh Kumar,
Professor at MNIT Jaipur. Dr. Kumar delivered a lecture on "Intelligent Power Management and
Control of Electric Drive in Electric Vehicle Using Reinforcement Learning," which attracted 65
participants, including faculty, students, and professionals. The session provided valuable insights
into reinforcement learning applications in electric vehicles, a topic of significant relevance. The
event concluded with a quiz to engage the audience, making it both educational and interactive.
</p>
</div>
</section>
<section id="event-11" class="grid gap-y-16 my-32 px-10 md:grid-cols-3 md:gap-x-16 md:px-20">
<div class="flex justify-center items-center">
<img class="w-full" src="images/events/P10.jpg">
</div>
<div class="md:col-span-2">
<h1 class="text-5xl text-white pb-12">CMD AWARENESS SESSION</h1>
<p class="text-[1.7rem]">
The chapter also conducted a CMD Awareness Session led by Mr. Govindaraman S, focusing on the
various IEEE awards and travel grant programs. The session provided detailed information on award
eligibility, deadlines, and application processes, helping participants better understand how to
engage with IEEE recognition programs. The interactive Q&A segment enabled attendees to clarify
their doubts and gain practical tips for successful applications.
</p>
</div>
</section>
<section id="event-10" class="grid gap-y-16 my-32 px-10 md:grid-cols-3 md:gap-x-16 md:px-20">
<div class="flex justify-center items-center">
<img class="w-full" src="images/events/p11.jpg">
</div>
<div class="md:col-span-2">
<h1 class="text-5xl text-white pb-12">SUSTAINABILITY AND ENERGY EFFICIENCY</h1>
<p class="text-[1.7rem]">
A webinar on "Sustainability and Energy Efficiency" was conducted with Dr. Janesh N. Mohanan,
Principal Consultant at Alneso Energy, as the speaker. The session explored strategies for energy
conservation and industrial efficiency, emphasizing critical aspects such as BEE star ratings, energy
saving certifications, and industrial energy optimization strategies. Dr. Janesh provided practical
examples and case studies, followed by an engaging Q&A session addressing renewable energy
topics like solar, wind, and ocean thermal energy.
</p>
</div>
</section>
<section id="event-9" class="grid gap-y-16 my-32 px-10 md:grid-cols-3 md:gap-x-16 md:px-20">
<div class="flex justify-center items-center">
<img class="w-full" src="images/events/p12.jpg">
</div>
<div class="md:col-span-2">
<h1 class="text-5xl text-white pb-12">CHARGING AHEAD ESSAY COMPETITION</h1>
<p class="text-[1.7rem]">
The Charging Ahead essay writing competition, held from March 7 to March 10, 2024, provided a
platform for participants to explore the transformative impacts of electric vehicles and autonomous
driving on the future of transportation. Submissions were evaluated meticulously by judges Amritha
M and Ameena R, focusing on content quality, originality, and clarity. After careful consideration, Ms.
Maushmi emerged as the winner, showcasing her insightful analysis and compelling arguments.
</p>
</div>
</section>
<section id="event-8" class="grid gap-y-16 my-32 px-10 md:grid-cols-3 md:gap-x-16 md:px-20">
<div class="flex justify-center items-center">
<img class="w-full" src="images/events/p8.jpg">
</div>
<div class="md:col-span-2">
<h1 class="text-5xl text-white pb-12">INNOVATE HUB</h1>
<p class="text-[1.7rem]">
"Innovate Hub" was a three-day event fostering creativity among engineering students. Eleven participants showcased unique ideas with support in hardware, food, and accommodation. Mentors provided guidance, refining ideas and addressing challenges. Celebrating creativity and collaboration, the event aimed to inspire attendees to push their imaginative boundaries. It highlighted the transformative potential of diverse minds in a supportive environment, showcasing the power of collaborative innovation.
</p>
</div>
</section>
<section id="event-7" class="grid gap-y-16 my-32 px-10 md:grid-cols-3 md:gap-x-16 md:px-20">
<div class="flex justify-center items-center">
<img class="w-full" src="images/events/p4.jpeg">
</div>
<div class="md:col-span-2">
<h1 class="text-5xl text-white pb-12">ECOPITCH</h1>
<p class="text-[1.7rem]">
The IEEE IAS Student Branch Chapters of AJCE, MACE, and MBCCET, in collaboration with the IEEE IA/IE/PELS Joint Chapter Kerala, organized ECOPITCH as part of La Guerre. This competition aimed to foster innovation in Sustainable Manufacturing. Participants showcased their creativity and knowledge, with entries due by May 10, 2023, at 10:00 pm. The competition received a remarkable response, indicating a growing interest in sustainability. The winning team, Googly, led by Aparna Sunil, demonstrated exceptional expertise. Their concept impressed judges, reflecting a deep understanding of sustainable practices. ECOPITCH provided a platform for collaboration and idea exchange, highlighting participants' talent and dedication. Special congratulations to winners from TKM College of Engineering, Kollam.
</p>
</div>
</section>
<section id="event-6" class="grid gap-y-16 my-32 px-10 md:grid-cols-3 md:gap-x-16 md:px-20">
<div class="flex justify-center items-center">
<img class="w-full" src="images/events/p3.jpeg">
</div>
<div class="md:col-span-2">
<h1 class="text-5xl text-white pb-12">INSPIRON - MEMBERSHIP DEVELOPMENT SESSION
</h1>
<p class="text-[1.7rem]">
"The Membership Development session - Inspiron was an online initiative under the 'Cluster War' campaign. Led by Sterin Roy, Technical Coordinator, IEEE IA/IE/PELS Jt. Chapter Kerala, and Adithya A S, Travancore Hub Student Representative, IEEE IA/IE/PELS Jt. Chapter Kerala, the session aimed to raise awareness about IEEE and the IAS Society among students. Its focus was to bolster membership through informative discussions. Attendees gained insight into IEEE, particularly the IAS Society, discussing membership needs, benefits, positions, duties, responsibilities, and volunteer awards."
</div>
</section>
<section id="event-5" class="grid gap-y-16 my-32 px-10 md:grid-cols-3 md:gap-x-16 md:px-20">
<div class="flex justify-center items-center">
<img class="w-full" src="images/events/p2.jpeg">
</div>
<div class="md:col-span-2">
<h1 class="text-5xl text-white pb-12">AWARENESS SESSION ON EV HACK 3.0
</h1>
<p class="text-[1.7rem]">
The Awareness Session on EV Hack 3.0 was conducted on 10th April,2023.The speakers were
Mr.Jaison Christal Jothi,Mr.Akash Philip K,Mr.Abhishek Mohan,and Mr.Anto Jose who were
past winners of the event.They shared their experiences as well as shed light on how to approach
the competition.Furthermore,they also spoke about the kind of opportunities that would open up
if one performed well in this competition.They were also very giving of their time,and ensured
that each question was met with a meaningful response.The participants were very happy with
the session and provided feedback in the affirmative
</p>
</div>
</section>
<section id="event-4" class="grid gap-y-16 my-32 px-10 md:grid-cols-3 md:gap-x-16 md:px-20">
<div class="flex justify-center items-center">
<img class="w-full" src="images/events/p5.jpg">
</div>
<div class=" md:pr-5 md:col-span-2">
<h1 class="text-5xl text-white pb-12">TINYML HANDS-ON SESSION</h1>
<p class="text-[1.7rem]">
The hands-on TinyML session proved to be immensely beneficial for students as it effectively
deepened their technical understanding through the practical application of machine learning in
adeptly utilized their acquired skills. The training primarily focused on mastering Edge Impulse,
the realm of embedded electronics. By using the Seeed Xiao ESP32 S3 Sense, participants
namely Seeed Studio and Makergram. This collaborative initiative with Mar Athanasius College
a vital aspect of the session. Notably, the event garnered support from esteemed sponsors,
of Engineering facilitated the successful execution of the event, ensuring its impact reached a
wider audience.
</p>
</div>
</section>
<section id="event-3" class="grid gap-y-16 my-32 px-10 md:grid-cols-3 md:gap-x-16 md:px-20">
<div class="flex justify-center items-center">
<img class="w-full" src="images/events/p6.jpg">
</div>
<div class="md:col-span-2">
<h1 class="text-5xl text-white pb-12">ARDUINO DAY</h1>
<p class="text-[1.7rem]">
Arduino Day helped students in improving technical knowledge on Arduino, various
Infrared sensor and how to design in TinkerCad. The event was conducted as part of the Arduino
development boards like ESP 32 and NODE MCU, sensors like Ultrasonic, Soil Moisture sensor,
IAS, IEEE RAS, IoT Club, FABLAB.
Day Celebration on 25th and 26th of March. Event was conducted in Collaboration with IEEE
</p>
</div>
</section>
<section id="event-2" class="grid gap-y-16 my-32 px-10 md:grid-cols-3 md:gap-x-16 md:px-20">
<div class="flex justify-center items-center">
<img class="w-full" src="images/events/p1.jpeg">
</div>
<div class="md:col-span-2">
<h1 class="text-5xl text-white pb-12">INTRODUCTION TO MATLAB</h1>
<p class="text-[1.7rem]">
"Introduction to MATLAB" was an online session held on April 30, 2023, as part of the cluster war initiative. Dr. Jisha Kuruvilla from MACE Kothamangalam led the session, introducing participants to MATLAB programming language and Simulink block diagrams. MATLAB's high-level programming features for mathematical problem-solving and numerical simulations were covered, along with Simulink's capabilities for modeling dynamic systems. Integration of MATLAB code into Simulink models was demonstrated, providing attendees with a foundational understanding of these powerful tools. This session equipped participants with the skills to create numerical simulations and visualize complex systems, enhancing their capabilities for future projects.
</p>
</div>
</section>
<section id="event-1" class="grid gap-y-16 my-32 px-10 md:grid-cols-3 md:gap-x-16 md:px-20">
<div class="flex justify-center items-center">
<img class="w-full" src="images/events/p7.jpg">
</div>
<div class="md:col-span-2">
<h1 class="text-5xl text-white pb-12">CMD AWARENESS SESSION</h1>
<p class="text-[1.7rem]">
IEEE IAS MACE SBC organized a virtual event on March 24, 2023, from 6:00 pm to 7:15 pm via Google Meet to raise awareness of the IEEE Industry Applications Society's CMD Awards. Mr. Srikanth Pillai, the current IEEE IAS CMD Chair, delivered an inspiring talk highlighting the significance of CMD and IEEE IAS's efforts to promote it. The event attracted students from various branches who found Mr. Pillai's discussion on topics like the Myron Zucker Scholarship, benefits of IEEE IAS CMD membership, and industry roles informative. Overall, the event successfully increased awareness of CMD and encouraged attendees to engage more with IEEE IAS CMD activities.
</p>
</div>
</section>
</div>
<footer id="footer" class="footer">
<!--<div class="action-box">
<div class="tf-container">
<div class="row">
<div class="col-md-12">
<div class="action-box-inner">
<h2 class="title">JOIN OUR COMMUNITY</h2>
<p class="content">Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>
<div class="group-btn">
<a href="contact.html" class="tf-button discord" data-toggle="modal" data-target="#popup_bid"><i class="icon-fl-vt"></i><span>DISCORD</span></a>
<a href="collection.html" class="tf-button">WHITELIST NOW</a>
</div>
</div>
</div>
</div>
</div>
</div>-->
<div class="footer-inner">
<div class="tf-container">
<div class="row">
<div class="col-xl-6 col-lg-6 col-md-12">
<div class="widget widget-infor">
<div class="logo">
<img id="logo_footer" src="images/lgw.png" alt="Image">
</div>
<p class="content">IEEE IAS SBC MACE</p>
</div>
</div>
<div class="col-xl-6 col-lg-6 col-md-12">
<div class="widget widget-menu">
<div class="menu menu-1">
<h6 class="widget-title">Quick Links</h6>
<ul>
<li><a href="https://ieee.org/">IEEE</a></li>
<li><a href="https://ias.ieee.org/">IEEE IAS</a></li>
<li><a href="https://ia.ie.pels.ieeekerala.org/">IEEE IA/IE/PELS Jt Chapter Kerala Section</a></li>
<li><a href="https://ieeekerala.org/">IEEE Kerala Section</a></li>
<li><a href="https://ieeemace.org/">IEEE MACE SB</a></li>
</ul>
</div>
<!--<div class="menu menu-2">
<h6 class="widget-title">COMPANY</h6>
<ul>
<li><a href="about2.html">About Us 2</a></li>
<li><a href="roadmap-2.html">Road Map 2</a></li>
<li><a href="testimonial.html">Testimonial</a></li>
<li><a href="#">Item Details</a></li>
</ul>
</div>-->
</div>
</div>
<!--<div class="col-xl-4 col-lg-5 col-md-12">
<div class="widget widget-subcribe">
<h6 class="widget-title">SUBSCRIBE</h6>
<form action="#" id="subscribe-form">
<input type="email" placeholder="Enter your email" required id="subscribe-email">
<button class="tf-button" type="submit" id="subscribe-button">SUBSCRIBE</button>
</form>
</div>
</div>-->
</div>
</div>
</div>
<div class="bottom-inner">
<div class="tf-container">
<div class="row">
<div class="col-md-12">
<div class="bottom">
<p class="copy-right">IEEE MACE SB © Copyright<strong><span> <script>document.write(new Date().getFullYear())</script> </span></strong>. All Rights Reserved</p>
<ul class="social-item">
<li><a href="https://twitter.com/ieeemace"><i class="bi bi-twitter-x"></i></a></li>
<li><a href="https://www.facebook.com/ieeemace/"><i class="fab fa-facebook"></i></a></li>
<li><a href="https://www.instagram.com/ieeemace/"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://youtube.com/@ieeemacesb7201"><i class="fab fa-youtube"></i></a></li>
<li><a href="https://www.linkedin.com/company/ieeemace/mycompany/"><i class="fab fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.easing.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/textanimation.js"></script>
<script src="js/swiper-bundle.min.js"></script>
<script src="js/swiper.js"></script>
<script src="js/switchmode.js"></script>
<script src="js/countto.js"></script>
<script src="js/plugin.js"></script>
<script src="js/shortcodes.js"></script>
<script src="js/main.js"></script>
</body>
</html>