-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews-detail.html
282 lines (233 loc) · 14.3 KB
/
news-detail.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>My Hospital</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="Tooplate">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="icon" href="images/hospitalicon-removebg-preview.png">
<!-- MAIN CSS -->
<link rel="stylesheet" href="css/myhospital.css">
</head>
<body id="top" data-spy="scroll" data-target=".navbar-collapse" data-offset="50">
<!-- PRE LOADER -->
<section class="preloader">
<div class="spinner">
<span class="spinner-rotate"></span>
</div>
</section>
<!-- HEADER -->
<header>
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-3">
<p>Welcome to Loskii's Hospital</p>
</div>
<div class="col-md-8 col-sm-9 text-align-right">
<span class="phone-icon"><i class="fa fa-phone"></i> 07-13-22-52-92</span>
<span class="date-icon"><i class="fa fa-calendar-plus-o"></i> 7:00 AM - 10:00 PM (Mon-Fri)</span>
<span class="email-icon"><i class="fa fa-envelope-o"></i> <a href="#">omollo266@gmail.com</a></span>
</div>
</div>
</div>
</header>
<!-- MENU -->
<section class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
</button>
<!-- lOGO TEXT HERE -->
<a href="index.html" class="navbar-brand"><i class="fa fa-h-square"></i>ealth Center</a>
</div>
<!-- MENU LINKS -->
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html#top" class="smoothScroll">Home</a></li>
<li><a href="index.html#about" class="smoothScroll">About Us</a></li>
<li><a href="index.html#team" class="smoothScroll">Our Staff</a></li>
<li><a href="index.html#news" class="smoothScroll">News</a></li>
<li><a href="index.html#google-map" class="smoothScroll">Contact</a></li>
<li class="appointment-btn"><a href="index.html#appointment">Make an appointment</a></li>
</ul>
</div>
</div>
</section>
<!-- NEWS DETAIL -->
<section id="news-detail" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-7">
<!-- NEWS THUMB -->
<div class="news-detail-thumb">
<div class="news-image">
<img src="images/news-image3.jpg" class="img-responsive" alt="">
</div>
<h3>Review Annual Medical Research</h3>
<p>The annual medical research review presents a comprehensive analysis of the latest advancements and discoveries in the field of healthcare. Our team has meticulously reviewed numerous studies to bring to you the most significant findings. Expect insights on emerging therapies, novel diagnostic techniques, and breakthrough treatments.</p>
<blockquote>“Advances in medicine and wellness can be achieved through continuous research and collaboration among professionals.”</blockquote>
<p>Our review highlights the importance of innovative approaches and the role they play in advancing patient care. Through collaborative efforts and rigorous clinical trials, we have identified potential game-changers in healthcare. The data presented will help in understanding current trends and future directions.</p>
<ul>
<li>Innovative therapeutic techniques</li>
<li>Breakthrough diagnostic advancements</li>
<li>Collaborative health initiatives</li>
</ul>
<p>It is essential to stay informed about the latest research to provide the best care possible. The findings reported here are intended to equip healthcare professionals with the knowledge necessary to improve practices and patient outcomes.</p>
<div class="news-social-share">
<h4>Share this article</h4>
<a href="#" class="btn btn-primary"><i class="fa fa-facebook"></i>Facebook</a>
<a href="#" class="btn btn-success"><i class="fa fa-twitter"></i>Twitter</a>
<a href="#" class="btn btn-danger"><i class="fa fa-google-plus"></i>Google+</a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-5">
<div class="news-sidebar">
<div class="news-author">
<h4>About the author</h4>
<p>Dr. John Doe is a leading researcher in medical sciences with over 20 years of experience. His work focuses on innovative treatments and improving patient outcomes. Dr. Doe has been published in numerous leading medical journals and regularly presents at international conferences.</p>
</div>
<div class="recent-post">
<h4>Recent Posts</h4>
<div class="media">
<div class="media-object pull-left">
<a href="#"><img src="images/news-image.jpg" class="img-responsive" alt=""></a>
</div>
<div class="media-body">
<h4 class="media-heading"><a href="#">Introducing a new healing process</a></h4>
</div>
</div>
<div class="media">
<div class="media-object pull-left">
<a href="#"><img src="images/news-image.jpg" class="img-responsive" alt=""></a>
</div>
<div class="media-body">
<h4 class="media-heading"><a href="#">About Amazing Technology</a></h4>
</div>
</div>
</div>
<div class="news-categories">
<h4>Categories</h4>
<li><a href="#"><i class="fa fa-angle-right"></i> Dental</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i> Cardiology</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i> Health</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i> Consultant</a></li>
</div>
<div class="news-ads sidebar-ads">
<h4>Sidebar Banner Ad</h4>
</div>
<div class="news-tags">
<h4>Tags</h4>
<li><a href="#">Pregnancy</a></li>
<li><a href="#">Health</a></li>
<li><a href="#">Consultant</a></li>
<li><a href="#">Medical</a></li>
<li><a href="#">Doctors</a></li>
<li><a href="#">Social</a></li>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- FOOTER -->
<footer data-stellar-background-ratio="5">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-4">
<div class="footer-thumb">
<h4 class="wow fadeInUp" data-wow-delay="0.4s">Contact Info</h4>
<p>If you have any questions or need further information, feel free to contact us. Our team is here to help you with any inquiries regarding your health needs.</p>
<div class="contact-info">
<p><i class="fa fa-phone"></i> 07-13-22-52-92</p>
<p><i class="fa fa-envelope-o"></i> <a href="#">omollo266@gmail.com</a></p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="footer-thumb">
<h4 class="wow fadeInUp" data-wow-delay="0.4s">Latest News</h4>
<div class="latest-stories">
<div class="stories-image">
<a href="#"><img src="images/news-image.jpg" class="img-responsive" alt=""></a>
</div>
<div class="stories-info">
<a href="#"><h5>Amazing Technology</h5></a>
<span>March 08, 2018</span>
</div>
</div>
<div class="latest-stories">
<div class="stories-image">
<a href="#"><img src="images/news-image.jpg" class="img-responsive" alt=""></a>
</div>
<div class="stories-info">
<a href="#"><h5>New Healing Process</h5></a>
<span>February 20, 2018</span>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="footer-thumb">
<div class="opening-hours">
<h4 class="wow fadeInUp" data-wow-delay="0.4s">Opening Hours</h4>
<p>Monday - Friday <span>06:00 AM - 10:00 PM</span></p>
<p>Saturday <span>09:00 AM - 08:00 PM</span></p>
<p>Sunday <span>Closed</span></p>
</div>
<ul class="social-icon">
<li><a href="#" class="fa fa-facebook-square" attr="facebook icon"></a></li>
<li><a href="#" class="fa fa-twitter"></a></li>
<li><a href="#" class="fa fa-instagram"></a></li>
</ul>
</div>
</div>
<div class="col-md-12 col-sm-12 border-top">
<div class="col-md-4 col-sm-6">
<div class="copyright-text">
<p>Copyright © 2024 My Hospital
| Design: Loskii</a></p>
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="footer-link">
<a href="#">Laboratory Tests</a>
<a href="#">Departments</a>
<a href="#">Insurance Policy</a>
<a href="#">Careers</a>
</div>
</div>
<div class="col-md-2 col-sm-2 text-align-center">
<div class="angle-up-btn">
<a href="#top" class="smoothScroll wow fadeInUp" data-wow-delay="1.2s"><i class="fa fa-angle-up"></i></a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- SCRIPTS -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific-popup-options.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>