forked from theabhishekmaurya/tata-cliq-clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
524 lines (505 loc) · 25.7 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
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
<!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">
<link rel="stylesheet" href="css/all.css">
<title>Online Shopping Site for Electronic Products, Lifestyle, Beauty & Home - Tata CLiQ</title>
<link rel="stylesheet" href="home.css">
</head>
<body>
<div id="navbar">
<div id="headermain">
<div id="left"><img src="tatacliq icon.png" alt="" height="90px" width="130px" id="tataicon"></div>
<div id="right">
<div id="top">
<div id="topleft">
<div>Tata CLiQ Luxury</div>
</div>
<div id="topright">
<div>CLiQ Cash</div>
<div>Gift Card</div>
<div>CLiQ Care</div>
<div>Track Orders</div>
<div id="signin_up">Sign In/Sign Up</div>
</div>
</div>
<div class="signup">
<div id="loginbtn"><p>Login/Register</p>
</div>
<div>
<img src="https://www.tatacliq.com/src/general/components/img/profile.39b59dc38fd3.png" alt="">
<p>My Account</p>
</div>
<div>
<img src="https://www.tatacliq.com/src/general/components/img/order-history.a92cd34e19fa.svg" alt="">
<p> Order History</p>
</div>
<div>
<img src="https://www.tatacliq.com/src/general/components/img/download.31e3d505d91e.svg" alt="">
<p>Saved List</p>
</div>
<div>
<img src="https://www.tatacliq.com/src/account/components/img/alert.89aa376e9ac0.svg" alt="">
<p>Alerts & Coupons</p>
</div>
<div>
<img src="https://www.tatacliq.com/src/account/components/img/giftCards.c9b393b81026.svg" alt="">
<p>Gift Card</p>
</div>
<div>
<img src="https://www.tatacliq.com/src/account/components/img/cliqCash.89de362374b9.svg" alt="">
<p>CLiQ Cash</p>
</div>
</div>
<div id="buttom">
<div id="buttomleft">
<div id="categories"><p style="font-size: 15px;">Categories <i class="fas fa-angle-down" "></i></p></div>
<div id="brands"><p style="font-size: 15px;">Brands <i class="fas fa-angle-down"></i></p></div>
</div>
<div id="buttomright">
<div>
<input type="text" id="searchbar" placeholder="Search">
<i class="fas fa-search" id="search"></i>
</div>
<div><i class="far fa-bookmark" ></i></div>
<div><i class="fas fa-shopping-bag" id="bag"></i></div>
</div>
</div>
</div>
</div>
<div id="brand">
<div class="catTitle">
<h3 class="catHead">Men's Fashion ></h3>
<hr>
<h3 class="catHead">Women's Fashion</h3>
<hr>
<h3 class="catHead">TV & Appliances</h3>
<hr>
<h3 class="catHead">Mobile Phones</h3>
<hr>
<h3 class="catHead">Electronics</h3>
<hr>
<h3 class="catHead">Kid's Fashion</h3>
<hr>
<h3 class="catHead">Beauty</h3>
<hr>
<h3 class="catHead">Home Furnishings</h3>
</div>
<div id="items">
<div class="catList">
<h4>Popular Brands</h4>
LG <br>
Samsung <br>
Sony <br>
Hitachi <br>
Daikin <br>
Carrier <br>
Blue Star <br>
Bosch <br>
Xiaomi <br>
Panasonic <br>
Bajaj <br>
Kent <br>
Havells <br>
</div>
<div class="catList">
<h4>Featured Brands</h4>
VU <br>
Lloyd <br>
TCL <br>
Sanyo <br>
Godrej <br>
Prestige <br>
Wonderchef <br>
Tata Swach <br>
Livpure <br>
Luminous <br>
Glen <br>
Syska <br>
Symphony <br>
</div>
<div class="catList" style="background-color: rgb(239, 243, 245);width: 300px;">
<div id="imgDiv">
<img src="https://assets.tatacliq.com/medias/sys_master/images/13957513642014.jpg" alt="">
<img src="https://assets.tatacliq.com/medias/sys_master/images/31789069139998.jpg" alt="">
<img src="https://assets.tatacliq.com/medias/sys_master/images/26728706506782.jpg" alt="">
<img src="https://assets.tatacliq.com/medias/sys_master/images/13957513838622.jpg" alt="">
<img src="https://assets.tatacliq.com/medias/sys_master/images/13957513773086.jpg" alt="">
<img src="https://assets.tatacliq.com/medias/sys_master/images/31789069303838.jpg" alt="">
</div>
</div>
</div>
</div>
<div id="category">
<div class="catTitle">
<h3 class="catHead">Men's Fashion ></h3>
<hr>
<h3 class="catHead">Women's Fashion</h3>
<hr>
<h3 class="catHead">TV & Appliances</h3>
<hr>
<h3 class="catHead">Mobile Phones</h3>
<hr>
<h3 class="catHead">Electronics</h3>
<hr>
<h3 class="catHead">Kid's Fashion</h3>
<hr>
<h3 class="catHead">Beauty</h3>
<hr>
<h3 class="catHead">Home Furnishings</h3>
</div>
<div id="items">
<div class="catList">
<h4>Footwear</h4>
<span id="casual">Casual Shoes</span> <br>
Sneakers <br>
Formal Shoes <br>
Running Shoes <br>
Training Shoes <br>
Sports Shoes <br>
Boots <br>
Flip Flop <br>
<h4>Ethnic Wear</h4>
Kurta <br>
Kurta sets<br>
<h4>Clothing</h4>
T-shirts & Polos <br>
Casual Shirts<br>
</div>
<div class="catList">
Jeans <br>
Trousers & Chinos <br>
Shorts <br>
Sweat Shirts <br>
Casual Jackets <br>
Formal Shirts <br>
Formal Trousers <br>
<h4>Inner & Nightwear </h4>
<h4>View All Clothing </h4>
<h4>Sports Wear </h4>
T-shirts & Jerseys <br>
Shorts <br>
Sports Jackets <br>
Joggers <br>
Trunks <br>
</div>
<div style="width:220px" class="catList">
<h4>Watches</h4>
Smart Watches <br>
Workwear Watches <br>
Casual Watches <br>
Partywear Watches <br>
Digital watches <br>
Multifunctional watches <br>
<h4>The Watch Store</h4>
<h4>Bags & Backpacks</h4>
Backpacks <br>
Wallets <br>
Messenger Bags <br>
Cross Body Bags <br>
Luggage & Trolleys <br>
Trolleys Bags & Suitcases <br>
</div>
<div class="catList">
Duffle Bags <br>
Rucksack & Trekking Backpacks <br>
<h4>Fashion Accessories</h4>
Belts <br>
Hats & Caps <br>
Ties & Cufflinks <br>
Writing Instruments <br>
Men's Gift Sets <br>
<h4>Jewellery</h4>
Mens Jewellery <br>
Coins and Bars <br>
<h4>Sunglasses</h4>
Aviator
</div>
</div>
</div>
<div id="main">
<div class="slider">
</div>
<div id="bottom">
<div id="bottominner">
<img src="https://assets.tatacliq.com/medias/sys_master/images/32067060269086.jpg" alt="">
<img src="https://assets.tatacliq.com/medias/sys_master/images/32067062693918.jpg" alt="">
<img src="https://assets.tatacliq.com/medias/sys_master/images/32067059810334.jpg" alt="">
<img src="https://assets.tatacliq.com/medias/sys_master/images/32067059875870.jpg" alt="">
<img src="https://assets.tatacliq.com/medias/sys_master/images/32067060203550.jpg" alt="">
<img src="https://assets.tatacliq.com/medias/sys_master/images/32067059941406.jpg" alt="">
<img src="https://assets.tatacliq.com/medias/sys_master/images/32067060006942.jpg" alt="">
<img src="https://assets.tatacliq.com/medias/sys_master/images/32067060072478.jpg" alt="">
<img src="https://assets.tatacliq.com/medias/sys_master/images/32067060138014.jpg" alt="">
</div>
</div>
</div>
<div id="containerbig">
<div id="containersmall">
<img src="https://assets.tatacliq.com/medias/sys_master/images/32067063676958.jpg" alt=""/>
</div>
<div id="containersmall">
<div class="pic">
<img src="https://assets.tatacliq.com/medias/sys_master/images/32052755071006.jpg" alt=""/>
</div>
<div class="pic">
<img src="https://assets.tatacliq.com/medias/sys_master/images/32052755365918.jpg" alt=""/>
</div>
</div>
</div>
<!-- First one -->
<div class="title">
<img src="https://assets.tatacliq.com/medias/sys_master/images/32041261563934.jpg" alt="">
</div>
<div class="navbtn">
<div class="first"><</div>
<div class="second">></div>
</div>
<div class="boxes">
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32043284693022.jpg" alt="">
</div>
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32013458374686.jpg" alt="">
</div>
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/31924748845086.jpg" alt="">
</div>
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32043284627486.jpg" alt="">
</div>
</div>
<!-- Second one -->
<div class="title">
<img src="https://assets.tatacliq.com/medias/sys_master/images/32041261563934.jpg" alt="">
</div>
<div class="navbtn">
<div class="first"><</div>
<div class="second">></div>
</div>
<div class="boxes">
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32054065889310.jpg" alt="">
</div>
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32054062710814.jpg" alt="">
</div>
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32067081666590.jpg" alt="">
</div>
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32067081732126.jpg" alt="">
</div>
</div>
<!-- Third one -->
<div class="title">
<img src="https://assets.tatacliq.com/medias/sys_master/images/32054061891614.jpg" alt="">
</div>
<div class="navbtn">
<div class="first"><</div>
<div class="second">></div>
</div>
<div class="boxes">
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32031825592350.jpg" alt="">
</div>
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32031825756190.jpg" alt="">
</div>
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32031825887262.jpg" alt="">
</div>
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32031826149406.jpg" alt="">
</div>
</div>
<!-- Fouth one -->
<div class="title">
<img src="https://assets.tatacliq.com/medias/sys_master/images/32054061891614.jpg" alt="">
</div>
<div class="navbtn">
<div class="first"><</div>
<div class="second">></div>
</div>
<div class="boxes">
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32067065249822.jpg" alt="">
</div>
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32067065315358.jpg" alt="">
</div>
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32067079700510.jpg" alt="">
</div>
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32067065380894.jpg" alt="">
</div>
</div>
<div class="boxes">
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32067065446430.jpg" alt="">
</div>
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32054066544670.jpg" alt="">
</div>
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32054066610206.jpg" alt="">
</div>
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32054066675742.jpg" alt="">
</div>
</div>
<!-- Fifth one -->
<div class="boxes7">
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32067060596766.jpg" alt="">
</div>
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32067060400158.jpg" alt="">
</div>
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32067060465694.jpg" alt="">
</div>
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32067060531230.jpg" alt="">
</div>
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32067065511966.jpg" alt="">
</div>
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32067060334622.jpg" alt="">
</div>
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32067060662302.jpg" alt="">
</div>
</div>
<!-- sixth one -->
<div class="title">
<img src="https://assets.tatacliq.com/medias/sys_master/images/32041261563934.jpg" alt="">
</div>
<div class="navbtn">
<div class="first"><</div>
<div class="second">></div>
</div>
<div class="boxes">
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32054051733534.jpg" alt="">
</div>
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32054051799070.jpg" alt="">
</div>
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32031803539486.jpg" alt="">
</div>
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32054051864606.jpg" alt="">
</div>
</div>
<div class="boxes">
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32067079962654.jpg" alt="">
</div>
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32067065643038.png" alt="">
</div>
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32067065708574.png" alt="">
</div>
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32067065774110.png" alt="">
</div>
</div>
<!-- seventh one -->
<div class="title">
<img src="https://assets.tatacliq.com/medias/sys_master/images/32041261563934.jpg" alt="">
</div>
<div class="navbtn">
<div class="first"><</div>
<div class="second">></div>
</div>
<div class="boxes">
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32054052257822.jpg" alt="">
</div>
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32067067084830.jpg" alt="">
</div>
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32067067150366.jpg" alt="">
</div>
<div>
<img src="https://assets.tatacliq.com/medias/sys_master/images/32067067215902.jpg" alt="">
</div>
</div>
<div style="font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif">
<div id="footer1">
<div class="footer1a"> Tata Trust</div>
<div class="footer1a"> QUiQ PiQ</div>
<div class="footer1a">Authentic Brands</div>
<div class="footer1a">Easy Returns</div>
</div>
<div id="footer2">
<div class="footer2a">
<h5>Tata MarketPlace</h5>
<p class="footerp">About Us</p>
<p class="footerp">Careers</p>
<p class="footerp">Sell With Us</p>
<p class="footerp">Terms of Use</p>
<p class="footerp">Privacy Policy</p>
<p class="footerp">Affiliates</p>
<p class="footerp">Sitemap</p>
</div>
<div class="footer2a"> <h5>Customer Service</h5>
<p class="footerp"> Shopping</p>
<p class="footerp"> Frequently Asked Questions</p>
<p class="footerp"> Offers & Promotions</p>
<p class="footerp">Payments</p>
<p class="footerp"> Cancellation</p>
<p class="footerp">Returns & Refunds</p>
<p class="footerp">CliQ And PiQ</p>
<p class="footerp"> Return To Store</p>
<p class="footerp">Electronics Return Policy</p>
<p class="footerp">Contact Us</p>
<p class="footerp">Reviews Guidelines</p>
</div>
<div class="footer2a"> <h5>My Tata CLiQ</h5>
<p class="footerp"> My Account</p>
<p class="footerp"> My Orders</p>
<p class="footerp"> My Shopping Bag</p>
<p class="footerp"> My Wishlist</p>
</div>
<div class="footer2a" style="width:444px; height:400;"> <h5>Tata CLiQ Offerings</h5>
<p class="footerp" style="line-height:30px;">
Westside | Sweaters | Pantaloons | Fastrack Watches | Red Tape Shoes | Smart Watch | Watches | Leggings | Biba | Sweater for Women | Adidas | TV | T Shirt | Shoes for Men | Handbags | Earphones | Power Bank | Home Theatre | Fridge | Laptop | Boat Headphones | Refrigerators | AC | Microwave Oven | Red Chief Shoes | Mobile Phones | Puma Shoes | Skinn by Titan | Sports Shoes | Ajmal Perfumes | Beardo | Washing Machine | Realme Mobile Price | Mamaearth | Shoes for Women | Earphone | AND | Boat Earphones | Forever 21 | Titan Watches | JBL | Levis
</p></div>
</div>
<div id="footer3">
<div class="footer3a"> Download App
<a href="https://play.google.com/store/apps/details?id=com.tul.tatacliq"><img class="footerimg" style="padding-right: 10px; padding-left: 10px;" src="https://img.icons8.com/ios-filled/20/000000/android-os.png"/></a>
<a href="https://apps.apple.com/us/app/tata-cliq-online-shopping/id1101619385?ls=1"><img class="footerimg" src="https://img.icons8.com/material-outlined/24/000000/mac-os--v2.png"/></a>
</div>
<div class="footer3a" style="text-align: center;">
<a href="https://www.facebook.com/TataCLiQ/"> <img class="footerimg" src="https://img.icons8.com/ios-filled/50/000000/facebook--v1.png"/></a>
<a href="https://twitter.com/tatacliq"> <img class="footerimg" src="https://img.icons8.com/ios-filled/50/000000/twitter.png"/></a>
<a href="https://www.instagram.com/tatacliq/"> <img class="footerimg" src="https://img.icons8.com/fluency-systems-filled/50/000000/instagram-new.png"/></a>
<a href="https://www.youtube.com/channel/UCUwkaWqIcl9dYQccKkM0VRA"> <img class="footerimg" src="https://img.icons8.com/material-rounded/24/000000/youtube-play.png"/></a>
<a href="https://www.linkedin.com/company/tatacliq/"> <img class="footerimg" src="https://img.icons8.com/material-sharp/24/000000/linkedin--v1.png"/></a>
</div>
<div class="footer3a";>            © 2021 Tata CLiQ | All rights reserved</div>
</div>
</div>
<div class="footer5"><h5>TATA CLiQ: Shop Online with India's most trusted destination. Buy Brands you love at prices you want!</h5>
<p class="footer4">Shop online whenever you want to - yes, that 24x7 experience is so convenient now, isn't it?! Get genuine products from all the Top Brands delivered to your doorstep, with free shipping. Our clean, immersive design allows for easy navigation across categories and brand stores so you can find the best products from a wide range of smartphones, mobile phones, laptops, women's clothing, men's clothing, kids wear, footwear, watches and accessories online. You can also check our great offers or deal of the day section and get the best prices on various products across lifestyle, fashion, electronics, appliances & more. With such offerings and TATA CLiQ exclusive bank offers and TATA CLiQ coupons, do remeber to buy mobile online, do online electronics shopping and online dress shopping of top Brands at the best prices available throughout the year.</p>
<h5>Online Shopping: Fast & convenient with the click of a button</h5>
<p class="footer4">The upside of online shopping at TATA CLiQ online store, is that you'll save on time and most importantly money with TataCliq offers. It's as simple as comparing products and prices online before making the right buy. What's more, you also have the option to pay for your favourite brands and products using our easy EMI options. Of course, you can buy and try - in the convenience of your home. Returns are easy too: We'll pick up your returns for free or you can also drop off the goods at the nearest brand store.</p>
<h5>Tata CLiQ Shopping App: Everything you want with just a few clicks on Android & iOS</h5>
<p class="footer4">Shopping on the Tata CLiQ App is an absolute delight. Download the Tata CLiQ Android app from the Play Store or the iOS App from Apple App Store and get set to enjoy a range of benefits. Apart from the best deals, amazing offers and the latest styles online, the app also gives you the flexibility to shop at your convenience. Shop during a commute, in the middle of a holiday or at any time you want to. You can also use the easy share options to share your shopping with your friends and family to ensure you're buying something that's perfect. With constant updates and a host of new features being introduced constantly, you also get to enjoy a shopping experience that you'll absolutely love. Download the Tata CLiQ App today and prepare to rediscover the way you shop.</p>
<h5>TATA CLiQ: Most genuine place for Electronics and Lifestyle Online Shopping, with India's most trusted destination. Buy Brands you love at prices you want!</h5>
<p class="footer4">Shopping for your Lifestyle needs will be made delightfult with TATA CLiQ. With exclusive Brand store for Westside Online we have most of your trndy shopping needs taken care of. Make TATA CliQ your online clothes shopping destination and get the best deals on your favorite brands, with the 100% genuine products. Be it gold coins or mobile phones online, you can count on TATA CliQ for receiving only the most authentic products. Upgrade your lifestyle with shoes online shopping and online clothes shopping only at TATA CLiQ. Online Shopping for men has never been more easy! Men like to choose Brands and keep their wardrobe upto date with the latest trends. TATA CLiQ has made the Online shopping expirience amazing for Men. Women's Lifetyle Online shopping needs have been taken care of as well, with the larget assortment of womenwear online</p></div>
</div>
</body>
</html>
<script src="home.js">
</script>