-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
483 lines (426 loc) · 18.1 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
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>korona - Coronavirus Medical Prevention HTML Template </title>
<!-- Stylesheets -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<link href="css/color.css" rel="stylesheet">
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">
<link rel="icon" href="images/favicon.png" type="image/x-icon">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
<!--[if lt IE 9]><script src="js/respond.js"></script><![endif]-->
</head>
<body>
<div class="page-wrapper">
<!-- Preloader -->
<div class="preloader"></div>
<!-- Main Header-->
<header class="main-header">
<!--Header-Upper-->
<div class="header-upper">
<div class="auto-container">
<div class="clearfix">
<div class="pull-left logo-box">
<div class="logo"><a href="index.html"><img src="images/logo.png" alt="" title=""></a></div>
</div>
<div class="nav-outer clearfix">
<!-- Main Menu -->
<nav class="main-menu navbar-expand-md">
<div class="navbar-header">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse clearfix" id="navbarSupportedContent">
<ul class="navigation clearfix">
<li class="dropdown"><a href="#">Home</a>
<ul>
<li><a href="index.html">Home One</a></li>
<li><a href="index-2.html">Home Two</a></li>
<li><a href="index-3.html">Home Three</a></li>
<li><a href="index-4.html">Home Four</a></li>
<li><a href="rtl-home.html">Home RTL</a></li>
<li><a href="onepage.html">Onepage Version</a></li>
</ul>
</li>
<li class="dropdown"><a href="about.html">About</a>
<ul>
<li><a href="about.html">About Us</a></li>
<li><a href="team.html">Our Team</a></li>
</ul>
</li>
<li><a href="faq.html">Faq's</a></li>
<li><a href="prevention.html">Prevention</a></li>
<li class="dropdown"><a href="blog.html">Blog</a>
<ul>
<li><a href="blog.html">Our Blog</a></li>
<li><a href="blog-sidebar.html">Blog With Sidebar</a></li>
<li><a href="blog-single.html">Blog Single</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<!--Option Box-->
<div class="option-box">
<!--Search Box-->
<div class="search-box-outer">
<div class="dropdown">
<button class="search-box-btn dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><span class="fa fa-search"></span></button>
<ul class="dropdown-menu pull-right search-panel" aria-labelledby="dropdownMenu1">
<li class="panel-outer">
<div class="form-container">
<form method="post" action="blog.html">
<div class="form-group">
<input type="search" name="field-name" value="" placeholder="Search Here" required>
<button type="submit" class="search-btn"><span class="fa fa-search"></span></button>
</div>
</form>
</div>
</li>
</ul>
</div>
</div>
<div class="nav-btn"><span class="icon flaticon-menu"></span></div>
</div>
</div>
</div>
</div>
</div>
<!--End Header Upper-->
</header>
<!--End Main Header -->
<!--Form Back Drop-->
<div class="form-back-drop"></div>
<!--Appointment Box-->
<section class="appointment-box">
<div class="inner-box">
<div class="cross-icon"><span class="flaticon-cancel"></span></div>
<div class="title">
<h2>Get Appointment</h2>
</div>
<!--Appointment Form-->
<div class="appointment-form">
<form method="post" action="contact.html">
<div class="form-group">
<input type="text" name="text" value="" placeholder="Name" required>
</div>
<div class="form-group">
<input type="email" name="email" value="" placeholder="Email Address" required>
</div>
<div class="form-group">
<input type="text" name="phone" value="" placeholder="Phone no." required>
</div>
<div class="form-group">
<textarea placeholder="Message"></textarea>
</div>
<div class="form-group">
<button type="submit" class="theme-btn btn-style-one"><span class="txt">Submit now</span></button>
</div>
</form>
</div>
<!--Contact Info Box-->
<div class="contact-info-box">
<ul class="info-list">
<li><a href="mailto:korona@yousite.com"> korona@yousite.com</a></li>
<li><a href="tel:+(000)0000000"> +(000) 000 0000</a></li>
</ul>
<ul class="social-list clearfix">
<li><a href="#">Facebook</a></li>
<li><a href="#">Linkedin</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Google +</a></li>
<li><a href="#">Instagram</a></li>
</ul>
</div>
</div>
</section>
<!--End Consulting Form-->
<!--Page Title-->
<section class="page-title" style="background-image:url(images/background/5.jpg)">
<div class="auto-container">
<h1>Latest Update Coronavirus</h1>
<ul class="page-breadcrumb">
<li><a href="index.html">Home</a></li>
<li>News Blog</li>
</ul>
</div>
</section>
<!--End Page Title-->
<div id="loading">
</div>
<div id="app">
</div>
<!--Blog Page Section-->
<section class="blog-page-section">
<div class="auto-container">
<div class="row clearfix">
<!--News Block-->
<div class="news-block col-lg-4 col-md-6 col-sm-12">
<div class="inner-box wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1000ms">
<div class="image">
<a href="blog-single.html"><img src="images/resource/news-1.jpg" alt="" /></a>
</div>
<div class="lower-content">
<ul class="post-meta">
<li>Jan 25, 2020</li>
<li>By Admin</li>
</ul>
<h3><a href="blog-single.html">Steps to Prevent Illness</a></h3>
<div class="text">Necessitatibus tempore accusantium sunt impedit, architecto tenetur temporibus aspernatur odit voluptatibus possimus maiores ...</div>
<a href="blog-single.html" class="read-more">Read More <span class="arrow flaticon-next-5"></span></a>
</div>
</div>
</div>
<!--News Block-->
<div class="news-block col-lg-4 col-md-6 col-sm-12">
<div class="inner-box wow fadeInUp" data-wow-delay="300ms" data-wow-duration="1000ms">
<div class="image">
<a href="blog-single.html"><img src="images/resource/news-2.jpg" alt="" /></a>
</div>
<div class="lower-content">
<ul class="post-meta">
<li>Nov 9, 2020</li>
<li>By Admin</li>
</ul>
<h3><a href="blog-single.html">What to Do if You are Sick</a></h3>
<div class="text">Necessitatibus tempore accusantium sunt impedit, architecto tenetur temporibus aspernatur odit voluptatibus possimus maiores ...</div>
<a href="blog-single.html" class="read-more">Read More <span class="arrow flaticon-next-5"></span></a>
</div>
</div>
</div>
<!--News Block-->
<div class="news-block col-lg-4 col-md-6 col-sm-12">
<div class="inner-box wow fadeInUp" data-wow-delay="600ms" data-wow-duration="1000ms">
<div class="image">
<a href="blog-single.html"><img src="images/resource/news-3.jpg" alt="" /></a>
</div>
<div class="lower-content">
<ul class="post-meta">
<li>Jan 25, 2020</li>
<li>By Admin</li>
</ul>
<h3><a href="blog-single.html">Keep Work, For Safe Communities</a></h3>
<div class="text">Necessitatibus tempore accusantium sunt impedit, architecto tenetur temporibus aspernatur odit voluptatibus possimus maiores ...</div>
<a href="blog-single.html" class="read-more">Read More <span class="arrow flaticon-next-5"></span></a>
</div>
</div>
</div>
<!--News Block-->
<div class="news-block col-lg-4 col-md-6 col-sm-12">
<div class="inner-box wow fadeInUp" data-wow-delay="600ms" data-wow-duration="1000ms">
<div class="image">
<a href="blog-single.html"><img src="images/resource/news-4.jpg" alt="" /></a>
</div>
<div class="lower-content">
<ul class="post-meta">
<li>Jan 25, 2020</li>
<li>By Admin</li>
</ul>
<h3><a href="blog-single.html">Keep Work, For Safe Communities</a></h3>
<div class="text">Necessitatibus tempore accusantium sunt impedit, architecto tenetur temporibus aspernatur odit voluptatibus possimus maiores ...</div>
<a href="blog-single.html" class="read-more">Read More <span class="arrow flaticon-next-5"></span></a>
</div>
</div>
</div>
<!--News Block-->
<div class="news-block col-lg-4 col-md-6 col-sm-12">
<div class="inner-box wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1000ms">
<div class="image">
<a href="blog-single.html"><img src="images/resource/news-5.jpg" alt="" /></a>
</div>
<div class="lower-content">
<ul class="post-meta">
<li>Jan 25, 2020</li>
<li>By Admin</li>
</ul>
<h3><a href="blog-single.html">Steps to Prevent Illness</a></h3>
<div class="text">Necessitatibus tempore accusantium sunt impedit, architecto tenetur temporibus aspernatur odit voluptatibus possimus maiores ...</div>
<a href="blog-single.html" class="read-more">Read More <span class="arrow flaticon-next-5"></span></a>
</div>
</div>
</div>
<!--News Block-->
<div class="news-block col-lg-4 col-md-6 col-sm-12">
<div class="inner-box wow fadeInUp" data-wow-delay="300ms" data-wow-duration="1000ms">
<div class="image">
<a href="blog-single.html"><img src="images/resource/news-6.jpg" alt="" /></a>
</div>
<div class="lower-content">
<ul class="post-meta">
<li>Nov 9, 2020</li>
<li>By Admin</li>
</ul>
<h3><a href="blog-single.html">What to Do if You are Sick</a></h3>
<div class="text">Necessitatibus tempore accusantium sunt impedit, architecto tenetur temporibus aspernatur odit voluptatibus possimus maiores ...</div>
<a href="blog-single.html" class="read-more">Read More <span class="arrow flaticon-next-5"></span></a>
</div>
</div>
</div>
<!--News Block-->
<div class="news-block col-lg-4 col-md-6 col-sm-12">
<div class="inner-box wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1000ms">
<div class="image">
<a href="blog-single.html"><img src="images/resource/news-7.jpg" alt="" /></a>
</div>
<div class="lower-content">
<ul class="post-meta">
<li>Jan 25, 2020</li>
<li>By Admin</li>
</ul>
<h3><a href="blog-single.html">Steps to Prevent Illness</a></h3>
<div class="text">Necessitatibus tempore accusantium sunt impedit, architecto tenetur temporibus aspernatur odit voluptatibus possimus maiores ...</div>
<a href="blog-single.html" class="read-more">Read More <span class="arrow flaticon-next-5"></span></a>
</div>
</div>
</div>
<!--News Block-->
<div class="news-block col-lg-4 col-md-6 col-sm-12">
<div class="inner-box wow fadeInUp" data-wow-delay="300ms" data-wow-duration="1000ms">
<div class="image">
<a href="blog-single.html"><img src="images/resource/news-8.jpg" alt="" /></a>
</div>
<div class="lower-content">
<ul class="post-meta">
<li>Nov 9, 2020</li>
<li>By Admin</li>
</ul>
<h3><a href="blog-single.html">What to Do if You are Sick</a></h3>
<div class="text">Necessitatibus tempore accusantium sunt impedit, architecto tenetur temporibus aspernatur odit voluptatibus possimus maiores ...</div>
<a href="blog-single.html" class="read-more">Read More <span class="arrow flaticon-next-5"></span></a>
</div>
</div>
</div>
<!--News Block-->
<div class="news-block col-lg-4 col-md-6 col-sm-12">
<div class="inner-box wow fadeInUp" data-wow-delay="600ms" data-wow-duration="1000ms">
<div class="image">
<a href="blog-single.html"><img src="images/resource/news-9.jpg" alt="" /></a>
</div>
<div class="lower-content">
<ul class="post-meta">
<li>Jan 25, 2020</li>
<li>By Admin</li>
</ul>
<h3><a href="blog-single.html">Keep Work, For Safe Communities</a></h3>
<div class="text">Necessitatibus tempore accusantium sunt impedit, architecto tenetur temporibus aspernatur odit voluptatibus possimus maiores ...</div>
<a href="blog-single.html" class="read-more">Read More <span class="arrow flaticon-next-5"></span></a>
</div>
</div>
</div>
</div>
<!--Styled Pagination-->
<ul class="styled-pagination text-center">
<li><a href="#" class="active">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li class="next"><a href="#">Next</a></li>
</ul>
<!--End Styled Pagination-->
</div>
</section>
<!--End Blog Page Section-->
<!--Main Footer-->
<footer class="main-footer">
<!--Widgets Section-->
<div class="auto-container">
<!--Widgets Section-->
<div class="widgets-section">
<div class="row clearfix">
<!--Column-->
<div class="big-column col-lg-6 col-md-12 col-sm-12">
<div class="row clearfix">
<!--Footer Column-->
<div class="footer-column col-lg-6 col-md-6 col-sm-12">
<div class="widget widget_about">
<div class="logo">
<a href="index.html"><img src="images/logo.png" alt="" /></a>
</div>
<div class="text">Lorem ipsum dolor amet consectetur adipielit sed eiusm tempor incididunt ut labore dolore.</div>
</div>
</div>
<!--Footer Column-->
<div class="footer-column col-lg-6 col-md-6 col-sm-12 pl-lg-5">
<div class="widget widget_links">
<h2>About Us</h2>
<ul class="list">
<li><a href="#">About</a></li>
<li><a href="#">Faq's</a></li>
<li><a href="#">Team</a></li>
<li><a href="#">Prevention</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<!--Column-->
<div class="big-column col-lg-6 col-md-12 col-sm-12">
<div class="row clearfix">
<!--Footer Column-->
<div class="footer-column col-lg-6 col-md-6 col-sm-12">
<div class="widget widget_links">
<h2>Usefull Links</h2>
<ul class="list">
<li><a href="#">Situation Reports</a></li>
<li><a href="#">Advice For Public</a></li>
<li><a href="#">Prevention</a></li>
<li><a href="#">Coronavirus Symptoms</a></li>
<li><a href="#">Donor & Partners</a></li>
</ul>
</div>
</div>
<!--Footer Column-->
<div class="footer-column col-lg-6 col-md-6 col-sm-12">
<div class="widget widget_contact">
<h2>Contact us</h2>
<div class="widget-content">
<div class="text">3407 Wilkinson Court, Denver <br> Colorado 33901</div>
<ul class="list">
<li>Phone: <a href="tel:+17204682299">+1 720-468-2299</a></li>
<li>Email: <a href="mailto:support@korona.com">support@korona.com</a></li>
</ul>
<ul class="social-icon-one clearfix">
<li><a href="#" class="fa fa-facebook"></a></li>
<li><a href="#" class="fa fa-twitter"></a></li>
<li><a href="#" class="fa fa-google-plus"></a></li>
<li><a href="#" class="fa fa-linkedin"></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="auto-container">
<div class="copyright tex-center">Copyrights 2020 All Rights <a href="http://www.bootstrapmb.com/">Reserved</a>.</div>
</div>
</div>
</footer>
<!--Scroll to top-->
<div class="scroll-to-top scroll-to-target" data-target="html"><span class="flaticon-right-arrow"></span></div>
</div>
<!--End pagewrapper-->
<script src="js/jquery.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!--<script src="js/jquery.fancybox.js"></script>-->
<script src="js/appear.js"></script>
<script src="js/owl.js"></script>
<script src="js/wow.js"></script>
<script src="js/knob.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/script.js"></script>
</body>
</html>