-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
578 lines (476 loc) · 24.4 KB
/
index.html
File metadata and controls
578 lines (476 loc) · 24.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Enote</title>
<meta name="description" content="">
<meta name="keywords" content="">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Mentor
* Template URL: https://bootstrapmade.com/mentor-free-education-bootstrap-theme/
* Updated: Aug 07 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body class="index-page">
<header id="header" class="header d-flex align-items-center sticky-top">
<div class="container-fluid container-xl position-relative d-flex align-items-center">
<a href="index.html" class="logo d-flex align-items-center me-auto">
<h1 class="sitename">Enote</h1>
</a>
<nav id="navmenu" class="navmenu">
<ul>
<li><a href="index.html">首頁<br></a></li>
<li><a href="about.html">關於我們</a></li>
<li><a href="courses.html">讀書會</a></li>
<li><a href="trainers.html">創作者</a></li>
<!-- <li><a href="events.html">活動</a></li> -->
<li><a href="pricing.html" class="active">訂閱制度</a></li>
<li class="dropdown"><a href="#"><span>我的帳戶</span> <i class="bi bi-chevron-down toggle-dropdown"></i></a>
<ul>
<li><a href="#">登入Enote/會員註冊</a></li>
<li><a href="bonus_point.html">會員點數</a></li>
<li class="dropdown"><a href="#"><span>學習者</span> <i class="bi bi-chevron-down toggle-dropdown"></i></a>
<ul>
<li><a href="mylearning.html">我的學習</a></li>
<li><a href="subscribed.html">訂閱管理</a></li>
<li><a href="ppt.html">簡報模式</a></li>
</ul>
</li>
<li class="dropdown"><a href="#"><span>創作者</span> <i class="bi bi-chevron-down toggle-dropdown"></i></a>
<ul>
<li><a href="#">上傳資源</a></li>
<li><a href="#">我的頻道</a></li>
<li><a href="myrevenue.html">我的收益</a></li>
</ul>
</ul>
</li>
<li><a href="contact.html">聯絡我們</a></li>
</ul>
<i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
</nav>
<a class="btn-getstarted" href="courses.html">Get Started</a>
</div>
</header>
<main class="main">
<!-- Hero Section -->
<section id="hero" class="hero section dark-background">
<img src="assets/img/hero-bg.jpg" alt="" data-aos="fade-in">
<div class="container">
<h2 data-aos="fade-up" data-aos-delay="100">Learning Today,<br>Leading Tomorrow</h2>
<p data-aos="fade-up" data-aos-delay="200">We are team of talented designers making websites with Bootstrap</p>
<div class="d-flex mt-4" data-aos="fade-up" data-aos-delay="300">
<a href="courses.html" class="btn-get-started">Get Started</a>
</div>
</div>
</section><!-- /Hero Section -->
<!-- About Section -->
<section id="about" class="about section">
<div class="container">
<div class="row gy-4">
<div class="col-lg-6 order-1 order-lg-2" data-aos="fade-up" data-aos-delay="100">
<img src="assets/img/about.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 order-2 order-lg-1 content" data-aos="fade-up" data-aos-delay="200">
<h3>Voluptatem dignissimos provident quasi corporis</h3>
<p class="fst-italic">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore
magna aliqua.
</p>
<ul>
<li><i class="bi bi-check-circle"></i> <span>Ullamco laboris nisi ut aliquip ex ea commodo consequat.</span></li>
<li><i class="bi bi-check-circle"></i> <span>Duis aute irure dolor in reprehenderit in voluptate velit.</span></li>
<li><i class="bi bi-check-circle"></i> <span>Ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate trideta storacalaperda mastiro dolore eu fugiat nulla pariatur.</span></li>
</ul>
<a href="#" class="read-more"><span>Read More</span><i class="bi bi-arrow-right"></i></a>
</div>
</div>
</div>
</section><!-- /About Section -->
<!-- Counts Section -->
<section id="counts" class="section counts light-background">
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row gy-4">
<div class="col-lg-3 col-md-6">
<div class="stats-item text-center w-100 h-100">
<span data-purecounter-start="0" data-purecounter-end="1232" data-purecounter-duration="1" class="purecounter"></span>
<p>Students</p>
</div>
</div><!-- End Stats Item -->
<div class="col-lg-3 col-md-6">
<div class="stats-item text-center w-100 h-100">
<span data-purecounter-start="0" data-purecounter-end="64" data-purecounter-duration="1" class="purecounter"></span>
<p>Courses</p>
</div>
</div><!-- End Stats Item -->
<div class="col-lg-3 col-md-6">
<div class="stats-item text-center w-100 h-100">
<span data-purecounter-start="0" data-purecounter-end="42" data-purecounter-duration="1" class="purecounter"></span>
<p>Events</p>
</div>
</div><!-- End Stats Item -->
<div class="col-lg-3 col-md-6">
<div class="stats-item text-center w-100 h-100">
<span data-purecounter-start="0" data-purecounter-end="24" data-purecounter-duration="1" class="purecounter"></span>
<p>Trainers</p>
</div>
</div><!-- End Stats Item -->
</div>
</div>
</section><!-- /Counts Section -->
<!-- Why Us Section -->
<section id="why-us" class="section why-us">
<div class="container">
<div class="row gy-4">
<div class="col-lg-4" data-aos="fade-up" data-aos-delay="100">
<div class="why-box">
<h3>Why Choose Our Products?</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit
Asperiores dolores sed et. Tenetur quia eos. Autem tempore quibusdam vel necessitatibus optio ad corporis.
</p>
<div class="text-center">
<a href="#" class="more-btn"><span>Learn More</span> <i class="bi bi-chevron-right"></i></a>
</div>
</div>
</div><!-- End Why Box -->
<div class="col-lg-8 d-flex align-items-stretch">
<div class="row gy-4" data-aos="fade-up" data-aos-delay="200">
<div class="col-xl-4">
<div class="icon-box d-flex flex-column justify-content-center align-items-center">
<i class="bi bi-clipboard-data"></i>
<h4>Corporis voluptates officia eiusmod</h4>
<p>Consequuntur sunt aut quasi enim aliquam quae harum pariatur laboris nisi ut aliquip</p>
</div>
</div><!-- End Icon Box -->
<div class="col-xl-4" data-aos="fade-up" data-aos-delay="300">
<div class="icon-box d-flex flex-column justify-content-center align-items-center">
<i class="bi bi-gem"></i>
<h4>Ullamco laboris ladore pan</h4>
<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt</p>
</div>
</div><!-- End Icon Box -->
<div class="col-xl-4" data-aos="fade-up" data-aos-delay="400">
<div class="icon-box d-flex flex-column justify-content-center align-items-center">
<i class="bi bi-inboxes"></i>
<h4>Labore consequatur incidid dolore</h4>
<p>Aut suscipit aut cum nemo deleniti aut omnis. Doloribus ut maiores omnis facere</p>
</div>
</div><!-- End Icon Box -->
</div>
</div>
</div>
</div>
</section><!-- /Why Us Section -->
<!-- Features Section -->
<section id="features" class="features section">
<div class="container">
<div class="row gy-4">
<!-- 課堂筆記 -->
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="100">
<div class="features-item">
<i class="bi bi-journal-text" style="color: #ffbb2c;"></i>
<h3><a href="#notesSection" class="stretched-link">課堂筆記</a></h3>
<p>查看讀書會中分享的詳細課堂筆記,按日期與主題整理。</p>
</div>
</div><!-- End Feature Item -->
<!-- 期中期末問答影片 -->
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="200">
<div class="features-item">
<i class="bi bi-play-circle" style="color: #5578ff;"></i>
<h3><a href="#videosSection" class="stretched-link">期中期末問答影片</a></h3>
<p>觀看期中期末的問答影片,幫助學習者高效備考。</p>
</div>
</div><!-- End Feature Item -->
<!-- 課程重要時間提醒 -->
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="300">
<div class="features-item">
<i class="bi bi-calendar-check" style="color: #e80368;"></i>
<h3><a href="#scheduleSection" class="stretched-link">課程重要時間提醒</a></h3>
<p>設定課程作業與考試的時間點提醒,幫助您掌握進度。</p>
</div>
</div><!-- End Feature Item -->
<!-- 讀書會討論區 -->
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="400">
<div class="features-item">
<i class="bi bi-chat-square-text" style="color: #e361ff;"></i>
<h3><a href="#discussionSection" class="stretched-link">讀書會討論區</a></h3>
<p>參加討論,分享見解、提出問題,與其他學習者互動。</p>
</div>
</div><!-- End Feature Item -->
<!-- 即時討論 -->
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="500">
<div class="features-item">
<i class="bi bi-mic" style="color: #47aeff;"></i>
<h3><a href="#liveDiscussionSection" class="stretched-link">即時討論</a></h3>
<p>參加創作者主持的即時討論,深入探討課程重點內容。</p>
</div>
</div><!-- End Feature Item -->
<!-- 獎勵系統 -->
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="600">
<div class="features-item">
<i class="bi bi-star" style="color: #ffa76e;"></i>
<h3><a href="#" class="stretched-link">獎勵系統</a></h3>
<p>參與學習和創作可獲得平台點數,兌換現金或優惠。</p>
</div>
</div><!-- End Feature Item -->
<!-- 內容創作與收益 -->
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="700">
<div class="features-item">
<i class="bi bi-cash-coin" style="color: #11dbcf;"></i>
<h3><a href="#" class="stretched-link">創作者收益</a></h3>
<p>創作者通過分享內容賺取點數,兌現收益。</p>
</div>
</div><!-- End Feature Item -->
<!-- 個人化學習體驗 -->
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="800">
<div class="features-item">
<i class="bi bi-person-circle" style="color: #4233ff;"></i>
<h3><a href="#" class="stretched-link">個人化學習體驗</a></h3>
<p>提供個性化的學習資源推薦與課程建議。</p>
</div>
</div><!-- End Feature Item -->
</div>
</div>
</section><!-- /Features Section -->
<!-- Courses Section -->
<section id="courses" class="courses section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Courses</h2>
<p>Popular Courses</p>
</div><!-- End Section Title -->
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="100">
<div class="course-item">
<img src="assets/img/course-1.jpg" class="img-fluid" alt="...">
<div class="course-content">
<div class="d-flex justify-content-between align-items-center mb-3">
<p class="category">Web Development</p>
<p class="price">$169</p>
</div>
<h3><a href="course-details.html">Website Design</a></h3>
<p class="description">Et architecto provident deleniti facere repellat nobis iste. Id facere quia quae dolores dolorem tempore.</p>
<div class="trainer d-flex justify-content-between align-items-center">
<div class="trainer-profile d-flex align-items-center">
<img src="assets/img/trainers/trainer-1-2.jpg" class="img-fluid" alt="">
<a href="" class="trainer-link">Antonio</a>
</div>
<div class="trainer-rank d-flex align-items-center">
<i class="bi bi-person user-icon"></i> 50
<i class="bi bi-heart heart-icon"></i> 65
</div>
</div>
</div>
</div>
</div> <!-- End Course Item-->
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-md-0" data-aos="zoom-in" data-aos-delay="200">
<div class="course-item">
<img src="assets/img/course-2.jpg" class="img-fluid" alt="...">
<div class="course-content">
<div class="d-flex justify-content-between align-items-center mb-3">
<p class="category">Marketing</p>
<p class="price">$250</p>
</div>
<h3><a href="course-details.html">Search Engine Optimization</a></h3>
<p class="description">Et architecto provident deleniti facere repellat nobis iste. Id facere quia quae dolores dolorem tempore.</p>
<div class="trainer d-flex justify-content-between align-items-center">
<div class="trainer-profile d-flex align-items-center">
<img src="assets/img/trainers/trainer-2-2.jpg" class="img-fluid" alt="">
<a href="" class="trainer-link">Lana</a>
</div>
<div class="trainer-rank d-flex align-items-center">
<i class="bi bi-person user-icon"></i> 35
<i class="bi bi-heart heart-icon"></i> 42
</div>
</div>
</div>
</div>
</div> <!-- End Course Item-->
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0" data-aos="zoom-in" data-aos-delay="300">
<div class="course-item">
<img src="assets/img/course-3.jpg" class="img-fluid" alt="...">
<div class="course-content">
<div class="d-flex justify-content-between align-items-center mb-3">
<p class="category">Content</p>
<p class="price">$180</p>
</div>
<h3><a href="course-details.html">Copywriting</a></h3>
<p class="description">Et architecto provident deleniti facere repellat nobis iste. Id facere quia quae dolores dolorem tempore.</p>
<div class="trainer d-flex justify-content-between align-items-center">
<div class="trainer-profile d-flex align-items-center">
<img src="assets/img/trainers/trainer-3-2.jpg" class="img-fluid" alt="">
<a href="" class="trainer-link">Brandon</a>
</div>
<div class="trainer-rank d-flex align-items-center">
<i class="bi bi-person user-icon"></i> 20
<i class="bi bi-heart heart-icon"></i> 85
</div>
</div>
</div>
</div>
</div> <!-- End Course Item-->
</div>
</div>
</section><!-- /Courses Section -->
<!-- Trainers Index Section -->
<section id="trainers-index" class="section trainers-index">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="100">
<div class="member">
<img src="assets/img/trainers/trainer-1.jpg" class="img-fluid" alt="">
<div class="member-content">
<h4>Walter White</h4>
<span>Web Development</span>
<p>
Magni qui quod omnis unde et eos fuga et exercitationem. Odio veritatis perspiciatis quaerat qui aut aut aut
</p>
<div class="social">
<a href=""><i class="bi bi-twitter-x"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div><!-- End Team Member -->
<div class="col-lg-4 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="200">
<div class="member">
<img src="assets/img/trainers/trainer-2.jpg" class="img-fluid" alt="">
<div class="member-content">
<h4>Sarah Jhinson</h4>
<span>Marketing</span>
<p>
Repellat fugiat adipisci nemo illum nesciunt voluptas repellendus. In architecto rerum rerum temporibus
</p>
<div class="social">
<a href=""><i class="bi bi-twitter-x"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div><!-- End Team Member -->
<div class="col-lg-4 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="300">
<div class="member">
<img src="assets/img/trainers/trainer-3.jpg" class="img-fluid" alt="">
<div class="member-content">
<h4>William Anderson</h4>
<span>Content</span>
<p>
Voluptas necessitatibus occaecati quia. Earum totam consequuntur qui porro et laborum toro des clara
</p>
<div class="social">
<a href=""><i class="bi bi-twitter-x"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div><!-- End Team Member -->
</div>
</div>
</section><!-- /Trainers Index Section -->
</main>
<footer id="footer" class="footer position-relative light-background">
<div class="container footer-top">
<div class="row gy-4">
<div class="col-lg-4 col-md-6 footer-about">
<a href="index.html" class="logo d-flex align-items-center">
<span class="sitename">Enote</span>
</a>
<div class="footer-contact pt-3">
<p>A108 Adam Street</p>
<p>New York, NY 535022</p>
<p class="mt-3"><strong>Phone:</strong> <span>+1 5589 55488 55</span></p>
<p><strong>Email:</strong> <span>info@example.com</span></p>
</div>
<div class="social-links d-flex mt-4">
<a href=""><i class="bi bi-twitter-x"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="col-lg-2 col-md-3 footer-links">
<h4>Useful Links</h4>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Terms of service</a></li>
<li><a href="#">Privacy policy</a></li>
</ul>
</div>
<div class="col-lg-2 col-md-3 footer-links">
<h4>Our Services</h4>
<ul>
<li><a href="#">Web Design</a></li>
<li><a href="#">Web Development</a></li>
<li><a href="#">Product Management</a></li>
<li><a href="#">Marketing</a></li>
<li><a href="#">Graphic Design</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-12 footer-newsletter">
<h4>Our Newsletter</h4>
<p>Subscribe to our newsletter and receive the latest news about our products and services!</p>
<form action="forms/newsletter.php" method="post" class="php-email-form">
<div class="newsletter-form"><input type="email" name="email"><input type="submit" value="Subscribe"></div>
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your subscription request has been sent. Thank you!</div>
</form>
</div>
</div>
</div>
<div class="container copyright text-center mt-4">
<p>© <span>Copyright</span> <strong class="px-1 sitename">Enote</strong> <span>All Rights Reserved</span></p>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you've purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: [buy-url] -->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</footer>
<!-- Scroll Top -->
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Preloader -->
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>