-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
592 lines (568 loc) · 27.5 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="Sealing Products, Tyco Sealing Products, Tyco, Metallic Gaskets, Semi Metallic Gaskets, Non Metallic Gaskets, rtj gaskets, RTJ, vx-ax gaskets, ix gaskets, coated gaskets, spiral wound gaskets, industrial gaskets, Sealing Gaskets, Metallic Gaskets">
<meta name="description" content="Tyco Sealing Products is a leading manufacturer and supplier of metallic
seals and gaskets. With a strong focus on quality and innovation, the
company has established itself as a trusted provider of sealing
solutions for various industries.">
<title>Tyco Sealing Products</title>
<!-- favicon -->
<link rel="shortcut icon" href="CAssets/favicon.ico" type="image/x-icon">
<!-- Css section -->
<!-- Bootstrap Css -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
<!-- Custom css -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="teststyles.css">
<!-- Fontawesome CSS -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
/>
</head>
<body>
<section id="landing-hero">
<!-- Large Devices nav bar -->
<nav id="test-nav" class="menu-bar">
<div class="navbar-brand-logo">
<a href="index.html">
<img src="CAssets/tycoLogoWhite.png" loading="lazy" id="nav-logo" id="white-logo">
<!-- <img src="CAssets/tyco logo blue.png" loading="lazy" id="nav-logo logo-blue"> -->
</a>
</div>
<ul>
<li onclick="location.href='index.html'">
<a href="index.html" class="main-menu-element">HOME</a>
</li>
<li>
<a href="products.html" class="main-menu-element">PRODUCTS</a>
<div class="sub-menu-1">
<ul>
<li onclick="location.href='metallic.html'">
<img src="CAssets/metallicIcon.png" class="nav-icon">
<a href="metallic.html">Metallic Gaskets</a>
</li>
<li onclick="location.href='semiMetallic.html'">
<img src="CAssets/semi-metallicIcon.png" class="nav-icon">
<a href="semiMetallic.html">
Semi Metallic Gaskets
</a>
</li>
<li onclick="location.href='nonMetallicGaskets.html'">
<img src="CAssets/Non-metallicIcon.png" class="nav-icon">
<a href="nonMetallicGaskets.html">
Non Metallic Gaskets
</a>
</li>
<li onclick="location.href='highTensile.html'">
<img src="CAssets/highTensileIcon.png" class="nav-icon">
<a href="highTensile.html">
High Tensile Fasteners
</a>
</li>
</ul>
</div>
</li>
<li>
<a href="about.html" class="main-menu-element">ABOUT</a>
<div class="sub-menu-1">
<ul>
<li onclick="location.href='about.html#about-text'">
<img src="CAssets/aboutUsIcon.png" loading="lazy" class="nav-icon">
<a href="about.html#about-text">
About Us
</a>
</li>
<li onclick="location.href='about.html#about-text'">
<img src="CAssets/whoweareIcon.png" loading="lazy" class="nav-icon">
<a href="about.html#about-text">
Who we are
</a>
</li>
<li onclick="location.href='about.html#qa-v2'">
<img src="CAssets/valuesIcon.png" loading="lazy" class="nav-icon">
<a href="about.html#qa-v2">
Our Values
</a>
</li>
<li onclick="location.href='about.html#strengths'">
<img src="CAssets/strengthsIcon.png" loading="lazy" class="nav-icon">
<a href="about.html#strengths">
Our Strengths
</a>
</li>
</ul>
</div>
</li>
<li onclick="location.href='contact.html'">
<a href="contact.html" id="contact-btn-nav">CONTACT</a>
</li>
</ul>
</a>
<a class="btn btn-primary" id="small-toggle" data-bs-toggle="offcanvas" href="#offcanvasExample" role="button">
<i class="fa-solid fa-bars"></i>
</a>
</nav>
<div id="hero-img-div">
<!-- Medium Devices Nav bar -->
<div class="small-nav">
<div class="lg-bars">
<img src="CAssets/tycoLogoWhite.png" id="logo-small-nav">
<div class="rem-small">
<a href="contact.html" id="small-nav-contact-btn" class="contact-btn-out">CONTACT</a>
<button type="button" id="hamburger-button">
<i class="fa-solid fa-bars" onclick="menu_display()" style="color: #fff;"></i>
</button>
</div>
</div>
</div>
<div id="nav-div" class="row">
<div class="socials-row-nav">
<a href="https://www.instagram.com/tycosealingindia/" target="_blank"><i class="fa-brands fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/tyco-sealing-products-4b4b6a289/" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a>
<a href="https://www.facebook.com/profile.php?id=61550356303146" target="_blank"><i class="fa-brands fa-facebook-f"></i></a>
<a href="#" target="_blank"><i class="fa-brands fa-twitter"></i></a>
</div>
<div class="small-nav-menu-list">
<ul>
<li>
<a href="index.html">HOME</a>
</li>
<li>
<p id="prd-small-main-element" onclick="prd_sub_menu_show()">PRODUCTS <i class="fa-solid fa-caret-down"></i></p>
<div id="small-nav-sub-menu-prd">
<ul>
<li>
<img src="CAssets/metallicIcon.png" class="small-nav-icon">
<a href="metallic.html">Metallic Gaskets</a>
</li>
<li>
<img src="CAssets/semi-metallicIcon.png" class="small-nav-icon">
<a href="semiMetallic.html">Semi Metallic Gaskets</a>
</li>
<li>
<img src="CAssets/Non-metallicIcon.png" class="small-nav-icon">
<a href="nonMetallicGaskets.html">Non Metallic Gaskets</a>
</li>
<li>
<img src="CAssets/highTensileIcon.png" class="small-nav-icon">
<a href="highTensile.html">High Tensile Fasteners</a>
</li>
</ul>
</div>
</li>
<li id="abt-small-main-element" onclick="abt_sub_menu_show()">
<p >ABOUT <i class="fa-solid fa-caret-down"></i></p>
<div id="small-nav-sub-menu-abt">
<ul>
<li onclick="location.href='about.html#about-text'">
<img src="CAssets/aboutUsIcon.png" class="small-nav-icon">
<a href="about.html#about-text">ABOUT US</a>
</li>
<li onclick="location.href='about.html#about-text'">
<img src="CAssets/whoweareIcon.png" class="small-nav-icon">
<a href="about.html#about-text">WHO WE ARE</a>
</li>
<li onclick="location.href='about.html#qa-v2'">
<img src="CAssets/valuesIcon.png" class="small-nav-icon">
<a href="about.html#qa-v2">OUR VALUES</a>
</li>
<li onclick="location.href='about.html#strengths'">
<img src="CAssets/strengthsIcon.png" class="small-nav-icon">
<a href="about.html#strengths">OUR STRENGTHS</a>
</li>
</ul>
</div>
</li>
<li onclick="location.href='contact.html'" id="small-nav-contact-element">
<a href="contact.html" id="small-nav-contact-btn">CONTACT</a>
</li>
</ul>
<p id="nav-contact-msg">Contact us at <span>[email protected]</span> to solve all your queries and get clarification</p>
</div>
</div>
<video src="CAssets/bgVideo.mp4" loop autoplay></video>
<div id="lading-page-text">
<p id="landing-text-main">
Simplified <br /><span>Industry needs</span>
</p>
<p id="landing-text-para">
A top provider of metallic seals and gaskets, dedicated to quality
and constant innovation
</p>
</div>
</div>
<div class="scroll-para">
<span class="scroll-span-text">
SCROLL DOWN
</span>
<span class="scroll-span-line">
</span>
</div>
</section>
<a id="whats-app-div" href="https://api.whatsapp.com/send?phone=9059323369" target="_blank">
<img src="CAssets/whatsapp.png" loading="lazy" id="whats-app-icon">
<span>Tyco Sealing Products</span>
</a>
<!-- products category section -->
<section id="products-categories">
<p id="categories-head" class="animate">Our Categories</p>
<div class="row" style="margin: 0 0 2% 0">
<div class="col-md-4 col-sm-6 col-6 product-div animate-left" style="--i:0">
<div class="category-box" onclick="location.href='metallic.html'">
<img src="CAssets/Metallic.jpg" loading="lazy" class="category-img" />
<p class="category-name animate">
Metallic Gaskets <ion-icon name="arrow-forward-outline"></ion-icon>
</p>
</div>
</div>
<div class="col-md-4 col-sm-6 col-6 product-div animate-center" style="--i:0">
<div class="category-box" onclick="location.href='semiMetallic.html'">
<img src="CAssets/semi-metallic.jpg" loading="lazy" class="category-img" />
<p class="category-name">
Semi-Metallic Gaskets <ion-icon name="arrow-forward-outline"></ion-icon>
</p>
</div>
</div>
<div class="col-md-4 col-sm-6 product-div animate-right" style="--i:0">
<div
class="category-box"
onclick="location.href='nonMetallicGaskets.html'"
>
<img src="CAssets/Non-metallic 02.jpg" loading="lazy" class="category-img" />
<p class="category-name">
Non-Metallic Gaskets <ion-icon name="arrow-forward-outline"></ion-icon>
</p>
</div>
</div>
</div>
</section>
<!-- about us section home -->
<section id="abt-home">
<div id="abt-home-left" class="animate">
<img src="CAssets/TycoLogoVertical.png" id="logo-abt-home" loading="lazy" />
</div>
<div id="abt-home-right" class="animate">
<p id="abt-head" class="animate">About Us</p>
<p id="abt-home-text" class="animate">
Tyco Sealing Products is a leading manufacturer and supplier of
<span> metallic seals</span> and
<span> gaskets </span>
. With a strong focus on quality and innovation, the company has
established itself as a trusted provider of
<span>sealing solutions</span> for various industries. From aerospace
and automotive to oil and gas, Tyco Sealing Products offers a wide
range of products that are designed to meet the unique needs of each
application.
</p>
<p id="abt-home-text" class="abt-text-home-para-3 animate">
Our well-equipped production facility ensures top-quality products.
Tyco Sealing Products specializes in Ring Type Joint Gaskets, Spiral
Wound Gaskets, Non-Asbestos Gaskets, Pure Silver Gaskets, Fasteners,
Bolts, Valve Seat Rings, and Seal Rings with professional expertise.
</p>
<button
class="button-57"
role="button"
onclick="location.href='about.html'"
>
<span class="text"
>Know more <ion-icon name="arrow-forward-outline"></ion-icon
></span>
<span class="text"
>About Us <ion-icon name="arrow-forward-outline"></ion-icon
></span>
</button>
</div>
</section>
<section id="wh-v2">
<div class="row">
<div class="col-md-6 col-sm-6 animate-left" id="wh-v2-left">
<img src="CAssets/whoweare.jpg" id="wh-v2-img" loading="lazy">
</div>
<div class="col-md-6 col-sm-6 animate-right" id="wh-v2-right">
<p class="wh-v2-head" style="margin-bottom: 0;">
Who we are
</p>
<img src="CAssets/lineExt.png" class="line" loading="lazy" style="margin-bottom: 3%;">
<p class="wh-v2-text">
Exploration and extraction of oil from on shore and off shore rigs demand
high degree of process efficiency. Sealing plays a very crucial part in this
process
</p>
<p class="wh-v2-text">
At Tyco Sealing Products, we understand the importance of reliability and
durability in industrial applications. That's why we have dedicated
ourselves to creating seals and gaskets that surpass all expectations. From
the moment our products are put into action, our customers can rest
assured knowing we have chosen a solution that will stand the test of time.
<p class="wh-v2-text">
Our extensive product range showcases our expertise in the field. Ring Type
Joint Gaskets, Spiral Wound Gaskets, Non Asbestos Gaskets, Pure Silver
Gaskets, Fasteners and Bolts, Valve Seat Rings, and Seal Rings are just a few
of the offerings that have set us apart in the industry. Each product is
meticulously crafted using cutting-edge technology, ensuring optimal
performance in even the harshest of environments.
</p>
</div>
</div>
</section>
<!-- products section home -->
<section id="products-home">
<p id="products-head" class="animate">Our Products</p>
<div class="row">
<div class="col-md-3 col-sm-4 col-6 product-div animate">
<div
class="product-box-home"
onclick="location.href='metallic.html'"
>
<img src="CAssets/RTJ .jpg" loading="lazy" class="product-img-home" />
<p class="product-name animate" style="display: block;">
RTJ Gaskets <ion-icon name="arrow-forward-outline"></ion-icon>
</p>
</div>
</div>
<div class="col-md-3 col-sm-4 col-6 product-div animate">
<div
class="product-box-home"
onclick="location.href='vxAx.html'"
>
<img src="CAssets/VX-AX.jpg" loading="lazy" class="product-img-home" />
<p class="product-name animate">
VX-AX Gaskets <ion-icon name="arrow-forward-outline"></ion-icon>
</p>
</div>
</div>
<div class="col-md-3 col-sm-4 col-6 product-div animate">
<div
class="product-box-home"
onclick="location.href='ixgaskets.html'"
>
<img src="CAssets/Ix.jpg" loading="lazy" class="product-img-home" />
<p class="product-name animate">
IX Gaskets <ion-icon name="arrow-forward-outline"></ion-icon>
</p>
</div>
</div>
<div class="col-md-3 col-sm-4 col-6 product-div animate">
<div
class="product-box-home"
onclick="location.href='spiralWound.html'"
>
<img src="CAssets/spiralWound.png" loading="lazy" class="product-img-home" />
<p class="product-name animate">
Spiral Wound Gaskets <ion-icon name="arrow-forward-outline"></ion-icon>
</p>
</div>
</div>
<div class="col-md-3 col-sm-4 col-6 product-div animate">
<div
class="product-box-home"
onclick="location.href='kammprofile.html'"
>
<img src="CAssets/Kammprofile.png" loading="lazy" class="product-img-home" />
<p class="product-name animate">
Kammprofile Gaskets <ion-icon name="arrow-forward-outline"></ion-icon>
</p>
</div>
</div>
<div class="col-md-3 col-sm-4 col-6 product-div animate">
<div
class="product-box-home"
onclick="location.href='MetalJacketed.html'"
>
<img src="CAssets/metalJacketed.png" loading="lazy" class="product-img-home" />
<p class="product-name animate">
Metal Jacketed Gaskets <ion-icon name="arrow-forward-outline"></ion-icon>
</p>
</div>
</div>
<div class="col-md-3 col-sm-4 col-6 product-div animate">
<div
class="product-box-home"
onclick="location.href='nonMetallicGaskets.html'"
>
<img src="CAssets/Non-metallic.png" loading="lazy" class="product-img-home" />
<p class="product-name animate">
Non-Metallic Gaskets <ion-icon name="arrow-forward-outline"></ion-icon>
</p>
</div>
</div>
<div class="col-md-3 col-sm-4 col-6 product-div animate">
<div
class="product-box-home"
onclick="location.href='highTensile.html'"
>
<img src="CAssets/highTensile.jpg" loading="lazy" class="product-img-home" />
<p class="product-name animate">
High Tensile Fasteners <ion-icon name="arrow-forward-outline"></ion-icon>
</p>
</div>
</div>
</div>
</section>
<section id="qa-v2">
<div class="row">
<div class="col-md-6 col-md-6 animate-left" id="qa-v2-left">
<p class="qa-v2-head" style="margin-bottom: 0;">
Our Quality
</p>
<img src="CAssets/lineExt.png" class="line" style="margin-bottom: 1.5%;">
<p class="qa-v2-text">
We maintain international quality standards through skilled workmanship, prioritize continuous employee skill development and safety training, and guarantee both quality and on-time delivery.
</p>
<p class="qa-v2-head" style="margin-bottom: 0;">
Integrity
</p>
<img src="CAssets/lineExt.png" class="line" style="margin-bottom: 1.5%;">
<p class="qa-v2-text">
We take responsibility by fostering an ethical working environment that promotes the simultaneous growth of our organization and business partners.
</p>
<p class="qa-v2-head" style="margin-bottom: 0;">
Innovation
</p>
<img src="CAssets/lineExt.png" class="line" style="margin-bottom: 1.5%;">
<p class="qa-v2-text">
Our primary focus is addressing clients' unique challenges through open-mindedness and innovative thinking, which in turn helps us tackle complex sealing issues while adapting to technological innovations to maintain product precision and reliability.
</p>
<p class="qa-v2-head" style="margin-bottom: 0;">
Team Work
</p>
<img src="CAssets/lineExt.png" class="line" style="margin-bottom: 1.5%;">
<p class="qa-v2-text">
we focus on nurturing a culture of trust, creativity, diversity, and inclusion, where mutual support and prioritizing team goals come before individual achievements.
</p>
</div>
<div class="col-md-6 col-sm-6 animate-right" id="qa-v2-right">
<img src="CAssets/values.jpg" >
</div>
</div>
</section>
<!-- footer section -->
<section id="footer">
<div class="touch">
<hr class="gt-foot">
<p class="touch-head">
Get in Touch
</p>
<form id="touch-form">
<input type="text" name="name" id="touch-name" placeholder="Enter your name">
<input type="text" name="mobile" id="touch-mail" placeholder="Enter your mobile or email">
<input type="text" name="company" id="touch-company-name" placeholder="Enter your Comany name">
<button type="button" id="touch-submit" onclick="newsletter()" data-bs-toggle="modal" data-bs-target="#newsletterpopup"><ion-icon name="send-outline"></ion-icon></button>
</form>
<!-- Modal -->
<div class="modal fade" id="newsletterpopup" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" aria-labelledby="staticBackdropLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<p class="newsletter_head" id="staticBackdropLabel">Newsletter Subscribed</p>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p class="modal-body-text">
Welcome aboard! You're now part of our community. Get ready for exciting updates!
</p>
<p class="modal-body-text">
Continue your journey with us, Checkout our wide range of Products!
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
<button type="button" onclick="location.href='products.html'" class="btn btn-primary">Products</button>
</div>
</div>
</div>
</div>
<div id="socials" style="text-align: center;margin: 3% 0 2%;">
<a href="https://www.linkedin.com/in/tyco-sealing-products-4b4b6a289/" class="social-icon" target="_blank">
<img src="CAssets/linkedin.png" loading="lazy" class="social-icon-img">
</a>
<a href="https://www.instagram.com/tycosealingindia/" class="social-icon" target="_blank">
<img src="CAssets/instagram.png" loading="lazy" class="social-icon-img">
</a>
<a href="https://www.facebook.com/profile.php?id=61550356303146" class="social-icon" target="_blank">
<img src="CAssets/facebook.png" loading="lazy" class="social-icon-img">
</a>
<a href="#" class="social-icon" target="_blank">
<img src="CAssets/twitter.png" loading="lazy" class="social-icon-img">
</a>
</div>
</div>
<hr style="padding:2% 0;" />
<div class="row" id="footer-row">
<div class="col-md-4 col-sm-6 animate" style="margin-bottom: 4%">
<img src="CAssets/tycoLogoWhite.png" loading="lazy" id="footer-logo" />
<div id="mail">
<ion-icon name="mail-outline" class="foot-icon"></ion-icon>
</div>
<div id="mail">
<ion-icon name="call-outline" class="foot-icon"></ion-icon>
+91 90593 23369
</div>
</div>
<div class="col-md-4 col-sm-6 animate" id="foot-nav">
<p id="foot-nav-head" style="margin-bottom: 0;">Navigation</p>
<img src="CAssets/lineExt.png" class="line">
<ul id="foot-nav-list">
<li>
<a href="index.html">
Home
</a>
</li>
<li>
<a href="metallic.html">
Metallic Gaskets
<ion-icon name="caret-forward-outline"></ion-icon>
</a>
</li>
<li>
<a href="semiMetallic.html">
Semi-Metallic Gaskets
<ion-icon name="caret-forward-outline"></ion-icon>
</a>
</li>
<li>
<a href="nonMetallicGaskets.html">
Non-Metallic Gaskets
<ion-icon name="caret-forward-outline"></ion-icon>
</a>
</li>
<li>
<a href="about.html"> About </a>
</li>
<li>
<a href="contact.html"> Contact </a>
</li>
</ul>
</div>
<div class="col-md-4" style="padding: 4% 2%;" id="right-most">
<a href="CAssets/favicon.ico" download>
<i class="fa-solid fa-download"></i> Download Brochure
</a>
</div>
</div>
<img src="CAssets/tycologoWheel.png" id="water-mark-footer">
<p id="copyright">
Copyright © 2023 Tyco Sealing Pvt. Ltd. All Rights Reserved
</p>
</section>
<!-- <div id="footer-brutanix">
<p id="brutanix-text">
Designed and Developed by <a href="https://www.brutanix.com" target="_blank">BRUTANIX Design & Development Studios</a>
</p>
</div> -->
<script src="index.js"></script>
<script src="https://smtpjs.com/v3/smtp.js">
</script>
<!-- JS section -->
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script>
</body>
</html>