-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.php
216 lines (188 loc) · 9.58 KB
/
index.php
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/index.css">
<link rel="stylesheet" type="text/css" href="css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="css/owlcarousel.css"><!-- remove -->
<link rel="stylesheet" type="text/css" href="css/owlcarouseltheme.css">
<title>Salon Manori</title>
</head>
<body>
<?php include 'navbar.php'; ?>
<!--baner-->
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="images/ind1.jpg" class="d-block w-100" alt="First slide">
<div class="carousel-caption d-none d-md-block" style="padding-bottom: 70px;">
<h1>Provide You Best Out Of Best</h1>
<p>Leading Beauty salon in sri lanka</p>
</div>
</div>
<div class="carousel-item">
<img src="images/ind2.jpg" class="d-block w-100" alt="Second slide">
<div class="carousel-caption d-none d-md-block" style="padding-bottom: 70px;">
<h1>Different Services</h1>
<p>Proffesional beauticians</p>
</div>
</div>
<div class="carousel-item">
<img src="images/ind3.jpg" class="d-block w-100" alt="Third slide">
<div class="carousel-caption d-none d-md-block" style="padding-bottom: 70px;">
<h1 style=" color: #1a1a1a"><b>Experience The Wonder</b></h1>
<p style=" color: #1a1a1a" ><b>Improve your Selfies</b></p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!--baner-->
<!--cards-->
<div class="container-fluid" style="background-color: #e6e6e6; padding-top: 10px;margin-top: 2%;" id="cont1">
<h2 class="text-center" style="color: black; font-size: 40px">SERVICES</h2><br>
<div class="row justify-content-center" style="margin-left: 30px; margin-right: 3px; padding-left:35px; padding-right:35px;">
<div class="col-md-3">
<div class="card shadow" style="width: 17rem; height: 25rem;">
<div class="inner">
<img src="images/inds1.jpg" class="card-img-top" alt="card image cap" style="height: 14rem">
</div>
<div class="card-body text-center">
<h5 class="card-title">SKIN TREATMENT</h5>
<p class="card-text" style="font-size: 15px; text-align: justify;">Our goal is to help you to achieve healthier,more beautiful
skin. Through progressive skin care treatments and high-quality products, you can achieve a glow that lasts beyond your first facial.</p>
<a href="#" class="btn btn-success ">Read more..</a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card shadow" style="width: 17rem; height: 25rem;">
<div class="inner">
<img src="images/inds2.jpg" class="card-img-top" alt="card image cap" style="height: 14rem">
</div>
<div class="card-body text-center">
<h5 class="card-title">HAIR TREATMENT</h5>
<p class="card-text" style="font-size: 15px; text-align: justify;">Achieving healthy and beautiful hair is a never ending journey. Aside from having a regular hair care routine and using only the best hair care products we'll provide different hair treatments.</p>
<a href="#" class="btn btn-success">Read more..</a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card shadow" style="width: 17rem; height: 25rem;">
<div class="inner">
<img src="images/inds3.jpg" class="card-img-top" alt="card image cap" style="height: 14rem">
</div>
<div class="card-body text-center">
<h5 class="card-title" >NAIL CARE</h5>
<p class="card-text" style="font-size: 15px; text-align: justify;">Having your nails done is an instant confident booster and regular nail treatments remove fungi.We offer nail care services such as manicures and pedicures including acrylics, silk or gel wraps.</p>
<a href="#" class="btn btn-success">Read more..</a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card shadow" style="width: 17rem; height: 25rem;">
<div class="inner">
<img src="images/inds4.jpg" class="card-img-top" alt="card image cap" style="height: 14rem">
</div>
<div class="card-body text-center">
<h5 class="card-title" >WAXING</h5>
<p class="card-text" style="font-size: 15px; text-align: justify;">We pay our attention in every detail, be it the steps we take to provide the perfect wax service, to the products we've choosen to pamper the skin of every client before,during and after a session.</p>
<a href="#" class="btn btn-success">Read more..</a>
</div>
</div>
</div>
</div>
<!--cards-->
<!-- testimonial -->
<div class="container-fluid" style="background-color: #e6e6e6; padding-top: 10px;margin-top: 2%;" id="cont1">
<div class="testimonials">
<div id="inner">
<h2 class="text-center" style="color: black; font-size: 30px">TESTIMONIALS</h2>
<div class="row">
<div class="col">
<div class="testimonial text-center">
<img src="images/indt1.jpg" alt="" style="border-radius: 50%; width: 130px; height: 130px;">
<div class="cusname" style="color: black;">Lakmali</div>
<div class="stars" style="color: red">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p class="detail" style="font-style: italic;">
" Clean, proffessional environment and enthusiastic staff! We are extremely happy with the service.Lovely salon, I'm looking forward to get all my beauty needs done. "
</p>
</div>
</div>
<div class="col">
<div class="testimonial text-center">
<img src="images/indt2.jpg" alt="" style="border-radius: 50%; width: 130px; height: 130px;">
<div class="cusname" style="color: black;">Prashanthi</div>
<div class="stars" style="color: red">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i>
<i class="far fa-star"></i>
</div>
<p class="detail" style="font-style: italic;">
" Am very happy with my nails. Staff were proffessional, well trained and friendly, would absolutely visit again. I am most impressed with your team. Keep up the wonderful work"
</p>
</div>
</div>
<div class="col">
<div class="testimonial text-center">
<img src="images/indt3.jpg" alt="" style="border-radius: 50%; width: 130px; height: 130px;">
<div class="cusname" style="color: black;">Keshavi</div>
<div class="stars" style="color: red">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p class="detail" style="font-style: italic;">
" I had nails, eyebrows and wedding make-up. Everything was excellent. I had a trial make up the week before my wedding and it was a great relief and I was impressed. "
</p>
</div>
</div>
<div class="col">
<div class="testimonial text-center">
<img src="images/indt4.png" alt="" style="border-radius: 50%; width: 130px; height: 130px;">
<div class="cusname" style="color: black;">Prasadi</div>
<div class="stars" style="color: red">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i>
<i class="far fa-star"></i>
</div>
<p class="detail" style="font-style: italic;">
" Loved the friendly chats. I had my nails done and the room was full of giggles. Really enjoyed the service offered. I am impressed with your team. Keep up the wonderful work!"
</p>
</div>
</div>
</div>
</div>
</div>
<!-- testimonial -->
<?php include 'footer.php'; ?>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/owlcarousel.js"></script>
</body>
</html>