-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproducts.html
389 lines (331 loc) · 14.1 KB
/
products.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
<!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>Products - Hok Makeup</title>
<link rel="shortcut icon" type="image" href="C:\Users\Ankit Mishra\Downloads\logo.png">
<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=Poppins:wght@200;300;400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css"
integrity="sha512-HK5fgLBL+xu6dm/Ii3z4xhlSUyZgTT9tuc/hSrtw6uzJOvgRr2a9jyxxT1ely+B+xFAmJKVSTbpM/CuL7qxO8w=="
crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./styles/products.css">
</head>
<body>
<div class="topbar">
<div class="free600">FREE SHIPPING ON ORDERS ABOVE RS 600/-</div>
<div class="log_sign">
<ul class="nav">
<li><a href="track.html">Track Order</a></li>
<li class="font10"> <i class='fas font15'></i> </li>
<li id="clicklog">Login</li>
<li>or</li>
<li> <a href="account.html">Create an account</a></li>
</ul>
</div>
</div>
<!-- login -->
<div id="loginn">
<p id="CUSTOMER">CUSTOMER LOGIN</p>
<button class="cutty" id="cut">X</button> <br>
<hr>
<p id="ifyour">If you are already registered, please log in.</p> <br>
<lable class="my_mail">Email<sup class="colorRR">*</sup></lable> <br> <br>
<input type="email" placeholder="Email" class="passs" id="email"><br> <br>
<lable class="my_mail">Password<sup class="colorRR">*</sup></lable> <br> <br>
<input type="password" placeholder="Password" class="passs" id="password"><br> <br>
<p>Forgot your password?</p> <br>
<button id="myform" onclick="loggin(event)">LOGIN</button>
<br> <br>
<div id="for_this">
<p>Create your account and enjoy a new shopping experience.</p> <br>
<a href="account.html"><button id="account">CREATE A NEW ACCOUNT</button></a> <br>
</div>
</div>
<!-- login end -->
<div class="logo_search">
<div class="logo">
<a href="index.html"><img
src="https://cdn.shopify.com/s/files/1/1743/7443/files/website_logo.png?v=1609240506"
alt="There could be logo"></a>
</div>
<div class="search">
<ul class="search_wish_cart">
<li> <input type="text" placeholder="search for products & brands etc," id="search_input">
<a href="#"><button class="search_btn"><i class="fas fa-search"></button></i></a>
<div id="Top_search" class="hide_search">
<p>TRENDING</p>
<a href="#">New arrival</a>
<a href="#">Makeup Kit</a>
<a href="#">Make Revolution</a>
<a href="#">Milani</a>
<a href="#">L.A. Girl</a>
</div>
</li>
<li><a href="hokwish.html" id="my_wishh"> ♡ </a> </li>
<li><a href="#"> <i style="font-size:29px" class="fa" id="cart_icon"></i> </a></li>
<div id="cart">
<p></p>
<a href="hokcart.html"><button>View Cart</button></a>
</div>
</ul>
</div>
</div>
<div class="navlist">
<a href="new_arrival.html">NEW ARRIVALS</a>
<a href="#" id="make_up">MAKE UP</a>
<a href="#" id="for_skin">SKIN</a>
<a href="brands.html">BRANDS</a>
<a href="#" id="kits&combos">KITS&COMBOS</a>
<a href="offers.html">OFFERS <sup id="hotty">HOT</sup></a>
<a href="#">TUTORIALS</a>
</div>
<div class="makeup">
<div>
<p><a href="#" class="color-pink">Eyes</a></p>
<p><a href="#">EyeBrow Enhancer</a></p>
<p><a href="#">Eye liner</a></p>
<p><a href="#">Eye primer</a></p>
<p><a href="#">Eye shadow</a></p>
<p><a href="#">False eyelashes</a></p>
<p><a href="#">Kajal</a></p>
<p><a href="#">Mascara</a></p>
</div>
<div>
<p><a href="#" class="color-pink">Face</a></p>
<p><a href="#">Blush</a></p>
<p><a href="#">B.B / C.C cream</a></p>
<p><a href="#">Bronzer</a></p>
<p><a href="#">Compact</a></p>
<p><a href="#">Concealer</a></p>
<p><a href="#">Contour</a></p>
<p><a href="#">Foundation</a></p>
<p><a href="#">Highlighter</a></p>
<p><a href="#">Loose power</a></p>
<p><a href="#">Primer</a></p>
<p><a href="#">Makeup remover</a></p>
<p><a href="#">Setting Spray</a></p>
</div>
<div>
<p><a href="#" class="color-pink">Lips</a></p>
<p><a href="#">Lip Balm</a></p>
<p><a href="#">Lip Gloss</a></p>
<p><a href="#">Lip liner</a></p>
<p><a href="#">Lipstick</a></p>
<p><a href="#">Liquid Lipstick</a></p>
</div>
<div>
<p><a href="#" class="color-pink">Nails</a></p>
<p><a href="#">Nail Polish</a></p>
</div>
<div>
<p><a href="#" class="color-pink">Tools & Brushes</a></p>
<p><a href="#">Brush set</a></p>
<p><a href="#">Face brush</a></p>
<p><a href="#">Eye brush</a></p>
<p><a href="#">Lip brush</a></p>
<p><a href="#">Sponges and Applicators</a></p>
</div>
<div>
<p><a href="#" class="color-pink">Kits</a></p>
<p><a href="#">Eye Palettes</a></p>
<p><a href="#">Face palettes</a></p>
</div>
</div>
<div class="makeup">
<div>
<p><a href="#" class="color-pink">Face</a></p>
<p><a href="#">Cleanser</a></p>
<p><a href="#">cream</a></p>
<p><a href="#">Face mask</a></p>
<p><a href="#">Serum & Oil</a></p>
<p><a href="#">Face Wash</a></p>
<p><a href="#">Facial Mist</a></p>
<p><a href="#">Facial Wipes</a></p>
<p><a href="#">Gel</a></p>
<p><a href="#">Scrub</a></p>
<p><a href="#">Moisturizer</a></p>
</div>
<div>
<p><a href="#" class="color-pink">Eyes</a></p>
<p><a href="#">Eye Cream</a></p>
<p><a href="#">Eye Patch</a></p>
</div>
<div>
<p><a href="#" class="color-pink">Lip Care</a></p>
<p><a href="#">Lip Balm</a></p>
<p><a href="#">Petrolium Jelly</a></p>
</div>
<div>
<p><a href="#" class="color-pink">Bath & Body</a></p>
<p><a href="#">Shower Gel</a></p>
<p><a href="#">Foot Scrub</a></p>
<p><a href="#">Body Oil</a></p>
</div>
<div>
<p><a href="#" class="color-pink">Hair</a></p>
<p><a href="#">Hair Masque</a></p>
<p><a href="#">Hair Gel</a></p>
<p><a href="#">Shampoo</a></p>
</div>
</div>
<div id="kits_combos">
<p><a href="#">Combos</a></p>
<p><a href="#">Basic KIts</a></p>
<p><a href="#">Customisable Kits - </br> Basic</a></p>
<p><a href="#">Customisable Kits - </br> Professional</a></p>
</div>
<div>
<img src="https://cdn.shopify.com/s/files/1/1743/7443/files/KITS.jpg?v=1631268360" width="100%" Height="300px">
</div>
<div class="home_product">
<p class="homie"><a href="index.html">Home</a></p>
<p id="go-awayy"> > </p>
<p class="homie"><a href="products.html">Products</a></p>
<h1>Products</h1>
</div>
<div id="feature">
<p>View as</p>
<button onclick="onecol()">=</button>
<button onclick="threecol()">|||</button>
<button onclick="fourcol()">||||</button>
<p>SORT BY</p>
<button onclick="showfeature()" style="width:200px">Featured
| ▼</button>
<!-- <button onclick="sortLH()">lh</button> -->
</div>
<div class="showfeat">
<button>Featured</button>
<a href="#"><button>Best selling</button></a>
<button onclick="sortLH()">Price low to high</button>
<button onclick="sortHL()">Price high to low</button>
<a><button>What's new</button></a>
</div>
<div id="container">
<div id="side-btns">
<div>
<div>
<h4>CATEGORY</h4>
</div>
<input type="checkbox" id="eyes">
<a href="eyes.html" id="blue-eyes">
<lable>Eyes</lable>
</a> <br>
<input type="checkbox" id="lips">
<lable>Lips</lable>
</div>
<div>
<div>
<h4>BRAND</h4>
</div>
<input type="checkbox" id="Beauty-creations">
<lable>Beauty Creation</lable> <br>
<input type="checkbox" id="Hok-Makeup">
<a href="eyes.html" id="blue-eyes">
<lable>Hok Makeup</lable>
</a> <br>
<input type="checkbox" id="Revolution Beauty">
<lable>Revolution Beauty</lable>
</div>
<div>
<div>
<h4>PRICE</h4>
</div>
<input type="checkbox" id="0-499">
<a href="eyes.html" id="blue-eyes">
<lable>Rs.0 - Rs.499</lable>
</a> <br>
<input type="checkbox" id="500-999">
<lable>Rs.500 - Rs.999</lable> <br>
<input type="checkbox" id="1000-1999">
<lable>Rs.1000 - Rs.1999</lable>
</div>
<div>
<div>
<h4>DISCOUNT</h4>
</div>
<input type="checkbox" id="15%">
<a href="eyes.html" id="blue-eyes">
<lable>Upto 15%</lable>
</a> <br>
<input type="checkbox" id="30-50%">
<lable>30% - 50%</lable> <br>
<input type="checkbox" id="50%">
<lable>50% & Above</lable>
</div>
</div>
<div id="box"></div>
</div>
<br><br> <br><br><br><br><br><br>
<!-- footer -->
<div id="d1">
</div>
<div id="d2">
<h2 class="h2">
Need help? Call our support team at +91 9810245261
</h2>
<hr id="hrhr">
<div class="d3">
<div class="d4">
<h3>INFORMATION</h3>
<span><a href="#"> About Us </a> </span><br>
<span><a href="#"> Contact Us </a> </span><br>
<span><a href="#"> Return Policy</a> </span><br>
<span><a href="#">Terms & Conditions</a> </span><br>
<span><a href="#"> Careers At Hok</a> </span><br>
<span><a href="#"> Frequently Ask Questions </a></span><br>
<span><a href="#"> Privacy Policy</a> </span><br>
<span><a href="#"> Shipping Policy</a> </span><br>
<span><a href="#">Offers</a> </span><br>
</div>
<div class="d4">
<h3>OUR TOP CATEGORIES</h3>
<span><a href="#"> Eyes</a> </span><br>
<span><a href="#"> Face </a></span><br>
<span><a href="#"> Brushes </a></span><br>
<span><a href="#"> Kits </a> </span><br>
<span><a href="#"> Lips</a> </span><br>
<span><a href="#"> Nails </a></span><br>
</div>
<div class="d4" id="subscribe">
<h3>SUBSCRIBE TO OUR NEWSLETTER</h3>
Get the latest updates on new products and upcoming sales <br> <br> <br>
<input type="text" , placeholder="E-mail" class="inp1">
<a href=""> <button class="inp2">subscribe</button> </a><br> <br>
<div>
<a href="https://www.facebook.com" target="_blank"><i id="fa__ce class=" fa"></i></a>
<a href="https://twitter.com/?lang=en-in" target="_blank"> <i id="fa__ce" class="fa"></i>
</a>
<a href="https://www.instagram.com" target="_blank"><i id="fa__ce class=" fa"></i></a>
</div>
</div>
<div class="d4">
<h3>CONTACT</h3>
Hok Beauty Pvt Ltd. <br>
A-26, Ground Floor, <br>
Naraina Industrial Area <br>
Phase 2 New Delhi-110028br <br> <br>
+91 9810245261 <br>
Mon-Sat 10 AM to 7 PM <br><br>
Email: <br>
[email protected] <br>
</div>
</div>
<div class="d3">
HOK MAKEUP is the easiest way to buy international makeup brands in India. <br>
100% genuine products sourced directly from the brands.
</div>
</div>
<div id="l">
<div id="last">
All rights reserved © 2018 Hok Beauty Pvt. Ltd.
</div>
</div>
<!-- footer end -->
</body>
<script src="./scripts/products.js"></script>
</html>