-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
475 lines (372 loc) · 17.1 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
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
<!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">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="./css/style.css">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<title>Hospital</title>
</head>
<body>
<header class="myHeader">
<a href="#" class="logo"><i class="fas fa-heartbeat"></i> medCare</a>
<nav class="navbar">
<a href="#Home">Home</a>
<a href="#Service">Service</a>
<a href="#About">About</a>
<a href="#Doctor">Doctor</a>
<a href="#Book">Book</a>
<a href="#Review">Review</a>
<a href="#Blogs">Blogs</a>
</nav>
<div id="menu-btn" class="fas fa-bars"></div>
</header>
<main class="heroSection">
<div class="medcineimg" data-aos="fade-up">
<img src="./img/Medicine.gif" alt="medcine" class="myimg" width="80%">
</div>
<div class="content" data-aos="fade-down">
<h1>Stay Safe, Stay <br>Healthy</h1>
<p>Lorem Ipsum Dolor Sit Amet Consectetur Adipisicing Elit. Facere Velit Pariatur Assumenda Laudantium
Ratione Voluptatem Lorem ipsum dolor sit amet consectetur adipisicing elit..</p>
<button class="btn" type="button">Contact us</button>
</div>
</main>
<section class="goodNumbers">
<div class="sections">
<a href="#"> <img src="./img/provider.svg" alt="provider.svg"></a>
<div class="text">
<h1>140+</h1> <br>
<p>Doctors At work</p>
</div>
</div>
<div class="sections">
<a href="#"> <img src="./img/provider.svg" alt="provider.svg"></a>
<div class="text">
<h1>1040+</h1> <br>
<p>Satisfied Patients</p>
</div>
</div>
</div>
<div class="sections">
<a href="#"> <img src="./img/provider.svg" alt="provider.svg"></a>
<div class="text">
<h1>120+</h1> <br>
<p>Bed Facility</p>
</div>
</div>
<div class="sections">
<a href="#"> <img src="./img/Hospital-bed_icon.png" alt="provider.svg" id="smallerImg"></a>
<div class="text">
<h1>80+</h1> <br>
<p>Available Hospitals</p>
</div>
</div>
</section>
<h1 id="header1">OUR <span>SERVICES</span></h1>
<div id="ourService">
<!-- <div class="containers">
<div class="imageDiv">
<img src="./img/medical-check up.png" alt="provider.svg">
</div>
<div class="contents">
<h1>Free Checkups</h1> <br>
<p>
Lorem Ipsum Dolor Sit Amet, Consectetur Adipisicing Elit. Suscipit, Et.</p>
<button class="btn" type="button">Contact us</button>
</div>
</div> -->
<!-- <div class="containers">
<div class="imageDiv">
<img src="./img/medical-check up.png" alt="provider.svg">
</div>
<div class="contents">
<h1>Free Checkups</h1> <br>
<p>
Lorem Ipsum Dolor Sit Amet, Consectetur Adipisicing Elit. Suscipit, Et.</p>
<button class="btn" type="button">Contact us</button>
</div>
</div> -->
<div class="containers">
<div class="imageDiv">
<img src="./img/medical-check up.png" alt="provider.svg">
</div>
<div class="contents">
<h1>Free Checkups</h1> <br>
<p>
Lorem Ipsum Dolor Sit Amet, Consectetur Adipisicing Elit. Suscipit, Et.</p>
<button class="btn" type="button">Contact us</button>
</div>
</div>
<div class="containers">
<div class="imageDiv">
<img src="./img/medical-check up.png" alt="provider.svg">
</div>
<div class="contents">
<h1>Expert Doctors</h1> <br>
<p>
Lorem Ipsum Dolor Sit Amet, Consectetur Adipisicing Elit. Suscipit, Et.</p>
<button class="btn" type="button">Contact us</button>
</div>
</div>
<div class="containers">
<div class="imageDiv">
<img src="./img/medical-check up.png" alt="provider.svg">
</div>
<div class="contents">
<h1>Free Checkups</h1> <br>
<p>
Lorem Ipsum Dolor Sit Amet, Consectetur Adipisicing Elit. Suscipit, Et.</p>
<button class="btn" type="button">Contact us</button>
</div>
</div>
<div class="containers">
<div class="imageDiv">
<img src="./img/medical-check up.png" alt="provider.svg">
</div>
<div class="contents">
<h1>Free Checkups</h1> <br>
<p>
Lorem Ipsum Dolor Sit Amet, Consectetur Adipisicing Elit. Suscipit, Et.</p>
<button class="btn" type="button">Contact us</button>
</div>
</div>
</div>
<h1 id="header1">ABOUT <span>US</span></h1>
<main class="heroSection2">
<div class="medcineimg">
<img src="./img/Doctors-bro.svg" alt="medcine" width="" class="myimg">
</div>
<div class="content">
<h1>We Take Care Of Your<br>Healthy Life</h1>
<p>Lorem ipsum dolor sit amet,<br> consectetur adipisicing elit. Optio nobis qui non, maiores enim ipsam
similique delectus quia porro autem numquam veniam. <br> Sint quidem facere fuga illum doloremque
magnam
commodi! Lorem ipsum dolor, sit amet consectetur adipisicing elit. Ea iste nam cumque.</p>
<button class="btn" type="button">Contact us</button>
</div>
</main>
<!-- Our doctor Section -->
<h1 id="header1">OUR <span>DOCTORS</span></h1><br><br>
<div class="ourDoctors">
<!-- <div class="upper-doctors"> -->
<!-- <div class="img" data-aos="fade-right">
<img src="./img/img1.jpg" alt="">
<h1>John Deo</h1>
<center><span>Expert Doctor</span>
<div class="account">
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-instagram"></a>
<a href="#" class="fab fa-linkedin"></a>
</div>
</center>
</div> -->
<!-- <div class="img" data-aos="flip-up">
<img src="./img//img5.jpg" alt="">
<h1>John Deo</h1>
<center> <span>Expert Doctor</span>
<div class="account">
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-instagram"></a>
<a href="#" class="fab fa-linkedin"></a>
</div>
</center>
</div> -->
<div class="img" data-aos="fade-up">
<img src="./img/img4.jpg" alt="">
<h1>John Deo</h1>
<center><span>Expert Doctor</span>
<div class="account">
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-instagram"></a>
<a href="#" class="fab fa-linkedin"></a>
</div>
</center>
</div>
<div class="img" data-aos="zoom-in">
<img src="./img/img7.jpg" alt="">
<h1>John Deo</h1>
<center> <span>Expert Doctor</span>
<div class="account">
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-instagram"></a>
<a href="#" class="fab fa-linkedin"></a>
</div>
</center>
</div>
<div class="img" data-aos="fade-right">
<img src="./img/img8.jpg" alt="">
<h1>John Deo</h1>
<center> <span>Expert Doctor</span>
<div class="account">
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-instagram"></a>
<a href="#" class="fab fa-linkedin"></a>
</div>
</center>
</div>
<div class="img" data-aos="zoom-out">
<img src="./img/img6.jpg" alt="">
<h1>John Deo</h1>
<center><span>Expert Doctor</span>
<div class="account">
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-instagram"></a>
<a href="#" class="fab fa-linkedin"></a>
</div>
</center>
</div>
<!-- </div> -->
</div>
<h1 id="header1"> <span>BOOK</span> NOW </h1><br><br>
<div class="book-now">
<div class="bookUs">
<div>
<img src="./img/Online Doctor-rafiki.svg" alt="" id="doctorRafik">
</div>
<div class="form-group">
<h1>Book An Appointment</h1>
<input type="text" id="user1" placeholder="your Name" class="form-control"> <br>
<input type="number" id="user2" placeholder="your Number" class="form-control"> <br>
<input type="email" id="user3"placeholder="your Email" class="form-control"> <br>
<input type="date" id="user4"placeholder="your Name" class="form-control"> <br>
<button class="btn" onclick=" login()" type="button">Contact us</button>
</div>
</div>
</div>
<!-- Client review section -->
<h1 id="header1">CLIENT'S <span>REVIEW</span></h1>
<div class="clientReview">
<div class="client">
<div class="review" data-aos="flip-down">
<img src="./img/new.jpg" alt="new.jpg">
<h2>Mrs Aledesanmi</h2>
<div class="star">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<p>Lorem Ipsum Dolor Sit Amet, Consectetur Adipisicing Elit. Nobis, Sapiente. Quisquam, Dicta Iusto
Minus Sapiente Enim Quasi Cum Nulla Exercitationem Culpa. Veritatis At Cumque Iure Doloremque
Similique, Accusantium Laborum Sequi.</p>
</div>
<div class="review" data-aos="flip-down">
<img src="./img/mummy.jpg" alt="new.jpg">
<h2>Mrs Adedimeji</h2>
<div class="star">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<p>Lorem Ipsum Dolor Sit Amet, Consectetur Adipisicing Elit. Nobis, Sapiente. Quisquam, Dicta Iusto
Minus Sapiente Enim Quasi Cum Nulla Exercitationem Culpa. Veritatis At Cumque Iure Doloremque
Similique, Accusantium Laborum Sequi.</p>
</div>
<div class="review" data-aos="zoom-in">
<img src="./img/new.jpg" alt="new.jpg">
<h2>Obawomiye Blessing</h2>
<div class="star">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<p>Lorem Ipsum Dolor Sit Amet, Consectetur Adipisicing Elit. Nobis, Sapiente. Quisquam, Dicta Iusto
Minus Sapiente Enim Quasi Cum Nulla Exercitationem Culpa. Veritatis At Cumque Iure Doloremque
Similique, Accusantium Laborum Sequi.</p>
</div>
</div>
</div>
<!-- blog section -->
<h1 id="header1">OUR <span>BLOG</span></h1><br><br>
<div class="ourBlog">
<div class="img">
<img src="./img/img1.jpg" alt="">
<div class="icon">
<a href="#"><i class="fas fa-calender"></i>1st may, 2021</a>
<a href="#"><i class="fas fa-user"></i>by admin</a>
</div>
<h1>Blog Title Goes <br>Here</h1>
<p>Lorem Ipsum Dolor Sit Amet Consectetur Adipisicing Elit. Quos, Laboriosam.</p>
<button class="btn" type="button">Learn More</button>
</div>
<div class=" img">
<img src="./img//img5.jpg" alt="">
<div class="icon">
<a href="#"><i class="fas fa-calender"></i>1st may, 2021</a>
<a href="#"><i class="fas fa-user"></i>by admin</a>
</div>
<h1>Blog Title Goes <br>Here</h1>
<p>Lorem Ipsum Dolor Sit Amet Consectetur Adipisicing Elit. Quos, Laboriosam.</p>
<button class="btn" type="button">Learn More</button>
</div>
<div class="img">
<img src="./img/img4.jpg" alt="">
<div class="icon">
<a href="#"><i class="fas fa-calender"></i>1st may, 2021</a>
<a href="#"><i class="fas fa-user"></i>by admin</a>
</div>
<h1>Blog Title Goes <br>Here</h1>
<p>Lorem Ipsum Dolor Sit Amet Consectetur Adipisicing Elit. Quos, Laboriosam.</p>
<button class="btn" type="button">Learn More</button>
</div>
</div>
<!-- footer section -->
<footer>
<div class="footer-div">
<div class="row">
<h3>Quick Links</h3>
<li> <a href=" #"><i class="fas fa-chevron-right"></i>Home</a></li>
<li> <a href=" #"><i class="fas fa-chevron-right"></i>About</a></li>
<li> <a href=" #"><i class="fas fa-chevron-right"></i>Service</a></li>
<li> <a href=" #"><i class="fas fa-chevron-right"></i>Doctors</a></li>
<li> <a href=" #"><i class="fas fa-chevron-right"></i>Book</a></li>
<li> <a href=" #"><i class="fas fa-chevron-right"></i>Review</a></li>
<li> <a href=" #"><i class="fas fa-chevron-right"></i>Blog</a></li>
</div>
<div class="row">
<h3>our services</h3>
<li> <a href="#"><i class="fas fa-chevron-right"></i>dental care</a></li>
<li><a href="#"><i class="fas fa-chevron-right"></i>message therapy</a></li>
<li><a href="#"><i class="fas fa-chevron-right"></i>cardioloty</a></li>
<li> <a href="#"><i class="fas fa-chevron-right"></i>diagnosis</a></li>
<li> <a href="#"><i class="fas fa-chevron-right"></i>ambulance service</a></li>
</div>
<div class="row">
<h3>contact info</h3>
<li><a href="#"><i class="fas fa-phone"></i>+234-0649-675 44</a></li>
<li><a href="#"><i class="fas fa-phone"></i>+1 1264-3333-11</a></li>
<li> <a href="#"><i class="fas fa-envelope"></i>[email protected] </a></li>
<li><a href="#"><i class="fas fa-envelope"></i>[email protected] </a></li>
<li><a href="#"><i class="fas fa-map-marker-alt"></i>lagos, nigeria -10001 </a></li>
</div>
<div class="row">
<h3>follow us</h3>
<li> <a href="#"><i class="fab fa-facebook-f"></i>facebook</a></li>
<li> <a href="https://twitter.com/Devstella19"><i class="fab fa-twitter"></i>twitter</a>
<li> <a href="https://www.instagram.com/starstella19/"><i class="fab fa-instagram"></i>instagram</a>
<li> <a href="https://www.linkedin.com/in/stella-ladegbaye/"><i class="fab fa-linkedin"></i>linkedin</a>
<li> <a href="https://github.com/LadegbayeStella"><i class="fab fa-github"></i> github</a>
</div>
</div>
<div class="credit"> | all right reserved</div>
</footer>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script src="./js/script"></script>
</body>
</html>