-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhimabindu.html
218 lines (216 loc) · 12 KB
/
himabindu.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
<!doctype html>
<html>
<head>
<title>HIMABINDU BLOOD BANK</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
</head>
<body>
<ul class="nav bg-light p-2">
<h3 class="text-danger"><b>BLOOD BOON</b></h3>
</ul>
<h1 class="mt-2 text-center text-primary"> HIMABINDU BLOOD BANK</h1>
<div class="container mt-5 mb-5">
<div class="row">
<div class="col-sm-8">
<h3 class="text-primary">Profile Details & Facilities </h3>
<div class="card bg-light">
<div class="card-body">
<div class="row">
<div class="col-sm-6">
<b>Address: </b>Plot No. 17-1-383/S/1, Sagar Road, Vinya Nagar <br>
<b>Landmark: </b> Near Royal Embassy School, Santosh Nagar, Hyderabad <br>
Telangana - India<br>
<b>Fees: </b> 100-250<br>
</div>
<div class="col-sm-6">
<b>Languages Spoken : </b> Telugu, Hindi, English<br>
<b>Female Staff Available : </b>Yes<br>
<b>Parking Availablity : </b>Yes<br>
<b> In House Cafeteria : </b>Yes<br>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card">
<div class="card-body">
<h5 class="card-title text-center text-primary">Book Appointment<hr></h5>
<p class="card-text"> Himabindu Blood Bank and Transfusion Centre is temporarily not accepting online appointment please call directly to book. </p>
<button class="btn btn-primary float-end text-center" data-bs-target="#mdl1" data-bs-toggle="modal"><i class="fa fa-phone m-1" style="font-size:16px"></i> View Phonenumber</button>
</div>
</div>
</div>
</div>
<div class="row mt-5 mb-5">
<div class="col-sm-4">
<h3 class="text-primary">Opening & Closing Hours </h3>
<table class="table table-bordered">
<thead>
<tr>
<th scope="col" class="bg-light">Day</th>
<th scope="col" class="bg-light">Opening Hours</th>
</tr>
</thead>
<tbody>
<tr>
<td class="bg-light"><b>Sunday</b></td>
<td>Open 24 Hrs</td>
</tr>
<tr>
<td class="bg-light"><b>Monday</b></td>
<td>9:00 AM to 8:00 PM</td>
</tr>
<tr>
<td class="bg-light"><b>Tuesday</b></td>
<td>9:30 AM to 7:30 PM</td>
</tr>
<tr>
<td class="bg-light"><b>Wednesday</b></td>
<td>9:30 AM to 8:30 PM</td>
</tr>
<tr>
<td class="bg-light"><b>Thursday</b></td>
<td>10:30 AM to 8:30 PM</td>
</tr>
<tr>
<td class="bg-light"><b>Friday</b></td>
<td>10:00 AM to 6:30 PM</td>
</tr>
<tr>
<td class="bg-light"><b>Saturday</b></td>
<td>11:00 AM to 9:30 PM</td>
</tr>
</tbody>
</table>
</div>
<div class="col-sm-4">
<h3 class="text-primary">Ratings Recieved</h3>
<table class="table table-bordered">
<thead>
<tr>
<th scope="col" class="bg-light">Attribute</th>
<th scope="col" class="bg-light">Ratings</th>
</tr>
</thead>
<tbody>
<tr>
<td class="bg-light"><b>Accurate Diagnosis </b></td>
<td>4.1</td>
</tr>
<tr>
<td class="bg-light"><b>Cleanliness</b></td>
<td>4.0</td>
</tr>
<tr>
<td class="bg-light"><b>Courteous Staff</b></td>
<td>4.4</td>
</tr>
<tr>
<td class="bg-light"><b>Doctor Politeness</b></td>
<td>3.7</td>
</tr>
<tr>
<td class="bg-light"><b>Explanation Time</b></td>
<td>3.9</td>
</tr>
<tr>
<td class="bg-light"><b>Service Quality </b></td>
<td>3.8</td>
</tr>
<tr>
<td class="bg-light"><b>Waiting Time</b></td>
<td>4.3</td>
</tr>
</tbody>
</table>
</div>
<div class="col-sm-4">
<div class="card">
<div class="card-body">
<h5 class="card-title text-center text-success">Ask a Question<hr></h5>
<p class="card-text">Get advice from top-rated Blood Tissue Organ Banks like Himabindu Charitable Blood Bank and Transfusion Centre. It's quick, easy, and anonymous! </p>
<button class="btn btn-success float-end text-center" data-bs-target="#mdl2" data-bs-toggle="modal"><i class="fa fa-commenting-o"></i> Ask a Question</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="mdl1" data-bs-dropdrop="static">
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable">
<div class="modal-content">
<div class="modal-header bg-primary text-white text-center">
<h5> Himabindu Charitable Blood Bank and Transfusion Centre's Contact Details</h5>
</div>
<div class="modal-body text-center">
Don't forget to mention you found Himabindu Charitable Blood Bank and Transfusion Centre on Blood Boon<br><br>
<b>Landline :</b> <i class="fa fa-phone m-1" style="font-size:20px"></i> +91 40 64558828<br>
<b>Mobilee :</b> <i class="fa fa-phone m-1" style="font-size:20px"></i> +91 9246373536<br>
</div>
<div class="modal-footer">
<button class="btn btn-primary" data-bs-dismiss="modal">Ok</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="mdl2" data-bs-dropdrop="static">
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable">
<div class="modal-content">
<div class="modal-header bg-success text-white text-center">
<h5>Contact Himabindu Charitable Blood Bank and Transfusion Centre</h5>
</div>
<div class="modal-body text-center">
<div class="col-md-12 mb-md-0 mb-5">
<form id="contact-form" name="contact-form">
<div class="row">
<div class="col form-floating mb-3">
<input type="text" class="form-control" id="pt" placeholder="Kalpana Shinde" name="Your Name">
<label for="pt">Your Name</label>
</div>
<div class="col form-floating mb-3">
<input type="email" class="form-control" id="em" placeholder="[email protected]" name="Your Email">
<label for="pt">Your Email</label>
</div>
</div>
<div class="form-floating mb-3">
<input type="text" class="form-control" id="ti" placeholder="Title" name="Subject..">
<label for="pt">Subject</label>
</div>
<div class="form-floating mb-3">
<input type="text" class="form-control" id="de" maxlength="200" placeholder="description" name="Your Message">
<label for="pi">Your Message</label>
</div>
</form>
<div class="text-center text-md-left mt-4">
<a class="btn btn-success" onclick="submit"> Send </a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row mt-5 mb-5">
<div class="col-sm-4">
<h3 class="text-primary"> Treatments Offered <br></h3>
<i class="fa fa-check-circle-o"></i> Bone Marrow Trephine Biopsy <br>
<i class="fa fa-check-circle-o"></i> Haploidentical Transplant <br>
<i class="fa fa-check-circle-o"></i> Bone Marrow Donation <br>
<i class="fa fa-check-circle-o"></i> Bone Marrow Transplant <br>
</div>
<div class="col-sm-4">
<h3 class="text-primary"> Conditions Treated <br></h3>
<i class="fa fa-check-circle-o"></i> Bone and Soft-Tissue Sarcomas <br>
<i class="fa fa-check-circle-o"></i> Aplastic Anemia <br>
<i class="fa fa-check-circle-o"></i> Myelodysplasia <br>
<i class="fa fa-check-circle-o"></i> Immunodeficiency Disorders <br>
<i class="fa fa-check-circle-o"></i> Neuroblastoma <br>
<i class="fa fa-check-circle-o"></i> Brain Tumors <br>
</div>
<div class="col-sm-4">
<div class=" text-center"><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3828.0936875284265!2d78.50702601488989!3d17.351265588100233!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bcb986f7d9e20c5%3A0x4530a6eb7f0efaa1!2sHimabindu%20blood%20bank!5e1!3m2!1sen!2sin!4v1577020709558!5m2!1sen!2sin" width="300" height="250"></iframe></div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-SR1sx49pcuLnqZUnnPwx6FCym0wLsk5JZuNx2bPPENzswTNFaQU1RDvt3wT4gWFG" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-j0CNLUeiqtyaRmlzUHCPZ+Gy5fQu0dQ6eZ/xAww941Ai1SxSY+0EQqNXNE6DZiVc" crossorigin="anonymous"></script>
</body>
</html>