-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfooter.js
82 lines (78 loc) · 4.63 KB
/
footer.js
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
function footer(){
return`<div class = "footer">
<div class = "footera">
<div class = "f1r1">
<h4>bigbasket</h4>
<ul style = "font: ProximaNovaA-Regular">
<li>About Us</li>
<li>In News</li>
<li>Green BigBasket</li>
<li>Privacy Policy</li>
<li>Affiliate</li>
<li>Terms And Conditions</li>
<li>Careers At Bigbasket</li>
<li>bb Instant</li>
<li>bb Daily</li>
<li>bb Blog</li>
<li>bb Now</li>
</ul>
</div>
<div class = "f1r2">
<h4>Help</h4>
<ul style = "font: ProximaNovaA-Regular">
<li>FAQs</li>
<li>Contact Us</li>
<li>bb Wallet FAQs</li>
<li>bb Wallet T&Cs</li>
<li>Vendor Connect</li>
</ul>
</div>
<div class = "f1r3">
<h4>Download Our App</h4>
<div>
<a href="https://play.google.com/store/apps/details?id=com.bigbasket.mobileapp&gl=US"><img src="https://www.bbassets.com/static/v2558/custPage/build/content/img/Google-App-store-icon.png" alt=""></a>
<br>
<a href="https://apps.apple.com/in/app/bigbasket-grocery-delivery/id660683603"><img src="https://www.bbassets.com/static/v2558/custPage/build/content/img/Apple-App-store-icon.png" alt=""></a>
</div>
</div>
<div class = "f1r4">
<h4>Get Social With Us</h4>
<div>
<a href="https://www.facebook.com/Bigbasketcom/"><img src="https://cdn-icons-png.flaticon.com/128/145/145802.png" alt=""></a>
<a href="https://in.pinterest.com/bigbasketcom/"><img src="https://cdn-icons-png.flaticon.com/128/145/145808.png" alt=""></a>
<a href="https://twitter.com/Bigbasket_com"><img src="https://cdn-icons.flaticon.com/png/128/2504/premium/2504839.png?token=exp=1655404807~hmac=d1038ed4594065a96ae114581ba1a381" alt=""></a>
<a href="https://www.instagram.com/bigbasketcom/"><img src="https://cdn-icons.flaticon.com/png/128/3955/premium/3955024.png?token=exp=1655404599~hmac=93a27b91a37b8679c3afe5fbc5b276e8" alt=""></a>
</div>
</div>
</div>
<div class = "footerb">
<div class = "f2r1">
<div class = "a"><h4>POPULAR CATEGORIES:</h4></div>
<div><p style = "font: ProximaNovaA-Regular">
Sunflower Oils, Wheat Atta, Ghee, Milk, Health Drinks, Flakes, Organic F&V, Namkeen, Eggs, Floor Cleaners, Other Juices, Leafy Vegetables, Frozen Veg Food, Diapers & Wipes,</p></div>
</div>
<div class = "f2r2">
<div class = "a"><h4>POPULAR BRANDS:</h4></div>
<div><p style = "font: ProximaNovaA-Regular">
Amul, Nescafe , MTR, Red Bull, elite cake, Pediasure, Yummiez, Yera, Yakult, Britannia, Wow Momo, Fortune , Haldirams , Ferrero, Lays, Patanjali, McCain, kwality walls, Cadbury Dairy Milk, Pedigree,</p></div>
</div>
<div class = "f2r3">
<div class = "a"><h4>CITIES WE SERVE:</h4></div>
<div><p style = "font: ProximaNovaA-Regular">
Bangalore, Hyderabad, Mumbai, Pune, Chennai, Delhi, Mysore, Madurai, Coimbatore, Vijayawada-Guntur, Kolkata, Ahmedabad-Gandhinagar, Nashik Business, Lucknow-Kanpur, Gurgaon, Vadodara, Visakhapatnam, Surat, Nagpur, Patna, Indore, Chandigarh Tricity, Jaipur, Bhopal, Noida-Ghaziabad, Kochi, Krishna District, Bhubaneshwar-Cuttack, Guwahati, Renigunta, Hubli, Davanagere, Trichy, Amravati, Raipur, Rajkot, Gwalior, Bareilly, Allahabad, Hyderabad Rural, Bangalore Rural, Chennai Rural, Vizag Rural, Lucknow Rural, Noida Rural, Ahmedabad Rural, Bhopal Rural, Bhubaneswar Rural, Coimbatore Rural, Chandigarh Rural, Gurugram Rural, Guwahati Rural, Indore Rural, Kochi Rural, Kolkata Rural, Mumbai Rural, Mysore Rural, Nagpur Rural, Patna Rural, Pune Rural, Surat Rural, Vadodara Rural, Jaipur Rural, Ranchi, Nashik, Agra, </p></div>
</div>
<div class = "f2r4">
<div class = "a"><h4>PAYMENT OPTIONS:</h4></div>
<div class = "b">
<img src="https://cdn-icons-png.flaticon.com/128/179/179457.png" alt="">
<img src="https://cdn-icons.flaticon.com/png/128/3796/premium/3796142.png?token=exp=1655457986~hmac=69854a84bb92ef0efa65eb5de65ccb16" alt="">
<img src="https://cdn-icons-png.flaticon.com/128/217/217445.png" alt="">
<img src="https://cdn-icons-png.flaticon.com/128/825/825454.png" alt="">
<img src="https://cdn-icons-png.flaticon.com/128/217/217422.png" alt="">
<img src="https://cdn-icons-png.flaticon.com/128/6124/6124998.png" alt="">
<img src="https://cdn-icons-png.flaticon.com/128/349/349228.png" alt="">
</div>
</div>
</div>
</div>`}
export {footer} ;