-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiscounts.html
226 lines (165 loc) · 5.06 KB
/
discounts.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="css/slider.css" rel="stylesheet">
</head>
<style>
<style>
* {
box-sizing: border-box;
}
.columns {
float: left;
width: 33.3%;
padding: 8px;
}
.price {
list-style-type: none;
border: 1px solid #eee;
margin: 0;
padding: 0;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.price:hover {
box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}
.price .header {
text-align: left;
background-color: beige;
color: black;
font-size: 13px;
}
.price li {
border-bottom: 1px solid #eee;
padding: 16px;
text-align: center;
}
.price .grey {
background: rgb(213,242,221);
background: linear-gradient(90deg, rgba(213,242,221,1) 16%, rgba(124,167,185,0.5329482134650736) 70%);
font-size: 15px;
}
.button {
background-color: #4CAF50;
border: none;
color: white;
padding: 10px 25px;
text-align: center;
text-decoration: none;
font-size: 18px;
}
@media only screen and (max-width: 600px) {
.columns {
width: 100%;
}
}
</style>
<body class="">
<div class="topnav" style=" margin-bottom: 20px;" >
<a style="padding-top:0px; padding-bottom: 0px"><img src="images/download.jpeg.jpg" width="100px" height="100px"></a>
<a href="index.html">Home</a>
<a href="gallery.html">Gallery</a>
<a href="products.html">Products</a>
<a class="active" href="discounts.html">Discounts</a>
<a href="aboutus.html">About us</a>
<a href="contactus.html">Contact us</a>
<a href="login.php">Log In</a>
<a href="register.php">Register</a>
<div class="search-container">
<form action="search.php" method="POST">
<input type="text" placeholder="Search.." name="name">
<button type="submit" value="submit" name="submit"><i class="fa fa-search"></i></button>
</form>
</div>
</div>
<div class="section1" style=" margin-bottom: 20px;">
<h2 style="text-align:center">Seasonal discounts on Salon Capello</h2>
<div class="columns">
<ul class="price">
<li class="grey">Make Your wedding Day Special With a 50% discount on every bridal makeover from Capello </li>
<li><img src="images/bride.jpg" width="300px" height="300px"></li>
<li class="header">*Valid Till- 14th of september </li>
</ul>
</div>
<div class="columns">
<ul class="price">
<li class="grey">Worried about your hair condition?....A hair Treatment with a 10% discount will help you ladies out there</li>
<li><img src="images/hairtreatment.jpg" width="300px" height="300px"></li>
<li class="header">*Valid Till- 10th of July </li>
</ul>
</div>
<div class="columns">
<ul class="price">
<li class="grey">A good facial with a 15% discount was never too much ladies.....hurry up!</li>
<li><img src="images/facial.jpg" width="300px" height="300px"></li>
<li class="header">*Valid Till- 12th of July </li>
</ul>
</div>
</div>
<footer class="footer-distributed">
<div class="footer-left">
<a><img src="images/download.jpeg.jpg" alt="" width="100px" height="100" ></a>
<p class="footer-links">
<a href="index.html" class="link-1">Home</a>
<a href="gallery.html">Gallery</a>
<a href="products.html">Products</a>
<a href="aboutus.html">About us</a>
<a href="contactus.html">Contact us</a>
</p>
<p class="footer-company-name">Capello Name © 2021</p>
</div>
<div class="footer-center">
<div>
<i class="fa fa-map-marker"></i>
<p>Capello Salon (PVT) LTD,<br> De Krester Place, Colombo</p>
</div>
<div>
<i class="fa fa-phone"></i>
<p>077 786 1863</p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p><a href="Capello:support@company.com">support@Capello.com</a></p>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>Our Story</span>
Above Everything, Capello always tries to give clients the most affordable prices with the best quality products and treatments.
</p>
<div class="footer-icons">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-youtube"></i></a>
</div>
</div>
</footer>
<script src="js/slider.js"></script>
<script>
function myFunction() {
// Declare variables
var input, filter, ul, li, a, i, txtValue;
input = document.getElementById('myInput');
filter = input.value.toUpperCase();
ul = document.getElementById("myUL");
li = ul.getElementsByTagName('li');
// Loop through all list items, and hide those who don't match the search query
for (i = 0; i < li.length; i++) {
a = li[i].getElementsByTagName("a")[0];
txtValue = a.textContent || a.innerText;
if (txtValue.toUpperCase().indexOf(filter) > -1) {
li[i].style.display = "";
} else {
li[i].style.display = "none";
}
}
}
</script>
</body>
</html>