-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
569 lines (490 loc) · 24.3 KB
/
index.html
File metadata and controls
569 lines (490 loc) · 24.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>中壢咖啡廳推薦</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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Amatic+SC:wght@400;700&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: Yummy
* Template URL: https://bootstrapmade.com/yummy-bootstrap-restaurant-website-template/
* 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 position-relative d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center me-auto me-xl-0">
<!-- Uncomment the line below if you also wish to use an image logo -->
<!-- <img src="assets/img/logo.png" alt=""> -->
<h1 class="sitename">Cafee</h1>
<span>.</span>
</a>
<nav id="navmenu" class="navmenu">
<ul>
<li><a href="#hero" class="active">Home<br></a></li>
<li><a href="#about">About</a></li>
<li><a href="#menu">分類</a></li>
<li><a href="#news">公告</a></li>
<li><a href="#user-feedback">心得紀錄</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
</nav>
</div>
</header>
<main class="main">
<!-- Hero Section -->
<section id="hero" class="hero section light-background">
<div class="container">
<div class="row gy-4 justify-content-center justify-content-lg-between">
<!-- 左側文字內容 -->
<div class="col-lg-6 order-2 order-lg-1 d-flex flex-column justify-content-center">
<h1 data-aos="fade-up">探索中壢<br>-咖啡廳專業指南</h1>
<p data-aos="fade-up" data-aos-delay="100">品味咖啡香,享受悠閒時光。</p>
<div class="d-flex" data-aos="fade-up" data-aos-delay="200">
<a href="#about" class="btn-get-started">了解更多</a>
</div>
</div>
<!-- 右側圖片 -->
<div class="col-lg-6 order-1 order-lg-2 hero-img text-center" data-aos="zoom-out">
<img src="assets/img/hero-img.png" class="img-fluid animated" alt="中壢咖啡廳">
</div>
</div>
</div>
</section><!-- /Hero Section -->
<!-- About Section -->
<section id="about" class="about section">
<div class="container">
<!-- Section Title -->
<div class="section-title text-center" data-aos="fade-up">
<h2>關於我們</h2>
<p><span>探索</span> <span class="description-title">中壢的咖啡文化</span></p>
<p class="subtitle">我們致力於為您提供最舒適的咖啡體驗,無論是學習、聚會還是放鬆時光。</p>
</div><!-- End Section Title -->
<!-- Content -->
<div class="row align-items-center" data-aos="fade-up" data-aos-delay="100">
<!-- 圖片 -->
<div class="col-lg-5 text-center">
<img src="assets/img/about-coffee.jpg" class="img-fluid rounded shadow" alt="關於中壢咖啡廳">
</div>
<!-- 文字 -->
<div class="col-lg-7">
<div class="content">
<p>
在中壢讀書葉喜歡跑咖嗎?無論是適合讀書的安靜空間,還是提供美味甜點的咖啡廳,亦或是深夜營業的咖啡酒吧,這裡總有一個地方適合你。
</p>
<p>
我們精選了幾家特色咖啡廳,邀請您一起探索這座城市的咖啡魅力。無論您是咖啡愛好者,還是尋找一個放鬆的地方,中壢的咖啡廳都能滿足您的需求。
</p>
<a href="#menu" class="btn-learn-more">探索更多咖啡廳</a>
</div>
</div>
</div><!-- End Content -->
</div>
</section><!-- /About Section -->
<!-- Why Us Section -->
<section id="why-us" class="why-us section light-background">
<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>為什麼選擇我們的推薦</h3>
<p>
我們精心挑選中壢最具特色的咖啡廳,無論是適合讀書的安靜空間、提供美味甜點的咖啡廳,還是深夜營業的咖啡酒吧,這裡總有一個地方適合您。
每家咖啡廳都經過實地探訪,確保為您提供最真實的資訊。
</p>
<div class="text-center">
<a href="#about" class="more-btn"><span>了解更多</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>真實評價</h4>
<p>我們根據用戶的實際體驗,提供真實且可靠的咖啡廳評價。</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>多樣選擇</h4>
<p>從適合讀書的安靜咖啡廳到深夜營業的咖啡酒吧,滿足不同需求。</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>地圖導航</h4>
<p>每家咖啡廳都附有 Google Maps 連結,方便您快速找到位置。</p>
</div>
</div><!-- End Icon Box -->
</div>
</div>
</div>
</div>
</section><!-- /Why Us Section -->
<!-- Stats Section -->
<!-- Stats Section -->
<section id="stats" class="stats section dark-background">
<img src="assets/img/stats-bg.jpg" alt="" data-aos="fade-in">
<div class="container position-relative" 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="15" data-purecounter-duration="1" class="purecounter"></span>
<p>推薦咖啡廳</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="120" data-purecounter-duration="1" class="purecounter"></span>
<p>使用者心得</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="10000" data-purecounter-duration="1" class="purecounter"></span>
<p>網站訪問次數</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="4.8" data-purecounter-duration="1" class="purecounter"></span>
<p>平均評分</p>
</div>
</div><!-- End Stats Item -->
</div>
</div>
</section><!-- /Stats Section -->
<!-- Menu Section -->
<section id="menu" class="menu section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>咖啡廳分類</h2>
<p><span>探索</span> <span class="description-title">中壢的咖啡廳</span></p>
</div><!-- End Section Title -->
<div class="container">
<!-- Tabs Navigation -->
<ul class="nav nav-tabs d-flex justify-content-center" data-aos="fade-up" data-aos-delay="100">
<li class="nav-item">
<a class="nav-link active show" data-bs-toggle="tab" data-bs-target="#study-friendly">
<h4>適合讀書</h4>
</a>
</li>
<li class="nav-item">
<a class="nav-link" data-bs-toggle="tab" data-bs-target="#delicious">
<h4>好吃</h4>
</a>
</li>
<li class="nav-item">
<a class="nav-link" data-bs-toggle="tab" data-bs-target="#late-night">
<h4>深夜咖啡</h4>
</a>
</li>
</ul>
<!-- Tabs Content -->
<div class="tab-content" data-aos="fade-up" data-aos-delay="200">
<!-- 適合讀書 -->
<div class="tab-pane fade active show" id="study-friendly">
<div class="row gy-5">
<div class="col-lg-4 menu-item">
<img src="assets/img/cafes/study-1.jpg" class="menu-img img-fluid" alt="適合讀書 1">
<h4><a href="https://maps.app.goo.gl/RS9rrijMrXexkW9j8" target="_blank" rel="noopener noreferrer">裕樹咖啡館</a></h4>
<p class="ingredients">特色:提供寬敞的座位區,環境安靜,適合閱讀和工作</p>
<p class="ingredients">設施:免費 Wi-Fi、插座。</p>
</div>
<div class="col-lg-4 menu-item">
<img src="assets/img/cafes/study-2.jpg" class="menu-img img-fluid" alt="適合讀書 2">
<h4><a href="https://maps.app.goo.gl/PN4WkpHocajVXTwG7" target="_blank" rel="noopener noreferrer">時常咖啡</a></h4>
<p class="ingredients">特色:法式復古風格,環境寧靜,適合閱讀或工作</p>
<p class="ingredients">設施:提供免費Wi-Fi</p>
</div>
</div>
</div>
<!-- 好吃 -->
<div class="tab-pane fade" id="delicious">
<div class="row gy-5">
<div class="col-lg-4 menu-item">
<img src="assets/img/cafes/delicious-1.jpg" class="menu-img img-fluid" alt="好吃 1">
<h4><a href="https://maps.app.goo.gl/PN4WkpHocajVXTwG7" target="_blank" rel="noopener noreferrer">拾午gatherdelicious</a></h4>
<p class="ingredients">特色:老宅改建的咖啡廳,提供自烘咖啡豆、手工甜點和多樣化的主餐,如漢堡、三明治、咖哩和牛排等。</p>
</div>
<div class="col-lg-4 menu-item">
<img src="assets/img/cafes/delicious-2.jpg" class="menu-img img-fluid" alt="好吃 2">
<h4><a href="https://maps.app.goo.gl/sfJc9Cupdg4UFSb77" target="_blank" rel="noopener noreferrer">Dute coffee & bar</a></h4>
<p class="ingredients">特色:提供各式甜點,如雪崩蛋糕和千層蛋糕,搭配精緻的咖啡飲品。</p>
</div>
</div>
</div>
<!-- 深夜咖啡 -->
<div class="tab-pane fade" id="late-night">
<div class="row gy-5">
<div class="col-lg-4 menu-item">
<img src="assets/img/cafes/late-night-1.jpg" class="menu-img img-fluid" alt="深夜咖啡 1">
<h4><a href="https://maps.app.goo.gl/3GD8fXWVnqqCNdqH6" target="_blank" rel="noopener noreferrer">B咖珈琲</a></h4>
<p class="ingredients">位於新明市場二樓,營造出隱密且安靜的氛圍。</p>
</div>
<div class="col-lg-4 menu-item">
<img src="assets/img/cafes/late-night-2.jpg" class="menu-img img-fluid" alt="深夜咖啡 2">
<h4><a href="https://maps.app.goo.gl/9BVN1oKq2VH8KdrK6" target="_blank" rel="noopener noreferrer">小舊閣樓 Glow</a></h4>
<p class="ingredients">老宅改建的咖啡廳,環境懷舊且溫馨。</p>
</div>
</div>
</div><!-- End Starter Menu Content -->
</div>
</div>
</section><!-- /Menu Section -->
<!-- Testimonials Section -->
<section id="news" class="news section light-background">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>最新消息</h2>
<p><span>各個咖啡廳的</span> <span class="description-title">優惠與公告</span></p>
</div><!-- End Section Title -->
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="news-scroll">
<!-- 最新消息項目 1 -->
<div class="news-item">
<h4>裕樹咖啡館</h4>
<p>本週五(4/20)全場飲品買一送一,僅限內用。</p>
<p class="date">公告日期:2025/04/17</p>
</div>
<!-- 最新消息項目 2 -->
<div class="news-item">
<h4>時常咖啡</h4>
<p>因設備維修,4/22(週一)暫停營業一天,敬請見諒。</p>
<p class="date">公告日期:2025/04/16</p>
</div>
<!-- 最新消息項目 3 -->
<div class="news-item">
<h4>夜貓咖啡</h4>
<p>推出全新深夜套餐,晚間 9 點後享 8 折優惠!</p>
<p class="date">公告日期:2025/04/15</p>
</div>
<!-- 更多消息項目 -->
<div class="news-item">
<h4>咖啡時光</h4>
<p>4/18 至 4/20,所有甜點享 7 折優惠!</p>
<p class="date">公告日期:2025/04/14</p>
</div>
</div>
</div>
</section><!-- /Testimonials Section -->
<!-- Events Section -->
<!-- /Events Section -->
<!-- Book A Table Section -->
<section id="user-feedback" class="user-feedback section light-background">
<div class="container">
<!-- Section Title -->
<div class="section-title text-center" data-aos="fade-up">
<h2>分享您的心得</h2>
<p><span>留下</span> <span class="description-title">您對咖啡廳的體驗</span></p>
</div><!-- End Section Title -->
<!-- Feedback Form -->
<div class="row justify-content-center" data-aos="fade-up" data-aos-delay="100">
<div class="col-lg-8">
<form action="/submit-feedback" method="POST" enctype="multipart/form-data" class="php-email-form">
<div class="form-group">
<label for="cafe-name">咖啡廳名稱</label>
<select id="cafe-name" name="cafe-name" class="form-control" required>
<option value="" disabled selected>請選擇咖啡廳</option>
<option value="裕樹咖啡館">裕樹咖啡館</option>
<option value="時常咖啡">時常咖啡</option>
<option value="夜貓咖啡">夜貓咖啡</option>
<option value="拾午gatherdelicious">拾午gatherdelicious</option>
<option value="Dute coffee & bar">Dute coffee & bar</option>
<option value="B咖珈琲">B咖珈琲</option>
<option value="小舊閣樓 Glow">小舊閣樓 Glow</option>
<option value="其他">其他</option>
</select>
</div>
<div class="form-group">
<label for="feedback">當天心得</label>
<textarea id="feedback" name="feedback" rows="5" class="form-control" placeholder="請輸入您的心得..." required></textarea>
</div>
<div class="form-group">
<label for="photo">上傳照片</label>
<input type="file" id="photo" name="photo" class="form-control" accept="image/*" required>
</div>
<div class="text-center">
<button type="submit" class="btn-submit-feedback">提交心得</button>
</div>
</form>
</div>
</div>
</div>
</section><!-- /Book A Table Section -->
<!-- Gallery Section -->
<section id="user-records" class="user-records section light-background">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>使用者心得紀錄</h2>
<p><span>查看</span> <span class="description-title">我的心得紀錄</span></p>
</div><!-- End Section Title -->
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row gy-4">
<!-- 使用者心得項目 1 -->
<div class="col-lg-4 col-md-6">
<div class="record-item">
<img src="assets/img/user-feedback/user1.jpg" class="record-img img-fluid" alt="使用者照片">
<h4>裕樹咖啡館</h4>
<p class="user-feedback">「環境非常安靜,咖啡香氣濃郁,甜點也很美味,適合讀書或工作!」</p>
<p class="date">心得日期:2025/04/17</p>
</div>
</div><!-- End Record Item -->
<!-- 使用者心得項目 2 -->
<div class="col-lg-4 col-md-6">
<div class="record-item">
<img src="assets/img/user-feedback/user2.jpg" class="record-img img-fluid" alt="使用者照片">
<h4>時常咖啡</h4>
<p class="user-feedback">「店內裝潢很有特色,咖啡豆選擇多樣,服務人員非常親切!」</p>
<p class="date">心得日期:2025/04/16</p>
</div>
</div><!-- End Record Item -->
<!-- 使用者心得項目 3 -->
<div class="col-lg-4 col-md-6">
<div class="record-item">
<img src="assets/img/user-feedback/user3.jpg" class="record-img img-fluid" alt="使用者照片">
<h4>夜貓咖啡</h4>
<p class="user-feedback">「深夜營業真的很方便,咖啡調酒非常特別,值得一試!」</p>
<p class="date">心得日期:2025/04/15</p>
</div>
</div><!-- End Record Item -->
</div>
</div>
</section><!-- /Gallery Section -->
<!-- Contact Section -->
<section id="contact" class="contact section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Contact</h2>
<p><span>Need Help?</span> <span class="description-title">Contact Us</span></p>
</div><!-- End Section Title -->
<div class="container" data-aos="fade-up" data-aos-delay="100">
<!-- End Google Maps -->
<div class="row gy-4">
<div class="col-md-6">
<div class="info-item d-flex align-items-center" data-aos="fade-up" data-aos-delay="200">
<i class="icon bi bi-geo-alt flex-shrink-0"></i>
<div>
<h3>Address</h3>
<p>A108 Adam Street, New York, NY 535022</p>
</div>
</div>
</div><!-- End Info Item -->
<div class="col-md-6">
<div class="info-item d-flex align-items-center" data-aos="fade-up" data-aos-delay="300">
<i class="icon bi bi-telephone flex-shrink-0"></i>
<div>
<h3>Call Us</h3>
<p>+1 5589 55488 55</p>
</div>
</div>
</div><!-- End Info Item -->
<div class="col-md-6">
<div class="info-item d-flex align-items-center" data-aos="fade-up" data-aos-delay="400">
<i class="icon bi bi-envelope flex-shrink-0"></i>
<div>
<h3>Email Us</h3>
<p>info@example.com</p>
</div>
</div>
</div><!-- End Info Item -->
<div class="col-md-6">
<div class="info-item d-flex align-items-center" data-aos="fade-up" data-aos-delay="500">
<i class="icon bi bi-clock flex-shrink-0"></i>
<div>
<h3>Opening Hours<br></h3>
<p><strong>Mon-Sat:</strong> 11AM - 23PM; <strong>Sunday:</strong> Closed</p>
</div>
</div>
</div><!-- End Info Item -->
</div>
<!-- End Contact Form -->
</div>
</section><!-- /Contact Section -->
</main>
<footer id="footer" class="footer dark-background">
<div class="container">
<div class="row gy-3">
<div class="col-lg-3 col-md-6 d-flex">
<i class="bi bi-geo-alt icon"></i>
<div class="address">
<h4>Address</h4>
<p>A108 Adam Street</p>
<p>New York, NY 535022</p>
<p></p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex">
<i class="bi bi-telephone icon"></i>
<div>
<h4>Contact</h4>
<p>
<strong>Phone:</strong> <span>+1 5589 55488 55</span><br>
<strong>Email:</strong> <span>info@example.com</span><br>
</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex">
<i class="bi bi-clock icon"></i>
</div>
<div class="col-lg-3 col-md-6">
<h4>Follow Us</h4>
<div class="social-links d-flex">
<a href="#" class="twitter"><i class="bi bi-twitter-x"></i></a>
<a href="#" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="#" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="#" class="linkedin"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="container copyright text-center mt-4">
<p>© <span>Copyright</span> <strong class="px-1 sitename">Yummy</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>