forked from Anishkagupta04/RAPIDOC-HEALTHCARE-WEBSITE-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dex.html
221 lines (191 loc) · 10.4 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
<!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">
<!--=============== CSS ===============-->
<link rel="stylesheet" href="assets/css/styles.css">
<title>RAPIDOC|Delivery</title>
</head>
<body>
<!--=============== 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="Html-Files\contact.html" 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/con.png" 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">[email protected]</span></li>
<li class="contact__address">Location: <span class="contact__information">New Delhi</span></li>
</ul>
<div class="contact__content">
<a href="Html-Files/contact.html" 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="#" class="footer__link">Report a bug</a></li>
<li><a href="#" 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="#" 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="#" class="footer__link">Questions</a></li>
<li><a href="#" class="footer__link">Customer help</a></li>
</ul>
</div>
<div class="footer__social">
<a href="#" class="footer__social-link"><i class='bx bxl-facebook-circle '></i></a>
<a href="#" class="footer__social-link"><i class='bx bxl-twitter'></i></a>
<a href="#" class="footer__social-link"><i class='bx bxl-instagram-alt'></i></a>
</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>