-
Notifications
You must be signed in to change notification settings - Fork 1
/
order.html
227 lines (223 loc) · 11.2 KB
/
order.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
<!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></title>
<link rel="icon" href="https://www.pulseplus.in/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="order.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css" />
<script src="order.js" defer></script>
</head>
<body>
<div id="notificationBar">
<div>
<div>
<a href="#"> <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="fa 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="fa fa-search"></i></span><input type="text"
placeholder="Search Your City" id="search">
</div>
<form>
<div class="formInput">
<input type="radio" value="New Delhi">
<label>New Delhi</label>
</div>
<div class="formInput">
<input type="radio" value="Mumbai">
<label>Mumbai</label>
</div>
<div class="formInput">
<input type="radio" value="Bengaluru">
<label>Bengaluru</label>
</div>
<div class="formInput">
<input type="radio" value="Kolkata">
<label>Kolkata</label>
</div>
<div class="formInput">
<input type="radio" value="Chennai">
<label>Chennai</label>
</div>
<div class="formInput">
<input type="radio" value="Noida">
<label>Noida</label>
</div>
<div class="formInput">
<input type="radio" value="Pune">
<label>Pune</label>
</div>
<div class="formInput">
<input type="radio" value="Hyderabad">
<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 id="cartAdd"><i class="fa fa-shopping-bag" style="font-size:20px ;color:white"> <br><span
id="totalItems"></span></i></div>
<div><a href="" id="cartGo">Go to cart</a></div>
</div>
</div>
</div>
</div>
<!-- order Part -->
<div class="order">
<i class="fas fa-calendar-alt icon"></i>
<p>Order History</p>
<div>
<h2>No orders yet.<b> Place an Order Now.</b> You will love it 😊</h2>
<img src="https://www.pulseplus.in/content/images/icons/cart-empty.png" alt="order">
</div>
</div>
<button id="btn">SHOP NOW</button>
<!-- starting of Information -->
<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>