-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.js
234 lines (208 loc) · 9.64 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
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
export default async function footer(){
return `
<!-- Footer bar started -->
<!-- Footer bar has 6 original main div children -->
<footer id="footer-bar" class="footer-container fColor fsize" >
<!-- footer second child started -->
<div class="f_bar-second_child-flexContainer main-link-bar___12igi"> <!-- 2 -->
<div class="main-content___2sd49 div h3"> <!-- 2.1 -->
<div> <!-- 2.1.1 -->
<!-- <h3 class="h3_font_style">Know Us</h3> -->
<ul>
<h3 class="h3_font_style">Know Us</h3>
<li class="footer-link">
<a href="#"><span>About Us</span></a>
</li>
<li class="footer-link">
<a href="#"><span>Contact Us</span></a>
</li>
<li class="footer-link">
<a href="#"><span>Press Coverage</span></a>
</li>
<li class="footer-link">
<a href="#"><span>Careers</span></a>
</li>
<li class="footer-link">
<a href="#"><span>Business Partnership</span></a>
</li>
<li class="footer-link">
<a href="#"><span>Become a Health Partner</span></a>
</li>
</ul>
</div>
</div>
<div> <!-- 2.2 -->
<div> <!-- 2.2.1 -->
<!-- <h3 class="h3_font_style">Our Policies</h3> -->
<ul>
<h3 class="h3_font_style">Our Policies</h3>
<li class="footer-link">
<a href="#"><span>Privacy Policy</span></a>
</li>
<li class="footer-link">
<a href="#"><span>Terms and Conditions</span></a>
</li>
<li class="footer-link">
<a href="#"><span>Editorial Policy</span></a>
</li>
<li class="footer-link">
<a href="#"><span>Return Policy</span></a>
</li>
<li class="footer-link">
<a href="#"><span>IP Policy</span></a>
</li>
<li class="footer-link">
<a href="#"><span>Grievance Redressal Policy</span></a>
</li>
</ul>
</div>
</div>
<div> <!-- 2.3 -->
<div> <!-- 2.3.1 -->
<!-- <h3 class="h3_font_style">Our Services</h3> -->
<ul>
<h3 class="h3_font_style">Our Services</h3>
<li class="footer-link">
<a href="#"><span>Order Medicines</span></a>
</li>
<li class="footer-link">
<a href="#"><span>Book Lab Tests</span></a>
</li>
<li class="footer-link">
<a href="#"><span>Consult a Doctor</span></a>
</li>
<li class="footer-link">
<a href="#"><span>Ayurveda Articles</span></a>
</li>
<li class="footer-link">
<a href="#"><span>Hindi Articles</span></a>
</li>
<li class="footer-link">
<a href="#"><span>Career Plan</span></a>
</li>
</ul>
</div>
</div>
<div> <!-- 2.4 -->
<div> <!-- 2.4.1 -->
<!-- <h3 class="h3_font_style">Connect</h3> -->
<ul>
<h3 class="h3_font_style">Connect</h3>
<li><span>Social Links</span></li>
<li>
<a href="https://www.facebook.com/1mgOfficial" target="_blank"><span><img src="./image/facebook-png.png" height="35" width="35" alt="facebook"></span></a>
<a href="https://twitter.com/1mgofficial" target="_blank"><span><img src="./image/twitter-png.png" height="30" width="30" alt="twitter"></span></a>
<a href="https://www.youtube.com/c/1mgofficial" target="_blank"><span><img src="./image/youtube-png.png" height="30" width="30" alt="youtube"></span></a>
<a href="https://www.linkedin.com/company/1mg/" target="_blank"><span><img src="./image/linkedin-png.png" height="30" width="30" alt="linkedin"></span></a>
<a href="https://medium.com/1mgofficial" target="_blank"><span><img src="./image/medium-png.png" height="30" width="30" alt="medium"></span></a>
</li>
<li><span>Want daily dose of health?</span></li>
<li><button type="submit"class="#Button">#</button></li>
</ul>
</div>
</div>
<div> <!-- 2.5 -->
<div> <!--2.5.1-->
<h5 style="font-weight:400; font-size: 25px;">Download App</h5>
<ul>
<!-- <h5 style="font-weight:700; font-size: 30px;">Download App</h5> -->
<li>
<a href="https://play.google.com/store/apps/details?id=com.aranoah.healthkart.plus" target="_blank"> <div><img src="./image/Get it on play-store.png" height="48px"; width="135px"></div></a>
</li>
<li>
<a href="https://apps.apple.com/in/app/1mg/id554578419" target="_blank"> <div><img src="./image/apple store.png" height="45px";width="140px"></div></a>
</li>
</ul>
</div>
</div>
</div>
<!-- 3 third footer child -->
<div class="f_bar-third_child-flexContainer">
<div class="footer-third-child-content">
<div class="reliable-png"><img src="./image/reliable.png"></div>
<div>
<h5 class="h5font">Reliable</h5>
<p>All products displayed on Tata 1mg are procured from verified and licensed pharmacies. All labs listed on the platform are accredited</p>
</div>
</div>
<div class="footer-third-child-content">
<div class="secure-png"><img src="./image/secure.png"></div>
<div>
<h5 class="h5font">Secure</h5>
<p>Tata 1mg uses Secure Sockets Layer (SSL) 128-bit encryption and is Payment Card Industry Data Security Standard (PCI DSS) compliant</p>
</div>
</div>
<div class="footer-third-child-content">
<div class="affordable-png"><img src="./image/affordable.png"></div>
<div>
<h5 class="h5font">Affordable</h5>
<p>Find affordable medicine substitutes, save up to 50% on health products, up to 80% off on lab tests and free doctor consultations.</p>
</div>
</div>
</div>
<!-- 4 fourth footer child -->
<div class="f_bar-fourth_child-content">
<div class="fourth-footer-stamps-bar">
<div class="legitscript-1mg legitscript-ukas">
<div >
<script></script>
<a><img src="./image/legitscript-1mg.png"></a>
</div>
</div>
<div class="legitscript-ukas">
<div>
<div>
<img src="./image/URS_ebgmxc.png">
</div>
</div>
</div>
</div>
<div class="fourth-footer-text-bar">India's only LegitScript and ISO/ IEC 27001 certified online healthcare platform</div>
</div>
<!-- 5 fifth footer child started -->
<div class="f_bar-fifth_child-content">
<div class="f-head___2SFeL ">
<h2 class="know-text___1bUL7"> Know more about Tata 1mg
<span class="b-collapse___3gaL1">
<span>
<img src="./image/down-arrow.png" alt="downArrow">
</span>
</span>
</h2>
</div>
<div>
<div></div>
<div>
<article>
<h3></h3>
<p></p>
</article>
</div>
<div>
<article>
<h3></h3>
<p></p>
</article>
</div>
<div>
<article>
<h3></h3>
<p></p>
</article>
</div>
<div>
<article>
<h3></h3>
<p></p>
</article>
</div>
</div>
</div>
<div class="f_bar-sixth_child-flexContainer b-text___uV-wn"> <!-- 6 sixth child of footer -->
<div >
<div> © 2022 Tata 1mg. All rights reserved. In compliance with Drugs and Cosmetics Act, 1940 and Drugs and Cosmetics Rules, 1945, we don't process requests for Schedule X and other habit forming drugs. </div>
</div>
<div class="payment"><img src="./image/payment methods.png"></div>
</div>
</footer>`
}