-
Notifications
You must be signed in to change notification settings - Fork 0
/
pricing.html
400 lines (392 loc) · 18 KB
/
pricing.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
<!DOCTYPE html>
<html lang="vi">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="../Images/logo.png" />
<link rel="stylesheet" href="./css/style.css"/>
<!-- Fancy Box -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.css"
/>
<script src="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.js"></script>
<!-- Font -->
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap"
rel="stylesheet"
/>
<!-- Slick -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.css"
integrity="sha512-wR4oNhLBHf7smjy0K4oqzdWumd+r5/+6QO/vDda76MW5iug4PT7v86FoEkySIJft3XA0Ae6axhIvHrqwm793Nw=="
crossorigin="anonymous"
/>
<!-- Bootstrap -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
/>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-wEmeIV1mKuiNpC+IOBjI7aAzPcEZeedi5yW5f2yOq55WWLwNGmvvx4Um1vskeMj0"
crossorigin="anonymous"
/>
<title>Bảng Giá - Angel Studio</title>
</head>
<body>
<div class="banner" style="background-image: url(./images/banner/banner12.jpg);">
<!-- Contact & Social -->
<div class="container pt-3">
<div class="row">
<div class="col-6">
<div class="contact-top d-flex">
<div class="phone">
<a href="tel:+84979952806" class="d-flex"><i class="bi bi-telephone-fill me-2"></i><span class="d-none d-md-block">+84 987 6543 210</span></a>
</div>
<div class="mail">
<a href="mailto:[email protected]" class="d-flex"><i class="bi bi-envelope me-2"></i><span class="d-none d-md-block">[email protected]</span></a>
</div>
</div>
</div>
<div class="col-6">
<div class="social-top d-flex justify-content-end">
<a href="https://www.facebook.com/angelstudioyoga"
target="blank"><i class="bi bi-facebook me-2"></i
></a>
<a href="https://www.facebook.com/angelstudioyoga"
target="blank"><i class="bi bi-twitter me-2"></i
></a>
<a href="https://www.instagram.com/angelstudioyoga/"
target="blank"><i class="bi bi-instagram me-2"></i
></a>
<a href="https://goo.gl/maps/iw6PkuMWNCPTJbXB7"
target="blank"><i class="bi bi-google me-2"></i
></a>
</div>
</div>
</div>
</div>
<hr />
<!-- Navbar -->
<div id="navbar" class="navigation">
<nav class="container">
<div class="row">
<div class="brand col-10 col-lg-4">
<h3 class="m-0"><a href="home.html">Angel Studio</a></h3>
</div>
<div class="menu-ctn col-2 col-lg-8">
<!-- Navbar Mobile -->
<div class="navMobile-ctn d-flex justify-content-end">
<div id="mobileNav" class="overlay">
<a class="closebtn" onclick="closeNav()"
><i class="bi bi-x-circle"></i
></a>
<ul class=" p-0 overlay-content">
<li><a href="home.html">Giới thiệu</a></li>
<li><a href="pricing.html">Thẻ tập</a></li>
<li><a href="events.html">Sự Kiện</a></li>
<li><a href="team.html">Đào tạo giảng viên</a></li>
<li class="dropdown-btn"><a href="#">Chuỗi phòng tập<i class="ms-1 bi bi-chevron-down"></i></a>
<ul class="p-0 dropdown-container">
<li><a href="classes.html">16 Phạm Ngọc Thạch</a></li>
<li><a href="classes.html">18 KĐT Mỗ Lao</a></li>
<li><a href="classes.html">63 Vũ Phạm Hàm</a></li>
</ul>
</li>
<li><a href="./frequently.html">FAQ</a></li>
</ul>
</div>
<span onclick="openNav()"
><i class="d-block d-lg-none bi bi-list"></i
></span>
</div>
<!-- Navbar Desktop -->
<div class="navDesktop d-none d-lg-block">
<ul class="d-flex align-items-center justify-content-end m-0">
<li><a href="./home.html">Giới thiệu</a></li>
<li><a href="pricing.html">Thẻ tập</a></li>
<li><a href="events.html">Sự kiện</a></li>
<li><a href="team.html">Đào tạo giảng viên</a></li>
<li class="dropdown-btn"><a href="#">Chuỗi phòng tập<i class="ms-1 bi bi-chevron-down"></i></a>
<ul class="p-0 dropdown-container">
<li><a href="classes.html">16 Phạm Ngọc Thạch</a></li>
<li><a href="classes.html">18 KĐT Mỗ Lao</a></li>
<li><a href="classes.html">63 Vũ Phạm Hàm</a></li>
</ul>
</li>
<li><a href="frequently.html">FAQ</a></li>
</ul>
</div>
</div>
</div>
<nav/>
</div>
<!-- Tilte & Play video -->
<div class="title text-center">
<div class="container">
<div class="row justify-content-center">
<h1>Lên kế hoạch tập luyện</h1>
<p class="col-8 mt-3">
<q>Hơi thở giúp ta tập trung hơn và khi kết hợp với các động tác yoga sẽ giúp ta giảm stress.</q>
</p>
</div>
</div>
</div>
</div>
<!-- Price -->
<div class="container my-5">
<div class="row justify-content-center">
<div class="col-md-7 text-center">
<div class="price-content align-items-center">
<div class="line"></div>
<h2>Thẻ tập theo buổi</h2>
<p>Nếu bạn là một người bận rộn không cố định thời gian, thẻ buổi sẽ là lụa chọn phù hợp để bạn có thể lên kế hoạch luyện tập vào những khung thời gian trống</p>
</div>
</div>
</div>
<div class="row price-ctn">
<div class="col-lg-4">
<div class="price-wrap">
<div class="price-item text-center">
<h2>Thẻ 12 buổi</h2>
<div class="price-tag">
<p>1.250.000 đ<span>/ 12 buổi</span></p>
</div>
<p class="price-note text-center">* Thời hạn duy trì thẻ: 2 tháng</p>
<div class="price-context text-start">
<p>Yoga Basic</p>
<p>Aerial Basic</p>
<p><strike>Lyra</strike></p>
<p><strike>Pole</strike></p>
<p><strike>Bungee</strike></p>
</div>
<button class="button-mix" data-bs-toggle="modal" data-bs-target="#eventModal">Đăng Ký</button>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="price-wrap">
<div class="price-item text-center">
<h2>Thẻ 24 buổi</h2>
<div class="price-tag">
<p>1.950.000 đ<span>/ 24 buổi</span></p>
</div>
<p class="price-note text-center">* Thời hạn duy trì: 4 tháng</p>
<div class="price-context text-start">
<p>Yoga Basic</p>
<p>Aerial Basic</p>
<p><strike>Lyra</strike></p>
<p><strike>Pole</strike></p>
<p>Bungee</p>
</div>
<button class="button-mix" data-bs-toggle="modal" data-bs-target="#eventModal">Đăng Ký</button>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="price-wrap">
<div class="price-item text-center">
<h2>Thẻ 36 buổi</h2>
<div class="price-tag">
<p>2.950.000 đ<span>/ 36 buổi</span></p>
</div>
<p class="price-note text-center">* Thời hạn duy trì: 6 tháng</p>
<div class="price-context text-start">
<p>Yoga Basic</p>
<p>Aerial Basic</p>
<p>Lyra</p>
<p>Pole</p>
<p>Bungee</p>
</div>
<button class="button-mix" data-bs-toggle="modal" data-bs-target="#eventModal">Đăng Ký</button>
</div>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-7 text-center">
<div class="price-content align-items-center">
<div class="line"></div>
<h2>Thẻ tập theo tháng</h2>
<p class="m-0">Không giới hạn số buổi tập trong ngày</p>
<p class="m-0">Không giới hạn bộ môn tập</p>
</div>
</div>
</div>
<div class="row price-ctn">
<div class="col-lg-4">
<div class="price-wrap">
<div class="price-item text-center">
<h2>Thẻ 1 tháng</h2>
<div class="price-tag">
<p>1.850.000 đ<span>/ 1 cơ sở</span></p>
</div>
<p class="price-note text-center">* Thời gian kích hoạt thẻ tính từ ngày đầu tiên đi tập</p>
<div class="price-context text-start">
<p>Yoga Basic</p>
<p>Aerial Basic</p>
<p>Lyra</p>
<p>Pole</p>
<p>Bungee</p>
</div>
<button class="button-mix" data-bs-toggle="modal" data-bs-target="#eventModal">Đăng Ký</button>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="price-wrap">
<div class="price-item text-center">
<h2>Thẻ 3 tháng</h2>
<div class="price-tag">
<p>3.550.000 đ<span>/ 3 cơ sở</span></p>
</div>
<p class="price-note text-center">* Thời gian kích hoạt thẻ tính từ ngày đầu tiên đi tập</p>
<div class="price-context text-start">
<p>Yoga Basic</p>
<p>Aerial Basic</p>
<p>Lyra</p>
<p>Pole</p>
<p>Bungee</p>
</div>
<button class="button-mix" data-bs-toggle="modal" data-bs-target="#eventModal">Đăng Ký</button>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="price-wrap">
<div class="price-item text-center">
<h2>Thẻ 6 tháng</h2>
<div class="price-tag">
<p>6.850.000 đ<span>/ 3 cơ sở</span></p>
</div>
<p class="price-note text-center">* Thời gian kích hoạt thẻ tính từ ngày đầu tiên đi tập</p>
<div class="price-context text-start">
<p>Yoga Basic</p>
<p>Aerial Basic</p>
<p>Lyra</p>
<p>Pole</p>
<p>Bungee</p>
</div>
<button class="button-mix" data-bs-toggle="modal" data-bs-target="#eventModal">Đăng Ký</button>
</div>
</div>
</div>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="eventModal" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<div class="d-flex flex-column text-start">
<h5 class="modal-title">Angel Studio</h5>
<h4 class="m-0">Đăng ký thẻ tập</h4>
</div>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<form class="modal-body" id="form-schedule">
<div class="form-floating mb-3">
<input type="text" class="form-control" id="full-name">
<label for="floatingInput">Họ & Tên</label>
<div class="invalid-feedback">Vui lòng nhập họ & tên</div>
</div>
<div class="form-floating mb-3">
<input type="text" class="form-control" id="phone-number">
<label for="floatingInput">Số Điện Thoại</label>
<div class="invalid-feedback">Vui lòng nhập đúng số điện thoại</div>
</div>
<div class="form-floating mb-3">
<input type="email" class="form-control" id="email">
<label for="floatingInput">Email address</label>
<div class="invalid-feedback">Vui lòng nhập đúng email</div>
</div>
<div class="form-floating mb-3">
<textarea class="form-control" placeholder="Leave a comment here" id="floatingTextarea" style="height: 120px"></textarea>
<label for="floatingTextarea">Message</label>
</div>
<button type="submit" class="btn btn-primary">Gửi Đi</button>
</form>
</div>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-lg-4">
<div class="about-foo">
<h3>Angel Studio</h3>
<p>Angel Studio cung cấp một loạt các Chương trình Đào tạo Giáo viên do các giáo viên cấp cao phụ trách. Giảng viên tốt nghiệp của chúng tôi tiếp tục giảng dạy trên khắp thế giới – kể cả tại các studio quốc tế. Tham gia cộng đồng giảng dạy của chúng tôi</p>
</div>
</div>
<div class="col-lg-4">
<h3>Nhận tin khuyến mãi</h3>
<p>Nhận ngay các thông tin khuyến mãi của Angel Studio chỉ với một bước cực kì đơn giản.</p>
<div class="input-foo">
<div class="form-floating mb-3">
<input type="email" class="form-control" id="floatingInput" placeholder="[email protected]">
<label for="floatingInput">Email address</label>
</div>
<div class="input-btn-foo">
<button> Gửi</button>
</div>
</div>
</div>
<div class="col-lg-4">
<h3>Thông tin liên hệ</h3>
<a href="#" class="d-flex contact-foo">
<i class="bi bi-house"></i>
<p class="ms-2 p-0">16 Phạm Ngọc Thạch, Q.Đống Đa, Hà Nội</p>
</a href="#">
<a href="#" class="d-flex contact-foo">
<i class="bi bi-telephone"></i>
<p class="ms-2 p-0">+84 987 6543 210</p>
</a href="#">
<a href="#" class="d-flex contact-foo">
<i class="bi bi-envelope"></i>
<p class="ms-2 p-0">[email protected]</p>
</a href="#">
<div class="social-top d-flex">
<a href="https://www.facebook.com/angelstudioyoga" target="blank"
><i class="bi bi-facebook me-2"></i
></a>
<a href="https://www.facebook.com/angelstudioyoga" target="blank"
><i class="bi bi-twitter me-2"></i
></a>
<a href="https://www.instagram.com/angelstudioyoga/" target="blank"
><i class="bi bi-instagram me-2"></i
></a>
<a href="https://goo.gl/maps/iw6PkuMWNCPTJbXB7" target="blank"
><i class="bi bi-google me-2"></i
></a>
</div>
</div>
</div>
</footer>
<!-- JQuery -->
<script
src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"
></script>
<!-- JS Slick -->
<script
src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.js"
integrity="sha512-eP8DK17a+MOcKHXC5Yrqzd8WI5WKh6F1TIk5QZ/8Lbv+8ssblcz7oGC8ZmQ/ZSAPa7ZmsCU4e/hcovqR8jfJqA=="
crossorigin="anonymous"
></script>
<!-- Bootstrap -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-p34f1UUtsS3wqzfto5wAAmdvj+osOnFyQFpp4Ua3gs/ZVWx6oOypYoCJhGGScy+8"
crossorigin="anonymous"
></script>
<script src="./js/navbar.js"></script>
<script src="./js/validationEvent.js"></script>
</body>
</html>