-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
386 lines (359 loc) · 16.3 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<!-- Attachments -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/themify-icons.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="css/style.css">
<title>XXX Salon</title>
<link rel="icon" type="image/x-icon" href="images/favicon.png">
</head>
<body class="home-two">
<!-- -------- Header Start ------------- -->
<header class="header abs-header">
<div class="container">
<div class="row align-items-end">
<div class="col-md-3">
<a href="index.html" class="logo">
<img src="images/logo.png" alt="logo">
</a>
</div>
<div class="col-md-9">
<nav class="primary-menu">
<a href="javascript:void(0);" class="mobile-menu"><i class="ti-menu"></i></a>
<ul>
<li><a href="#banner">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#procedures">Service</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#">Contact</a></li>
<li><button class="btn btn-primary btn-sm" data-toggle="modal" data-target="#exampleModal"">Login</button>
</li>
<li><button class=" btn btn-primary btn-sm" data-toggle="modal"
data-target="#signupModal">Signup</button>
</li>
</ul>
</nav>
<!-- Login Modal Start -->
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel"
aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Login to XXX Salon</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form>
<div class="form-group">
<label for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp">
<small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone
else.</small>
</div>
<div class="form-group">
<label for="exampleInputPassword1">Password</label>
<input type="password" class="form-control" id="exampleInputPassword1">
</div>
<div class="form-group form-check">
<input type="checkbox" class="form-check-input" id="exampleCheck1">
<label class="form-check-label" for="exampleCheck1">Check me out</label>
</div>
<button type="submit" class="btn btn-primary">Login</button>
</form>
</div>
</div>
</div>
</div>
<!-- Login Modal End -->
<!-- SignUp Modal Start -->
<div class="modal fade" id="signupModal" tabindex="-1" aria-labelledby="signupModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Get Registered to XXX Salon</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form>
<div class="form-group">
<label for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp">
<small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone
else.</small>
</div>
<div class="form-group">
<label for="exampleInputPassword1">Password</label>
<input type="password" class="form-control" id="exampleInputPassword1">
</div>
<div class="form-group">
<label for="cexampleInputPassword1">Confirm Password</label>
<input type="password" class="form-control" id="cexampleInputPassword1">
</div>
<button type="submit" class="btn btn-primary">SignUp</button>
</form>
</div>
</div>
</div>
</div>
<!-- SignUp Modal End -->
</div>
</div>
</div>
</header>
<!-- -------- Header End ------------- -->
<!-- -------- Banner Section Start ------------- -->
<section class="banner" id="banner">
<div class="spa-img">
<img src="images/beauty.png" alt="image">
</div>
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-9">
<div class="banner-content">
<span>beauty center</span>
<h2>Beauty and success starts here.</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Dignissimos, at recusandae, inventore nobis a
fugit consectetur et nemo aliquid libero, maiores ut officiis ab ratione? Quo eius amet quas temporibus.
</p>
<a href="#appointment" class="btn">reserve now</a>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- -------- Banner Section End ------------- -->
<!-- -------- Procedures Section Start ------------- -->
<section class="procedures" id="procedures">
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-10 m-auto">
<div class="sec-heading">
<h3 class="sec-title">Popular Services</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Impedit, similique asperiores iure, doloribus
repellat nemo ex atque aspernatur eaque nihil repudiandae! Magnam iure minima provident tempore voluptas,
reprehenderit numquam culpa?</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<article class="post">
<img src="images/post/1.jpg" alt="">
<h4><a href="services.html">Facial Therapy</a></h4>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Facere ad nulla commodi blanditiis sequi modi
quisquam ipsam nostrum sapiente ipsa doloremque amet incidunt unde perferendis, eos ducimus qui. Illo,
numquam. eos ducimus qui. Illo,
numquam.</p>
<a href="services.html" class="btn btn-round">read more</a>
</article>
</div>
<div class="col-md-4">
<article class="post">
<img src="images/post/2.jpg" alt="">
<h4><a href="services.html">Facial Therapy</a></h4>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Illo molestiae accusamus, cumque voluptas et
quasi. Reiciendis magnam molestiae nesciunt assumenda vitae veritatis voluptate dolores, amet sunt nostrum
ratione suscipit nobis.</p>
<a href="services.html" class="btn btn-round">read more</a>
</article>
</div>
<div class="col-md-4">
<article class="post">
<img src="images/post/3.jpg" alt="">
<h4><a href="services.html">Message Therapy</a></h4>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Voluptatem, impedit, sapiente eum cumque
quibusdam, doloremque minima architecto maxime eveniet laborum alias veritatis laudantium laboriosam
necessitatibus animi? Soluta consequuntur amet officia?.</p>
<a href="services.html" class="btn btn-round">read more</a>
</article>
</div>
</div>
</div>
</section>
<!-- -------- Procedures Section End ------------- -->
<!-- -------- Testimonial Section Start ------------- -->
<section class="testimonial bg-lightred">
<div class="container">
<div class="row">
<div class="col-lg-10 col-md-12 m-auto">
<div class="test-caro owl-carousel">
<div class="single-tst">
<img src="images/quote.png" alt="">
<p>First i beast be fruitful open you tree all Won't can't likeness and you're have whales creature seed
to two grass life blessed you meat shall you winged under from their there he That you're one called
gather make much red wherein set fourth green bearing fifth replenish given she had.</p>
<div class="client-info">
<img src="" alt="photo" class="thumb">
<p>Akshat, <span>Executive</span></p>
</div>
</div>
<div class="single-tst">
<img src="images/quote.png" alt="">
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quasi placeat impedit facilis aut qui aperiam
quis ea, magnam vitae, voluptatibus repellendus consectetur recusandae architecto, inventore error!
Facilis rem illum magnam!</p>
<div class="client-info">
<img src="" alt="photo" class="thumb">
<p>Ashish, <span>Executive</span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- -------- Testimonial Section End ------------- -->
<!-- -------- Team Section Start ------------- -->
<section class="team" id="team">
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-10 m-auto">
<div class="sec-heading">
<h3 class="sec-title">Experiences Team</h3>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Repudiandae suscipit assumenda fuga facilis eum
aut vero totam, saepe non in consequuntur ad architecto iure labore et iste hic libero tempore.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="single-memb">
<img src="images/team/1.jpg" alt="">
<div class="memb-details">
<h6>Dani Daniels</h6>
<span>Thai Message</span>
<div class="memb-social">
<a href="#"><i class="ti-facebook"></i></a>
<a href="#"><i class="ti-twitter-alt"></i></a>
<a href="#"><i class="ti-google"></i></a>
<a href="#"><i class="ti-instagram"></i></a>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="single-memb">
<img src="images/team/2.jpg" alt="">
<div class="memb-details">
<h6>Mia Malkova</h6>
<span>Thai Message</span>
<div class="memb-social">
<a href="#"><i class="ti-facebook"></i></a>
<a href="#"><i class="ti-twitter-alt"></i></a>
<a href="#"><i class="ti-google"></i></a>
<a href="#"><i class="ti-instagram"></i></a>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="single-memb">
<img src="images/team/3.jpg" alt="">
<div class="memb-details">
<h6>Kylie Quinne</h6>
<span>Thai Message</span>
<div class="memb-social">
<a href="#"><i class="ti-facebook"></i></a>
<a href="#"><i class="ti-twitter-alt"></i></a>
<a href="#"><i class="ti-google"></i></a>
<a href="#"><i class="ti-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- -------- Team Section End ------------- -->
<!-- -------- Appointment Section Start ------------- -->
<section class="appointment v2" id="appointment">
<div class="appointment-wrap">
<div class="appointment-form">
<form accept="#">
<div class="form-field half-width">
<input type="text" placeholder="Name" required>
<input type="email" placeholder="Email address" required>
</div>
<div class="form-field half-width">
<div class="select-field">
<select>
<option>Select serivice</option>
<option>Select serivice 1</option>
</select>
</div>
<input type="tel" placeholder="Phone number">
</div>
<div class="form-field half-width">
<input type="date" placeholder="date" required>
<input type="time" placeholder="time" required>
</div>
<div class="form-field">
<textarea name="notes" placeholder="Your notes"></textarea>
</div>
<button class="btn btn-round">Make an Appointment</button>
</form>
</div>
</div>
</section>
<!-- -------- Appointment Section End ------------- -->
<!-- -------- Footer Section Start ------------- -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<a href="index.html" class="logo foo-logo">
<img src="images/logo.png" alt="">
</a>
<nav class="foo-nav">
<ul>
<li><a href="#banner">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#procedures">Service</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
<div class="foo-social">
<a href="#"><i class="ti-facebook"></i></a>
<a href="#"><i class="ti-twitter-alt"></i></a>
<a href="#"><i class="ti-google"></i></a>
<a href="#"><i class="ti-instagram"></i></a>
</div>
<p class="copyright">© COPYRIGHT 2020 ALL RIGHTS RESERVED.</p>
</div>
</div>
</div>
</footer>
<!-- -------- Footer Section End ------------- -->
<!-- JS Attachments -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/scripts.js"></script>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
crossorigin="anonymous"></script>
</body>
</html>