-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
412 lines (344 loc) · 19.1 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no ">
<title>Projekt SPA</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
<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=Bellota:wght@300;400;700&family=Roboto:wght@300;400;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.7/css/all.css">
<script src="https://kit.fontawesome.com/49b7fbbe81.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<img src="/img/header-bg.png" alt="Spa utilities" class="header-bg">
<!-- Navigation MENU -->
<nav class="navigation-bar">
<div class="container-content main-nav">
<a class="navbar-brand-custom" href="#">
<img class="img-link" src="img/logo-txt.png" alt="Spa Center logo with text">
</a>
<div class="hamburger-custom">
<div class="hamburger-lines">
<span class="hamburger-line"></span>
<span class="hamburger-line"></span>
<span class="hamburger-line"></span>
</div>
</div>
<ul class="dropdown-menu-custom">
<li class="main-menu-item"><i class="fa-solid fa-xmark"></i></li>
<li class="main-menu-item"><a href="#">Home</a></li>
<li class="main-menu-item"><a href="#about">About</a></li>
<li class="main-menu-item"><a href="#feature">Feature</a></li>
<li class="main-menu-item"><a href="#reservation">Service</a></li>
<li class="main-menu-item"><a href="#contact">Contact</a></li>
</ul>
</div>
</nav>
<header id="main-header" class="main-header">
<div class="container-content header-box">
<div class="header-lg-holder">
<p class="mh-first-p">Spa & Beauty Center</p>
<h1>Beauty and success starts here.</h1>
<p class="mh-second-p">Together creeping heaven upon third dominion be upon won't darkness rule hold it
created</p>
<div class="row-custom">
<button class="reserve-now-btn">Reserve now →</button>
<div class="circle-icon">
<i class="fa-solid fa-play"></i>
</div>
<p class="circle-icon-p">Watch our story</p>
</div>
</div>
</div>
</header>
<section id="about" class="about">
<div class="container-content about-box">
<img src="/img/logo.png" alt="Spa Center logo" class="img-small-logo">
<p class="about-first-p">About our spa center</p>
<h2>Come and you will be inspired</h2>
<p class="about-second-p">It's the end of summer the sweltering heat makes human sweat in the night and
makes the plants and trees wilt even in the moonlit nights. The eastern wind breeze brings an eerie
feeling, that the monsoon clouds are soon coming, there is a strange silence in the ears, the sky gets
darker and darker</p>
<button class="read-more-btn hover-dark">Read more</button>
</div>
</section>
<section id="feature" class="feature">
<div class="feature-wrapper">
<a href="" class="feature-item">
<img src="/img/services-bg-1.jpg" alt="Portfolio item 1" class="bg-img">
<div class="blue-box-wrapper">
<img src="/img/icons/icon-spa.png" alt="Spa logo icon" class="icon-img">
<h3>Body Treatment</h3>
</div>
</a>
<a href="" class="feature-item">
<img src="/img/services-bg-2.jpg" alt="Portfolio item 2" class="bg-img">
<div class="blue-box-wrapper">
<img src="/img/icons/icon-spa.png" alt="Spa logo icon" class="icon-img">
<h3>Body Treatment</h3>
</div>
</a>
<a href="" class="feature-item">
<img src="/img/services-bg-3.jpg" alt="Portfolio item 3" class="bg-img">
<div class="blue-box-wrapper">
<img src="/img/icons/icon-spa.png" alt="Spa logo icon" class="icon-img">
<h3>Body Treatment</h3>
</div>
</a>
<a href="" class="feature-item">
<img src="/img/services-bg-4.jpg" alt="Portfolio item 4" class="bg-img">
<div class="blue-box-wrapper">
<img src="/img/icons/icon-spa.png" alt="Spa logo icon" class="icon-img">
<h3>Body Treatment</h3>
</div>
</a>
</div>
</section>
<!-- Using bootstrap -->
<section id="procedures" class="procedures">
<div class="container-content text-center">
<h2>Popular Procedures</h2>
<p class="procedures-first-p">To doesn't his appear replenish together called he of mad place won't wherein
blessed second every wherein were meat kind wherein and martcin </p>
<div class="row procedures-holder">
<div class="col-lg card">
<div class="card-body">
<img class="card-img-top" src="img/procedures-bg-1.jpg" alt="Face mask application">
<h3 class="card-title font-weight-bold">Massage Therapy</h3>
<p class="card-text">Living winged said you darkness you're divide gathered and bring one
seasons face great dr Waters firmament place which.</p>
<button class="read-more-btn dark-btn">Read more</button>
</div>
</div>
<div class="col-lg card mx-lg-4">
<div class="card-body">
<img class="card-img-top" src="img/procedures-bg-2.jpg" alt="Face mask application">
<h3 class="card-title font-weight-bold">Massage Therapy</h3>
<p class="card-text">Living winged said you darkness you're divide gathered and bring one
seasons face great dr Waters firmament place which.</p>
<button class="read-more-btn dark-btn">Read more</button>
</div>
</div>
<div class="col-lg card">
<div class="card-body">
<img class="card-img-top" src="img/procedures-bg-3.jpg" alt="Face mask application">
<h3 class="card-title font-weight-bold">Massage Therapy</h3>
<p class="card-text">Living winged said you darkness you're divide gathered and bring one
seasons face great dr Waters firmament place which.</p>
<button class="read-more-btn dark-btn">Read more</button>
</div>
</div>
</div>
</div>
</section>
<!-- using .procedures styles-->
<section id="team" class="procedures team">
<div class="container-content text-center">
<h2>Experianced Team</h2>
<p class="procedures-first-p">To doesn't his appear replenish together called he of mad place won't wherein
blessed second every wherein were meat kind wherein and martcin </p>
<div class="row procedures-holder">
<div class="col-lg card">
<img class="card-img-top" src="img/team-1.jpg" alt="Face mask application">
<div class="card showup-card pb-2">
<h3 class="card-title font-weight-bold mb-3">Jenny Austin</h3>
<p class="card-text mb-3">Thai Message</p>
<div class="d-flex justify-content-center i-holder">
<div class="col"><i class="fa-brands fa-facebook-f"></i></div>
<div class="col"><i class="fa-brands fa-twitter"></i></div>
<div class="col"><i class="fa-brands fa-instagram"></i></div>
</div>
</div>
</div>
<div class="col-lg card mx-lg-4">
<img class="card-img-top" src="img/team-3.jpg" alt="Face mask application">
<div class="card showup-card pb-2">
<h3 class="card-title font-weight-bold mb-3">David Hannan</h3>
<p class="card-text mb-3">Thai Message</p>
<div class="d-flex justify-content-center i-holder">
<div class="col"><i class="fa-brands fa-facebook-f"></i></div>
<div class="col"><i class="fa-brands fa-twitter"></i></div>
<div class="col"><i class="fa-brands fa-instagram"></i></div>
</div>
</div>
</div>
<div class="col-lg card">
<img class="card-img-top" src="img/team-2.jpg" alt="Face mask application">
<div class="card showup-card pb-2">
<h3 class="card-title font-weight-bold mb-3">Cheryl Harris</h3>
<p class="card-text mb-3">Thai Message</p>
<div class="d-flex justify-content-center i-holder">
<div class="col"><i class="fa-brands fa-facebook-f"></i></div>
<div class="col"><i class="fa-brands fa-twitter"></i></div>
<div class="col"><i class="fa-brands fa-instagram"></i></div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="reservation" class="reservation">
<div class="container-fluid d-flex">
<img src="/img/contact-bg.jpg" alt="Spa accesories" class="d-lg-block img-fluid">
<div class="container-content d-flex align-content-center">
<!-- RESERVATION FORM -->
<form id="reservation-form" class="reservation-form">
<div class="form-row">
<div class="col-lg-6">
<input type="text" class="form-control" id="flname" placeholder="name">
</div>
<div class="col-lg-6">
<input type="email" class="form-control" id="email"
placeholder="email address">
</div>
</div>
<div class="form-row">
<div class="col-lg-6">
<select class="form-control" id="service">
<option>Select service</option>
<option>normal service</option>
<option>vip service</option>
</select>
</div>
<div class="col-lg-6">
<input type="tel" class="form-control" id="phone" placeholder="phone number">
</div>
</div>
<div class="form-row">
<div class="col-lg-6">
<input type="date" id="date" name="date" class="form-control">
</div>
<div class="col-lg-6">
<input type="time" id="time" name="time" class="form-control">
</div>
</div>
<div class="form-row">
<textarea class="form-control" id="notes" placeholder="Your notes"
rows="3"></textarea>
</div>
<div class="d-flex form-last-element">
<input type="submit" value="Make an appointment" class="submit-button read-more-btn"
id="reservation-button">
</div>
</form>
</div>
</div>
</section>
<!-- using .procedures styles-->
<section id="blog" class="procedures blog">
<div class="container-content text-center">
<h2>Latest From Blog</h2>
<p class="procedures-first-p">To doesn't his appear replenish together called he of mad place won't wherein
blessed second every wherein were meat kind wherein and martcin </p>
<div class="row procedures-holder">
<div class="col-lg card">
<div class="card-body">
<img class="card-img-top" src="img/blog-1.jpg" alt="Face mask application">
<p class="category-date card-text">Relaxation <span class="vl">|</span> July 03, 2019</p>
<h3 class="card-title font-weight-bold">Had seed herb grass mids</h3>
<p class="card-text">She'd yielding seas green appear unto worne seas field most come mede do
bad</p>
<button class="read-more-btn dark-btn">Read more</button>
</div>
</div>
<div class="col-lg card mx-lg-4">
<div class="card-body">
<img class="card-img-top" src="img/blog-2.jpg" alt="Face mask application">
<p class="category-date card-text">Relaxation <span class="vl">|</span> July 03, 2019</p>
<h3 class="card-title font-weight-bold">Divid image unto creeping </h3>
<p class="card-text">She'd yielding seas green appear unto worne seas field most come mede do
bad</p>
<button class="read-more-btn dark-btn">Read more</button>
</div>
</div>
<div class="col-lg card">
<div class="card-body">
<img class="card-img-top" src="img/blog-3.jpg" alt="Face mask application">
<p class="category-date card-text">Relaxation <span class="vl">|</span> July 03, 2019</p>
<h3 class="card-title font-weight-bold">Had seed herb grass mids</h3>
<p class="card-text">She'd yielding seas green appear unto worne seas field most come mede do
bad</p>
<button class="read-more-btn dark-btn">Read more</button>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="contact">
<div class="container-content">
<h2>Experianced Team</h2>
<p class="contact-first-p">To doesn't his appear replenish together called he of mad place won't wherein
blessed second every wherein were meat kind wherein and martcin </p>
<div class="row align-items-start">
<div class="col-lg-6">
<div class="row align-items-center contact-info-holder">
<div class="col-5 d-flex justify-content-end"><img src="/img/icons/icon-map.png" alt="Map icon"
class="contact-icon"></div>
<div class="col-7 icon-p-holder">
<p class="contact-p">848 E 28th ST, BROOKLYN<br> NEW YORK, USA</p>
</div>
</div>
<div class="row align-items-center contact-info-holder">
<div class="col-5 d-flex justify-content-end"><img src="/img/icons/icon-mail.png"
alt="Mail icon" class="contact-icon"></div>
<div class="col-7 icon-p-holder">
<p class="contact-p">[email protected] <br> [email protected]</p>
</div>
</div>
<div class="row align-items-center contact-info-holder">
<div class="col-5 d-flex justify-content-end"><img src="/img/icons/icon-tel.png"
alt="Telephone icon" class="contact-icon"></div>
<div class="col-7 icon-p-holder">
<p class="contact-p">+02 365 2365 3265 (02) <br> +01 365 2365 3265 (04)</p>
</div>
</div>
</div>
<!-- CONTACT FORM -->
<div class="col-lg-6">
<form id="reservation-form" class="reservation-form">
<input type="text" class="form-control" id="flname" placeholder="First name">
<input type="Email" class="form-control" id="exampleFormControlInput1"
placeholder="email address">
<textarea class="form-control" id="exampleFormControlTextarea1" placeholder="Write comment"
rows="3"></textarea>
<input type="submit" value="Submit now" class="submit-button read-more-btn">
</form>
</div>
</div>
</div>
</section>
<footer id="main-footer" class="main-footer">
<div class="container-content">
<img src="/img/logo-txt.png" alt="Spa Center logo">
<ul class="menu-custom">
<li class="main-menu-item"><a href="#">Home</a></li>
<li class="main-menu-item"><a href="#">About</a></li>
<li class="main-menu-item"><a href="#">Feature</a></li>
<li class="main-menu-item"><a href="">Service</a></li>
<li class="main-menu-item"><a href="">Contact</a></li>
</ul>
<p class="footer-text">© Copyright 2020</p>
</div>
</footer>
<!-- Bootstrap -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.3/jquery.min.js"
integrity="sha512-STof4xm1wgkfm7heWqFJVn58Hm3EtS31XFaagaa8VMReCXAkQnJZ+jEy8PCC/iT18dFy95WcExNHFTqLyp72eQ=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="js/main.js"></script>
</body>
</html>