-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
54 lines (46 loc) · 1.86 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
52
53
54
<?php include ('header.php');
include('dbconnection.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 Ups</h5>
<p>This App providing clinical lab services</p>
<ul class="row">
<li class="col-sm-6">
<h6> <i class="lnr lnr-checkmark-circle"></i> EMERGENCY CASE</h6>
<p>This app helps hospital in emergecy situation </p>
</li>
<li class="col-sm-6">
<h6> <i class="lnr lnr-checkmark-circle"></i> QUALIFIED DOCTORS</h6>
<p>This app helps Qualified doctors for their treatment </p>
</li>
<li class="col-sm-6">
<h6> <i class="lnr lnr-checkmark-circle"></i> ONLINE APPOINTMENT</h6>
<p>Book an online appointment today!!! </p>
</li>
<li class="col-sm-6">
<h6> <i class="lnr lnr-checkmark-circle"></i> Services</h6>
<p>Avail the Services of this app at the touch of your finger</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 -->
<!--======= FOOTER =========-->
<?php include 'footer.php';?>