forked from Meekaylah/Magic-Touch-Spa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
322 lines (297 loc) · 18 KB
/
index.html
File metadata and controls
322 lines (297 loc) · 18 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Magic Touch</title>
<link rel="icon" href="./images/favicon.png">
<link rel="stylesheet" href="./css/navbar.css">
<link rel="stylesheet" href="./css/footer.css">
<link rel="stylesheet" href="./css/index.css">
<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=Hahmlet:wght@300;400;500;600&family=Montserrat:wght@200;300;400;500;600&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/gh/hung1001/font-awesome-pro-v6@18657a9/css/all.min.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!----Begin Of Navbar------>
<nav class="navbar">
<ul>
<li class="navbar-logo"><a href="index.html"><img src="./images/again.png" alt="Magic Touch"></a></li>
<li class="navbar-toggle"><i class="fas fa-bars"></i></li>
<li class="navbar-links"><a href="#about-us">About Us</a></li>
<li class="navbar-links"><a href="#service-display">Services</a></li>
<li class="navbar-links"><a href="#testimonials">Testimonials</a></li>
<li class="navbar-links"><a href="ContactUs.html">Contact Us</a></li>
<li class="navbar-links"><a href="Register.html" class="register btn">Register</a></li>
</ul>
</nav>
<!----End Of Navbar------>
<!----Begin Of Landing Page------>
<div class="landing-page">
<div class="banner">
<div class="text">
<div class="welcome">Welcome To <br> <strong>Magic Touch Massage Spa</strong></div>
<div class="motto">Relax. <br>Renew. <br>Revive.</div>
<br>
<div class="buttons">
<a href="#service-display" class="book-now btn">Book Now</a>
</div>
</div>
<div id="opening-image">
<div class="border"></div>
<img src="./images/opening-image.jpg" alt="Massage Relax Image">
</div>
</div>
<marquee class="information">
<i class="fa-solid fa-location-dot"></i><span>Plot 13, Vanny Estate, Ojodu, Ikeja, Lagos</span>
<i class="fa-solid fa-phone"></i><span>(+234)8029274540</span>
<i class="fa-solid fa-envelope"></i><span>info@magictouch.com</span>
</marquee>
</div>
</div>
<!----End Of Landing Page------>
<!----Begin Of About Us------>
<div class="about-us" id="about-us">
<div class="about">
<span id="about">About Us</span><br>
<span id="slogan">Healing Hands, Compassionate Hearts & Intuitive Minds.</span><br>
<span id="desc">We aspire to provide the highest quality restorative services that nurture physical, emotional, and spiritual health. <br>MAGIC TOUCH MASSAGE SPA, located in the heart of Ikeja, Lagos, is an oasis escape from the demads and strain of everyday life.</span>
<!-- <a href=""><img src="./images/learn-more.png" alt="Learn More"></a> -->
</div>
<div class="images">
<div class="image-1"></div>
<div class="image-2"></div>
<div class="image-3"></div>
</div>
</div>
<!----End Of About Us------>
<!----Begin Of Services------>
<div class="service-display" id="service-display">
<span id="item-1"></span>
<span id="item-2"></span>
<span id="item-3"></span>
<span id="item-4"></span>
<span id="item-5"></span>
<span id="item-6"></span>
<!----Service 1------>
<div class="services carousel-item item-1">
<div class="massage-pic">
<img src="./images/pexels-cottonbro-3998013.jpg" alt="Oil Massage">
</div>
<div class="massage-info">
<br>
<span id="our-service">Our Services</span><br><br>
<span id="title">Oil Massage</span>
<br><br>
<span id="mi-desc">The addition of warm oil to the experience of an oil massage can be blissfully-relaxing and wonderfully-comforting, as it rejuvenates the body and mind. Not only does it improve the client's relaxation; it also helps in healing processes. <br><a href="Oil Massage.html" id="learn-more">Click to learn more</a></span>
<br><br><br><br>
<span id="price">
<a href="Oil Massage Booking Time Page.html"><i class="fa-light fa-badge-check"></i>30 min - ₦ 50,000</a><br>
<a href="Oil Massage Booking Time Page-1hr.html"><i class="fa-light fa-badge-check"></i>1 Hour - ₦ 80,000.00</a><br>
<a href="Oil Massage Booking Time Page - 1hr 30mins.html"><i class="fa-light fa-badge-check"></i>1 Hour 30 minutes - ₦ 120,000.00</a>
</span>
<br><br>
<a href="#" class="s-book-now btn">Book Now</a>
<a href="#item-2" class="arrow-next arrow"><img src="./images/next-package.png" alt="Next Package"></a>
</div>
</div>
<!----Service 1 End------>
<!----Service 2 Begin------>
<div class="services carousel-item item-2">
<div class="massage-pic">
<img src="./images/pexels-arina-krasnikova-6663571.jpg" alt="Swedish Massage">
</div>
<div class="massage-info">
<br>
<span id="our-service">Our Services</span><br><br>
<span id="title">Swedish Massage</span>
<br><br>
<span id="mi-desc">Swedish massage helps to stimulate nerves located in different parts of the body. The nerves could be stimulated in a way that helps to manage pain and discomfort.<br><a href="Swedish Massage.html" id="learn-more">Click to learn more</a></span>
<br><br><br>
<span id="price">
<a href="Swedish Massage Booking Time.html"><i class="fa-light fa-badge-check"></i>30 min - ₦ 50,000</a><br>
<a href="Swedish Massage Booking Time-1hr.html"><i class="fa-light fa-badge-check"></i>1 Hour - ₦ 80,000.00</a><br>
<a href="Swedish Massage Booking Time-1hr 30mins.html"><i class="fa-light fa-badge-check"></i>1 Hour 30 minutes - ₦ 120,000.00</a><br>
<a href="Swedish Massage Booking Time-2hrs.html"><i class="fa-light fa-badge-check"></i>2 Hours - ₦ 160,000.00</a><br>
<a href="Swedish Massage Booking Time-2hrs 30mins.html"><i class="fa-light fa-badge-check"></i>2 Hours 30 minutes - ₦ 200,000.00</a>
</span>
<br><br>
<a href="#" class="s-book-now btn">Book Now</a>
<a href="#item-3" class="arrow-next arrow"><img src="./images/next-package.png" alt="Next Package"></a>
</div>
</div>
<!----Service 2 End------>
<!----Service 3------>
<div class="services carousel-item item-3">
<div class="massage-pic">
<img src="./images/pexels-anna-tarazevich-6560304.jpg" alt="Deep Tissue Massage">
</div>
<div class="massage-info">
<br>
<span id="our-service">Our Services</span><br><br>
<span id="title">Deep Tissue Massage</span>
<br><br>
<span id="mi-desc">Adhesions have the capability to block blood circulation and cause inflammation, limited movement and pain. This is where deep tissue massage comes into play by physically breaking down these adhesions to relieve pain and restore normalcy of movement.<br><a href="Deep Tissue Massage.html" id="learn-more">Click to learn more</a></span>
<br><br>
<span id="price">
<a href="Deep Tissue Massage Booking Time-30mins.html"><i class="fa-light fa-badge-check"></i>30 min - ₦ 50,000</a><br>
<a href="Deep Tissue Massage Booking Time-1hr.html"><i class="fa-light fa-badge-check"></i>1 Hour - ₦ 80,000.00</a><br>
<a href="Deep Tissue Massage Booking Time-1hr 30mins.html"><i class="fa-light fa-badge-check"></i>1 Hour 30 minutes - ₦ 120,000.00</a><br>
<a href="Deep Tissue Massage Booking Time-2hrs.html"><i class="fa-light fa-badge-check"></i>2 Hours - ₦ 160,000.00</a><br>
<a href="Deep Tissue Massage Booking Time-2hrs 30mins.html"><i class="fa-light fa-badge-check"></i>2 Hours 30 minutes - ₦ 200,000.00</a>
</span>
<br><br>
<a href="#" class="s-book-now btn">Book Now</a>
<a href="#item-4" class="arrow-next arrow"><img src="./images/next-package.png" alt="Next Package"></a>
</div>
</div>
<!----Service 3 End------>
<!----Service 4------>
<div class="services carousel-item item-4">
<div class="massage-pic">
<img src="./images/pexels-tima-miroshnichenko-6188120.jpg" alt="Thai Massage">
</div>
<div class="massage-info">
<br>
<span id="our-service">Our Services</span><br><br>
<span id="title">Thai Massage</span>
<br><br>
<span id="mi-desc">Thai massage utilizes gentle pressure along the body's energy lines and passive stretching, to increase flexibility, relieve muscle and joint tension and balance the body's energy systems. The process is both deeply energizing and relaxing.<br><a href="Thai Massage.html" id="learn-more">Click to learn more</a></span>
<br><br>
<span id="price">
<a href="Thai Massage Booking Time-30mins.html"><i class="fa-light fa-badge-check"></i>30 min - ₦ 50,000</a><br>
<a href="Thai Massage Booking Time-1hr.html"><i class="fa-light fa-badge-check"></i>1 Hour - ₦ 80,000.00</a><br>
<a href="Thai Massage Booking Time-1hr 30mins.html"><i class="fa-light fa-badge-check"></i>1 Hour 30 minutes - ₦ 120,000.00</a><br>
<a href="Thai Massage Booking Time-2hrs.html"><i class="fa-light fa-badge-check"></i>2 Hours - ₦ 160,000.00</a><br>
<a href="Thai Massage Booking Time-2hrs 30mins.html"><i class="fa-light fa-badge-check"></i>2 Hours 30 minutes - ₦ 200,000.00</a>
</span>
<br><br>
<a href="#" class="s-book-now btn">Book Now</a>
<a href="#item-5" class="arrow-next arrow"><img src="./images/next-package.png" alt="Next Package"></a>
</div>
</div>
<!---Service 4 End------>
<!----Service 5------>
<div class="services carousel-item item-5">
<div class="massage-pic">
<img src="./images/istockphoto-1318500463-612x612.jpg" alt="Couple Massage">
</div>
<div class="massage-info">
<br>
<span id="our-service">Our Services</span><br><br>
<span id="title">Couple Massage</span>
<br><br>
<span id="mi-desc">Unlike other types of massage that are performed solo, couple massage treatments allow our clients to experience therapy with someone they know well. This familiarity brings enormous comfort to first time clients.<br><a href="Couple Massage.html" id="learn-more">Click to learn more</a></span>
<br><br>
<span id="price">
<a href="Couple Massage Booking Time-30mins.html"><i class="fa-light fa-badge-check"></i>30 min - ₦ 50,000</a><br>
<a href="Couple Massage Booking Time-1hr.html"><i class="fa-light fa-badge-check"></i>1 Hour - ₦ 80,000.00</a><br>
<a href="Couple Massage Booking Time-1hr 30mins.html"><i class="fa-light fa-badge-check"></i>1 Hour 30 minutes - ₦ 120,000.00</a><br>
<a href="Couple Massage Booking Time-2hrs.html"><i class="fa-light fa-badge-check"></i>2 Hours - ₦ 160,000.00</a><br>
<a href="Couple Massage Booking Time-2hrs 30mins.html"><i class="fa-light fa-badge-check"></i>2 Hours 30 minutes - ₦ 200,000.00</a>
</span>
<br><br>
<a href="Couple Massage Booking Time-1hr 30mins.html" class="s-book-now btn">Book Now</a>
<a href="#item-6" class="arrow-next arrow"><img src="./images/next-package.png" alt="Next Package"></a>
</div>
</div>
<!----Service 5 End------>
<!----Service 6------>
<div class="services carousel-item item-6">
<div class="massage-pic">
<img src="./images/istockphoto-pregnancy.jpg" alt="Pregnancy Massage">
</div>
<div class="massage-info">
<br>
<span id="our-service">Our Services</span><br><br>
<span id="title">Pregnancy Massage</span>
<br><br>
<span id="mi-desc">Pregnancy massage has the capability to transport you to a more relaxed state of mind, which would resultantly help you to cope with all the other big changes that are happening in your life.<br><a href="Pregnancy Massage.html" id="learn-more">Click to learn more</a></span>
<br><br>
<span id="price">
<a href="Pregnancy Massage Booking Time.html"><i class="fa-light fa-badge-check"></i>30 min - ₦ 50,000</a><br>
<a href="Pregnancy Massage Booking Time-1hr.html"><i class="fa-light fa-badge-check"></i>1 Hour - ₦ 80,000.00</a><br>
<a href="Pregnancy Massage Booking Time-1hr 30mins.html"><i class="fa-light fa-badge-check"></i>1 Hour 30 minutes - ₦ 120,000.00</a><br>
<a href="Pregnancy Massage Booking Time-2hrs.html"><i class="fa-light fa-badge-check"></i>2 Hours - ₦ 160,000.00</a><br>
<a href="Pregnancy Massage Booking Time-2hrs 30mins.html"><i class="fa-light fa-badge-check"></i>2 Hours 30 minutes - ₦ 200,000.00</a>
</span>
<br><br>
<a href="#" class="s-book-now btn">Book Now</a>
<a href="#item-1" class="arrow-next arrow"><img src="./images/next-package.png" alt="Next Package"></a>
</div>
</div>
<!----Service 6 End------>
</div>
<!----End Of Services------>
<!----Begin Of Testimonials------>
<div class="monials" id="testimonials"><h3>What Our Beloved Customers Say About Us</h3></div>
<div class="testimonials">
<div class="test">
<img class="image-4">
<p>A massage from Magic Touch spa is the best! So luxurious and relaxing, no matter what treatment you get you will love it.</p><br>
<span>~Adeleke Funke</span>
</div>
<div class="test">
<img class="image-5">
<p>I have been to a lot of massage spas but Magic Touch mobile Spa is the best. I had the best oil massage ever.</p>
<br>
<span>~Bianca Kim</span>
</div>
<div class="test">
<img class="image-6">
<p>The best day of every month is when I book an appointment at Magic Touch spa. I feel relaxed and refreshed after every session.</p><br>
<span>~Kola Oladimeji</span>
</div>
<div class="test">
<img class="image-7">
<p>I got a Swedish Massage here. It really helped to loosen my tight muscles and it helped to stretch my connective tissues.
</p><br>
<span>~Darshan Patel</span>
</div>
</div>
<!----End Of Testimonials------>
<!----Begin of Footer------>
<footer>
<div class="footer-distributed">
<div class="footer-left">
<a href="index.html"><img src="./images/favicon.png" alt="Magic Touch"></a>
<!-- <h3>Magic<span>Touch</span></h3> -->
</div>
<form class="footer-center-1" submit>
<span id="join">Join our Newsletter Today!</span>
<input type="email" name="email" id="email" placeholder="Type In Your E-mail"><br>
<button class="submit btn" type="submit" for="email">Submit</button>
</form>
<div class="footer-center">
<span id="find-us">Find Us Here</span>
<i class="fa-solid fa-location-dot"></i><span>Plot 13, Vanny Estate, Ojodu, Ikeja, Lagos</span><br><br>
<i class="fa-solid fa-phone"></i><span><a href="tel:123456789">+234 907 2345 123</a><br><a href="tel:123456789">+234 801 2346 456</a></span><br><br>
<i class="fa-solid fa-envelope"></i><span><a href="https://mail.google.com/">info@magictouch.com</a></span>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>Useful Links</span>
<p class="footer-links">
<a href="index.html">Home</a>
|
<a href="#about-us">About</a>
|
<a href="#service-display">Services</a>
|
<a href="#">Contact Us</a>
</p>
</p>
<div class="footer-icons">
<a href="https://www.instagram.com/?hl=en"><i class="fa-brands fa-instagram"></i></a>
<a href="https://www.facebook.com/"><i class="fa-brands fa-facebook-f"></i></a>
<a href="https://twitter.com/login"><i class="fa-brands fa-twitter"></i></a>
<a href="https://www.snapchat.com/"><i class="fa-brands fa-snapchat"></i></a>
<a href="https://www.tiktok.com/en/"><i class="fa-brands fa-tiktok"></i></a>
</div>
</div>
</div>
<p class="footer-company-name">Copyright © 2022 <strong>MagicTouch</strong> All rights reserved</p>
</footer>
<!----End Of Footer------>
<script src="./js/navbar.js" type="text/javascript"></script>
</body>
</html>