-
Notifications
You must be signed in to change notification settings - Fork 79
/
savlon.html
426 lines (384 loc) · 19.4 KB
/
savlon.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
<!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>Document</title>
<link href="https://cdn.lineicons.com/3.0/lineicons.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.0/css/line.css">
<link href="https://fonts.googleapis.com/css2?family=Spartan:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="tp.css">
</head>
<style>
#Box{
display: inline-block;
}
#Box2{
display: inline-block;
width: 44%;
position: absolute;
margin-top: 65px;
margin-left: 124px;
}
button
{
border: none;
}
@media (max-width: 600px) and (min-width:300px)
{
.zoom-thumb{
display: inline-block;
height: 10px;
}
.img2{
display: inline-block;
margin-left: -175px;
margin-top: -75px;
}
.image{
height: 100px;
width: 50px;
}
.piclist{
display: none;
}
#Box2{
display: block;
width: 90%;
margin-left: -18px;
}
#secdown{
margin-top: 420px;
display: block;
}
.header{
background-color: rgb(147, 246, 150);
overflow: hidden;
}
nav{
margin-top: 0px;
}
}
</style>
<body>
<section class="header">
<nav>
<a href="#"><img src="images/Logo.png" alt=""></a>
<div class="nav-links" id="navLinks">
<i class="fas fa-times" onclick="hideMenu()"></i>
<ul>
<input type="text" class="nav-search" placeholder="Search..">
<li><a href="index.html"><i class="lni lni-home"></i>Home </a></li>
<li><a href="offers.html"><i class="lni lni-offer"></i>Offers</a></li>
<li><button class="gbtn" onclick="loginWithGoogle()"><i class="fa fa-fw fa-user"></i>Login/ Sign-up</button></li>
<li><a href="#"><i class="uil uil-shopping-cart"></i>Cart</a></li>
</ul>
</div>
<script type="text/javascript">
function sign() {
console.log("sign");
}
</script>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/8.2.9/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.2.9/firebase-auth.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.2.9/firebase-firestore.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.2.9/firebase-storage.js"></script>
<script>
// Your web app's Firebase configuration
var firebaseConfig = {
apiKey: "AIzaSyCmuvv_ew03FKSvxtVLIc_9OWcH6GjbO1w",
authDomain: "tcetdev.firebaseapp.com",
projectId: "tcetdev",
storageBucket: "tcetdev.appspot.com",
messagingSenderId: "323333761920",
appId: "1:323333761920:web:0c1ef126c2f6b301c0ef65",
measurementId: "G-0KHX2EJ3BR"
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
</script>
<script src="./scripts/auth.js"></script>
<script src="./scripts/firestore-db.js"></script>
<i class="fas fa-bars" onclick="showMenu()"></i>
</nav>
<section id="services" class="services section-bg">
<div class="photo-album" style="margin-left: 9%;">
<div class="_boxzoom" id="Box">
<div class="zoom-thumb">
<ul class="piclist">
<li ><img src="product card/S1.jpg" alt="" class="img1"></li>
<li ><img src="product card/S2.jpg" alt="" class="img1"></li>
<li ><img src="product card/s3.jpg" alt="" class="img1"></li>
<li><img src="product card/s4.jpg" alt="" class="img1"></li>
</ul>
</div>
<div class="image">
<img src="product card/savlon spray.jpg" class="img2" alt="main" style="height: 380px;">
</div>
</div>
<div class="col-md-6" id="Box2">
<div class="_product-detail-content">
<p class="_p-name"> Savlon Antiseptic Spray</p>
<div class="_p-price-box">
<div class="p-list">
<span> M.R.P. : <i class="fa fa-inr"></i> <del> 200.00 </del> </span>
<span class="price"> Rs.159.00</span>
</div>
<div class="_p-add-cart">
<div class="_p-qty">
<span>Add Quantity</span>
<div class="value-button decrease_" id="" value="Decrease Value">-</div>
<input type="number" name="qty" id="number" value="1" />
<div class="value-button increase_" id="" value="Increase Value">+</div>
</div>
</div>
<div class="_p-features" style="margin: 12px">
<span> Benefits about this product : </span><br>
<ul>
<li>This versatile spray disinfects and deodorizes in one easy step
</li>
<li>Savlon's unique spray formula can be used on various hard & soft surfaces to kill 99.99% germs
around your home and leave the house smelling fresh and pleasant</li>
<li>It is also effective in killing H1N1, rotavirus and norovirus</li>
<li>Its active ingredient also kills antibiotic-resistant germs</li>
</ul>
</div><br>
<br>
<form action="" method="post" accept-charset="utf-8">
<ul class="spe_ul"></ul>
<div class="_p-qty-and-cart">
<div class="_p-add-cart">
<button class="btn-theme btn buy-btn" tabindex="0" id="buy-savlon">
<a href="https://rzp.io/l/jngBeO7"><i class="fa fa-shopping-cart"></i> Buy Now</a>
</button>
</button>
<button class="btn-theme btn btn-success" tabindex="0" id="add-savlon">
<i class="fa fa-shopping-cart"></i> Add to Cart
</button>
<input type="hidden" name="pid" value="18" />
<input type="hidden" name="price" value="850" />
<input type="hidden" name="url" value="" />
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="sec bg-light" id="secdown">
<div class="container">
<div class="row">
<div class="col-sm-12 title_bx">
<h3 class="title"> You May Also Like </h3>
</div>
</div>
<div class="row">
<div class="col-md-12 list-slider mt-4">
<div class="owl-carousel common_wd owl-theme" id="recent_post">
<!-- <div class="item">
<div class="sq_box shadow">
<a href="savlon.html">
<img src="savlon spray.jpg">
</a>
</div>
<h4 class="mb-1"> <a href="savlon.html"> Savlon</a> </h4>
<div class="price-box mb-2">
<span class="price"> Price <i class="fa fa-inr"></i> 200 </span>
<span class="offer-price"> Offer Price <i class="fa fa-inr"></i> 151.50 </span>
<div class="btn-box text-center">
<a class="btn btn-sm" href="javascript:void(0);"> <i class="fa fa-shopping-cart"></i> Add to Cart </a>
</div>
</div>
</div>
</div> -->
<div class="item">
<div class="sq_box shadow">
<div class="pdis_img">
<!-- <span class="wishlist">
<a alt="Add to Wish List" title="Add to Wish List" href="javascript:void(0);"> <i class="fa fa-heart"></i></a>
</span> -->
<a href="himalayababypowder.html">
<img src="product card/himalaya baby.jpg">
</a>
</div>
<h4 class="mb-1"> <a href="himalayababypowder.html"> Himalaya baby powder</a> </h4>
<div class="price-box mb-2">
<span class="price"> Price <i class="fa fa-inr"></i> 200 </span>
<span class="offer-price"> Offer Price <i class="fa fa-inr"></i> 120 </span>
</div>
<div class="btn-box text-center">
<a class="btn btn-sm" href="javascript:void(0);"> <i class="fa fa-shopping-cart"></i> Add to Cart </a>
</div>
</div>
</div>
<div class="item">
<div class="sq_box shadow">
<div class="pdis_img">
<!-- <span class="wishlist">
<a alt="Add to Wish List" title="Add to Wish List" href="javascript:void(0);"> <i class="fa fa-heart"></i></a>
</span> -->
<a href="zand nityam.html">
<img src="product card/zandu nityam.jpg">
</a>
</div>
<h4 class="mb-1"> <a href="zand nityam.html"> zandu-nityam-vati</a> </h4>
<div class="price-box mb-2">
<span class="price"> Price <i class="fa fa-inr"></i> 120.00 </span>
<span class="offer-price"> Offer Price <i class="fa fa-inr"></i> 89.50 </span>
</div>
<div class="btn-box text-center">
<a class="btn btn-sm" href="javascript:void(0);"> <i class="fa fa-shopping-cart"></i> Add to Cart </a>
</div>
</div>
</div>
<div class="item">
<div class="sq_box shadow">
<div class="pdis_img">
<!-- <span class="wishlist">
<a alt="Add to Wish List" title="Add to Wish List" href="javascript:void(0);"> <i class="fa fa-heart"></i></a>
</span> -->
<a href="chawanprash.html">
<img src="product card/Chawanprash.jpg">
</a> </div>
<h4 class="mb-1"> <a href="chawanprash.html">Dabur Chawanprash </a> </h4>
<div class="price-box mb-2">
<span class="price"> Price <i class="fa fa-inr"></i> 450.56 </span>
<span class="offer-price"> Offer Price <i class="fa fa-inr"></i> 349.00 </span>
</div>
<div class="btn-box text-center">
<a class="btn btn-sm" href="javascript:void(0);"> <i class="fa fa-shopping-cart"></i> Add to Cart </a>
</div>
</div>
</div>
<div class="item">
<div class="sq_box shadow">
<div class="pdis_img">
<!-- <span class="wishlist">
<a alt="Add to Wish List" title="Add to Wish List" href="javascript:void(0);"> <i class="fa fa-heart"></i></a>
</span> -->
<a href="triphalachuran.html">
<img src="product card/triphala.jpg">
</a>
</div>
<h4 class="mb-1"> <a href="triphalachuran.html"> Triphala Churna </a> </h4>
<div class="price-box mb-2">
<span class="price"> Price <i class="fa fa-inr"></i> 250.00 </span>
<span class="offer-price"> Offer Price <i class="fa fa-inr"></i> 220.50</span>
</div>
<div class="btn-box text-center">
<a class="btn btn-sm" href="javascript:void(0);"> <i class="fa fa-shopping-cart"></i> Add to Cart </a>
</div>
</div>
</div>
<div class="item">
<div class="sq_box shadow">
<div class="pdis_img">
<!-- <span class="wishlist">
<a alt="Add to Wish List" title="Add to Wish List" href="javascript:void(0);"> <i class="fa fa-heart"></i></a>
</span> -->
<a href="cerelac.html">
<img src="product card/cerelac.jpg">
</a>
</div>
<h4 class="mb-1"> <a href="cerelac.html"> Cerelac powder for Baby </a> </h4>
<div class="price-box mb-2">
<span class="price"> Price <i class="fa fa-inr"></i>549.00 </span>
<span class="offer-price"> Offer Price <i class="fa fa-inr"></i> 499.00 </span>
</div>
<div class="btn-box text-center">
<a class="btn btn-sm" href="javascript:void(0);"> <i class="fa fa-shopping-cart"></i> Add to Cart </a>
</div>
</div>
</div>
<div class="item">
<div class="sq_box shadow">
<div class="pdis_img">
<!-- <span class="wishlist">
<a alt="Add to Wish List" title="Add to Wish List" href="javascript:void(0);"> <i class="fa fa-heart"></i></a>
</span> -->
<a href="savlon.html">
<img src="product card/savlon spray.jpg">
</a>
</div>
<h4 class="mb-1"> <a href="savlon.html"> Savlon Antiseptic Spray </a> </h4>
<div class="price-box mb-2">
<span class="price"> Price <i class="fa fa-inr"></i> 150.00 </span>
<span class="offer-price"> Offer Price <i class="fa fa-inr"></i> 120.00 </span>
</div>
<div class="btn-box text-center">
<a class="btn btn-sm" href="javascript:void(0);"> <i class="fa fa-shopping-cart"></i> Add to Cart </a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="prod_data">
<h2>
DESCRIPTION
</h2>
<p>
Savlon Surface Disinfectant Spray can be used for a wide variety of high traffic surfaces such as tables,
door handles, chairs, carpets, curtains touched often by a number of different people and are hotbeds for a
wide variety of germs and bacteria.
For over 50 years, Savlon has kept Indians protected against germs. Starting out with antiseptic Liquid,
Savlon has gained repute for effectiveness protection.
</p>
</div>
<div class="offers">
<h2>OFFERS</h2>
<ul>
<li>Flat 20% off + 20% cashback on your 1st medicine order</li>
<LI>KBC Ghar Baithe Jeeto Jackpot! Win Rs.1,00,000</LI>
<li><a href="offers.html">View more</a></li>
</ul>
</div>
<div class="Key">
<h2>Key Ingredients:</h2>
<p>
</p>Ethanol IP </p>
</div>
<div class="uses">
<h2> Direction for Use/Dosage:</h2>
<ul>
<li>To use, shake the can and hold the can at a distance of 15-20 cm from the desired surface that needs to be disinfected and spray such that the surface is covered in mist</li>
<li>There is no need to wipe the surface, allow it to air dry</li>
<li>
Do not use on copper, brass, painted/shellacked/lacquered/ varnished surfaces (including treated/polished wood) or acrylic plastics
</li>
<!-- <li>
Floor Cleaning: 15ml in 1 bucket of water
</li> -->
</ul>
</div>
<div class="brand">
<h2><b><u>
Features and Details
</u></b></h2><br>
<p>
Brand:<a href="https://www.itcportal.com/brands-microsite/savlon.aspx/">Savlon</a><br>
Manufacturer Name:<a href="https://www.livemint.com/companies/news/itc-targets-savlon-to-be-a-1-000-cr-brand-this-fiscal-11602122328408.html">Check Details</a><br>
Country of Origin : India
<br>
</p><br>
</div>
</div>
<!--Javascript for toggle menu-->
<script>
var navLinks = document.getElementById("navLinks")
function showMenu(){
navLinks.style.right="0";
}
function hideMenu(){
navLinks.style.right="-200px";
}
</script>
</body>
</html>