-
Notifications
You must be signed in to change notification settings - Fork 1
/
deliverydetails.html
253 lines (248 loc) · 12.5 KB
/
deliverydetails.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
<!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>Pulse Pharmacy - Address</title>
<link rel="icon" href="https://www.pulseplus.in/favicon.ico" type="image/x-icon">
</head>
<link href="deliverydetails.css" rel="stylesheet" type="text/css">
<body>
<div id="notificationBar">
<div>
<div>
<a href="landing_page.html"> <img
src="https://www.pulseplus.in/content/images/icons/logo-pulse-pharmacy-trans.png"
alt="Pulse Plus" height="50px" /></a>
</div>
<div id="rightNav">
<div id="navLocation">
<i class="fas fa-map-marker"></i>
<p>New Delhi</p>
<div id="locationSelector" class="overlay">
<div class="popup">
<div>
<img src="https://www.pulseplus.in/content/images/icons/select-city-header.png"
alt="City Image" width="100%">
</div>
<div class="popupContent">
<a class="close" href="#">×</a>
<div class="content">
<div style="display: flex"><i class="fas fa-search"></i></span><input type="text"
placeholder="Search Your City" id="search">
</div>
<form>
<div class="formInput">
<input type="radio" value="New Delhi" name="location">
<label>New Delhi</label>
</div>
<div class="formInput">
<input type="radio" value="Mumbai" name="location">
<label>Mumbai</label>
</div>
<div class="formInput">
<input type="radio" value="Bengaluru" name="location">
<label>Bengaluru</label>
</div>
<div class="formInput">
<input type="radio" value="Kolkata" name="location">
<label>Kolkata</label>
</div>
<div class="formInput">
<input type="radio" value="Chennai" name="location">
<label>Chennai</label>
</div>
<div class="formInput">
<input type="radio" value="Noida" name="location">
<label>Noida</label>
</div>
<div class="formInput">
<input type="radio" value="Pune" name="location">
<label>Pune</label>
</div>
<div class="formInput">
<input type="radio" value="Hyderabad" name="location">
<label>Hyderabad</label>
</div>
</form>
<button id="popupButton">Apply</button>
</div>
</div>
</div>
</div>
</div>
<div>
<a href="login.html" style="color:white ; text-decoration: none">Login </a>/<a href="signup.html"
style="color:white ; text-decoration: none">Sign Up</a>
</div>
</div>
</div>
</div>
<div id="container">
<h2>Delivery Address</h2>
<div id="mainDiv">
<div class="leftDiv">
<form>
<label for="name">Name</label><br>
<input type="text" id="name" required/><br>
<label for="add1">Flat Number, Building Name, Street/Locality</label><br>
<textarea name="add1" id="add1" cols="30" rows="10" required></textarea><br>
<div id="add2">
<div>
<label for="pincode">Pincode</label><br>
<input type="text" id="pincode" required>
</div>
<div>
<label for="city">City</label><br>
<input type="text" id="city" required/>
</div>
<div>
<label for="state">State</label><br>
<input type="text" id="state" required/>
</div>
</div>
<label for="contact">Delivery Contact No.</label><br>
<input type="tel" id="contact" required/>
<div id="bullets">
<input type="radio" value="Home" id="home" name="addressType" checked><label for="home">Home</label>
<input type="radio" value="Work" id="work" name="addressType"><label for="work">Work</label>
<input type="radio" value="Other" id="other" name="addressType"><label for="other">Other</label>
</div>
</form>
</div>
<div class="rightDiv">
</div>
</div>
</div>
<br>
<br>
<br>
<hr>
<div id="footerMainDiv">
<div id="footerDiv">
<div id="menuDivs">
<div>
<h4>INFORMATION</h4>
<ul class="list-unstyled">
<li>
<a href="#">About Pulse Pharmacy</a>
</li>
<li>
<a href="#">Terms & Conditions</a>
</li>
<li>
<a href="#">Offers</a>
</li>
<li>
<a href="#">Blog</a>
</li>
<li>
<a href="#">Apply for API</a>
</li>
</ul>
</div>
<div>
<h4>BUY ONLINE</h4>
<ul class="list-unstyled">
<li>
<a href="#">Browse by Category</a>
</li>
<li>
<a href="#">Browse by A-Z</a>
</li>
<li>
<a href="#">Upload Prescription</a>
</li>
<li>
<a href="#">Returns & Refund Policy</a>
</li>
<li>
<a href="#">Shipping Policy</a>
</li>
<li>
<a href="#">Privacy Policy</a>
</li>
</div>
<div>
<h4>CONTACT</h4>
<ul class="list-unstyled">
<li>
<a href="#"><i class="fab fa-whatsapp"></i> Send Us Massage</a>
</li>
<li>
<a href="#"><i class="far fa-envelope"></i> sales@pulsepharmacy.in</a>
</li>
<li>
<a href="#"><i class="fas fa-phone-alt"></i> 7795600600</a>
</li>
<li>
<a href="#">194, NSR Rd, Saibaba Colony,</a>
</li>
<li>
<a href="#">Coimbatore - 641041</a>
</li>
</div>
<div id="socialMedia">
<div><i class="fab fa-facebook"></i></div>
<div><i class="fab fa-instagram"></i></div>
<div><i class="fab fa-twitter"></i></div>
</div>
</div>
<div id="paymentsDiv">
<div><img class="lazy" src="https://www.pulseplus.in/content/images/payment/pay-9.png" alt="pay-icon">
</div>
<div><img class="lazy" src="https://www.pulseplus.in/content/images/payment/pay-1.png" alt="pay-icon">
</div>
<div><img class="lazy" src="https://www.pulseplus.in/content/images/payment/pay-2.png" alt="pay-icon">
</div>
<div><img class="lazy" src="https://www.pulseplus.in/content/images/payment/pay-3.png" alt="pay-icon">
</div>
<div><img class="lazy" src="https://www.pulseplus.in/content/images/payment/pay-4.png" alt="pay-icon">
</div>
<div><img class="lazy" src="https://www.pulseplus.in/content/images/payment/pay-5.png" alt="pay-icon">
</div>
<div><img class="lazy" src="https://www.pulseplus.in/content/images/payment/pay-6.png" alt="pay-icon">
</div>
<div><img class="lazy" src="https://www.pulseplus.in/content/images/payment/pay-7.png" alt="pay-icon">
</div>
<div><img class="lazy" src="https://www.pulseplus.in/content/images/payment/pay-8.png" alt="pay-icon">
</div>
</div>
<div id="aboutDiv">
<p style="color:#272727"><b>About Pulse Pharmacy</b></p>
<p>Pulse Pharmacy is a leading Online Pharmacy in India that offers prescription medicines, OTC products
& generic
medications all over India. Our aim at Pulse Pharmacy is to ensure health to all the individuals,
and deliver healthcare
commerce in a personalized way. We make simple and user-friendly way for people to buy the
prescribed medicines online
from anywhere in India and can buy at any time at best deals and prices.</p>
<p>Pulse Pharmacy simplifies the search for needed medicines and toorder medicines onlines. Our priority
is to satisfy the
customer and to build the trust factor by providing medicines packed by qualified & experienced
pharmacists from our own
& operated outlets.</p>
<p>In our current world, life-saving medications became costly and, so we have opened a gate to an
opportunity that saves
your money on medications. You can buy or order medicines particularly generic medicine, OTC
medicine & prescription
medicines at a cheaper price at the convenience of your home.</p>
<p>Pulse Pharmacy is the best Online Pharmacy in India, that delivers medicines from 100% owned and
operated outlets. You
can use the brand name to search the medicine you prefer to order medicine online.</p>
<p>Note: We don't process requests for Schedule X and other habit forming drugs, due to compliance with
Drugs and Cosmetics
Act of India. You need to upload a valid prescription from a registered medical practitioner while
placing an order for
Schedule H and H1 drugs.</p>
</div>
<div id="copyrightDiv">
<p>© 2021 Pulse Pharmacy. All Rights Reserved</p>
</div>
</div>
</div>
</body>
</html>
<script src="deliverydetails.js"></script>
<script src="https://use.fontawesome.com/releases/v5.15.4/js/all.js" data-auto-replace-svg="nest"></script>