-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
590 lines (504 loc) · 27.8 KB
/
news.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
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
<!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">
<meta name="Description" content="Offical parody website of the fictitious Meddical Hospital, Abuja, Nigeria - the largest hospital in Sub-sahara Africa.">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- font family link -->
<link href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@500&display=swap" rel="stylesheet">
<!-- stylesheet -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.7/css/all.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/news.css">
</head>
<body>
<section>
<section>
<nav>
<div class="container">
<!-- mobile verson -->
<div class="first-nav-container-mobile mt-3">
<div class="row">
<div class="col-6 mobile-col">
<div class="first-nav-link-mobile">
<div class="first-inner-link-1-mobile">
<img class="icons-mobil m-2" src="./news/phone.svg" alt="">
</div>
<div class="first-inner-link-2-mobile">
<p class="first-link-para-mobile">Emergency<br> <span class="span-text"> (237)
681-812-255</span></p>
</div>
</div>
</div>
<div class="col-6 mobile-col">
<div class="first-nav-link-mobile">
<div class="first-inner-link-1-mobile">
<img class="icons-mobil m-2" src="./news/work.svg" alt="">
</div>
<div class="first-inner-link-2-mobile">
<p class="first-link-para-mobile">Work Hour<br> <span class="span-text">09:00 - 20:00
Everyday</span></p>
</div>
</div>
</div>
</div>
<div class="mobile-col-single">
<div class="first-nav-link-mobile">
<div class="first-inner-link-1-mobile">
<img class="icons-mobil m-2" src="images/news/location.svg" alt="">
</div>
<div class="first-inner-link-2">
<p class="first-link-para-mobile">Location<br><span class="span-text">0123 Some
Place</span></p>
</div>
</div>
</div>
</div>
<!-- desktop navbar -->
<div class="first-nav-container mt-3">
<div class="row">
<div class="col-md-4">
<a href=""><img src="images/news/navbar-logo.svg" alt=""></a>
</div>
<div class="col-sm icon-col">
<div class="first-nav-link">
<div class="first-inner-link-1">
<img class="icons m-2" src="images/news/phone.svg" alt="">
</div>
<div class="first-inner-link-2">
<p class="first-link-para">Emergency<br> <span class="span-text"> (237)
681-812-255</span></p>
</div>
</div>
</div>
<div class="col-sm icon-col">
<div class="first-nav-link">
<div class="first-inner-link-1">
<img class="icons m-2" src="images/news/work.svg" alt="">
</div>
<div class="first-inner-link-2">
<p class="first-link-para">Work Hour<br> <span class="span-text">09:00 - 20:00
Everyday</span></p>
</div>
</div>
</div>
<div class="col-sm icon-col">
<div class="first-nav-link">
<div class="first-inner-link-1">
<img class="icons m-2" src="images/news/location.svg" alt="">
</div>
<div class="first-inner-link-2">
<p class="first-link-para">Location<br><span class="span-text">0123 Some
Place</span></p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- main navbar desktop -->
<section class=" p-" style="background: #1F2B6C;">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light">
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarText" aria-controls="navbarText" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a href="index.html" class="main-inner-link active">Home</a>
</li>
<li class="nav-item">
<a href="about.html" class="main-inner-links m-2">About us</a>
</li>
<li class="nav-item">
<a href="services.html" class="main-inner-links m-2">Services</a>
</li>
<li class="nav-item">
<a href="doctors.html" class="main-inner-links m-2">Doctors</a>
</li>
<li class="nav-item">
<a href="news.html" class="main-inner-links m-2">News</a>
</li>
<li class="nav-item">
<a href="contact.html" class="main-inner-links m-2">Contact</a>
</li>
</ul>
<span class="navbar-text mt-2">
<button type="button" class="btn main-nav-btn float-right">Appointment</button>
<i class="fa fa-search float-right m-3" aria-hidden="true"
style="color: #FCFEFE;"></i>
</span>
</div>
</nav>
<!-- main mobile navbar -->
<nav class="navbar-mobile navbar-expand-lg navbar-light">
<a href="index.html"><img id="main-navbar-logo" src="images/news/mobile-logo.svg" alt=""></a>
<button class="navbar-toggler float-right" type="button" data-toggle="collapse"
data-target="#navbarText" aria-controls="navbarText" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon "><img src="images/news/hambuger.svg" alt=""></span>
</button>
<i class="fa fa-search float-right m-2 mr-4" aria-hidden="true" style="color: #FCFEFE;"></i>
</nav>
</div>
</section>
<div class="collapse navbar-collapse" id="navbarText"
style="background: #BFD2F8; padding-top: 20px; padding-bottom: 30px">
<ul class="navbar-nav mr-auto" style=" width: 100%; color: #1F2B6C;;">
<a href="index.html" class="main-inner-link-mobile text-center active-mobile">Home</a>
<a href="about.html" class="main-inner-links-mobile text-center m-2">About us</a>
<a href="services.html" class="main-inner-links-mobile text-center m-2">Services</a>
<a href="doctors.html" class="main-inner-links-mobile text-center m-2">Doctors</a>
<a href="news.html" class="main-inner-links-mobile text-center m-2">News</a>
<a href="contact.html" class="main-inner-links-mobile text-center m-2">Contact</a>
</ul>
<span class="navbar-text mt-2 d-flex justify-content-center">
<button type="button" class="btn main-nav-btn float-right"
style="background: #1F2B6C; color: #BFD2F8;">Appointment</button>
</span>
</div>
</nav>
</section>
<!-- HERO SECTION -->
<section class="hero-image pb-2">
<div class="card">
<img src="images/news/3-black-docs.png" alt="3 black doctors doing great job" class="opacity-75">
<div class="card-img-overlay">
<p>Home/News<br><span class="fw-bold fs-2">Blog Posts</span></p>
</div>
</div>
</section>
<!-- MAIN NEWS SECTION LEFT-COL -->
<main>
<section class="p-2">
<div class="container">
<div class="row">
<!-- CARD 1 -->
<div class="col-sm-12 col-md-7 col-lg-7">
<div class="image">
<img src="images/news/black-women-stethoscope.png" class="img-fluid" alt="black-women-stethoscope">
<div class="d-flex justify-content-center py-2">
<i class="far fa-calendar px-2 text-seablue"> Monday 05, September 2021</i>
<i class="far fa-solid fa-user text-seablue"> By Author</i>
<i class="fas fa-eye px-2 text-seablue"> 68</i>
<i class="far fa-heart text-danger"> 86</i>
</div>
<h4>A passion for putting patients first</h4>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Voluptatibus animi incidunt placeat beatae fuga in alias repellat reprehenderit, error pariatur quod, quo rerum saepe sapiente eaque soluta minus nostrum tempore...</p>
<i class="fa fa-arrow-right btn-info opacity-50 rounded-pill p-2 mb-2"> Read more</i>
</div>
<!-- CARD 2 -->
<div class="image pt-2">
<img src="images/news/inspecting-patient.png" class="img-fluid" alt="black-women-stethoscope">
<div class="d-flex justify-content-center py-2">
<i class="far fa-calendar px-2 text-seablue"> Monday 05, September 2021</i>
<i class="far fa-solid fa-user text-seablue"> By Author</i>
<i class="fas fa-eye px-2 text-seablue"> 68</i>
<i class="far fa-heart text-danger"> 86</i>
</div>
<h4>A passion for putting patients first</h4>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Voluptatibus animi incidunt placeat beatae fuga in alias repellat reprehenderit, error pariatur quod, quo rerum saepe sapiente eaque soluta minus nostrum tempore...</p>
<i class="fa fa-arrow-right btn-info opacity-50 rounded-pill p-2 mb-2"> Read more</i>
</div>
<!-- CARD 3 -->
<div class="image pt-2">
<img src="images/news/male-doctor.png" class="img-fluid" alt="black-women-stethoscope">
<div class="d-flex justify-content-center py-2">
<i class="far fa-calendar px-2 text-seablue"> Monday 05, September 2021</i>
<i class="far fa-solid fa-user text-seablue"> By Author</i>
<i class="fas fa-eye px-2 text-seablue"> 68</i>
<i class="far fa-heart text-danger"> 86</i>
</div>
<h4>A passion for putting patients first</h4>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Voluptatibus animi incidunt placeat beatae fuga in alias repellat reprehenderit, error pariatur quod, quo rerum saepe sapiente eaque soluta minus nostrum tempore...</p>
<i class="fa fa-arrow-right btn-info opacity-50 rounded-pill p-2 mb-2"> Read more</i>
</div>
<!-- CARD 4 -->
<div class="image pt-2">
<img src="images/news/male-doctor-inspecting.png" class="img-fluid" alt="black-women-stethoscope">
<div class="d-flex justify-content-center py-2">
<i class="far fa-calendar px-2 text-seablue"> Monday 05, September 2021</i>
<i class="far fa-solid fa-user text-seablue"> By Author</i>
<i class="fas fa-eye px-2 text-seablue"> 68</i>
<i class="far fa-heart text-danger"> 86</i>
</div>
<h4>A passion for putting patients first</h4>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Voluptatibus animi incidunt placeat beatae fuga in alias repellat reprehenderit, error pariatur quod, quo rerum saepe sapiente eaque soluta minus nostrum tempore...</p>
<i class="fa fa-arrow-right btn-info opacity-50 rounded-pill p-2 mb-2"> Read more</i>
</div>
<!-- NEXT/PREVIOUS PAGES LINK -->
<div class="footer">
<div class="d-flex justify-content-between next">
<a href="singlenews.html"><i class="fas fa-arrow-left text-info opacity-50">Previous Page</i></a>
<p class="btn text-info"><span class="text-dark">1</span>-2-3-4-5</p>
<a href="singlenews.html"><i class="fas fa-arrow-right text-info">Next Page</i></a>
</div>
</div>
</div>
<!-- ASIDE NEWS SECTION -->
<div class="aside col-sm-12 col-md-5 col-lg-5">
<div style="background-color: #1F2B6C;" class="mb-2">
<div class="d-flex justify-content-between align-items-center text-white">
<p class="text-white fw-bold p-2 m-2 ml-4">Search</p>
<i class="fa fa-search float-right p-2 m-2 mr-4" aria-hidden="true" style="color:#FCFEFE;"></i>
</div>
</div>
<div class="border border-1">
<div class="container">
<div class="px-2">
<h5>Recent Posts</h5>
<div class="row">
<div class="image col-4" >
<img src="images/news/inspecting-patient.png" class="img-fluid" alt="male doctor inspecting a patient.">
</div>
<div class="col-8">
<i class="far fa-calendar text-info">Monday 05, September 2021</i>
<p>This Article's Title goes Here but not too long.</p>
</div>
</div>
<div class="row">
<div class="image col-4">
<img src="images/news/inspecting-patient.png" class="img-fluid" alt="male doctor inspecting a patient.">
</div>
<div class="col-8">
<i class="far fa-calendar text-info">Monday 05, September 2021</i>
<p>This Article's Title goes Here but not too long.</p>
</div>
</div>
<div class="row">
<div class="image col-4">
<img src="images/news/inspecting-patient.png" class="img-fluid" alt="male doctor inspecting a patient.">
</div>
<div class="col-8">
<i class="far fa-calendar text-info">Monday 05, September 2021</i>
<p>This Article's Title goes Here but not too long.</p>
</div>
</div>
<div class="row">
<div class="image col-4">
<img src="images/news/inspecting-patient.png" class="img-fluid" alt="male doctor inspecting a patient.">
</div>
<div class="col-8">
<i class="far fa-calendar text-info">Monday 05, September 2021</i>
<p>This Article's Title goes Here but not too long.</p>
</div>
</div>
<div class="row">
<div class="image col-4">
<img src="images/news/inspecting-patient.png" class="img-fluid" alt="male doctor inspecting a patient.">
</div>
<div class="col-8">
<i class="far fa-calendar text-info">Monday 05, September 2021</i>
<p>This Article's Title goes Here but not too long.</p>
</div>
</div>
<div class="row">
<div class="image col-4">
<img src="images/news/inspecting-patient.png" class="img-fluid" alt="male doctor inspecting a patient.">
</div>
<div class="col-sm-8">
<i class="far fa-calendar text-info">Monday 05, September 2021</i>
<p>This Article's Title goes Here but not too long.</p>
</div>
</div>
</div>
</div>
</div>
<div class="mt-2 category">
<div class="border border-1">
<div class="py-2">
<h6 class="text-center">Categories</h6>
<div class="d-flex justify-content-between px-2">
<p>Surgery</p>
<p class="text-white">3</p>
</div>
<div class="d-flex justify-content-between px-2">
<p>Health Care</p>
<p class="text-white">5</p>
</div>
<div class="d-flex justify-content-between px-2">
<p>Medical</p>
<p class="text-white">8</p>
</div>
<div class="d-flex justify-content-between px-2">
<p>Professional</p>
<p class="text-white">10</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- HOSPITAL CONTACT LIST -->
<div class="py-5 container">
<div class="contact-text text-center">
<p class="git">GET IN TOUCH</p>
<h4 style="font-family: 'Yeseva One', cursive;">Contact</h4>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-12 my-2">
<section class="sky-blue rounded">
<div class="blue-content p-5">
<img src="images/news/Group 77.png" class="pb-3" alt="">
<p class="p-0 bch"><b>EMERGENCY</b></p>
<P class="p-0"><small>(237) 681-812-255</small></P>
<P class="p-0"><small>(237) 666-331-894</small></P>
</div>
</section>
</div>
<div class="col-lg-3 col-md-6 col-sm-12 my-2">
<section class="dark-blue rounded">
<div class="blue-content p-5">
<img src="images/news/Group 77 (1).png" class="pb-3" alt="">
<p class="py-0" style="color: #BFD2F8;"><b>LOCATION</b></p>
<P class="p-0" style="color: #BFD2F8;"><small>0123 Some place</small></P>
<P class="p-0" style="color: #BFD2F8;"><small>9876 Some country</small></P>
</div>
</section>
</div>
<div class="col-lg-3 col-md-6 col-sm-12 my-2">
<section class="sky-blue rounded">
<div class="blue-content p-5">
<img src="images/news/Group 77 (2).png" class="pb-3" alt="">
<p class="p-0 bch"><b>EMAIL</b></p>
<P class="p-0"><small>[email protected]</small></P>
<P class="p-0"><small>[email protected]</small></P>
</div>
</section>
</div>
<div class="col-lg-3 col-md-6 col-sm-12 my-2">
<section class="sky-blue rounded">
<div class="blue-content p-5">
<img src="images/news/Group 77 (3).png" class="pb-3" alt="">
<p class="p-0 bch"><b>WORKING HOURS</b></p>
<P class="p-0"><small>Mon-Sat 09:00-20:00</small></P>
<P class="p-0"><small>Sunday Emergency only</small></P>
</div>
</section>
</div>
</div>
</div>
</main>
<!-- footer section -->
<section class="mt-2 footer-row" style="background: #1F2B6C; padding: 30px;">
<div class="container">
<div class="row footer-row">
<div class="col-md-4">
<h2 class="footer-header"><a href="index.html"><img src="images/news/footer-logo.svg" alt=""></a></h2>
<p class="footer-para">Leading the Way in Medical <br>
Execellence, Trusted Care.</p>
</div>
<div class="col-md-2">
<h2 class="footer-head">Important Links</h2>
<ul class="links">
<li><a href="appointment.html" class="footer-para">Appointment</a></li>
<li><a href="doctors.html" class="footer-para">Doctors</a></li>
<li><a href="services.html" class="footer-para">Services</a></li>
<li><a href="" class="footer-para">Services</a></li>
</ul>
</div>
<div class="col-md-3">
<h2 class="footer-head">Contact Us</h2>
<ul class="links">
<li><a href="contact.html" class="footer-para">Call: (237) 681-812-255</a></li>
<li><a href="#" class="footer-para">Email: [email protected]</a></li>
<li><a href="#" class="footer-para">Address: 0123 Some place</a></li>
<li><a href="#" class="footer-para">Some country</a></li>
</ul>
</div>
<div class="col-md-3">
<h2 class="footer-head">Newsletter</h2>
<div class="input-group mb-3">
<input type="text" class="form-control" id="no-outline" placeholder="Recipient's username"
aria-label="Recipient's username" aria-describedby="basic-addon2">
<div class="input-group-append">
<span class="input-group-text" id="basic-addon2 massage-icon"><img
src="images/news/massage-icon.png" alt=""></span>
</div>
</div>
</div>
<hr class="footer-line mt-4">
</div>
<div class="row last-footer-row">
<div class="col-md-6 pt-3 footer-last-col">
<p class="footer-last-para m-2 p-1 pt-3"> © 2021 Hospital’s name All Rights Reserved by PNTEC-LTD
</p>
</div>
<div class="col-md-6 mt-3">
<img class="float-right m-2" src="images/news/linkedin-icon.svg" alt="">
<img class="float-right m-2" src="images/news/facebook-icon.svg" alt="">
<img class="float-right m-2" src="images/news/instagram-icon.svg" alt="">
</div>
</div>
</div>
</section>
<!-- mobile footer -->
<section class="mt-2 footer-row-mobile" style="background: #1F2B6C; padding: 10px;">
<div class="container">
<div class="row">
<div class="col-6">
<h2 class="footer-head">Contact Us</h2>
<ul class="links">
<li><a href="contact.html" class="footer-para-mobile">Call: (237) 681-812-255</a></li>
<li><a href="contact.html" class="footer-para-mobile">Email: [email protected]</a></li>
<li><a href="contact.html" class="footer-para-mobile">Address: 0123 Some place</a></li>
<li><a href="contact.html" class="footer-para-mobile">Some country</a></li>
</ul>
</div>
<div class="col-6">
<h2 class="footer-head">Important Links</h2>
<ul class="links">
<li><a href="appointment.html" class="footer-para-mobile">Appointment</a></li>
<li><a href="doctors.html" class="footer-para-mobile">Doctors</a></li>
<li><a href="services.html" class="footer-para-mobile">Services</a></li>
<li><a href="about.html" class="footer-para-mobile">About Us</a></li>
</ul>
</div>
</div>
<div class="row mt-1">
<div class="col-6">
<h2 class="footer-header"><a href=""><img id="mobile-footer-logo" src="images/news/footer-logo.svg" alt=""></a></h2>
<p class="footer-para-mobile">Leading the Way in Medical <br>
Execellence, Trusted Care.</p>
</div>
<div class="col-6">
<h2 class="footer-head">Newsletter</h2>
<div class="input-group mb-3">
<input type="text" class="form-control" id="no-outline" placeholder="Enter your email address"
aria-label="Recipient's username" aria-describedby="basic-addon2" style="font-size: 9px;">
<div class="input-group-append">
<span class="input-group-text" id="basic-addon2 massage-icon" style="padding: 0px;"><img
src="images/news/massage-icon.png" alt="" width="49%"></span>
</div>
</div>
</div>
<hr class="footer-line mt-4">
</div>
<div class="row">
<div class="col-6 pt-3 footer-last-col">
<p class="footer-last-para-mobile m-2 p-1 pt-3"> © 2021 Hospital’s name All Rights Reserved by PNTEC-LTD
</p>
</div>
<div class="col-6 mt-3">
<img class="float-right m-2" src="images/news/linkedin-icon.svg" alt="">
<img class="float-right m-2" src="images/news/facebook-icon.svg" alt="">
<img class="float-right m-2" src="images/news/instagram-icon.svg" alt="">
</div>
</div>
</div>
</section>
</section>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.1/umd/popper.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/js/bootstrap.min.js"></script>
</body>
</html>