-
Notifications
You must be signed in to change notification settings - Fork 0
/
Flipkart_Clone_Project.html
437 lines (404 loc) · 27.1 KB
/
Flipkart_Clone_Project.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="style_flipkart.css" rel="stylesheet">
<title>Online Shopping sites For Mobiles</title>
</head>
<body>
<div class="progress-bar"></div>
<header>
<nav>
<div class="logo">
<a href="https://flipkart.com" target="_blank"> <img id="logo1" src="logo.png" alt="Flipkart Logo"></a>
</div>
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html" >Contact</a></li>
</ul>
<div class="search">
<input type="text" name="name" placeholder="Search for products,brands and many more 🔍">
</div>
<div>
<button id="btn">Login</button>
</div>
<a href="button.html"id="btn1">Become a Seller</a>
<select id="btn2">
<option>
More
</option>
</select>
<a href="button.html"id="btn3">Cart</a>
</nav>
</header>
<main>
<div class="container">
<div class="slide">
<div>
<img src="p1.webp"alt="product1">
<p>Grocery</p>
</div>
<div>
<img src="p2.webp"alt="product2">
<p>Mobiles</p>
</div>
<div>
<img src="p3.webp"alt="product3">
<select>
<option>
<p>Fashion</p>
</option>
<option>
<p>Men's casual shirt</p>
</option>
<option>
<p>Men's formal shirt</p>
</option>
</option>
<option>
<p>Men's T-shirt</p>
</option>
</select>
</div>
<div>
<img src="p4.webp"alt="product4">
<select>
<option>
<p>Electronics</p>
</option>
<option>
<p>Mobile Accessories</p>
</option>
<option>
<p>PowerBanks</p>
</option>
<option>
<p>Storage</p>
</option>
<option>
<p>Remote Control</p>
</option>
</select>
</div>
<div>
<img src="p5.webp"alt="product5">
<select>
<option>
<p> Home&Furniture</p>
</option>
<option>
<p> Blankets</p>
</option>
<option>
<p> Bedsheets</p>
</option>
<option>
<p> Floor Coverage</p>
</option>
</select>
</div>
<div>
<img src="p6.webp"alt="product6">
<p>Appliances</p>
</div>
<div>
<img src="p7.webp"alt="product7">
<p>Travel</p>
</div>
<div>
<img src="p8.webp"alt="product8">
<p>Top Offers</p>
</div>
<div>
<img src="p9.webp"alt="product9">
<select>
<option>
<p>Beauty,Toys &More</p>
</option>
<option>
<p>Food & Drinks</p>
</option>
<option>
<p>Baby Care</p>
</option>
<option>
<p>Books</p>
</option>
</select>
</div>
<div>
<img src="p10.webp"alt="product10">
<select>
<option>
<p>Two Wheelers</p>
</option>
<option>
<p>Electric vehicles</p>
</option>
<option>
<p>Petrol vehicles</p>
</option>
</select>
</div>
</div>
<div class="Goods">
</div>
<div class="slider">
<img class="img1" src="q2.webp">
<img class="img2" src="y1.webp">
</div>
<div class="image">
<div class="image-block">
<div>
<img src="w1.webp">
<div class="lines1">
<p>Top Mirrorless Camera</p>
</div>
<div class="lines2">
<p>Shop Now!</p>
</div>
<div class="lines3">
<p>Canon,Sony,Fujifilm</p>
</div>
</div>
<div>
<img src="w3.webp">
<div class="lines1">
<p>Best of Trimmers</p>
</div>
<div class="lines2">
<p>From $399</p>
</div>
<div class="lines3">
<p>realme,Mi,Philips&more</p>
</div>
</div>
<div>
<img src="c8.webp">
<div class="lines1">
<p>Home Sleepers</p>
</div>
<div class="lines2">
<p>Upto 60% off</p>
</div>
<div class="lines3">
<p>Order Now</p>
</div>
</div>
<div>
<img src="d3.webp">
<div class="lines1">
<p>Apple iPads</p>
</div>
<div class="lines2">
<p>Shop Now!</p>
</div>
<div class="lines3">
<p>Liquid Retina Display</p>
</div>
</div>
<div>
<img src="w5.webp">
<div class="lines1">
<p>Monitors</p>
</div>
<div class="lines2">
<p>From $9999</p>
</div>
<div class="lines3">
<p>Samsung</p>
</div>
</div>
</div>
<div class="image-block">
<div>
<img src="d4.webp">
<div class="lines1">
<p>Microphones</p>
</div>
<div class="lines2">
<p>Min 70% off</p>
</div>
<div class="lines3">
<p>Explore Now!</p>
</div>
</div>
<div>
<img src="d5.webp">
<div class="lines1">
<p>String Instrument</p>
</div>
<div class="lines2">
<p>Upto 70% off</p>
</div>
<div class="lines3">
<p>Guitars,Ukuleles&more</p>
</div>
</div>
<div>
<img src="w13.webp">
<div class="lines1">
<p>Tricycles&Rideons</p>
</div>
<div class="lines2">
<p>Upto 70% off</p>
</div>
<div class="lines3">
<p>Figutines,Battle Toys& more</p>
</div>
</div>
<div>
<img src="w14.webp">
<div class="lines1">
<p>Remote Control Toys</p>
</div>
<div class="lines2">
<p>Upto 80% off</p>
</div>
<div class="lines3">
<p>Buy Now!</p>
</div>
</div>
<div>
<img src="d6.webp">
<div class="lines1">
<p>Cofee Powder</p>
</div>
<div class="lines2">
<p>Upto 80% off</p>
</div>
<div class="lines3">
<p>Nescafe,Continental& More</p>
</div>
</div>
</div>
<div class="image-block">
<div>
<img src="w6.webp">
<div class="lines1">
<p>Casual Shoes</p>
</div>
<div class="lines2">
<p>Min 30% off</p>
</div>
<div class="lines3">
<p>Order Now</p>
</div>
</div>
<div>
<img src="w7.webp">
<div class="lines1">
<p>Wrsit Watches</p>
</div>
<div class="lines2">
<p>Min 90% off</p>
</div>
<div class="lines3">
<p>Buy Now</p>
</div>
</div>
<div>
<img src="t3.webp">
<div class="lines1">
<p>Drill Machine</p>
</div>
<div class="lines2">
<p>Min 20%off</p>
</div>
<div class="lines3">
<p>Order Now</p>
</div>
</div>
<div>
<img src="g5.webp">
<div class="lines1">
<p>Premium PowerBanks</p>
</div>
<div class="lines2">
<p>Shop Now</p>
</div>
<div class="lines3">
<p>Mi,realme&more</p>
</div>
</div>
<div>
<img src="d2.webp">
<div class="lines1">
<p>Headset</p>
</div>
<div class="lines2">
<p>Min 40% off</p>
</div>
<div class="lines3">
<p>Shop Now</p>
</div>
</div>
</div>
</div>
</div>
<div class="content">
Top Stories:Brand Directory</h>
<p>
MOST SEARCHED FOR ON FLIPKART:One PiecesFashion EOSS SaleTrend StopFlipkart Axis Bank Super Elite Credit card5G Mobile PhonesPrimebook LaptopsMoto Edge 40Bounce Infinity E1Buy Laptop on EMIInfinix Zero Book UltraOPPO Reno8 5GOPPO Reno8 Pro 5GFresh Flower BouquetElectric CyclesBadmintoniphone 14BouquetLaptop Repair ServicesAC Cleaning ServicesOneplus MonitorsGrievance RedressalMobile Repair ServicesSell Old Mobile PhonesPremium LaptopsElectronics StorePhone coverInfinix INBook Y1 PlusOkaya Electric Vehiclesbgauss electric scooterOPPO Reno7 Pro 5GiPhone 13iPhone 13 ProiPhone 13 Pro MaxiPhone 13 MiniGoogle Pixel 6a coversFlipkart QuickAmpere MagnusFlipkart Help CentreOnline Boat StoreCovers from Rs 99Flipkart Track OrdersFlipkart Manage OrdersFlipkart Return OrdersFlipkart Gift Cards StoreFlipkart Axis Bank Credit CardFlipkart Pay Later
MOBILES:iPhone 12 64GBiPhone 12 Pro 512GBiPhone 12 128GBVivo Y91iVivo Y11Vivo Y15SAMSUNG Galaxy S21 FE 5GInfinix HOT 30iRealme 10 Pro 5GMOTOROLA G32MOTOROLA G62 5GNothing PhoneREDMI Note 12 Pro 5GInfinix SMART 7Vivo Y50Vivo Y12Reno2 FOppo A12Nothing Phone 5gGoogle Pixel 5g PhoneMotorola 5g PhoneRealme 5g SmartphoneApple 5g PhoneIqoo 5g PhonesOneplus 5g PhonesVivo 5g PhonesOppo 5g Smart PhonesOppo F15Oppo A31Samsung A71Samsung A51Samsung A31Realme X2iPhone 11iPhone 11 ProMobile CoverMobile Offersiphone x4G MobileNokia MobileSamsung MobileiphoneOppo MobileVivo Mobile
CAMERA:GoPro Action CameraNikon CameraCanon CameraSony CameraCanon DSLRNikon DSLR
LAPTOPS:Asus ROG AllyMacBook Pro M2Premium LaptopASUS ROG Strix SCAR 16 (2023) Core i9 13th GenASUS ROG Zephyrus M16 (2023) Core i9 13th GenASUS Zenbook 14 OLED (2022)Realme Book Prime Core i5 11th GenMicrosoft Surface Go Pentium 128GBBranded LaptopsApple LaptopsAcer LaptopsLenovo LaptopsDell LaptopsAsus LaptopsHP LaptopsGaming Laptops2 in 1 LaptopsLaptopsDell latest laptops 2022HP latest laptops 2022Infinix INBook Y1 PlusSAMSUNG Galaxy Book312th Gen Intel Core Laptops
TVS:Nokia TVPanasonic TVThomson TVMi X ProRealme TVMotorola TVOnePlus TVsLG TVTVSony TVSamsung TVAndroid TelevisionIffalcon TvMi TV
LARGE APPLIANCES:TV & Appliances End of Season SaleTelevisionWashing MachinesRefrigeratorsAir ConditionersElectric CookersElectric Jug(Heater) / Travel KettlesInduction CooktopsInverters / stabilizerIrons / Iron BoxMixer Grinder JuicerWet GrindersChimneysMicrowave OvensVacuum CleanersWater PurifierFanMarQ Customer Care
CLOTHING:Green bridal lehengaBridal BlouseHalf saree blouse designsDesigner blousesBlouse designsMen ShirtsPlain suit with heavy dupattaHalf saree for kidsCotton saree blouse designsKurta PajamaMen T-ShirtsNew blouse designJeansBridal designer blouseSimple aari work blouse designsBridal banarasi sareesSareeHigh waist pantiesHooded jacket womenDressesHoodie tshirts for menOne piecesHip hop cap for menGroom wedding sherwaniDesigner Salwar SuitsBraAari work blouse hand designsCotton simple blouse designsBanarasi saree blouse designsDesigner KurtisStylish blouse astin designTrack PantBlouse neck designsMen KurtasV neck blouse designsGym WearParty DressesPalazzo SuitsBoys ClothingGlovesNightyMaxi DressesAnarkaliGownsCulottesSalwar SuitsKurtisDesigner SareesLeggingsShortsGeorgette SareesEthnic WearBriefs & TrunksNike WatchesWomen henleyuppada pattu sareesBlouse back designLeopard dressesSleeveless shrugsLatest blouse designsSimple Blouse designs
FOOTWEAR:ShoesAdidas ShoesReebok ShoesNike ShoesPuma ShoesBootsBata ShoesWoodland ShoesSkechers ShoesSneakersWomens BootsSports ShoesLoafersSandalsLotto Sports ShoesCasual ShoesWomens Skechers ShoesAsics Sports ShoesFormal ShoesSchool Shoes
GROCERIES:PhonePe Grocery VoucherHand WashSoapCashew NutsSunflower OilEggsToilet CleanerHarpic Toilet CleanerDettol SoapMustard OilBiscuitsCheesePatanjali AttaFortune OilAashirvaad AttaTea
BEST SELLING ON FLIPKART:Fire-Boltt Ninja Calling Pro Bluetooth Calling Smartwatch 1.69 inch HD Display SmartwatchBest Gas GeyserKitchen GeyserNutri BlendersPortable Air CoolerBest Air CoolerBagsHitachi Refrigerator 3 DoorBooksToysCandlesHelmetsWall ClocksBaby FoodChocolatesCyclesCalculatorsLipsticksMaskVertiv UPSFastrack WatchesWalletsEarringsGold CoinsRealme Pad MiniHandbagsconekt SW2 SmartwatchMivi DuoPods a350Speaker Cleaner
FURNITURE:FurnitureSofasBedsDining setsWardrobesMattressesTV UnitsTablesChairsShelvesBean BagsOffice ChairsComputer TableOffice TablesRed SofaWakefit BedsWhite SofaWakefit MattressGreen SofaBlack SofaBrown Sofa
BGMH:Whey ProteinHomeopathyCricketCyclesFootballsTreadmillsChristmas GiftsFitness AccessoriesOnline GuitarBooks StoreMusical Instrument StoreDabur ChyawanprashBaidyanath ChyawanprashEnergy DrinksToysMilk Drink MixesRakhiChyawanprashIndian FlagProtein Supplements
Flipkart: The One-stop Shopping Destination
E-commerce is revolutionizing the way we all shop in India. Why do you want to hop from one store to another in search of the latest phone when you can find it on the Internet in a single click? Not only mobiles. Flipkart houses everything you can possibly imagine, from trending electronics like laptops, tablets, smartphones, and mobile accessories to in-vogue fashion staples like shoes, clothing and lifestyle accessories; from modern furniture like sofa sets, dining tables, and wardrobes to appliances that make your life easy like washing machines, TVs, ACs, mixer grinder juicers and other time-saving kitchen and small appliances; from home furnishings like cushion covers, mattresses and bedsheets to toys and musical instruments, we got them all covered. You name it, and you can stay assured about finding them all here. For those of you with erratic working hours, Flipkart is your best bet. Shop in your PJs, at night or in the wee hours of the morning. This e-commerce never shuts down.
What's more, with our year-round shopping festivals and events, our prices are irresistible. We're sure you'll find yourself picking up more than what you had in mind. If you are wondering why you should shop from Flipkart when there are multiple options available to you, well, the below will answer your question.</p>
<h>Flipkart Plus</h>
<p> A world of limitless possibilities awaits you - Flipkart Plus was kickstarted as a loyalty reward programme for all its regular customers at zero subscription fee. All you need is 500 supercoins to be a part of this service. For every 100 rupees spent on Flipkart order, Plus members earns 4 supercoins & non-plus members earn 2 supercoins. Free delivery, early access during sales and shopping festivals, exchange offers and priority customer service are the top benefits to a Flipkart Plus member. In short, earn more when you shop more!
What's more, you can even use the Flipkart supercoins for a number of exciting services, like:
An annual Zomato Gold membership
An annual Hotstar Premium membership
6 months Gaana plus subscription
Rupees 550 instant discount on flights on ixigo
Check out https://www.flipkart.com/plus/all-offers for the entire list. Terms and conditions apply.</p>
<h>No Cost EMI</h>
<p>In an attempt to make high-end products accessible to all, our No Cost EMI plan enables you to shop with us under EMI, without shelling out any processing fee. Applicable on select mobiles, laptops, large and small appliances, furniture, electronics and watches, you can now shop without burning a hole in your pocket. If you've been eyeing a product for a long time, chances are it may be up for a no cost EMI. Take a look ASAP! Terms and conditions apply.</p>
<h>EMI on Debit Cards</h>
<p>Did you know debit card holders account for 79.38 crore in the country, while there are only 3.14 crore credit card holders? After enabling EMI on Credit Cards, in another attempt to make online shopping accessible to everyone, Flipkart introduces EMI on Debit Cards, empowering you to shop confidently with us without having to worry about pauses in monthly cash flow. At present, we have partnered with Axis Bank, HDFC Bank, State Bank of India and ICICI Bank for this facility. More power to all our shoppers! Terms and conditions apply.</p>
<h>Mobile Exchange Offers</h>
<p>Get an instant discount on the phone that you have been eyeing on. Exchange your old mobile for a new one after the Flipkart experts calculate the value of your old phone, provided it is in a working condition without damage to the screen. If a phone is applicable for an exchange offer, you will see the 'Buy with Exchange' option on the product description of the phone. So, be smart, always opt for an exchange wherever possible. Terms and conditions apply.
</h>What Can You Buy From Flipkart?</h>
</h>Mobile Phones</h>
<p>From budget phones to state-of-the-art smartphones, we have a mobile for everybody out there. Whether you're looking for larger, fuller screens, power-packed batteries, blazing-fast processors, beautification apps, high-tech selfie cameras or just large internal space, we take care of all the essentials. Shop from top brands in the country like Samsung, Apple, Oppo, Xiaomi, Realme, Vivo, and Honor to name a few. Rest assured, you're buying from only the most reliable names in the market. What's more, with Flipkart's Complete Mobile Protection Plan, you will never again find the need to run around service centres. This plan entails you to a number of post-purchase solutions, starting at as low as Rupees 99 only! Broken screens, liquid damage to phone, hardware and software glitches, and replacements - the Flipkart Complete Mobile Protection covers a comprehensive range of post-purchase problems, with door-to-door services.</p>
<h>Electronic Devices and Accessories</h>
<p>When it comes to laptops, we are not far behind. Filter among dozens of super-fast operating systems, hard disk capacity, RAM, lifestyle, screen size and many other criterias for personalized results in a flash. All you students out there, confused about what laptop to get? Our Back To College Store segregates laptops purpose wise (gaming, browsing and research, project work, entertainment, design, multitasking) with recommendations from top brands and industry experts, facilitating a shopping experience that is quicker and simpler.
Photography lovers, you couldn't land at a better page than ours. Cutting-edge DSLR cameras, ever reliable point-and-shoot cameras, millennial favourite instant cameras or action cameras for adventure junkies: our range of cameras is as much for beginners as it is for professionals. Canon, Nikon, GoPro, Sony, and Fujifilm are some big names you'll find in our store. Photography lovers, you couldn't land at a better page than ours. Cutting-edge DSLR cameras, ever reliable point-and-shoot cameras, millennial favourite instant cameras or action cameras for adventure junkies: our range of cameras is as much for beginners as it is for professionals. Canon, Nikon, GoPro, Sony, and Fujifilm are some big names you'll find in our store.
Turn your home into a theatre with a stunning surround sound system. Choose from our elaborate range of Sony home theatres, JBL soundbars and Philips tower speakers for an experience to remember.
How about jazzing up your phone with our quirky designer cases and covers? Our wide-ranging mobile accessories starting from headphones, power banks, memory cards, mobile chargers, to selfie sticks can prove to be ideal travel companions for you and your phone; never again worry about running out of charge or memory on your next vacation.</p>
<h>Large Appliances</h>
<p>Sleek TVs, power-saving refrigerators, rapid-cooling ACs, resourceful washing machines - discover everything you need to run a house under one roof. Our Dependable TV and Appliance Store ensures zero transit damage, with a replacement guarantee if anything goes wrong; delivery and installation as per your convenience and a double warranty (Official Brand Warranty along with an extended Flipkart Warranty) - rest assured, value for money is what is promised and delivered. Shop from market leaders in the country like Samsung, LG, Whirlpool, Midea, Mi, Vu, Panasonic, Godrej, Sony, Daikin, and Hitachi among many others.
For certain product categories, Customers meeting the eligibility criteria will have the option to buy larger quantities. To know more on the eligibility criteria and terms and conditions, please reach out to [email protected].</p>
<h>Small Home Appliances</h>
<p>Find handy and practical home appliances designed to make your life simpler: electric kettles, OTGs, microwave ovens, sandwich makers, hand blenders, coffee makers, and many more other time-saving appliances that are truly crafted for a quicker lifestyle. Live life king size with these appliances at home.</p>
<h>Lifestyle</h>
<p>Flipkart, 'India ka Fashion Capital', is your one-stop fashion destination for anything and everything you need to look good. Our exhaustive range of Western and Indian wear, summer and winter clothing, formal and casual footwear, bridal and artificial jewellery, long-lasting make-up, grooming tools and accessories are sure to sweep you off your feet. Shop from crowd favourites like Vero Moda, Forever 21, Only, Arrow, Woodland, Nike, Puma, Revlon, Mac, and Sephora among dozens of other top-of-the-ladder names. From summer staple maxi dresses, no-nonsense cigarette pants, traditional Bandhani kurtis to street-smart biker jackets, you can rely on us for a wardrobe that is up to date. Explore our in-house brands like Metronaut, Anmi, and Denizen, to name a few, for carefully curated designs that are the talk of the town. Get ready to be spoiled for choice.Festivals, office get-togethers, weddings, brunches, or nightwear - Flipkart will have your back each time.</p>
<h>Home and Furniture</h>
<p>Moving to a new place is never easy, especially if you're buying new furniture. Beds, sofa sets, dining tables, wardrobes, and TV units - it's not easy to set up everything again. With the hundreds of options thrown at you, the ride could be overwhelming. What place is reliable, what furniture will stand the test of time? These are questions you must ask before you choose a store. Well, our Durability Certified Furniture Store has not only curated a range of furniture keeping in mind the modern Indian consumer but furniture that comes with a lab certification, ensuring they last you for up to 10 years. Yes, all our furniture has gone through 35 stability and load tests so that you receive only the best-quality furniture. Be FurniSure, always. Names to look out for are Nilkamal, Godrej Interio, Urban Ladder, HomeTown, Durian and Perfect Homes.
You may have your furniture all set up, but they could end up looking flat and incomplete without complementary decor. Curtains, cushion covers, bed sheets, wall shelves, paintings, floor lamps - find everything that turns a house to an inviting home under one roof at Flipkart.</p>
<h>Baby and Kids</h>
<p>Your kids deserve only the best. From bodysuits, booties, diapers to strollers, if you're an expecting mother or a new mother, you will find everything you need to set sail on a smooth parenting journey with the help of our baby care collection. When it comes to safety, hygiene and comfort, you can rely on us without a second thought. Huggies, Pampers, MamyPoko, and Johnson & Johnson: we host only the most-trusted names in the business for your baby.</p>
<h>Books, Sports and Games</h>
<p>Work hard and no play? We don't believe in that. Get access to best-selling fiction and non-fiction books by your favourite authors, thrilling English and Indian blockbusters, most-wanted gaming consoles, and a tempting range of fitness and sports gadgets and equipment bound to inspire you to get moving.</p>
<h>Grocery/Supermart</h>
<p>Launching into the grocery vertical, Flipkart introduces Supermart that is out to bring everyday essentials close to you. From pulses, spices, dairy, personal and sanitary care, breakfast essentials, health drinks, spreads, ready to cook, grooming to cleaning agents, we are happy to present everything you need to run a house. Now buy Grocery products for as low as 1 Rupee only - our 1 Rupee Store presents new products every day for a nominal price of 1 Rupee only. Terms and conditions apply.</p>
</div>
</main>
<footer class="flex-all-center">
<p>Copyright© MyCart.com</p>
</footer>
<script src="flipkart_clone.js"></script>
</body>
</html>