-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.php
51 lines (43 loc) · 2.24 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
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
<?php include 'header.php';?>
<!-- Content -->
<div id="content">
<!-- Intro -->
<section class="p-t-b-150">
<div class="container">
<div class="intro-main">
<div class="row">
<!-- Intro Detail -->
<div class="col-md-7">
<div class="text-sec padding-right-0">
<h5>Health Check Up At One Health</h5>
<p>We aim at providing the best services to all in as minimum cost as possible. Hospitals can use our website to host their doctors and patient details and improve their management.</p>
<ul class="row">
<li class="col-sm-6">
<h6> <i class="lnr lnr-checkmark-circle"></i> EMERGENCY CASE</h6>
<p>HMS provide reliable communications and improve public safety areas. </p>
</li>
<li class="col-sm-6">
<h6> <i class="lnr lnr-checkmark-circle"></i> QUALIFIED DOCTORS</h6>
<p>Hopital Management System has licensed and qualified doctors! </p>
</li>
<li class="col-sm-6">
<h6> <i class="lnr lnr-checkmark-circle"></i> ONLINE APPOINTMENT</h6>
<p>One Health Supports Online Appointment. Check the appointment tab above. </p>
</li>
<li class="col-sm-6">
<h6> <i class="lnr lnr-checkmark-circle"></i> FREE MEDICAL COUNSELING</h6>
<p>HMS qualified doctors offers free counseling to their patients. </p>
</li>
</ul>
</div>
</div>
<!-- Intro Timing -->
<div class="col-md-5"> <img class="img-responsive intro-img" src="images/intro-img.jpg" alt="">
</div>
</div>
</div>
</div>
</section>
</div>
<!-- Footer -->
<?php include 'footer.php';?>