-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
406 lines (355 loc) · 14 KB
/
blog.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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
<!DOCTYPE html>
<html>
<head>
<title> Unity Hospital | Blog </title>
<!-- Web Fonts -->
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:400,300,600&subset=cyrillic,latin">
<!-- CSS Global Compulsory -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<!-- CSS Header and Footer -->
<link rel="stylesheet" href="assets/css/header.css">
<link rel="stylesheet" href="assets/css/footer.css">
<!-- CSS Implementing Plugins -->
<link rel="stylesheet" href="assets/plugins/line-icons-pro/styles.css">
<link rel="stylesheet" href="assets/plugins/line-icons/line-icons.css">
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.min.css">
<!-- CSS Page Style -->
<link rel="stylesheet" href="assets/css/blog_timeline.css">
<!-- CSS Customization -->
<link rel="stylesheet" type="text/css" href="assets/css/custom.css">
</head>
<body>
<div class="wrapper">
<!--=== Header v1 ===-->
<div class="header-v1">
<!-- Topbar -->
<div class="topbar-v1">
<div class="container">
<div class="row">
<div class="col-md-6">
<ul class="list-inline top-v1-contacts">
<li>
<i class="fa fa-envelope"></i> Email: [email protected]
</li>
<li>
<i class="fa fa-phone"></i> Contact no : 88666 00555
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- End Topbar -->
<!-- Navbar -->
<div class="navbar mega-menu" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="res-container">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-brand">
<a href="index.html">
<img src="assets/img/logo/unity_white.jpg" alt="Logo">
</a>
</div>
</div><!--/end responsive container-->
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-responsive-collapse">
<div class="res-container">
<ul class="nav navbar-nav">
<!-- Collect the nav links, forms, and other content for toggling -->
<!-- Home -->
<li class="mega-menu-fullwidth">
<a href="index.html" >
HOME
</a>
</li>
<!-- End Home-->
<!-- About Us -->
<li class="mega-menu-fullwidth">
<a href="about.html" >
ABOUT US
</a>
</li>
<!-- End About us -->
<!-- Doctors -->
<li class="mega-menu-fullwidth">
<a href="doctors.html" >
DOCTORS
</a>
</li>
<!-- End Doctors -->
<!-- Gallery -->
<li class="mega-menu-fullwidth">
<a href="gallery.html" >
GALLERY
</a>
</li>
<!-- End Gallery -->
<!-- Blog -->
<li class="mega-menu-fullwidth">
<a href="blog.html" >
BLOGS
</a>
</li>
<!-- End Blog -->
<!-- Contact Us -->
<li class="mega-menu-fullwidth">
<a href="contact.html" >
CONTACT US
</a>
</li>
<!-- End Contact us -->
<!-- Registration -->
<li class="mega-menu-fullwidth">
<a href="registration.html" >
REGISTRATION
</a>
</li>
<!-- End registration -->
<!-- login -->
<li class="mega-menu-fullwidth">
<a href="login.html" >
LOGIN
</a>
</li>
<!-- End login -->
<!-- Appointment -->
<li class="mega-menu-fullwidth">
<a href="appointment.html">
BOOK APPOINTMENT
</a>
</li>
<!-- End Appointment -->
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- End Navbar -->
<!-- Image title -->
<div style="text-align: center; margin-top: 50px; margin-bottom: 40px;">
<h2>BLOGS</h2>
</div>
<!-- End title -->
<!--=== Content Part ===-->
<!-- BLOG 1 -->
<div class="container content">
<ul class="timeline-v1">
<li>
<div class="timeline-badge primary"><i class="glyphicon glyphicon-record"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<img class="img-responsive" src="assets/img/blogs/1.jpg" alt=""/>
</div>
<div class="timeline-body text-justify">
<h2 class="font-light"><a href="#">How to maintain bone and joint health during winters?</a></h2>
<p>It is usually due to restricted absorption of Vitamin D (sunlight) in your body during winter or due to decreased blood flow to bones to increase body temperature or due to restricted mobility to conserve energy which allows accumulation of inflammatory markers or toxins in joints. This leads to stiffness and pain in joints. Ignoring problems related to bones and joints which can lead to further deterioration.</p>
<p>These are few tips to keep your joints and muscles healthy during this winter :- </p>
<p>1) A balanced diet is key to overall healthy living. Eat a diet which comprises of fruits, vegetables, cereals, dairy products and pulses.<br/>
2) Eat foods rich in Vitamin K, D and C.<br/>
3) Physical activity is also important. Exercising strengthens the muscles and maintains weight. <br/>
4) Do not over eat and reduce weight.
</p>
</div>
<div class="timeline-footer">
<ul class="list-inline news-v1-info">
<li><span style="margin-left: 120px;">By</span> <a href="#">Dr. Ramneek Mahajan</a></li>
<li>|</li>
<li><i class="fa fa-clock-o"></i> December 31, 2020</li>
</ul>
</div>
</div>
</li>
<!-- end of blog 1 -->
<!-- Blog 2 -->
<li class="timeline-inverted">
<div class="timeline-badge primary"><i class="glyphicon glyphicon-record invert"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<img class="img-responsive" src="assets/img/blogs/2.jpg" alt=""/>
</div>
<div class="timeline-body text-justify">
<h2 class="font-light"><a href="#">Robot Assisted Kidney Transplant in France</a></h2>
<p>First robot assisted kidney transplant (RAKT) was performed in France in 2002. Since then, it is gradually gaining foothold in transplant arena. Majority of work is being done in India, Europe and few centres in USA. World wide experience has established its functional outcomes comparable to open transplant. The patient has got multiple benefits :- </p>
<p> 1) Lesser pain – early mobility, early recovery </p> <br/>
<p> 2) Less chance of wound infection – no adverse effect on graft function </p> <br/>
<p> 3) Less blood loss, Minimal scars, improved cosmetic effects </p><br/>
<p> Max Super Specialty Hospital, Saket, New Delhi is amongst the few centres across the world routinely doing RAKT.</p>
</div>
<div class="timeline-footer">
<ul class="list-unstyled list-inline blog-info">
<li><span style="margin-left: 120px;">By</span> <a href="#">Dr. Anant Kumar</a></li>
<li>|</li>
<li><i class="fa fa-clock-o"></i> December 31, 2020</li>
</ul>
</div>
</div>
</li>
<!-- end of blog 2 -->
<!-- Blog 3 -->
<li>
<div class="timeline-badge primary"><i class="glyphicon glyphicon-record"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<img class="img-responsive" src="assets/img/blogs/3.jpg" alt=""/>
</div>
<div class="timeline-body text-justify">
<h2 class="font-light"><a href="#">Body Weight - What you must know!</a></h2>
<p> Q: Why is body weight so important to us? </p>
<p> A: Bodyweight is a vital part of our physical and mental health.</p> <br/>
<p>Q: What is an ideal body weight? </p>
<p>A: There is no single defined value for an ideal weight. The ideal weight for a person depends on their height and age. </p> <br/>
<p>Q: Why is there a weight range? </p>
<p>A: Your weight depends upon a number of factors. These include your age, muscle mass fat mass, gender and body shape. </p>
</div>
<div class="timeline-footer">
<ul class="list-unstyled list-inline blog-info">
<li><span style="margin-left: 120px;">By</span> <a href="#">Dr. Vandana Soni</a></li>
<li>|</li>
<li><i class="fa fa-clock-o"></i> December 31, 2020</li>
</ul>
</div>
</div>
</li>
<!-- end of blog 3 -->
<!-- Blog 4 -->
<li class="timeline-inverted">
<div class="timeline-badge primary"><i class="glyphicon glyphicon-record invert"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<img class="img-responsive" src="assets/img/blogs/4.jpg" alt=""/>
</div>
<div class="timeline-body text-justify">
<h2 class="font-light"><a href="#">IMPORTANCE OF SLEEP IN BRAIN HEALTH</a></h2>
<p>Those mood swings are for real…. Your brain regulates the hormones and the neurotrasnmitters. These chemicals are basically responsible for the way you feel. Chemical compounds like dopamine, serotonin, oxytocin help us feeling good, happy and upbeat. Sleep plays an important role in their regulation. Lack of sleep can make you irritated, impulsive and angry. The moments when you over react and have an outburst are more likely to happen when you have not slept well.</p>
<p> Lack of sleep makes you slow. Sleep deprivation slows down the brain’s ability to react quickly. Tired drivers and pilots tend to have more accidents and that is a well known fact. Sleep deprivation slows down the brain akin to getting drunk. Just like you should not be driving under the influence of alcohol the same applies to sleep deprivation.</p>
</div>
<div class="timeline-footer">
<ul class="list-unstyled list-inline blog-info">
<li><span style="margin-left: 120px;">By</span> <a href="#">Dr. Manish Baijal</a></li>
<li>|</li>
<li><i class="fa fa-clock-o"></i> December 31, 2020</li>
</ul>
</div>
</div>
</li>
<!-- end of blog 4 -->
</ul>
</div>
<!--=== Footer ===-->
<div class="footer-v1">
<div class="footer">
<div class="container">
<div class="row">
<!-- About -->
<div class="col-md-3 " style="margin-bottom: 40px;">
<a href="index.html"><img id="logo-footer" class="footer-logo" src="assets/img/logo/unity_white.jpg" alt=""></a>
<p>At Unity Hospital, we are convinced that 'quality' and 'lowest cost' are not mutually exclusive when it comes to healthcare delivery.</p>
<p>Our mission is to deliver high quality, affordable healthcare services to the broader population in India.</p>
</div><!--/col-md-3-->
<!-- End About -->
<!-- Latest -->
<div class="col-md-3 " style="margin-bottom: 40px;">
<div class="posts">
<div class="headline"><h2>Latest Posts</h2></div>
<ul class="list-unstyled latest-list">
<li>
<a href="blog.html">Incredible content</a>
<small>December 16, 2020</small>
</li>
<li>
<a href="gallery.html">Latest Images</a>
<small>December 16, 2020</small>
</li>
<li>
<a href="terms.html">Terms and Conditions</a>
<small>December 16, 2020</small>
</li>
</ul>
</div>
</div><!--/col-md-3-->
<!-- End Latest -->
<!-- Link List -->
<div class="col-md-3 " style="margin-bottom: 40px;">
<div class="headline"><h2>Useful Links</h2></div>
<ul class="list-unstyled link-list">
<li><a href="about.html">About us</a><i class="fa fa-angle-right"></i></li>
<li><a href="Contact.html">Contact us</a><i class="fa fa-angle-right"></i></li>
<li><a href="appointment.html">Book Appointment</a><i class="fa fa-angle-right"></i></li>
</ul>
</div><!--/col-md-3-->
<!-- End Link List -->
<!-- Address -->
<div class="col-md-3 map-img " style="margin-bottom: 40px;">
<div class="headline"><h2>Contact Us</h2></div>
<address class="" style="margin-bottom: 40px;">
Unity Hospital <br />
Ahmedabad, IN <br />
Phone: 886 666 00555 <br />
Email: [email protected]
</address>
</div><!--/col-md-3-->
<!-- End Address -->
</div>
</div>
</div><!--/footer-->
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-md-6">
<p>
2020 © All Rights Reserved.
<a href="privacy.html">Privacy Policy</a> | <a href="terms.html">Terms of Service</a>
</p>
</div>
<!-- Social Links -->
<div class="col-md-6">
<ul class="footer-socials list-inline">
<li>
<a href="http://www.facebook.com" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Facebook">
<i class="fa fa-facebook"></i>
</a>
</li>
<li>
<a href="http://www.skype.com" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Skype">
<i class="fa fa-skype"></i>
</a>
</li>
<li>
<a href="http://www.googleplus.com" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Google Plus">
<i class="fa fa-google-plus"></i>
</a>
</li>
<li>
<a href="http://www.linkedin.com" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Linkedin">
<i class="fa fa-linkedin"></i>
</a>
</li>
<li>
<a href="http://www.Pinterest.com" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Pinterest">
<i class="fa fa-pinterest"></i>
</a>
</li>
<li>
<a href="http://www.twitter.com" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Twitter">
<i class="fa fa-twitter"></i>
</a>
</li>
</ul>
</div>
<!-- End Social Links -->
</div>
</div>
</div><!--/copyright-->
</div>
<!--=== End Footer ===-->
</div><!--/wrapper-->
</body>
</html>