-
Notifications
You must be signed in to change notification settings - Fork 0
/
updates.html
102 lines (100 loc) · 4.32 KB
/
updates.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="At present, the Corona virus is very severe. And there's been a lot of rumors spread around about the Corona virus. So this is our web site to give people the right idea about this epidemic. Where all updates are gathered about the Corona virus and ways to prevent from the virus affections. In addition, there is a feature called Corona Bot that will help you determine if the virus is affecting your body or not and suggest you the best way of taking any step based on your current body condition."
/>
<meta name="author" content="coronabd-2020" />
<link rel="icon" type="image/png" href="assets/img/logoTabbar.png" />
<meta property="og:image" content="assets/img/logo.png" />
<meta property="og:image:type" content="image/png/jpg" />
<meta
property="og:description"
content="করোনাতে ভয় নয় সচেতনতা বাড়াও, সঠিক তথ্য পৌছে দিয়ে এক হয়ে দাড়াও"
/>
<meta
name="keywords"
content="করোনাভাইরাস, বাংলায় করোনা, করোনাভাইরাস সম্পর্কে, কোভিড-১৯, করোনাভাইরাস ব্লগ, coronavirus info, covid-19,coronavirus bangladesh, coronabd, করোনাবিডি, coronabd com, coronabd xyz"
/>
<title>CoronaBD</title>
<link rel="stylesheet" href="assets/css/bulma.min.css" />
<link rel="stylesheet" href="assets/css/style.css" />
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link
rel="stylesheet"
href="//cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@creativebulma/bulma-tooltip@1.2.0/dist/bulma-tooltip.min.css"
/>
</head>
<body>
<nav class="navbar is-white">
<div class="container">
<div class="navbar-brand">
<a href="index.html" class="navbar-item brand-text">
<img src="assets/img/new_nav_logo.png" alt="" />
</a>
<div
id="navbar-burger"
class="navbar-burger burger"
data-target="navMenu"
>
<span></span>
<span></span>
<span></span>
</div>
</div>
<div id="navMenu" class="navbar-menu">
<div class="navbar-end">
<a href="index.html" class="navbar-item">হোম</a>
<a href="symptoms.html" class="navbar-item">উপসর্গ</a>
<a href="updates.html" class="navbar-item is-active">আপডেট</a>
<a href="faq.html" class="navbar-item">প্রশ্নোত্তর</a>
<a href="gallery.html" class="navbar-item">তথ্যচিত্র</a>
<a href="quaritine.html" class="navbar-item">কোয়ারেন্টিন</a>
<a href="blog.html" class="navbar-item">ব্লগ</a>
</div>
</div>
</div>
</nav>
<!-- start -->
<div class="container">
<div style="margin: auto; width: 128px">
<figure class="image is-128x128">
<img src="assets/img/ProthomAlo.png" alt="" />
</figure>
</div>
<iframe
src="https://service.prothomalo.com/commentary/index.php"
width="100%"
height="800px"
frameborder="0"
style="margin-top: -70px"
></iframe>
</div>
<section class="hero is-white">
<div class="hero-body">
<div class="container">
<div class="has-text-centered">
<h2 class="subtitle is-6">স্বত্বাধিকার © টিম করোনাবিডি- ২০২০</h2>
</div>
</div>
</div>
</section>
</body>
<!-- <script
defer
src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"
></script> -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js"></script>
<script src="assets/js/app.js"></script>
</html>