forked from akhtarfaizan20/Blush-Beauty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmakeup.html
245 lines (216 loc) · 7.42 KB
/
makeup.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
<!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" />
<title>
Makeup: Buy Makeup products Online at Best Price | SUGAR Cosmetics
</title>
<script
src="https://kit.fontawesome.com/24c494a6b6.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="styles/navbar.css" />
<link rel="stylesheet" href="makeup.css" />
<link rel="stylesheet" href="styles/footer.css" />
</head>
<body>
<!--------------Header--------------->
<!-- Navbar -->
<nav id="navbar">
<!-- first navbar -->
<div id="uppernav">
<!-- logo -->
<a href="index.html">
<div id="brandlogo">
<img class="logopic" src="./image/BLUSH.png" alt="">
<div>Blush<span><img id="queen" src="https://cdn-icons-png.flaticon.com/128/7894/7894561.png"
alt=""></span>Beauty</div>
</div>
</a>
<!-- Search box -->
<div id="sbox">
<input class="search" type="text" placeholder=' Try "Liquid Lipstick"' name="search">
<button class="sbtn" type="submit"><i class="fa fa-search"></i>Search</button>
</div>
<!-- login -->
<div id="login">
<div><i class="fa-solid fa-user"></i></div>
<div id="logpage">Login/Register</div>
</div>
<!-- Right Icons -->
<div id="icons">
<i class="fa-regular fa-heart"></i>
<i class="fa-solid fa-bag-shopping"></i>
<i class="fa-solid fa-tag"></i>
</div>
</div>
<!-- second navbar -->
<div id="downnav">
<ul id="tabs">
<li><a href="makeup.html">Makeup</a></li>
<li><a href="#">Brushes</a></li>
<li><a href="#">Skincare</a></li>
<li><a href="#">Gifting</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Offers</a></li>
<li><a href="#">Stores</a></li>
</ul>
</div>
</nav>
<!-- top -->
<div id="top">
<img
id="top1image"
src=" https://d32baadbbpueqt.cloudfront.net/Collection/6a68d77f-80b5-4860-9a4d-6005844c937d.jpg"
/>
<img
id="top2image"
src=" https://d32baadbbpueqt.cloudfront.net/Collection/6a68d77f-80b5-4860-9a4d-6005844c937d.jpg"
/>
</div>
<!-- top end -->
<!--------------Header-end--------------->
<div id="displayBar">
<div class="homeIcon">
<a href="index.html">
<img class="home-img" src="https://i.ibb.co/9cxQD2K/home.png" />
</a>
<a
class="home-img1"
href="makeup.html"
style="font-size: 16px; color: black; font-weight: 700"
>/ Makeup</a
>
</div>
</div>
<div id="divsidebyside">
<div id="usort">
<div id="sort">
<select id="priceSort" onchange="handlerPriceSort()">
<option sesrc="" value="">Sorting</option>
<option value="high" style="font-size: 16px; font-weight: 200">
<span><i class="fa-solid fa-caret-down"></i></span>
Price: High To Low
</option>
<option value="low" style="font-size: 16px; font-weight: 200">
Price:Low To High
</option>
<option value="rating" style="font-size: 16px; font-weight: 200">
Rating
</option>
</select>
</div>
<div id="secsort">
<select name="" id="filter" onchange="filter()">
<option value="">Select Product</option>
<option value="kajal" style="font-size: 16px; font-weight: 200">
Kajal
</option>
<option value="mascara" style="font-size: 16px; font-weight: 200">
Mascara
</option>
<option value="eye" style="font-size: 16px; font-weight: 200">
Eyeliner
</option>
<option value="crayon" style="font-size: 16px; font-weight: 200">
Crayon Lipstick
</option>
<option value="vivid" style="font-size: 16px; font-weight: 200">
Vivid Lipstick
</option>
<option value="matte" style="font-size: 16px; font-weight: 200">
Matte Lipstick
</option>
<option value="blush" style="font-size: 16px; font-weight: 200">
Blush
</option>
<option value="primer" style="font-size: 16px; font-weight: 200">
Primer
</option>
<option value="found" style="font-size: 16px; font-weight: 200">
Foundation & Powder
</option>
</select>
<hr style="margin-top: 30px;">
</div>
</div>
<!-- <div id="displayitem"></div> -->
<div id="container-prod"></div>
<!-- <div id="ft_container"></div> -->
</div>
<hr style="margin-top: 50px;" class="line">
<!--footer!-->
<div id="mkfooter">
<div class="footerlogo">
<img src="./image/BLUSH.png" alt="#" />
</div>
<footer id="footer">
<div id="brand">
<p>BLUSH BEAUTY</p>
</div>
<div id="socialmedia">
<h3><i class="fa-brands fa-facebook"></i></h3>
<h3><i class="fa-brands fa-twitter"></i></h3>
<h3><i class="fa-brands fa-youtube"></i></h3>
<h3><i class="fa-brands fa-instagram"></i></h3>
<h3><i class="fa-solid fa-envelope"></i></h3>
<h3><i class="fa-brands fa-pinterest"></i></h3>
</div>
<hr class="line" />
<div id="footmenu">
<ul id="footertabs">
<li><a href="#">Stores</a></li>
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Returns</a></li>
<li><a href="#">FAQs</a></li>
<li><a href="#">About Us</a></li>
<li><a href="/Admin_Login.html">Admin Login</a></li>
</ul>
</div>
<hr class="line" />
<div id="footinfoo">
<p>GET IN TOUCH</p>
<div id="infocard">
<div>
<l>Call us at</l>
<p><a href="#">1800-209-9933</a></p>
<p>Monday to Friday : 9 AM to 7 PM</p>
</div>
<div>
<l>Support</l>
<p><a href="#">hello@sugarcosmetics.com</a></p>
</div>
<div>
<l>Careers</l>
<p id="white">We're hiring!</p>
</div>
<div>
<l>Press & Media</l>
<p><a href="#">pr@sugarcosmetics.com</a></p>
</div>
<div>
<l>Influencer Collab</l>
<p><a href="#">Join Us</a></p>
</div>
</div>
</div>
<hr class="line" />
<div id="app">
<div>
<h4>GET THE NEW SUGAR APP TODAY!</h4>
<p>Tap into a better shopping experience.</p>
</div>
<div id="appimg">
<img src="https://in.sugarcosmetics.com/playstore.png" alt="" />
<img src="https://in.sugarcosmetics.com/apple-store.png" alt="" />
</div>
</div>
<hr class="line" />
<p id="tag">Copyright © 2022 SUGAR Cosmetics. All rights reserved.</p>
</footer>
</div>
</body>
</html>
<script type="text/javascript" src="makeup.js"></script>