-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
405 lines (402 loc) · 15.5 KB
/
index.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
<!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>Hospital website</title>
<!-- Link Swiper's CSS -->
<link
rel="stylesheet"
href="https://unpkg.com/swiper/swiper-bundle.min.css"
/>
<!-- BOXICONS CDN -->
<link
href="https://unpkg.com/[email protected]/css/boxicons.min.css"
rel="stylesheet"
/>
<!-- CUSTOM CSS -->
<link rel="stylesheet" href="stylem.css" />
</head>
<body>
<nav>
<div class="container">
<a href="#" class="nav__logo">
<h3>Maternal Health Care</h3>
</a>
<ul id="nav__items">
<li><a href="#">Home</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#specialists">Specialists</a></li>
<li><a href="viewreport.html" target="_blank" >View Report </a></li>
<li><a href="regis.html" target="_blank">Registration</a></li>
<li><a href="#appointment" class="btn">Make appointment</a></li>
</ul>
<button id="open__nav-btn"><i class="bx bx-menu"></i></button>
<button id="close__nav-btn"><i class="bx bx-x"></i></button>
</div>
</nav>
<!-- ======================== END OF NAV =============================== -->
<header>
<div class="container">
<div class="header__content">
<h1>Complete Health Care Solution For Every Women</h1>
<p>
Welcome to webpage Maternal health care .this web page allows the
hospitals and doctors around the world.This enables the doctor
in remote areas to take necessary precautions and steps
in case of emergency
</p>
<a href="#appointment" class="btn">Make Appointment</a>
</div>
<div class="header__image">
<img src="https://media.istockphoto.com/photos/pregnant-woman-and-gynecologist-doctor-at-hospital-picture-id1165979888?b=1&k=20&m=1165979888&s=612x612&w=0&h=2Ed_lSls3oORfJ04xdiYvtpu1RysJtZxbqfDxPUwhP4=" alt="mainimage" />
</div>
</div>
</header>
<!-- ======================== END OF HEADER =============================== -->
<section id="services">
<h2>Our services</h2>
<p>
We provide various services so that each and every women get proper
health facilities during her maternity.
</p>
<div class="container">
<article>
<i class="bx bx-book-content"></i>
<div class="description">
<h4>blood pressure</h4>
<small>
As the main reason of most of the maternal death
blood pressure so we provide blood presssure
checking machines and keep a regular check on their functionality.
</small>
</div>
</article>
<article>
<i class="bx bx-trophy"></i>
<div class="description">
<h4>Qualified Doctors</h4>
<small>
We provide direct contact of all the best doctors from
all over the world which provide direct mentorship to
the doctors in the small hospitals in remote areas.
</small>
</div>
</article>
<article>
<i class="bx bx-support"></i>
<div class="description">
<h4>Private Support</h4>
<small>
We provide private support to those patients whom
are in critical condition or to the patients which
requires persnal care.
</small>
</div>
</article>
<article>
<i class="bx bx-donate-heart"></i>
<div class="description">
<h4>Well Cared</h4>
<small>
We focus on the Maternal health of the women
and children and we take care about their health
during and after atleast 6 months of their pregnancy.
</small>
</div>
</article>
<article>
<i class="bx bx-first-aid"></i>
<div class="description">
<h4>Need Emergency</h4>
<small>
If some patients need emergency care we
provide them transport facilities so that
they can reach to the hospital as soon as possible.
</small>
</div>
</article>
<article>
<i class="bx bxl-meta"></i>
<div class="description">
<h4>24 hours service</h4>
<small>
We provide 24 hours service for the patients
and make sure that they dont have any health
related problems physically ar mentally.
</small>
</div>
</article>
</div>
</section>
<!-- ======================== END OF SERVICES =============================== -->
<section id="specialists">
<h2>Our Top Specialists</h2>
<p>
We have highly qualified doctors and some of them
are mentioned here you can also contact and see about them.
</p>
<div class="container">
<article>
<div class="specialist__image">
<img src="https://img.freepik.com/free-photo/pleased-young-female-doctor-wearing-medical-robe-stethoscope-around-neck-standing-with-closed-posture_409827-254.jpg?w=2000" alt="Specialist one" />
</div>
<div class="specialist__details">
<h4>Dr. Lisa Miasa</h4>
<small>Surgery Specialist</small>
</div>
<div class="specialist__socials">
<a href="#" target="_blank"><i class="bx bxl-linkedin"></i></a>
<a href="#" target="_blank"><i class="bx bxl-twitter"></i></a>
<a href="#" target="_blank"><i class="bx bxl-facebook"></i></a>
<a href="#" target="_blank"><i class="bx bxl-instagram"></i></a>
</div>
<a
href="https://api.whatsapp.com/send?phone=+12345678"
target="_blank"
class="specialist__whatsapp"
>
<i class="bx bxl-whatsapp"></i>
</a>
</article>
<article>
<div class="specialist__image">
<img src="https://media.istockphoto.com/photos/indian-male-doctor-picture-id177373093?k=20&m=177373093&s=612x612&w=0&h=-PQwmaJszuQyxLQYuWL4VL731lr_dnhrttc4AOcB3-k=" alt="Specialist two" />
</div>
<div class="specialist__details">
<h4>Dr. Anand Prasad</h4>
<small>Anaesthetics Specialist</small>
</div>
<div class="specialist__socials">
<a href="#" target="_blank"><i class="bx bxl-linkedin"></i></a>
<a href="#" target="_blank"><i class="bx bxl-twitter"></i></a>
<a href="#" target="_blank"><i class="bx bxl-facebook"></i></a>
<a href="#" target="_blank"><i class="bx bxl-instagram"></i></a>
</div>
<a
href="https://api.whatsapp.com/send?phone=+12345678"
target="_blank"
class="specialist__whatsapp"
>
<i class="bx bxl-whatsapp"></i>
</a>
</article>
<article>
<div class="specialist__image">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTpE-7PRVCwx-KasTwMkxpe9wfe9XQT5P6exA&usqp=CAU%22" alt="Specialist three" />
</div>
<div class="specialist__details">
<h4>Dr. Karuna Sao</h4>
<small>Orhtopedic Specialist</small>
</div>
<div class="specialist__socials">
<a href="#" target="_blank"><i class="bx bxl-linkedin"></i></a>
<a href="#" target="_blank"><i class="bx bxl-twitter"></i></a>
<a href="#" target="_blank"><i class="bx bxl-facebook"></i></a>
<a href="#" target="_blank"><i class="bx bxl-instagram"></i></a>
</div>
<a
href="https://api.whatsapp.com/send?phone=+12345678"
target="_blank"
class="specialist__whatsapp"
>
<i class="bx bxl-whatsapp"></i>
</a>
</article>
<article>
<div class="specialist__image">
<img src= "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSZ16DaOPp3gs3AQVjQvyf7zaO34liPajtkWQ&usqp=CAU" alt="Specialist four" />
</div>
<div class="specialist__details">
<h4>Dr. Ravindra Sharma</h4>
<small>Cardiology Specialist</small>
</div>
<div class="specialist__socials">
<a href="#" target="_blank"><i class="bx bxl-linkedin"></i></a>
<a href="#" target="_blank"><i class="bx bxl-twitter"></i></a>
<a href="#" target="_blank"><i class="bx bxl-facebook"></i></a>
<a href="#" target="_blank"><i class="bx bxl-instagram"></i></a>
</div>
<a
href="https://api.whatsapp.com/send?phone=+12345678"
target="_blank"
class="specialist__whatsapp"
>
<i class="bx bxl-whatsapp"></i>
</a>
</article>
</div>
</section>
<!-- ======================== END OF SPECIALISTS =============================== -->
<section id="appointment">
<div class="container">
<div class="left">
<h2>Get An Appointment</h2>
<p> Book your appoinment with the highly experienced doctors.</p>
<article>
<div class="icon">
<i class="bx bx-user"></i>
</div>
<div class="description">
<h4>Experienced doctors</h4>
<small>
We have highly qualified and experienced doctor
so that each and every patient would get the best
care possible
</small>
</div>
</article>
<article>
<div class="icon">
<i class="bx bxs-zap"></i>
</div>
<div class="description">
<h4>Advanced Technology</h4>
<small>
We have various Technology so that we can
provide proper treatment to the patients and
help them in all way possible.
</small>
</div>
</article>
<article>
<div class="icon">
<i class="bx bx-first-aid"></i>
</div>
<div class="description">
<h4>Emergency Care</h4>
<small>
We provide emergency services for the patients
and we will make sure that by using our services
we can make maternity death rate of world 0.
</small>
</div>
</article>
</div>
<form action="https://formspree.io/f/xqknoqdp" method="POST">
<div class="form__group">
<label for="name">Name</label>
<input
type="text"
placeholder="Enter Your Name"
name="Patient's Name"
id="name"
required
/>
</div>
<div class="form__group">
<label for="phone">Phone Number</label>
<input
type="number"
placeholder="Enter Phone Number"
name="Phone Number"
id="phone"
required
/>
</div>
<div class="form__group">
<label for="date">Date</label>
<input
type="date"
placeholder="Choose a Date"
name="Date"
id="date"
required
/>
</div>
<div class="form__group">
<label for="department">Select Department</label>
<select name="Department" id="department" required>
<option value="Department One">Department One</option>
<option value="Department Two">Department Two</option>
<option value="Department Three">Department Three</option>
<option value="Department Four">Department Four</option>
</select>
</div>
<div class="form__group">
<label for="doctor">Select Doctor</label>
<select name="Doctor" id="doctor" required>
<option value="Doctor One">Doctor One</option>
<option value="Doctor Two">Doctor Two</option>
<option value="Doctor Three">Doctor Three</option>
<option value="Doctor Four">Doctor Four</option>
</select>
</div>
<div class="form__group">
<label for="message">Additional Message</label>
<textarea
name="Added Message"
id="message"
rows="6"
placeholder="Add a message"
required
></textarea>
</div>
<input type="submit" value="Submit Request" class="btn-primary" />
</form>
</div>
</section>
<!-- ======================== END OF APPOINTMENTS =============================== -->
<footer>
<div class="container">
<article>
<h5>Maternal health care.</h5>
<p>
we provide best service here .
</p>
<div>
<i class="bx bxs-phone"></i>
<small>+12324567</small>
</div>
<div>
<i class="bx bx-mail-send"></i>
<small>[email protected]</small>
</div>
</article>
<article>
<h5>Support</h5>
<a href="#">Privacy Policy</a>
<a href="#">Cookie Policy</a>
<a href="#">Purchasing Policy</a>
<a href="#">Terms & Conditions</a>
<a href="#">Career</a>
</article>
<article>
<h5>Menu</h5>
<a href="#">Home</a>
<a href="#">Services</a>
<a href="#">Specialists</a>
<a href="#">View Report</a>
<a href="#">Registration</a>
<a href="#" class="btn-primary">Get Appointment</a>
</article>
<article>
<h5>Contact Us</h5>
<a href="#">Press</a>
<a href="#">FAQs</a>
<div class="socials">
<a href="#"><i class="bx bxl-linkedin"></i></a>
<a href="#"<i class="bx bxl-twitter"></i></a>
<a href="#"<i class="bx bxl-facebook"></i></a>
<a href="#"<i class="bx bxl-instagram"></i></a>
</div>
</article>
</div>
<div class="copyright">
Copyright Maternal health care. All Rights Reserved.
</div>
</footer>
<!-- ======================== END OF FOOTER =============================== -->
<!-- Swiper JS -->
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<!-- Main JS -->
<script src="main.js"></script>
<script src="main.js"></script>
</body>
</html>
0 comments on commit 5b65af6
@sonali8434
Add heading textAdd bold text, <Ctrl+b>Add italic text, <Ctrl+i>
Add a quote, <Ctrl+Shift+.>Add code, <Ctrl+e>Add a link, <Ctrl+k>
Add a bulleted list, <Ctrl+Shift+8>Add a numbered list, <Ctrl+Shift+7>Add a task list, <Ctrl+Shift+l>