-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservice.html
459 lines (431 loc) · 25.6 KB
/
service.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SPA Center - Beauty & Spa HTML Template</title>
<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 our wide range of services.">
<!-- Favicon -->
<link href="./img/favicon.ico" rel="icon">
<!-- 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 active" data-toggle="dropdown">Services</a>
<div class="dropdown-menu rounded-0 m-0">
<a href="mashu-hydrafacial.html" class="dropdown-item">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="booking.html" class="btn btn-apply d-none d-lg-block">Book Now</a>
</div>
</nav>
</div>
</header>
<!-- Navbar End -->
<!-- Carousel Start -->
<div class="container-fluid p-0 mb-5 pb-5">
<div id="header-carousel" class="carousel slide carousel-fade" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item position-relative active" style="min-height: 100vh;">
<img class="position-absolute w-100 h-100" src="img/Hydrafacial-Treatment.jpeg" style="object-fit: cover;">
<div class="carousel-caption d-flex flex-column align-items-center justify-content-center">
<div class="p-3" style="max-width: 900px;">
<h6 class="text-white text-uppercase mb-3 animate__animated animate__fadeInDown" style="letter-spacing: 3px;">Mashu Aesthetics</h6>
<h3 class="display-3 text-capitalize text-white mb-3">Mashu Hydrafacial</h3>
<p class="mx-md-5 px-5">Regain your confidence with hydrated and radiant skin</p>
<a class="btn btn-outline-light py-3 px-4 mt-3 animate__animated animate__fadeInUp" href="#">Discover more</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Carousel End -->
<!-- Why Choose Us Start -->
<div class="container-fluid py-5">
<div class="container py-5">
<div class="row align-items-center">
<div class="col-lg-6 pb-5 pb-lg-0">
<img class="img-fluid w-100" src="img/about.jpg" alt="">
</div>
<div class="col-lg-6">
<h6 class="d-inline-block text-primary text-uppercase py-1">Why Choose Us</h6>
<h1 class="mb-4">Your Solution To Skin & Body Concerns</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>
<ul class="list-inline">
<li class="h6 py-1"><i class="far fa-circle text-primary mr-3"></i>Many minimally invasive procesures available</li>
<li class="h6 py-1"><i class="far fa-circle text-primary mr-3"></i>Advanced Equipment & Facilities</li>
<li class="h6 py-1"><i class="far fa-circle text-primary mr-3"></i>24/7 Premium Support</li>
</ul>
<a href="booking.html" class="btn btn-primary mt-2">Book Now</a>
</div>
</div>
</div>
</div>
<!-- Why Choose Us End -->
<!-- Anti-aging Start -->
<div class="container-fluid py-5">
<div class="container py-5">
<div class="row">
<div class="col-lg-6" style="min-height: 500px;">
<div class="position-relative h-100">
<img class="position-absolute w-100 h-100" src="img/anti-aging.jpg" style="object-fit: cover;">
</div>
</div>
<div class="col-lg-6 pt-5 pb-lg-5">
<div class="hours-text bg-white p-4 p-lg-5 my-lg-5">
<h6 class="d-inline-block text-white text-uppercase bg-primary py-1 px-2">Anti-aging</h6>
<h1 class="mb-4">Stay young forever</h1>
<p>Our skin is exposed to stress and damage every day. Even with a good skincare routine, our skin still needs help to buff away the inevitable signs of wear and tear from environmental factors, gravity, and ageing.</p>
<ul class="list-inline">
<li class="h6 py-1"><i class="far fa-circle text-primary mr-3"></i>Shave 10 years off your age</li>
<li class="h6 py-1"><i class="far fa-circle text-primary mr-3"></i>Close to minimal or zero downtime</li>
</ul>
<a href="#" class="btn btn-primary mt-2">Learn More</a>
</div>
</div>
</div>
</div>
</div>
<!-- Anti-aging End -->
<!-- Skin Start -->
<div class="container-fluid py-5">
<div class="container py-5">
<div class="row">
<div class="col-lg-6" style="min-height: 500px;">
<div class="position-relative h-100">
<img class="position-absolute w-100 h-100" src="img/Hydrafacial-Treatment.jpeg" style="object-fit: cover;">
</div>
</div>
<div class="col-lg-6 pt-5 pb-lg-5">
<div class="hours-text bg-white p-4 p-lg-5 my-lg-5">
<h6 class="d-inline-block text-white text-uppercase bg-primary py-1 px-2">Skin</h6>
<h1 class="mb-4">it feels great in a glowing skin</h1>
<p>Our non-invasive, personalized treatment tackles your unique skin concerns, leaving you looking and feeling radiant.</p>
<ul class="list-inline">
<li class="h6 py-1"><i class="far fa-circle text-primary mr-3"></i>Signature Mashu Hydrafacial treatment</li>
<li class="h6 py-1"><i class="far fa-circle text-primary mr-3"></i>Instant result</li>
</ul>
<a href="#" class="btn btn-primary mt-2">Learn More</a>
</div>
</div>
</div>
</div>
</div>
<!-- Skin End -->
<!-- Body Start -->
<div class="container-fluid py-5">
<div class="container py-5">
<div class="row">
<div class="col-lg-6" style="min-height: 500px;">
<div class="position-relative h-100">
<img class="position-absolute w-100 h-100" src="img/body.png" style="object-fit: cover;">
</div>
</div>
<div class="col-lg-6 pt-5 pb-lg-5">
<div class="hours-text bg-white p-4 p-lg-5 my-lg-5">
<h6 class="d-inline-block text-white text-uppercase bg-primary py-1 px-2">Body</h6>
<h1 class="mb-4">Achieve your dream toned body</h1>
<p>Whether your figure just doesn't look the same or whether you've been fighting stubborn pockets of fat your whole life, we offers a comprehensive range of medical treatments for body contouring.</p>
<ul class="list-inline">
<li class="h6 py-1"><i class="far fa-circle text-primary mr-3"></i>1 treatment with a multitude of benefits</li>
<li class="h6 py-1"><i class="far fa-circle text-primary mr-3"></i>Natural and NO downtime</li>
</ul>
<a href="#" class="btn btn-primary mt-2">Learn More</a>
</div>
</div>
</div>
</div>
</div>
<!-- Body End -->
<!-- Service Start -->
<div class="container-fluid px-0 py-5 my-5">
<div class="row mx-0 justify-content-center text-center">
<div class="col-lg-6">
<h6 class="d-inline-block text-primary text-uppercase py-1 px-2">Our Service</h6>
<h1>Skin & Body Services</h1>
</div>
</div>
<div class="owl-carousel service-carousel">
<div class="service-item position-relative">
<img class="img-fluid" src="img/collagen.png" alt="">
<div class="service-text text-center">
<h4 class="text-white font-weight-medium px-3">Crystal Collagen Facial</h4>
<p class="text-white px-3 mb-3">Smooth and supple skin will leave your looking young again</p>
<div class="w-100 bg-white text-center p-4" >
<a class="btn btn-primary" href="crystal-collagen-facial.html">Learn More</a>
</div>
</div>
</div>
<div class="service-item position-relative">
<img class="img-fluid" src="img/wrinkle.png" alt="">
<div class="service-text text-center">
<h4 class="text-white font-weight-medium px-3">Dermafiller</h4>
<p class="text-white px-3 mb-3">Treat your face to a lifting and sculpting treatment for a fresh feel</p>
<div class="w-100 bg-white text-center p-4" >
<a class="btn btn-primary" href="dermafiller.html">Learn More</a>
</div>
</div>
</div>
<div class="service-item position-relative">
<img class="img-fluid" src="img/hydrafacial.jpeg" alt="">
<div class="service-text text-center">
<h4 class="text-white font-weight-medium px-3">Mashu Hydrafacial</h4>
<p class="text-white px-3 mb-3">Regain your conifdence with hydrated and radiant skin</p>
<div class="w-100 bg-white text-center p-4" >
<a class="btn btn-primary" href="mashu-hydrafacial.html">Learn More</a>
</div>
</div>
</div>
<div class="service-item position-relative">
<img class="img-fluid" src="img/laser.jpeg" alt="">
<div class="service-text text-center">
<h4 class="text-white font-weight-medium px-3">Laser</h4>
<p class="text-white px-3 mb-3">Free you from all your skin troubles in a few minutes</p>
<div class="w-100 bg-white text-center p-4" >
<a class="btn btn-primary" href="service.html">Learn More</a>
</div>
</div>
</div>
<div class="service-item position-relative">
<img class="img-fluid" src="img/tummy.png" alt="">
<div class="service-text text-center">
<h4 class="text-white font-weight-medium px-3">Tummy Tuck</h4>
<p class="text-white px-3 mb-3">Get rid of unwanted fat with a fast and simple surgery</p>
<div class="w-100 bg-white text-center p-4" >
<a class="btn btn-primary" href="service.html">Learn More</a>
</div>
</div>
</div>
<div class="service-item position-relative">
<img class="img-fluid" src="img/coolsculpt.jpg" alt="">
<div class="service-text text-center">
<h4 class="text-white font-weight-medium px-3">Cool Sculpt</h4>
<p class="text-white px-3 mb-3">Unveil your inner beauty with Mashu's Cool Sculpt technology</p>
<div class="w-100 bg-white text-center p-4" >
<a class="btn btn-primary" href="cool-sculpt.html">Learn More</a>
</div>
</div>
</div>
</div>
<div class="row justify-content-center bg-appointment mx-0">
<div class="col-lg-6 py-5">
<div class="p-5 my-5" style="background: rgba(33, 30, 28, 0.7);">
<h1 class="text-white text-center mb-4">Consult our specialists 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">
<div class="col-sm-6">
<div class="form-group">
<select class="custom-select bg-transparent px-4" style="height: 47px;">
<option selected>Select A Service</option>
<option value="1">Crystal Collagen Facial</option>
<option value="2">Dermafiller</option>
<option value="3">Mashu Hydrafacial (Signature)</option>
<option value="4">Laser</option>
<option value="5">Tummy Tuck</option>
<option value="6">Cool Sculpt</option>
</select>
</div>
</div>
<div class="col-sm-6">
<button class="btn btn-primary btn-block" type="submit" style="height: 47px;">Make Appointment</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- Service 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>