-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
280 lines (253 loc) · 14.9 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no">
<title>Covid-19 How bad Is It ? </title>
<link rel="icon" type="image/x-icon" href="assets/img/logo.ico"/>
<!-- BEGIN GLOBAL MANDATORY STYLES -->
<link href="https://fonts.googleapis.com/css?family=Quicksand:400,500,600,700&display=swap" rel="stylesheet">
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="assets/css/plugins.css" rel="stylesheet" type="text/css" />
<link href="bootstrap/css/style.css" rel="stylesheet" type="text/css" />
<link href="plugins/loaders/custom-loader.css" rel="stylesheet" type="text/css">
<!-- END GLOBAL MANDATORY STYLES -->
<!-- BEGIN PAGE LEVEL PLUGINS/CUSTOM STYLES -->
<!-- BEGIN PAGE LEVEL PLUGINS/CUSTOM STYLES -->
<link href="plugins/apex/apexcharts.css" rel="stylesheet" type="text/css">
<link href="assets/css/dashboard/dash_2.css" rel="stylesheet" type="text/css" />
<!-- END PAGE LEVEL PLUGINS/CUSTOM STYLES -->
<!-- BEGIN PAGE LEVEL STYLES -->
<link rel="stylesheet" type="text/css" href="plugins/table/datatable/datatables.css">
<link rel="stylesheet" type="text/css" href="plugins/table/datatable/dt-global_style.css">
</head>
<body class="sidebar-noneoverflow">
<!-- BEGIN NAVBAR -->
<div class="header-container">
<header class="header navbar navbar-expand-sm">
<div class="nav-logo align-self-center">
<a class="navbar-brand" href="index-2.html"><img alt="logo" src="assets/img/logo.svg"> <span class="navbar-brand-name"> How Bad Is It ?</span></a>
</div>
</header>
</div>
<!-- END NAVBAR -->
<!-- BEGIN MAIN CONTAINER -->
<div class="main-container" id="container">
<div class="overlay"></div>
<div class="search-overlay"></div>
<!-- BEGIN CONTENT AREA -->
<div id="content" class="main-content">
<div class="layout-px-spacing mb-5">
<div class="page-header">
<div class="page-title">
<h3>Covid-19 Cases Around The World</h3>
</div>
</div>
<!-- CONTENT AREA -->
<div class="row layout-top-spacing">
<div class="col-xl-8 col-lg-8 col-md-6 col-sm-6 col-6 layout-spacing">
<div class="row widget-statistic">
<div class="col-xl-4 col-lg-4 col-md-12 col-sm-12 col-12">
<div class="widget widget-one_hybrid widget-followers">
<div class="widget-heading">
<h5 class="">Infected</h5>
<p id = 'report' class="w-value"></p>
</div>
<div class="widget-content">
<div class="w-chart">
<div id="hybrid_followers"></div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-12 col-sm-12 col-12">
<div class="widget widget-one_hybrid widget-referral">
<div class="widget-heading">
<h5 class="">Recovered</h5>
<p id = 'recover' class="w-value"></p>
</div>
<div class="widget-content">
<div class="w-chart">
<div id="hybrid_followers1"></div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-12 col-sm-12 col-12">
<div class="widget widget-one_hybrid widget-engagement">
<div class="widget-heading">
<h5 class="">Mortality Rate</h5>
<p id = 'death' class="w-value"></p>
</div>
<div class="widget-content">
<div class="w-chart">
<div id="hybrid_followers3"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 col-6 layout-spacing">
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12">
<div class="widget widget-one_hybrid widget-followers">
<div class="widget-heading">
<h5>Country Name</h5>
</div>
<div class="widget-content">
<div class = "col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 pb-3">
<select id = 'select' class="form-control basic">
</select>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12 layout-spacing">
<div class="widget widget-chart-three">
<div class="widget-heading">
<div class="">
<h5 class="">Confirmed Covid-19 Cases</h5>
</div>
</div>
<div class="widget-content">
<div id="uniqueVisits1"></div>
</div>
</div>
</div>
<div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12 layout-spacing">
<div class="widget widget-chart-three">
<div class="widget-heading">
<div class="">
<h5 class="">Recovered Cases & Death</h5>
</div>
</div>
<div class="widget-content">
<div id="uniqueVisits2"></div>
</div>
</div>
</div>
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 layout-spacing">
<div class="widget-content widget-content-area br-6">
<div class="widget-heading">
<div class="">
<h5 class="">Country Overviews</h5>
</div>
</div>
<div class="table-responsive mb-4 mt-4">
<table id="zero-config" class="table table-hover" style="width:100%">
<thead>
<tr>
<th>Country</th>
<th>Confirmed Cases</th>
<th>Death</th>
<th>Recovered</th>
<th>Mortality Rate ( % )</th>
</tr>
</thead>
<tbody id ='tbody'>
</tbody>
</table>
</div>
</div>
</div>
<div class = 'col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 layout-spacing'>
<div class="page-title">
<h3>Latest News</h3>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-12 col-sm-12 col-12">
<div class="card h-100 component-card_9">
<img id = 'img1' src="assets/img/grid-blog-style-3.jpg" class="card-img-1" alt="Missing Image, Sorry , Must be the API">
<div class="card-body d-flex flex-column">
<p id = 'date1' class="meta-date">25 Jan 2020</p>
<h5 id = 'title1' class="card-title">How to Start a Blog in 5 Easy Steps.</h5>
<p id = 'text1' class="card-text">Vestibulum vestibulum tortor ut eros tincidunt, ut rutrum elit volutpat.</p>
<div class="meta-info">
<div class="meta-user">
<div id= 'author1' class="user-name">Luke Ivory</div>
</div>
</div>
<a id = 'link1' class="btn btn-outline-success mt-auto" target = '_blank'>Read More</a>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-12 col-sm-12 col-12">
<div class="card h-100 component-card_9">
<img id = 'img2' src="assets/img/grid-blog-style-3.jpg" class="card-img-1" alt="Missing Image, Sorry , Must be the API">
<div class="card-body d-flex flex-column">
<p id = 'date2' class="meta-date">25 Jan 2020</p>
<h5 id = 'title2' class="card-title">How to Start a Blog in 5 Easy Steps.</h5>
<p id = 'text2' class="card-text">Vestibulum vestibulum tortor ut eros tincidunt, ut rutrum elit volutpat.</p>
<div class="meta-info">
<div class="meta-user">
<div id= 'author2' class="user-name">Luke Ivory</div>
</div>
</div>
<a id = 'link2' class="btn btn-outline-success mt-auto" target = '_blank'>Read More</a>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-12 col-sm-12 col-12">
<div class="card h-100 component-card_9">
<img id = 'img3' src="assets/img/grid-blog-style-3.jpg" class="card-img-1" alt="Missing Image, Sorry , Must be the API">
<div class="card-body d-flex flex-column">
<p id = 'date3' class="meta-date">25 Jan 2020</p>
<h5 id = 'title3' class="card-title">How to Start a Blog in 5 Easy Steps.</h5>
<p id = 'text3' class="card-text">Vestibulum vestibulum tortor ut eros tincidunt, ut rutrum elit volutpat.</p>
<div class="meta-info">
<div class="meta-user">
<div id= 'author3' class="user-name">Luke Ivory</div>
</div>
</div>
<a id = 'link3' class="btn btn-outline-success mt-auto" target = '_blank'>Read More</a>
</div>
</div>
</div>
</div>
</div>
<!-- CONTENT AREA -->
<div class="footer-wrapper">
<div class="footer-section f-section-1">
<p class="">Copyright © 2020 <a target="_blank" href="">Faizal Azman</a>, All rights reserved.</p>
</div>
<div class="footer-section f-section-2">
<p class="">Coded with <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-heart"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path></svg></p>
</div>
</div>
</div>
<!-- END CONTENT AREA -->
</div>
<!-- END MAIN CONTAINER -->
<!-- BEGIN GLOBAL MANDATORY SCRIPTS -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="assets/js/libs/jquery-3.1.1.min.js"></script>
<script src="bootstrap/js/popper.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/app.js"></script>
<script>
$(document).ready(function() {
App.init();
});
</script>
<script>
var ss = $(".basic").select2({
tags: true,
});
</script>
<script src="assets/js/custom.js"></script>
<!-- END GLOBAL MANDATORY SCRIPTS -->
<script src="plugins/table/datatable/datatables.js"></script>
<!-- BEGIN PAGE LEVEL PLUGINS/CUSTOM SCRIPTS -->
<script src="plugins/apex/apexcharts.min.js"></script>
<script src="assets/js/dashboard/dash_2.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.js"></script>
<script>
$(document).ready(function() {
$('.se-pre-con ').fadeOut(2500)
})
</script>
</body>
<div class="se-pre-con"></div>
</html>