forked from Biplob14/DIS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about_us.php
49 lines (41 loc) · 2.19 KB
/
about_us.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
<!-- about us -->
<?php include "header.php" ?>
<!-- <<?php include "about_us.css" ?> -->
<link rel="stylesheet" type="text/css" href="about_us.css">
<div class="aboutus-area">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="aboutus-image float-left hidden-sm"><img src="images/about.jpg" alt=""></div>
</div>
<div class="col-md-8 col-sm-6 col-xs-12">
<div class="aboutus-content ">
<h1>About <span> Doctor Management</span></h1>
<h4>Website System Detail</h4>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has oots in a piece of classitin literature from 45 BC, making it over 2000 years old. Richard McClint professor at Hamden dney College irginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature.</p>
<div class="counter ">
<div class="single-counter text-center">
<h2 class="counter">1500</h2>
<p>Top Doctors</p>
</div>
<div class="single-counter text-center">
<h2 class="counter">100</h2>
<p>Hospitals</p>
</div>
<div class="single-counter text-center">
<h2 class="counter">50</h2>
<p>Diagnostic centers</p>
</div>
<div class="single-counter text-center">
<h2 class="counter">6</h2>
<p>Special Systems</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<?php include "footer.php" ?>