-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
380 lines (360 loc) · 11.6 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
<!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>
Online Pharmacy India | Buy Medicines from India's Trusted Medicine Store:
1mg.com
</title>
<!-- Font Awesome Icon -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link
rel="shortcut icon"
href="./image/faviconRebrand.ico"
type="image/x-icon"
/>
<!-- StyleSheet -->
<link rel="stylesheet" href="./css/index.css" />
<link rel="stylesheet" href="./components/header/navbar.css" />
<link rel="stylesheet" href="./css/slideShow.css" />
<link rel="stylesheet" href="./components/footer/footer.css" />
<link rel="stylesheet" href="./components/login/login.css" />
</head>
<body>
<!-- Navbar Section -->
<div class="navbar">
<div class="header-sec-1"></div>
<div class="search-box" id="search-box-mobile"></div>
<div class="links-box"></div>
</div>
<div class="login-overlay"></div>
<div class="signup-overlay"></div>
<!-- Slideshow Section -->
<div class="slideShow-container">
<div id="imgFlex">
<div class="imgSlider"></div>
<div class="imgFixed">
<img src="./image/dazwflov1wz1bbtg19ve.png" />
</div>
</div>
<div id="text">
Tata 1mg: India’s Leading Online Pharmacy & Healthcare Platform
</div>
</div>
<!-- Banner -->
<div class="banner">
<div><img src="./image/ccdg5rr0hssuyw6nw27m.png" alt="banner" /></div>
</div>
<!-- Full body health checkups -->
<div class="categoryContainer">
<div class="cat-title">
<span class="titleText">Full body health checkups</span>
<span>SEE ALL</span>
</div>
<div class="slider-container">
<div class="slider" id="full-body-health-checkup"></div>
<div class="rightArrow" onclick="healthSlideR()">
<div></div>
</div>
<div class="leftArrow" onclick="healthSlideL()">
<div></div>
</div>
</div>
</div>
<!-- Featured brands -->
<div class="categoryContainer">
<div class="cat-title">
<span class="titleText">Featured brands</span>
<span>SEE ALL</span>
</div>
<div class="slider-container">
<div class="brand-slider" id="featured-brands"></div>
<div class="rightArrow" onclick="brandsSlideR()">
<div></div>
</div>
<div class="leftArrow" onclick="brandsSlideL()">
<div></div>
</div>
</div>
</div>
<!-- Top Sellers From Colgate -->
<div class="categoryContainer">
<div class="cat-title">
<span class="titleText">Top Sellers From Piramal</span>
<span>SEE ALL</span>
</div>
<div class="slider-container">
<div class="slider" id="top-seller"></div>
<div class="rightArrow" onclick="topSlideR()">
<div></div>
</div>
<div class="leftArrow" onclick="topSlideL()">
<div></div>
</div>
</div>
</div>
<!-- Popular categories -->
<div class="categoryContainer">
<div class="cat-title">
<span class="titleText">Popular categories</span>
<span>SEE ALL</span>
</div>
<div class="slider-container">
<div class="brand-slider" id="popular-category"></div>
<div class="rightArrow" onclick="popularSlideR()">
<div></div>
</div>
<div class="leftArrow" onclick="popularSlideL()">
<div></div>
</div>
</div>
</div>
<!-- Tata 1mg health products -->
<div class="categoryContainer">
<div class="cat-title">
<span class="titleText">Tata 1mg health products</span>
<span>SEE ALL</span>
</div>
<div class="slider-container">
<div class="slider" id="tata-products"></div>
<div class="rightArrow" onclick="tataSlideR()">
<div></div>
</div>
<div class="leftArrow" onclick="tataSlideL()">
<div></div>
</div>
</div>
</div>
<!-- Multivitamins | Supplement of the week -->
<div class="categoryContainer">
<div class="cat-title">
<span class="titleText">Multivitamins | Supplement of the week</span>
<span>SEE ALL</span>
</div>
<div class="slider-container">
<div class="slider" id="multi-vitamin-products"></div>
<div class="rightArrow" onclick="vitaminSlideR()">
<div></div>
</div>
<div class="leftArrow" onclick="vitaminSlideL()">
<div></div>
</div>
</div>
</div>
<!-- Explore something new -->
<div class="categoryContainer">
<div class="cat-title">
<span class="titleText">Explore something new</span>
<span>SEE ALL</span>
</div>
<div class="slider-container">
<div class="slider" id="explore-products"></div>
<div class="rightArrow" onclick="exploreSlideR()">
<div></div>
</div>
<div class="leftArrow" onclick="exploreSlideL()">
<div></div>
</div>
</div>
</div>
<!-- Shop by Health Concerns -->
<div class="categoryContainer">
<div class="cat-title">
<span class="titleText">Shop by Health Concerns</span>
<span>SEE ALL</span>
</div>
<div class="slider-container">
<div class="brand-slider" id="health-concern"></div>
<div class="rightArrow" onclick="healthConcernSlideR()">
<div></div>
</div>
<div class="leftArrow" onclick="healthConcernSlideL()">
<div></div>
</div>
</div>
</div>
<!-- Trending products -->
<div class="categoryContainer">
<div class="cat-title">
<span class="titleText">Trending Products</span>
<span>SEE ALL</span>
</div>
<div class="slider-container">
<div class="slider" id="trending-products"></div>
<div class="rightArrow" onclick="trendingSlideR()">
<div></div>
</div>
<div class="leftArrow" onclick="trendingSlideL()">
<div></div>
</div>
</div>
</div>
<!-- Pathology Tests | Upto 80% off -->
<div class="categoryContainer">
<div class="cat-title">
<span class="titleText">Pathology Tests | Upto 80% off</span>
<span>SEE ALL</span>
</div>
<div class="slider-container">
<div class="slider" id="pathology-tests"></div>
<div class="rightArrow" onclick="PathologySlideR()">
<div></div>
</div>
<div class="leftArrow" onclick="PathologySlideL()">
<div></div>
</div>
</div>
</div>
<!-- Radiology Tests | Upto 80% off -->
<div class="categoryContainer">
<div class="cat-title">
<span class="titleText">Radiology Tests | Upto 80% off</span>
<span>SEE ALL</span>
</div>
<div class="slider-container">
<div class="slider" id="radiology-tests"></div>
<div class="rightArrow" onclick="RadiologySlideR()">
<div></div>
</div>
<div class="leftArrow" onclick="RadiologySlideL()">
<div></div>
</div>
</div>
</div>
<!-- Ayurveda -->
<!-- Description -->
<br />
<br />
<br />
<section class="description">
<h2>
Stay Healthy with Tata 1mg: Your Favourite Online Pharmacy and
Healthcare Platform
</h2>
<h3>We Bring Care to Health.</h3>
<p>
Tata 1mg is India's leading digital healthcare platform. From doctor
consultations on chat to online pharmacy and lab tests at home: we have
it all covered for you. Having delivered over 25 million orders in 1000+
cities till date, we are on a mission to bring "care" to "health" to
give you a flawless healthcare experience.
</p>
<h3>Tata 1mg: Your Favourite Online Pharmacy!</h3>
<p>
Tata 1mg is India's leading online chemist with over 2 lakh medicines
available at the best prices. We are your one-stop destination for other
healthcare products as well, such as over the counter pharmaceuticals,
healthcare devices and homeopathy and ayurveda medicines.
</p>
<p>
With Tata 1mg, you can buy medicines online and get them delivered at
your doorstep anywhere in India! But, is ordering medicines online a
difficult process? Not at all! Simply search for the products you want
to buy, add to cart and checkout. Now all you need to do is sit back as
we get your order delivered to you.
</p>
<p>
In case you need assistance, just give us a call and we will help you
complete your order.
</p>
<p>
Don't want to go through the hassle of adding each medicine separately?
You can simply upload your prescription and we will place your order for
you. And there is more! At Tata 1mg, you can buy health products and
medicines online at best discounts.
</p>
<p>
Now, isn't that easy? Why go all the way to the medicine store and wait
in line, when you have Tata 1mg Pharmacy at your service.
</p>
<h3>The Feathers in Our Cap</h3>
<p>
At Tata 1mg, our goal is to make healthcare understandable, accessible
and affordable in India. We set out on our journey in 2015, and have
come a long way since then. Along the way, we have been conferred with
prestigious titles like
<b
>BML Munjal Award for 'Business Excellence through Learning and
Development', Best Online Pharmacy in India Award</b
>
<!-- -->and <b>Top 50 venture in The Smart CEO-Startup50 India.</b>
<!-- -->We have been selected as the only company from across the globe
for<b>
<!-- -->SD#3 "Health & Well Being for all" by Unreasonable group,
US State Department.</b
>
<!-- -->In 2019 alone we received three awards including the<b>
<!-- -->BMW Simply Unstoppable Award.</b
>
</p>
<h3>The Services We Offer</h3>
<p>
Tata 1mg is India's leading digital healthcare platform, where you can
buy medicines online with discount. Buy medicine online in Delhi,
Mumbai, Bangalore, Hyderabad, Pune, Gurgaon, Noida, Kolkata, Chennai,
Ahmedabad, Lucknow and around a 1000 more cities. Besides delivering
your online medicine order at your doorstep, we provide accurate,
authoritative & trustworthy information on medicines and help people
use their medicines effectively and safely.
</p>
<p>
We also facilitate lab tests at home. You can avail over 2,000 tests and
get tested by 120+ top and verified labs at the best prices. Need to
consult a doctor? On our platform, you can talk to over 20 kinds of
specialists in just a few clicks.
</p>
<p>
Customer centricity is the core of our values. Our team of highly
trained and experienced doctors, phlebotomists and pharmacists looks
into each order to give you a fulfilling experience.
</p>
<p>
We’ve made healthcare accessible to millions by giving them quality care
at affordable prices. Customer centricity is the core of our values. Our
team of highly trained and experienced doctors, phlebotomists and
pharmacists looks into each order to give you a fulfilling experience.
</p>
<p>
Visit our online medical store now, and avail online medicine purchase
at a discount.<br />Stay Healthy!
</p>
</section>
<div class="popular">
<div id="moto">INDIA’S LARGEST HEALTHCARE PLATFORM</div>
<div class="popular-data">
<div class="number">
<div class="count">160m+</div>
<div class="line">Visitors</div>
</div>
<div class="number">
<div class="count">27m+</div>
<div class="line">Ordered Delivered</div>
</div>
<div class="number">
<div class="count">1800+</div>
<div class="line">Cities</div>
</div>
</div>
<div class="horizontal-line"></div>
<div class="app-download">
<div>Get the link to download App</div>
<div class="input">
<input type="text" name="" id="" placeholder="Enter Phone Number" />
<div class="upload-btn">Send Link</div>
</div>
</div>
</div>
<br />
<br />
<br />
<!-- Footer Section -->
<section class="footer"></section>
<!-- Script Section -->
<script type="module" src="./js/index.js"></script>
</body>
</html>