-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbms_hospital.html
54 lines (54 loc) · 2.93 KB
/
bms_hospital.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BMS Hospital</title>
<link rel="stylesheet" href="hospital.css">
</head>
<body>
<div class="hero">
<div class="container">
<div class="article">
<div class="title">
<h1>BMS HOSPITAL</h1>
</div>
<div class="content">
<h5>Basavanagudi,Bangalore<br>Diagnostic Center Hospital</h5><p>Six decades ago a man with a mission to educate people first private Engineering College. The man was none other than the founding father of BMS educational institution Sri B.M Sreenivasaiah. His son, Mr. B.S Narayan, pursued his father’s dream to help the needy and laid the foundation stone for B.S Narayan memorial hospital in the year 1991. Before his efforts could gain momentum his soul left us with the responsibility to carry forward his legacy and give the best affordable medical facility. Our life trustee Mrs. Ragini Narayan, kindled by the benevolent and noble thoughts of her husband, has turned B.S Narayan Memorial Day Care center into a state of the art multidimensional hospital, where anyone can seek cure and are under the guidance of experienced doctors without worrying about the cost.</p>
<br>
<p>Address<br>
Opp. BMS Engineering College, Bull Temple Road,<br>
Bangalore – 560019, Karnataka<br>
Phone: 91(80) 26613888/26613993<br>
Mobile: +91 9900013234<br>
Website: http://bmshospital.com/<br>
<br>
Facilities Available<br>
OPD Consultations<br>
Emergency<br>
Operation Theatre with fully Equipped Recovery Room <br>
Trauma and Casualty<br>
Inpatient Services<br>
Radiology (Digital X-Ray, Ultrasound, Doppler)<br>
2D Echo + Colour Doppler, TMT(Stress ECG) <br>
Laboratory <br>
Pulmonary Function Test <br>Physiotherapy ENT<br>Ambulance Services <br>Pharmacy<br>
<br>
Contacts<br>
Dr. Megha<br>
BMS Campus Health Care Centre<br>
BMS College of Engineering<br>
Bull Temple Road,Bangalore-19<br>
<br>
</p>
</div>
</div>
</div>
<div class="image-section">
<img src="Images/bms hospital.jpg">
<img src="Images/hospital2.jpg">
</div>
</div>
</body>
</html>