-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
26 lines (21 loc) · 1.09 KB
/
about.php
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
<?php include_once 'include/header.php'; ?>
<section>
<div class="jumbotron p-3 p-md-5 text-dark rounded bg-light row">
<div class="col-md-6 shadow-lg px-3">
<img src="image/hospital.jpg" alt="hospital">
</div>
<div class="col-md-6 px-2">
<h1 class="display-4 font-italic">About my Hospital</h1>
<p class="lead my-3">
As a specialty hospital,
Myhospital offers expert and quality healthcare with all the benefits of a large hospital but in a
friendlier, more accessible facility. This is what makes us unique.
</p>
<p class="lead my-3">
With 15 centres across 11 cities – Bengaluru, Chennai, Delhi, Gurgaon Jaipur, Kanpur, Mumbai, Hyderabad, Gwalior, Patna and Pune. Over 71659 successful surgeries with excellent clinical outcomes. And over 700 leading doctors, Apollo Spectra Hospitals continue to set new standards in healthcare services.
</p>
</div>
</div>
</div>
</section>
<?php include_once 'include/footer.php'; ?>