-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
626 lines (549 loc) · 25.4 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
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Quicksand:400,600,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:200">
<link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
<!-- Style -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Caveat&family=Roboto&family=Sacramento&display=swap"
rel="stylesheet">
<title>TMIMT (BTC)</title>
<style>
* {
font-family: 'Roboto';
src: url('path-to-your-fonts/Roboto-Regular.ttf') format('truetype');
}
.carousel img {
height: 100%;
}
#bg-car {
/*background-image: linear-gradient(to bottom right, red, yellow);*/
background-color: #004b40;
}
/*
@media (max-width: 576px) {
#bg-car{
margin-top: 90px;
}
}*/
@keyframes tumbleIn {
0% {
transform: translateY(-100%) rotateX(-90deg);
opacity: 0;
}
70% {
transform: rotateX(20deg);
opacity: 1;
}
100% {
transform: rotateX(0);
}
}
.tumble-in {
animation: tumbleIn 1s ease-in;
}
/* Additional CSS
.carousel-item-gap {
margin-bottom: 4px;
}
@media (max-width: 576px) {
.carousel-item-gap {
margin-right: 10px;
}
}
/* Custom Styles */
.custom-carousel-container {
position: relative;
}
/* Add hover effect for better visibility */
#prev-control:hover,
#next-control:hover {
background-color: darkgray;
}
/* Remove the default outline */
#prev-control:focus,
#next-control:focus {
outline: none;
box-shadow: none;
}
</style>
</head>
<body>
<!-- <div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div> .site-mobile-menu -->
<!-- <div class="site-navbar-wrap">
<div class="site-navbar-top">
<div class="container py-3">
<div class="row align-items-center">
<div class="col-6" style="font-size: 20px;">
<div class="d-flex mr-auto">
<a href="#" class="d-flex align-items-center mr-4">
<span class="icon-envelope mr-2"></span>
<span class="d-none d-md-inline-block" >[email protected]</span>
</a>
<a href="#" class="d-flex align-items-center mr-auto">
<span class="icon-phone mr-2"></span>
<span class="d-none d-md-inline-block"> 1800-270-1490</span>
</a>
</div>
</div>
<div class="col-6 text-right" style="font-size: 20px;">
<div class="mr-auto">
<a href="#" class="p-2 pl-0"><span class="icon-twitter"></span></a>
<a href="#" class="p-2 pl-0"><span class="icon-facebook"></span></a>
<a href="#" class="p-2 pl-0"><span class="icon-linkedin"></span></a>
<a href="#" class="p-2 pl-0"><span class="icon-instagram"></span></a>
<a href="#" class="p-2 pl-0"><span class="icon-youtube"></span></a>
</div>
</div>
</div>
</div>
</div>
<div class="site-navbar site-navbar-target js-sticky-header">
<div class="container">
<div class="row align-items-center">
<div class="col-2">
<img src="tmu_logo.webp" alt="Bootstrap">
</div>
<div class="col-10">
<nav class="site-navigation text-right" role="navigation">
<div class="container" >
<div class="d-inline-block d-lg-none ml-md-0 mr-auto py-3"><a href="#" class="site-menu-toggle js-menu-toggle text-black"><span class="icon-menu h3"></span></a></div>
<ul class="site-menu main-menu js-clone-nav d-none d-lg-block" >
<li class="active"><a href="#home-section" class="nav-link">Home</a></li>
<!--academics bar-->
<!-- <li class="has-children">
<a href="#" class="nav-link">ACADEMICS</a>
<ul class="dropdown arrow-top">
<li><a href="#" class="nav-link">Courses</a></li>
<li><a href="#" class="nav-link">Syllabus</a></li>
<li><a href="#" class="nav-link">Faculty Details</a></li>
</ul>
</li>
<!--STUDENT LIFE-->
<!--<li class="has-children">
<a href="#" class="nav-link">STUDENT LIFE</a>
<ul class="dropdown arrow-top">
<li><a href="#" class="nav-link">Facilites and infrastructure</a></li>
<li><a href="#" class="nav-link">Laboratories</a></li>
<li><a href="#" class="nav-link">Curricular Activites</a></li>
</ul>
</li>
<!--affidavit-->
<!--<li><a href="#about-section" class="nav-link">AFFIDAVIT</a></li>
<!--QUICK ACCESS-->
<!--<li class="has-children">
<a href="#" class="nav-link">QUICK ACCESS</a>
<ul class="dropdown arrow-top">
<li><a href="#" class="nav-link">Attendance</a></li>
<li><a href="#" class="nav-link">Mandatory Disclosure</a></li>
<li class="has-children">
<a href="#">Student List</a>
<ul class="dropdown">
<li><a href="#">B.Ed. 2021</a></li>
<li><a href="#">D.EL.Ed. 2021</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#events-section" class="nav-link">CONTACT US</a></li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
</div> -->
<nav class="navbar fixed-top navbar-expand-lg navbar navbar-light" style="background-color: white;">
<a class="navbar-brand" href="index.html">
<img src="tmu_logo.webp" alt="TMU Logo" style="width: 150px;height: 50px;">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" style="font-family: 'Roboto', sans-serif;" href="index.html">Home <span
class="sr-only">(current)</span></a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownAcademics" role="button"
style="font-family: 'Roboto', sans-serif;" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
Academics
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownAcademics">
<a class="dropdown-item" href="courses.html" style="font-family: 'Roboto', sans-serif;">Course</a>
<!-- <a class="dropdown-item" href="syllabus.html">Syllabus</a>-->
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownStudentLife" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"
style="font-family: 'Roboto', sans-serif;">
Student Life
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownStudentLife">
<a class="dropdown-item" href="Facilities and infrastructure.html"
style="font-family: 'Roboto', sans-serif;">Facilities and infrastructure</a>
<a class="dropdown-item" href="laboratories.html"
style="font-family: 'Roboto', sans-serif;">Laboratories</a>
<a class="dropdown-item" href="activites.html" style="font-family: 'Roboto', sans-serif;">Curricular
Activities</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" style="font-family: 'Roboto', sans-serif;" href="#"
id="navbarDropdownQuickAccess" role="button" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
Quick Access
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownQuickAccess">
<a class="dropdown-item" style="font-family: 'Roboto', sans-serif;" href="http://portal1.tmu.ac.in/"
target="_blank">Attendance</a>
<a class="dropdown-item" style="font-family: 'Roboto', sans-serif;" href="disclosure.pdf"
target="_blank">Mandatory Disclosure</a>
<a class="dropdown-item" style="font-family: 'Roboto', sans-serif;" href="#">Student List</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" style="font-family: 'Roboto', sans-serif;" href="affidavit.pdf"
target="_blank">Affidavit</a>
</li>
<li class="nav-item">
<a class="nav-link" style="font-family: 'Roboto', sans-serif;" href="contactUs.html">Contact Us</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid p-0">
<div id="carouselExampleSlidesOnly" class="carousel slide" data-ride="carousel" data-interval="5000">
<div class="carousel-inner">
<div class="carousel-item active tumble-in">
<img src="img/tmimtbtc.jpg" class="d-block w-100" alt="..." style="margin-top: 75px;">
</div>
<div class="carousel-item">
<img src="img/banner2.jpg" class="d-block w-100" alt="..." style="margin-top: 75px;">
</div>
</div>
</div>
</div>
<div style="text-align: center; margin-top: 40px;">
<figure class="snip1578">
<img src="img/tile1.png" alt="profile-sample6" />
<figcaption>
<h3>D.EL.Ed</h3>
<div class="icons">
<a href="courses.html">
<button type="button" class="btn btn-warning btn-sm mt-3" style="background-color:#D8fff4; border: none;">View
Details</button>
</a>
</div>
</figcaption>
</figure>
<figure class="snip1578 hover"><img src="img/tile2.png" alt="profile-sample5" />
<figcaption>
<h3>B.Ed</h3>
<div class="icons">
<a href="courses.html">
<button type="button" class="btn btn-warning btn-sm mt-3" style="background-color:#D8fff4; border: none;">View
Details</button>
</a>
</div>
</figcaption>
</figure>
<figure class="snip1578"><img src="img/tile3.png" alt="profile-sample4" />
<figcaption>
<h3>M.Ed</h3>
<div class="icons">
<a href="courses.html">
<button type="button" class="btn btn-warning btn-sm mt-3" style="background-color:#D8fff4; border: none;">View
Details</button>
</a>
</div>
</figcaption>
</figure>
</div>
<div class="container-fluid" id="welcometoclg">
<h1 id="welcome">Welcome to</h1>
<h1 id="welcome-text">TMIMT (BTC)</h1>
<div class="row">
<div class="col-md-6 col-sm-6 ">
<div class="embed-responsive embed-responsive-16by9 z-depth-1-half video-container"
style="margin-bottom: 20px; margin-left: 7px; margin-top: 70px;">
<iframe
style="border: 2px solid grey; clip-path: inset(0% 0% 0% 0% round 10px); box-shadow:5px 10px grey; overflow:hidden;"
class="embed-responsive-item" src="https://www.youtube.com/embed/-so-I3O4egc" allowfullscreen=""
title="youtube" data-uw-rm-iframe="gn"></iframe>
</div>
</div>
<div class="col-md-6 col-sm-6 mb-1 d-none d-sm-block">
<div
style="border-left: 1px dotted black; padding-left: 20px; padding-right: 20px; margin-top: 10%; margin-bottom: 20%;">
<p>
<span style="color: black; font-size: 14px;">
The quality of Education system plays a major role in the development
of a country for which there is need of competent and versatile teachers.
<br>The college of
<span style="font-family: 'Sacramento', cursive; font-size: 20px; color: darkorange;">Faculty of
Education</span>
has been established to nurture, motivate and empower a brigade of such
teachers who will contribute to improve the standard of elementary Education.
<br>
D.El.Ed. (Diploma in elementary education), is a teachers training program
prepare qualified teachers for primary schools. The program is run under the
TMIMT society, Moradabad a renowned organization to meet the needs of Education.
<br>
The curriculum has been designed by SCERT Lucknow, U.P. Through this course
the teachers are given deep in sight into the methodology of activity-based
teaching and to induce learning through interpersonal relationships for all
round development of the children. In order to improve the quality of teaching,
recruitment board of the states regard D.El.Ed. as a part of minimum
eligibility criteria for appointment of primary teachers as having qualified
and well-trained teachers for teaching small children is of utmost importance.
</span>
</p>
</div>
</div>
<div class="col-md-6 col-sm-6 mb-1 d-block d-sm-none">
<p>
<span style="color: black; ">
The quality of Education system plays a major role in the development
of a country for which there is need of competent and versatile teachers.
<br>The college of
<span style="font-family: 'Sacramento', cursive; font-size: 24px; color: darkorange;">Faculty of
Education</span>
has been established to nurture, motivate and empower a brigade of such
teachers who will contribute to improve the standard of elementary Education.
<br>
D.El.Ed. (Diploma in elementary education), is a teachers training program
prepare qualified teachers for primary schools. The program is run under the
TMIMT society, Moradabad a renowned organization to meet the needs of Education.
<br>
The curriculum has been designed by SCERT Lucknow, U.P. Through this course
the teachers are given deep in sight into the methodology of activity-based
teaching and to induce learning through interpersonal relationships for all
round development of the children. In order to improve the quality of teaching,
recruitment board of the states regard D.El.Ed. as a part of minimum
eligibility criteria for appointment of primary teachers as having qualified
and well-trained teachers for teaching small children is of utmost importance.
</span>
</p>
</div>
</div>
</div>
</div>
<div class="container-fluid" id="bg-car">
<div class="row">
<div class="col-md-8 carousel-item-gap">
<div id="carouselExampleSlidesOnly" class="carousel slide" data-ride="carousel" data-interval="6000">
<div class="carousel-inner" id="first">
<div class="carousel-item active tumble-in" id="first-item">
<img src="img/s-convo.jpg" class="d-block w-auto" alt="...">
</div>
<!--<div class="carousel-item">
<img src="img/car.png" class="d-block w-100" alt="..." >
</div>
<div class="carousel-item">
<img src="img/car.png" class="d-block w-100" alt="..." >
</div>-->
</div>
</div>
</div>
<div class="col-md-4 d-none d-sm-block">
<div id="myCarousel" class="carousel slide custom-carousel-container" data-ride="carousel" data-interval="4000">
<!-- Indicators -->
<ul class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
</ul>
<!-- Slides -->
<div class="carousel-inner">
<div class="carousel-item active">
<div class="container">
<div class="row mt-4 mb-4">
<div class="col-md-6 tumble-in">
<div class="card grid-item">
<img src="img/grid1.jpg" alt="Image 3" class="card-img-top grid-img mb-4">
</div>
</div>
<div class="col-md-6 tumble-in">
<div class="card grid-item">
<img src="img/grid2.jpg" alt="Image 2" class="card-img-top grid-img mb-4">
</div>
</div>
<div class="col-md-6 tumble-in">
<div class="card grid-item">
<img src="img/grid3.jpg" alt="Image 2" class="card-img-top grid-img">
</div>
</div>
<div class="col-md-6 tumble-in">
<div class="card grid-item">
<img src="img/grid4.jpg" alt="Image 2" class="card-img-top grid-img">
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container">
<div class="row mt-4 mb-4" >
<div class="col-md-6">
<div class="card grid-item">
<img src="img/grid5.jpg" alt="Image 2" class="card-img-top grid-img mb-4">
</div>
</div>
<div class="col-md-6">
<div class="card grid-item">
<img src="img/grid6.jpg" alt="Image 2" class="card-img-top grid-img mb-4">
</div>
</div>
<div class="col-md-6">
<div class="card grid-item">
<img src="img/grid7.jpg" alt="Image 2" class="card-img-top grid-img">
</div>
</div>
<div class="col-md-6">
<div class="card grid-item">
<img src="img/grid8.jpg" alt="Image 4" class="card-img-top grid-img">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Controls -->
<!-- <div class="custom-carousel-controls" style="margin-right: 160px; margin-left: 160px;">
<a class="carousel-control-prev" id="prev-control" href="#myCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" id="next-control-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" id="next-control" href="#myCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" id="next-control-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>-->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<section class="carousel-placement">
<div class="carousel__container">
<div class="carousel-item-placement">
<img class="carousel-item__img" src="img/1.jpg" alt="people" />
</div>
<div class="carousel-item-placement">
<img class="carousel-item__img" src="img/2.jpg" alt="people" />
</div>
<div class="carousel-item-placement">
<img class="carousel-item__img" src="img/3.jpg" alt="people" />
</div>
</div>
</section>
<last>
<footer class="footer">
<div class="waves">
<div class="wave" id="wave1"></div>
<div class="wave" id="wave2"></div>
<div class="wave" id="wave3"></div>
<div class="wave" id="wave4"></div>
</div>
<ul class="social-icon">
<li class="social-icon__item">
<a class="social-icon__link" href="#">
<ion-icon name="logo-facebook"></ion-icon>
</a>
</li>
<li class="social-icon__item">
<a class="social-icon__link" href="#">
<ion-icon name="logo-twitter"></ion-icon>
</a>
</li>
<li class="social-icon__item">
<a class="social-icon__link" href="#">
<ion-icon name="logo-linkedin"></ion-icon>
</a>
</li>
<li class="social-icon__item">
<a class="social-icon__link" href="#">
<ion-icon name="logo-instagram"></ion-icon>
</a>
</li>
</ul>
<ul class="menu" style="display: flex; justify-content: space-between; width: 100%; margin: 10px 0;">
<ul class="menu__item" style="flex: 1; text-align: center; "><a class="menu__link" href="#"><strong>Find
Us</strong></a>
<li class="menu__item" style="flex: 1; text-align: center;"><a class="menu__link" href="#"><i
class="fa fa-map-marker"> </i> N.H.-9, Delhi Road,<br> Moradabad 244001, Uttar Pradesh </a></li>
</ul>
<ul class="menu__item" style="flex: 1; text-align: center;"><a class="menu__link" href="#"><strong>Call
Us</strong></a>
<li class="menu__item" style="flex: 1; text-align: center;"><a class="menu__link" href="#"><i
class="fa fa-phone"> </i> 1800-270-1490</a></li>
</ul>
<ul class="menu__item" style="flex: 1; text-align: center;"><a class="menu__link" href="#"><strong>Mail
Us</strong></a>
<li class="menu__item" style="flex: 1; text-align: center;"><a class="menu__link" href="#"><i
class="fa fa-envelope"> </i> [email protected]</a></li>
</ul>
</ul>
<ul class="menu">
<li class="menu__item"><a class="menu__link" href="index.html">Home</a></li>
<li class="menu__item"><a class="menu__link" href="courses.html">Academics</a></li>
<li class="menu__item"><a class="menu__link" href="Facilities and infrastructure.html">Facilites And
infrastructure</a></li>
<li class="menu__item"><a class="menu__link" href="laboratories.html">Laboratories</a></li>
<li class="menu__item"><a class="menu__link" href="activites.html">Curricular Activites</a></li>
<li class="menu__item"><a class="menu__link" href="affidavit.pdf" target="_blank">Affidavit</a></li>
<!-- <li class="menu__item"><a class="menu__link" href="#">Quick Links</a></li>-->
<li class="menu__item"><a class="menu__link" href="contactUs.html">Contact Us</a></li>
</ul>
<p>  ©<a class="menu__link" href="https://www.tmu.ac.in/">Teerthanker Mahaveer University.| All
Rights Reserved</a>
<br>|<a class="menu__link" href="https://www.tmu.ac.in/tmu/nirf">NIRF </a>
|<a class="menu__link" href="https://www.tmu.ac.in/tmu/anti-ragging-policy">Anti-Ragging</a>
|<a class="menu__link" href="https://www.tmu.ac.in/tmu/privacy-policy">rivacy Policy </a>
|<a class="menu__link" href="https://www.tmu.ac.in/tmu/disclaimer">Disclaimer</a>
|<a class="menu__link" href="contactUs.html">Contact</a>
</p>
</footer>
</last>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/main.js"></script>
<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>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.10.2/umd/popper.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.5.0/js/bootstrap.min.js"></script>
</body>
</html>