-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbooking.html
435 lines (408 loc) · 22.7 KB
/
booking.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Hydrafacial - Award-winning facial SG | Mashu Aesthetics</title>
<!-- Favicon -->
<link href="./img/favicon.ico" rel="icon">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta name="description" content="Our signature facial contains the perfect cocktail of ingredients specially chosen
to maintain youthful skin. Regain your youth with our non-invasive, effective treatment! See results after just one session.">
<!-- Google Web Fonts -->
<!-- <link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&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=Prata&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/tempusdominus/css/tempusdominus-bootstrap-4.min.css" rel="stylesheet" />
<!-- Customized Bootstrap Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Navbar Start -->
<header class="header">
<div class="container-fluid p-0">
<!-- Topbar Start -->
<div class="container-fluid bg-dark2 d-none d-lg-block">
<div class="row py-2 px-lg-5">
<div class="col-lg-6 text-left mb-2 mb-lg-0">
<div class="d-inline-flex align-items-center" style="color:antiquewhite">
<small><i class="fa fa-phone-alt mr-2"></i>+65 6363 5566</small>
<small class="px-3">|</small>
<small><i class="fa fa-envelope mr-2"></i>enquire@mashuaesthetics.com</small>
</div>
</div>
<div class="col-lg-6 text-right">
<div class="d-inline-flex align-items-center">
<a class="px-2" href="" style="color:antiquewhite">
<i class="fab fa-facebook-f"></i>
</a>
<a class="px-2" href="" style="color:antiquewhite">
<i class="fab fa-twitter"></i>
</a>
<a class="px-2" href="" style="color:antiquewhite">
<i class="fab fa-linkedin-in"></i>
</a>
<a class="px-2" href="" style="color:antiquewhite">
<i class="fab fa-instagram"></i>
</a>
<a class="pl-2" href="" style="color:antiquewhite">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Topbar End -->
<nav class="navbar navbar-expand-lg bg-white navbar-light py-3 py-lg-0 px-lg-5">
<a href="index.html" class="navbar-brand ml-lg-3">
<h1 class="m-0 text-primary"><span class="text-dark">Mashu Aesthetics</span></h1>
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between px-lg-3" id="navbarCollapse">
<div class="navbar-nav m-auto py-0">
<a href="index.html" class="nav-item nav-link ">Home</a>
<a href="about.html" class="nav-item nav-link">About</a>
<div class="nav-item dropdown">
<a href="#" class="nav-link" data-toggle="dropdown">Services</a>
<div class="dropdown-menu rounded-0 m-0">
<a href="mashu-hydrafacial.html" class="dropdown-item active">Mashu HydraFacial</a>
<a href="crystal-collagen-facial.html" class="dropdown-item">Crystal Collagen Facial</a>
<a href="cool-sculpt.html" class="dropdown-item">Cool Sculpt</a>
<a href="dermafiller.html" class="dropdown-item">Dermafiller</a>
</div>
</div>
<a href="promotion.html" class="nav-item nav-link">Promotion</a>
<div class="nav-item dropdown">
<a href="#" class="nav-link" data-toggle="dropdown">Reviews</a>
<div class="dropdown-menu rounded-0 m-0">
<a href="testimonials.html" class="dropdown-item">Testimonials</a>
<a href="mediablogreviews.html" class="dropdown-item">Media & Blogger Reviews</a>
<a href="customerreviews.html" class="dropdown-item">Customer Reviews</a>
</div>
</div>
<a href="membership.html" class="nav-item nav-link">Membership</a>
<a href="contact.html" class="nav-item nav-link">Contact</a>
</div>
<a href="" class="btn btn-apply d-none d-lg-block">Book Now</a>
</div>
</nav>
</div>
</header>
<!-- Navbar End -->
<!-- Promo 1 Start -->
<a name="promo-sign-up">
<div class="row justify-content-center bg-appointment mx-0">
<div class="p-5 my-5" style="background: rgba(21, 36, 51, 0.7);">
<h1 class="text-white text-center mb-4">Redeem a free cosultation with us today</h1>
<form>
<div class="form-row">
<div class="col-sm-6">
<div class="form-group">
<input type="text" class="form-control bg-transparent p-4" placeholder="Your Name" required="required" />
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<input type="email" class="form-control bg-transparent p-4" placeholder="Your Email" required="required" />
</div>
</div>
</div>
<div class="form-row">
<div class="col-sm-6">
<div class="form-group">
<div class="date" id="date" data-target-input="nearest">
<input type="text" class="form-control bg-transparent p-4 datetimepicker-input" placeholder="Select Date" data-target="#date" data-toggle="datetimepicker"/>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<div class="time" id="time" data-target-input="nearest">
<input type="text" class="form-control bg-transparent p-4 datetimepicker-input" placeholder="Select Time" data-target="#time" data-toggle="datetimepicker"/>
</div>
</div>
</div>
</div>
<div class="form-row">
<button class="btn btn-primary btn-block" type="submit" style="height: 47px;">I'm in!</button>
</div>
</form>
</div>
</div>
<!-- Promo 1 End -->
<!-- Why Choose Us Start -->
<div class="container-fluid p-5 bg-facial">
<div class="row justify-content-center">
<div class="col-lg-6 pr-lg-5">
</div>
<div class="col-lg-6 pl-lg-5 bg-light-transparent align-items-center">
<h6 class="d-inline-block text-primary text-uppercase py-1">An Award-Winning Aesthetics Center</h6>
<h1 class="mb-4">Why Choose Us</h1>
<p class="pl-4 border-left border-primary">Our personalised treatments has helped numerous individuals resolve their many skin & body problems effectively.
Mashu Aesthetics hopes to bring you the best skin & body treatments from Japan with excellent service and convenience.
</p>
<div class="row pt-3 ml-3">
<div class="d-flex mb-3 align-items-center">
<img class="img-fluid" src="img/clinically-proven-active-ingredient-icon.svg" style="width: 80px; height: 80px;" alt="mashu hydrafacial clinically proven active ingredient" title="mashu hydrafacial clinically proven active ingredient">
</div>
<div class="d-flex mb-3 align-items-center">
<div class="ml-3">
<h5>Clinically proven active ingredients</h5>
</div>
</div>
</div>
<div class="row pt-3 ml-3">
<div class="d-flex mb-3 align-items-center">
<img class="img-fluid" src="img/98-satisfaction-icon.svg" style="width: 80px; height: 80px;" alt="mashu hydrafacial 98 satisfaction" title="mashu hydrafacial 98 satisfaction">
</div>
<div class="d-flex mb-3 align-items-center">
<div class="ml-3">
<h5>98% Satisfaction</h5>
</div>
</div>
</div>
<div class="row pt-3 ml-3">
<div class="d-flex mb-3 align-items-center">
<img class="img-fluid" src="img/vegan-cruelty-free-treatment-icon.svg" style="width: 80px; height: 80px;" alt="mashu hydrafacial vegan cruelty free treatment" titlet="mashu hydrafacial vegan cruelty free treatment">
</div>
<div class="d-flex mb-3 align-items-center">
<div class="ml-3">
<h5>Vegan & Cruelty free</h5>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Why Choose Us End-->
<!-- Testimonial Start -->
<div class="container-fluid py-5">
<div class="container pt-5">
<div class="row justify-content-center text-center">
<div class="col-lg-6">
<h6 class="d-inline-block text-primary text-uppercase py-1 px-2">Testimonial</h6>
<h1 class="mb-4">What Our Clients Say!</h1>
</div>
</div>
<div class="row align-items-center">
<div class="owl-carousel testimonial-carousel">
<div class="position-relative">
<div class="row">
<div class="col-sm-6">
<img class="img-fluid w-75" src="img/rita-testimonial-mashu-hydrafacial.png" alt="rita testimonial mashu hydrafacial" title="rita testimonial mashu hydrafacial">
</div>
<div class="col-lg-6 pt-5">
<div class="hours-text p-4 my-lg-5">
<i class="fa fa-3x fa-quote-right text-primary position-absolute" style="top: -6px; right: 15px;"></i>
<div class="d-flex align-items-center">
<div class="mb-3">
<h5 class="text-uppercase">Rita</h5>
<h5>Pigmentation</h5>
</div>
</div>
<p class="m-0">As I got older, the effects of my busy schedule was showing on me face. I had dark eye circles and stubborn dark spots on my face.
I tried so many products over the years to no avail. Thankfully I was recommended Mashu Aesthetics! Mashu’s HydraFacial helped me get rid of
stubborn dark spots on my face. I feel like I look 10 years younger! The aestheticians at Mashu were able to eliminate my scarring and uneven skin tone. I feel more confident now!</p>
</div>
</div>
</div>
</div>
<div class="position-relative">
<div class="row">
<div class="col-sm-6">
<img class="img-fluid w-75" src="img/aini-testimonial-mashu-hydrafacial.png" alt="aini testimonial mashu hydrafacial" title="aini testimonial mashu hydrafacial">
</div>
<div class="col-lg-6 pt-5 pb-lg-5">
<div class="hours-text p-4 p-lg-5 my-lg-5">
<i class="fa fa-3x fa-quote-right text-primary position-absolute" style="top: -6px; right: 15px;"></i>
<div class="d-flex align-items-center">
<div class="mb-3">
<h5 class="text-uppercase">Aini</h5>
<h5>Dry Skin</h5>
</div>
</div>
<p class="m-0">I tried so many moisturizing products but none of them seemed to work. I was ready to give up when I visited Mashu on a whim. I could see results after
just one session! My skin looked less flaky and I could finally get that trendy dewy look.</p>
</div>
</div>
</div>
</div>
<div class="position-relative">
<div class="row">
<div class="col-sm-6">
<img class="img-fluid w-75" src="img/jason-testimonial-mashu-hydrafacial.png" alt="jason testimonial mashu hydrafacial" title="jason testimonial mashu hydrafacial">
</div>
<div class="col-lg-6 pt-5">
<div class="hours-text p-4 p-lg-5 my-lg-5">
<i class="fa fa-3x fa-quote-right text-primary position-absolute" style="top: -6px; right: 15px;"></i>
<div class="d-flex align-items-center ">
<div class="mb-3">
<h5 class="text-uppercase">Jason</h5>
<h5>Fine lines</h5>
</div>
</div>
<p class="m-0"> I was looking for a low-commitment treatment plan for my fine lines when my girlfriend recommended Mashu Aesthetics. I felt my skin become more soft
and smooth after a few sessions and my fine lines looked less obvious! I was very happy with the results as it is a non-invasive treatment. I’m glad I listened to
my girlfriend! </p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Testimonial End -->
<!--CTA-->
<a name="custreview">
<div class="container-fluid py-5 bg-light">
<div class="container pt-5">
<div class="row justify-content-center text-center">
<div class="col-lg-6">
<h6 class="d-inline-block text-primary text-uppercase bg-light py-1 px-2">Limited time only</h6>
<h1 class="mb-4">Try our trial package @ $88!</h1>
<h4 class="mb-4">U.P. $188</h1>
<p>Experience ageless, radiant skin.</p>
<a href="promotion.html" class="btn btn-primary mt-2">Claim my HydraFacial trial</a>
</div>
</div>
</div>
</div>
<!--CTA End-->
<!-- Awards Start -->
<div class="container-fluid py-5">
<div class="container pt-5">
<div class="row justify-content-center text-center">
<div class="col-lg-6">
<h6 class="d-inline-block text-primary text-uppercase py-1 px-2">You're in good hands</h6>
<h1 class="mb-4 text-primary">Our Awards & Recognition</h1>
</div>
</div>
<div class="row align-items-center">
<div class="row justify-content-center text-center">
<div class="">
<div class="">
<img class="img-fluid" src="img/super-brands-2022-award.png" alt="super brands 2022 award" title="super brands 2022 award">
</div>
</div>
<div class="">
<div class="">
<img class="img-fluid" src="img/trusted-brand-2022-award.png" alt="trusted brand 2022 award" title="trusted brand 2022 award">
</div>
</div>
<div class="">
<div class="">
<img class="img-fluid" src="img/womens-weekly-2022-award.png" alt="womens weekly 2022 award" title="womens weekly 2022 award">
</div>
</div>
<div class="">
<div class="">
<img class="img-fluid" src="img/beauty_at_its_best_2012_award.png" alt="beauty at its best 2022 award" title="beauty at its best 2022 award">
</div>
</div>
<div class="">
<div class="">
<img class="img-fluid" src="img/daily-vanity-2020-award.png" alt="daily vanity 2020 award" title="daily vanity 2020 award">
</div>
</div>
</div>
</div>
</div>
</div>
<!--Awards End-->
<!-- Footer Start -->
<div class="footer container-fluid position-relative bg-white py-5">
<div class="container pt-5">
<div class="row">
<div class="">
<div class="row">
<div class="col-sm-61 mr-5 mb-5">
<h5 class="text-uppercase mb-4">Mashu Aesthetics</h5>
<p>Mashu Aesthetics Is A One-Stop Solution To Your Skin & Body Solutions, Offering More Than 20 Types Of Treatments At Over 40 Outlets Across Asia.</p>
<p><i class="fa fa-map-marker-alt mr-2"></i>277 Orchard Road #03-15</p>
<p><i class="fa fa-phone-alt mr-2"></i>+65 6363 5566</p>
<p><i class="fa fa-envelope mr-2"></i>enquire@mashuaesthetics.com</p>
<div class="d-flex justify-content-start mt-4">
<a class="btn btn-lg btn-primary btn-lg-square mr-2" href="#"><i class="fab fa-twitter"></i></a>
<a class="btn btn-lg btn-primary btn-lg-square mr-2" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-lg btn-primary btn-lg-square mr-2" href="#"><i class="fab fa-linkedin-in"></i></a>
<a class="btn btn-lg btn-primary btn-lg-square" href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="mr-2 mb-5" style="width:200px;">
<h5 class="text-uppercase mb-4">Quick Links</h5>
<div class="d-flex flex-column justify-content-start">
<a class=" mb-2" href="index.html"><i class="fa fa-angle-right mr-2"></i>Home</a>
<a class=" mb-2" href="about.html"><i class="fa fa-angle-right mr-2"></i>About Us</a>
<a class=" mb-2" href="service.html"><i class="fa fa-angle-right mr-2"></i>Our Services</a>
<a class=" mb-2" href="promotion.html"><i class="fa fa-angle-right mr-2"></i>Promotion</a>
<a class=" mb-2" href="contact.html"><i class="fa fa-angle-right mr-2"></i>Contact Us</a>
<a class="" href="privacy.html"><i class="fa fa-angle-right mr-2"></i>Privacy Policy</a>
</div>
</div>
<div class="mr-2 mb-5" style="width:210px;">
<h5 class="text-uppercase mb-4">Our Services</h5>
<div class="d-flex flex-column justify-content-start">
<a class=" mb-2" href="cool-sculpt.html"><i class="fa fa-angle-right mr-2"></i>Mashu Hydrafacial</a>
<a class=" mb-2" href="crystal-collagen-facial.html"><i class="fa fa-angle-right mr-2"></i>Cool Sculpt</a>
<a class=" mb-2" href="dermafiller.html"><i class="fa fa-angle-right mr-2"></i>Crystal Collagen Facial</a>
<a class="" href="#"><i class="fa fa-angle-right mr-2"></i>Dermafiller</a>
</div>
</div>
<div class="mr-2 mb-5" style="width:330px;">
<h5 class="text-uppercase mb-4">Newsletter</h5>
<p>Let us help you stay confident, healthy, and beautiful.</p>
<div class="d-flex flex-column justify-content-start">
<div class="">
<div class="input-group">
<input type="text" class="form-control border-light-grey" style="padding: 30px;" placeholder="Your Email Address">
<div class="input-group-append">
<button class="btn btn-primary px-4">#</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid bg-dark2 border-top py-4" style="border-color: rgba(256, 256, 256, .15) !important;">
<div class="container">
<div class="row">
<div class="col-md-6 text-center text-md-left mb-3 mb-md-0">
<p class="m-0" style="color:antiquewhite">© Mashu Aesthetics. All Rights Reserved.</p>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-lg btn-primary back-to-top"><i class="fa fa-angle-double-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/tempusdominus/js/moment.min.js"></script>
<script src="lib/tempusdominus/js/moment-timezone.min.js"></script>
<script src="lib/tempusdominus/js/tempusdominus-bootstrap-4.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
<script src="js/header.js"></script>
</body>
</html>