-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.php
62 lines (62 loc) · 5.09 KB
/
aboutus.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
55
56
57
58
59
60
61
62
<?php
include("header.php");
?>
<div class="wrapper col2">
<div id="gallery">
<ul>
<li class="placeholder" style="background-image:url(images/demo/image1.jpg);">Image Holder</li>
<li><a class="swap" style="background-image:url(images/demo/img3.jpg);" href="#gallery"><strong>Services</strong><span><img src="images/demo/image1.jpg" alt="" /></span></a></li>
<li><a class="swap" style="background-image:url(images/demo/img1.jpg);" href="#gallery"><strong>Products</strong><span><img src="images/demo/shr_290913_hospital2.jpg" alt="" /></span></a></li>
<li class="last"><a class="swap" style="background-image:url(images/demo/img2.jpg);" href="#gallery"><strong>Company</strong><span><img src="images/demo/shr_290913_hospital5.jpg" alt="" /></span></a></li>
</ul>
<div class="clear"></div>
</div>
</div>
<div class="wrapper col4">
<div id="container">
<div id="content">
<h1>About SDM Hospital</h1>
<p align="justify">Shri Kshetra Dharmasthala has immensely contributed to the spiritual, economic and social development of Karnataka. It is imparting education to thousands of students all over Karnataka through its “SDM Educational Society” wing. SDM College of Medical sciences & Hospital in Dharwad, apart from providing quality medical education, is creating a revolution in health care scenario of Northern Karnataka. It is a brain child of Dr. D. Veerendra Heggade, Rev. President of SDM Educational Society. Way back in year 2001, a group of people from Dharwad approached Dr. Heggade and requested him to start a Hospital. Dr. Heggade, understanding the health care needs of this part of Karnataka decided to start a Hospital with a Medical College attached to it. On March 3rd, 2002, Mr. S. M. Krishna, the then Chief Minister laid the foundation stone for the Hospital building..</p>
<p align="justify">SDM Hospital is located on the highway connecting Hubli and Dharwad. It is spread over 65 acres of land, in a serene atmosphere. This campus, apart from Medical College and Hospital, houses Nursing Institute, Physiotherapy College, Students Hostels, Staff Quarters and abodes for patient’s relatives.</p>
<p align="justify">“Royal treatment for common man” has been the mission statement of SDM Hospital. Every person who has taken treatment in this Hospital would certainly feel this. The clean environment and humble services of staff have been making plenty of people recover their health every day. Hospital is also fostering quality research in medical field. Regular workshops and conferences are being conducted to enhance the knowledge of doctors working within the Hospital and also those within twin cities. For the community, Hospital conducts regular free health camps, family planning camps, cataract camps, spirometry camps etc. Within very short span since its inception, under the able leadership of Dr. Niranjan Kumar, Medical Director, this Hospital has made a prominent name in the medical map of India. </p>
<div class="homecontent">
<ul>
<li>
<h2>Super Specialty Hospital</h2>
<p class="imgholder"><img src="images/spciality.jpg" alt="" style="width:286px;height:100px;" /></p>
</li>
<li class="last">
<h2>24X7 services</h2>
<p class="imgholder"><img src="images/24x7.png" alt="" style="width:286px;height:100px;" /></p>
</li>
</ul>
<div class="clear"></div>
</div>
<p><strong>Directors message:</strong><br />
Keeping in with the prime objective of the SDME Society of providing value based education and social service, the SDM College of Medical Sciences & Hospital, Dharwad was established in the year 2003 to address the ever growing demand by the society for quality health care professionals delivering quality health care through quality infrastructure at an affordable cost to alleviate human suffering through healing hands.</p>
</div>
<div id="column">
<div id="featured">
<ul>
<li>
<h2>Our Services</h2>
<p class="imgholder"><img src="images/SDM-Image-5.png" alt="" style="width:240px;height:90px;" /></p>
</li>
<li role="menuitem">S D M Super Specialty Hospital</li>
<li aria-haspopup="Sidebar1_Menu2:submenu:36" role="menuitem">Diagnostic Services</li>
<li role="menuitem">Consultation</li>
<li role="menuitem">In Patient Services</li>
<li role="menuitem">Health Checkup Packages</li>
<li role="menuitem">24 X 7 Services</li>
<li role="menuitem">Physiotherapy Services</li>
<li role="menuitem"><a href="http://www.sdmmedicalcollege.org/Pages/pages.aspx?TE41gFTnD12nv7B5Biou7vivm9+9ym94#" onclick="__doPostBack('ctl00$Sidebar1$Menu2','86')" tabindex="-1">Dialysis</a></li>
<li role="menuitem"><a href="http://www.sdmmedicalcollege.org/Pages/pages.aspx?TE41gFTnD12nv7B5Biou7vivm9+9ym94#" onclick="__doPostBack('ctl00$Sidebar1$Menu2','88')" tabindex="-1">Insurance Schemes</a></li>
</ul>
</div>
</div>
<div class="clear"></div>
</div>
</div>
<?php
include("footer.php");
?>