forked from Anishkagupta04/RAPIDOC-HEALTHCARE-WEBSITE-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dex.html
352 lines (322 loc) · 11.6 KB
/
dex.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--=============== BOXICONS ===============-->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css"
/>
<link rel="icon" type="image/x-icon" href="./favicon.png" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<!--=============== CSS ===============-->
<link rel="stylesheet" href="assets/css/styles.css" />
<title>RAPIDOC|Delivery</title>
<style>
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-thumb {
background-color: #3fbcc0;
border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
background-color: #005253;
border-radius: 10px;
}
::-webkit-scrollbar-track {
background-color: #011212;
}
#progressBar {
position: fixed;
top: 0;
left: 0;
width: 0%;
height: 6px;
background-color: #3fbcc0;
z-index: 9999;
}
</style>
</head>
<body>
<div id="progressBar"></div>
<script>
window.onscroll = function () {
var winScroll =
document.body.scrollTop || document.documentElement.scrollTop;
var height =
document.documentElement.scrollHeight -
document.documentElement.clientHeight;
var scrolled = (winScroll / height) * 100;
document.getElementById("progressBar").style.width = scrolled + "%";
};
</script>
<!--=============== HEADER ===============-->
<header class="header" id="header">
<nav class="nav container">
<img src="assets/img/rd1.png" alt="hou" />
<a href="med.html" class="nav__logo">RAPIDOC Delivery</a>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item">
<a href="index.html" class="nav__link active-link">Home</a>
</li>
<li class="nav__item">
<a href="index.html#about" class="nav__link">About us</a>
</li>
<li class="nav__item">
<a href="#services" class="nav__link">Services</a>
</li>
<li class="nav__item">
<a href="index.html#contact" class="nav__link">Contact us</a>
</li>
<i class="bx bx-toggle-left change-theme" id="theme-button"></i>
</ul>
</div>
<div class="nav__toggle" id="nav-toggle">
<i class="bx bx-grid-alt"></i>
</div>
<a href="med.html" class="button button__header">Order Now!</a>
</nav>
</header>
<main class="main">
<!--=============== HOME ===============-->
<section class="home section" id="home">
<div class="home__container container grid">
<div class="home__data">
<h1 class="home__title">RAPIDOC|Delivery <br />Order Medicines</h1>
<p class="home__description">
Order your <b>Medicine</b> at any time and we will deliver them
right to where you are.
</p>
<a href="med.html" class="button">Get Started</a>
<img src="assets/img/rd.png" alt="home" />
</div>
</div>
</section>
<!--=============== ABOUT ===============-->
<section class="about section container" id="about">
<div class="about__container grid">
<div class="about__data">
<h2 class="section__title-center">
Find Out A Little More <br />
About Us
</h2>
<p class="about__description">
We are a company dedicated to the distribution of products by
delivery to your home or to the place where you are, with the best
quality of delivery.
</p>
<img src="assets/img/about.png" alt="about" />
</div>
</div>
</section>
<!--=============== SECURITY ===============-->
<section class="security section container">
<div class="security__container grid">
<div class="security__data">
<h2 class="section__title-center">
Your Safety Is <br />
Important
</h2>
<p class="security__description">
When your order reaches you, we have the health safety protocols,
so that you are protected from any disease. Watch the video of how
the delivery is made.
</p>
</div>
<img src="assets/img/sec.png" alt="about" />
</div>
</section>
<!--=============== SERVICES ===============-->
<section class="services section container" id="services">
<h2 class="section__title">
Some Services We <br />
Offer
</h2>
<div class="services__container grid">
<div class="services__data">
<h3 class="services__subtitle">Payment Done</h3>
<img src="assets/img/s1.jpg" alt="imog" />
<p class="services__description">
Pay with a Visa or PayPal card and without much ado.
</p>
<div>
<a href="#" class="button button-link">Learn More</a>
</div>
</div>
<div class="services__data">
<h3 class="services__subtitle">Find Your Product</h3>
<img src="assets/img/s2.jpg" alt="imog" />
<p class="services__description">
We offer sale of products through the Internet.
</p>
<div>
<a href="#" class="button button-link">Learn More</a>
</div>
</div>
<div class="services__data">
<h3 class="services__subtitle">Product Received</h3>
<img src="assets/img/s3.jpg" alt="imog" />
<p class="services__description">
In our app you can see the delay time of your order.
</p>
<div>
<a href="#" class="button button-link">Learn More</a>
</div>
</div>
</div>
</section>
<!--=============== APP ===============-->
<section class="app section container">
<div class="app__container grid">
<div class="app__data">
<h2 class="section__title-center">
Watch Your Delivery <br />
At Any Time
</h2>
<p class="app__description">
With our app you can view the route of your order, from our local
headquarters to the place where you are. Look for the app now!
</p>
<div class="app__buttons">
<a href="#" class="button button-flex">
<i class="bx bxl-apple button__icon"></i> App Store
</a>
<a href="#" class="button button-flex">
<i class="bx bxl-play-store button__icon"></i> Google Play
</a>
</div>
</div>
<img src="assets\img\delivery.jpg" alt="home1" />
</div>
</section>
<!--=============== CONTACT US ===============-->
<section class="contact section container" id="contact">
<div class="contact__container grid">
<div class="contact__content">
<h2 class="section__title-center">
Contact Us From <br />
Here
</h2>
<p class="contact__description">
You can contact us from here, you can write to us, call us or
visit our service center, we will gladly assist you.
</p>
</div>
<ul class="contact__content grid">
<li class="contact__address">
Email:
<span class="contact__information">delivery@email.com</span>
</li>
<li class="contact__address">
Location: <span class="contact__information">New Delhi</span>
</li>
</ul>
<div class="contact__content">
<a href="index.html#contact" class="button">Contact Us</a>
</div>
</div>
</section>
</main>
<!--=============== FOOTER ===============-->
<footer class="footer section">
<div class="footer__container container grid">
<div class="footer__content">
<a href="#" class="footer__logo">Delivery</a>
<p class="footer__description">
Order Products Faster <br />
Easier
</p>
</div>
<div class="footer__content">
<h3 class="footer__title">Our Services</h3>
<ul class="footer__links">
<li><a href="#" class="footer__link">Pricing </a></li>
<li><a href="#" class="footer__link">Discounts</a></li>
<li>
<a href="index.html#contact" class="footer__link">Report a bug</a>
</li>
<li>
<a
href="Html-Files/terms_and_conditions.html"
class="footer__link"
>Terms of Service</a
>
</li>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">Our Company</h3>
<ul class="footer__links">
<li><a href="#" class="footer__link">Blog</a></li>
<li><a href="#" class="footer__link">Our mision</a></li>
<li>
<a href="index.html#contact" class="footer__link">Get in touch</a>
</li>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">Community</h3>
<ul class="footer__links">
<li><a href="#" class="footer__link">Support</a></li>
<li><a href="faq.html" class="footer__link">Questions</a></li>
<li>
<a href="index.html#contact" class="footer__link"
>Customer help</a
>
</li>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">Follow us</h3>
<div class="footer__social">
<a
href="https://www.facebook.com/"
target="_blank"
class="footer__social-link"
><i class="bx bxl-facebook-circle"></i
></a>
<img
src="twitter1.svg"
style="width: 25px; margin: 0; padding: 0; margin-top: 4px"
alt="Twitter"
/>
<a
href="https://www.linkedin.com"
target="_blank"
class="footer__social-link"
><i class="fa fa-linkedin-square"></i
></a>
<a
href="https://www.instagram.com"
target="_blank"
class="footer__social-link"
><i class="fa fa-instagram"></i
></a>
<a href="https://www.github.com" class="footer__social-link"
><i class="fa fa-github"></i
></a>
<a href="#" class="footer__social-link"
><i class="fa fa-phone"></i
></a>
<a href="#" class="footer__social-link"
><i class="fa fa-envelope"></i
></a>
</div>
</div>
</div>
<p class="footer__copy">© Talo. All right reserved</p>
</footer>
<!--=============== SCROLL UP ===============-->
<a href="#" class="scrollup" id="scroll-up">
<i class="bx bx-up-arrow-alt scrollup__icon"></i>
</a>
<!--=============== MAIN JS ===============-->
<script src="assets/js/main.js"></script>
</body>
</html>