-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
283 lines (265 loc) · 10.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
281
282
283
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-ZWGXN4JLMZ"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-ZWGXN4JLMZ");
</script>
<meta charset="UTF-8" />
<meta
name="viewport"
content="initial-scale=0.5, maximum-scale=3.0, user-scalable=yes"
/>
<meta name="theme-color" content="#1D0303" />
<link
rel="shortcut icon"
href="./src/assets/coronavirus.png"
type="image/x-icon"
/>
<link rel="icon" href="./src/assets/coronavirus.png" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="./src/styles/main.css" />
<link rel="stylesheet" type="text/css" href="./src/styles/totals.css" />
<link rel="stylesheet" type="text/css" href="./src/styles/infoLinks.css" />
</head>
<body>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script
src="https://kit.fontawesome.com/1cace46cdd.js"
crossorigin="anonymous"
></script>
<script src="./dist/bundle.js"></script>
<!-- particles.js container -->
<div id="particles-js"></div>
<div class="header">
<h2>COVID19-BALKAN</h2>
<h4>Data on current impact of Coronavirus in the Balkan countries</h4>
</div>
<div id="errorMassage"></div>
<div class="container">
<div class="radarAndLogarithmicContainer">
<div class="logarithmicContainer">
<div id="logarithmicChartcases"></div>
</div>
<div class="radarContainer">
<div id="radarChart"></div>
</div>
</div>
<div class="columnChartAndTotalsContainer">
<div class="coulmnContainer">
<div id="columnChart"></div>
</div>
<div class="totalsContainer">
<div class="circlesContainer">
<div class="totalsTitle">Total Counts on Balkan</div>
<div class="circles">
<div class="recoveredCircle">
<div class="counters">
<div class="recoveredIconText"><i class="fas fa-heartbeat"></i> RECOVERED: </div>
<div id="recoveredCount"></div>
</div>
<div class="circlesAnimation recovered" style="animation-delay: -3s"></div>
<div class="circlesAnimation recovered" style="animation-delay: -2s"></div>
<div class="circlesAnimation recovered" style="animation-delay: -1s"></div>
<div class="circlesAnimation recovered" style="animation-delay: 0s"></div>
</div>
<div class="infectedCircle">
<div class="counters">
<div class="infectedIconText"><i class="fas fa-virus"></i> INFECTED: </div>
<div id="infectedCount"></div>
</div>
<div class="circlesAnimation infected" style="animation-delay: -3s"></div>
<div class="circlesAnimation infected" style="animation-delay: -2s"></div>
<div class="circlesAnimation infected" style="animation-delay: -1s"></div>
<div class="circlesAnimation infected" style="animation-delay: 0s"></div>
</div>
<div class="deathsCircle">
<div class="counters">
<div class="deathsIconText"><i class="fas fa-skull-crossbones"></i> DEATHS: </div>
<div id="deathsCount"></div>
</div>
<div class="circlesAnimation deaths" style="animation-delay: -3s"></div>
<div class="circlesAnimation deaths" style="animation-delay: -2s"></div>
<div class="circlesAnimation deaths" style="animation-delay: -1s"></div>
<div class="circlesAnimation deaths" style="animation-delay: 0s"></div>
</div>
</div>
</div>
<div class="infoLinksContainer">
<div class="infoLinksHeader">More info from official and unofficial sources</div>
<div class="infoLinks">
<div class="text" data-index="1">
<div class="infoLink">
<a
href="https://covid19.rs/homepage-english/"
target="_blank"
><i>Latest information about COVID-19 in the Republic of Serbia</i></a>
</div>
<div class="infoLink">
<a
href="https://eody.gov.gr/neos-koronaios-covid-19/"
target="_blank"
><i>Greece official news on COVID-19</i></a>
</div>
<div class="infoLink">
<a
href="https://www.koronavirus.hr/"
target="_blank"
><i>Croatia official Coronavirus info website</i></a>
</div>
</div>
<div class="text hidden" data-index="2">
<div class="infoLink">
<a
href="https://www.gov.si/en/topics/coronavirus-disease-covid-19/"
target="_blank"
><i>Republic of Slovenia COVID-19 information</i></a>
</div>
<div class="infoLink">
<a
href="https://koronavirususrpskoj.com/"
target="_blank"
><i>Republika Srpska COVID-19 information</i></a>
</div>
<div class="infoLink">
<a
href="http://www.fmoh.gov.ba/index.php/novosti-iz-ministarstva"
target="_blank"
><i>Federation of Bosnia and Herzegovina COVID-19 Information</i></a>
</div>
<div class="infoLink">
<a
href="https://www.iph.mk/en/"
target="_blank"
><i>Institute of public health of republic of North Macedonia</i></a>
</div>
</div>
<div class="text hidden" data-index="3">
<div class="infoLink">
<a
href="http://www.mh.government.bg/bg/informaciya-za-grazhdani/informaciya-otnosno-noviya-koronavirus-2019-ncov/"
target="_blank"
><i>Bulgaria COVID-19 information</i></a>
</div>
<div class="infoLink">
<a
href="https://coronavirus.al/"
target="_blank"
><i>Albanian government information on COVID-19</i></a>
</div>
<div class="infoLink">
<a
href="https://www.ijzcg.me/"
target="_blank"
><i>Montenegro public healt institute website</i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-container">
<div class="info-footer">
<div class="more-info">
<button id="open-modal-button">More Information</button>
</div>
</div>
</div>
<!-- The Modal -->
<div id="modal-id" class="modal">
<div class="modal-content">
<span class="close">×</span>
<h2>More information</h2>
<h5 id="last-updated"></h5>
<p>
This website was developed by
<a class="link-bold" href="https://github.com/GoodbyePlanet" target="_newtab">
<b><i>Nemanja Vasic</i></b></a
>
full-stack developer at
<a href="https://codecentric.ba/" target="_blank"
><b><i>codecentric Bosnia.</i></b></a
>
</p>
<div class="support">
<p>If you want to support this website you can </p>
<script type="text/javascript" src="https://cdnjs.buymeacoffee.com/1.0.0/button.prod.min.js" data-name="bmc-button"
data-slug="Nemanjas" data-color="#100102" data-emoji="" data-font="Cookie" data-text="Buy me a coffee"
data-outline-color="#ffffff" data-font-color="#ffffff" data-coffee-color="red" >
</script>
</div>
<p>
The purpose of this website is to provide a simple, chart visualized
data about the current impact of COVID-19 in the Balkan countries.
</p>
<p>
The data are coming from the
<a href="https://github.com/NovelCOVID/API" target="_blank"
><b><i>NovelCOVID API</i></b></a
>
which utilizes reliable sources like
<a href="https://www.worldometers.info/coronavirus/" target="_blank"
><b><i>Worldometer's</i></b></a
>
real-time updates about COVID-19 virus.
</p>
<p>
About logarithmic chart - Since infectious diseases don’t spread in an
even, linear fashion, the logarithmic chart proves to be the best and
most effective way of interpreting data and showing how the number of
cases is growing and declining over time. You can find more useful information about logarithmic charts and how they help explain the
spread of COVID-19
<a
href="https://www.weforum.org/agenda/2020/04/covid-19-spread-logarithmic-graph/"
target="_blank"
><b><i>here.</i></b></a
>
<p>
Logarithmic chart implemented on this website shows data for the last
30 days and for the 5 countries with the most cases.
</p>
</p>
<p>
If you have any suggestions, questions or feedback, please
<a href="mailto:[email protected]" target="_blank"
><b><i>contact me !</i></b></a
>
</p>
<div class="author">
<span>
<a href="https://github.com/GoodbyePlanet" target="_newtab">
<i id="icon" class="fab fa-github fa-2x"></i>
</a>
</span>
<span>
<a href="https://twitter.com/nemanjavasa" target="_newtab">
<i id="icon" class="fab fa-twitter fa-2x"></i>
</a>
</span>
<span>
<a
href="https://www.linkedin.com/in/nemanja-vasic-linked/"
target="_newtab"
>
<i id="icon" class="fab fa-linkedin fa-2x"></i>
</a>
</span>
<span>
<a href="https://www.facebook.com/nemanjavasa" target="_newtab">
<i id="icon" class="fab fa-facebook fa-2x"></i>
</a>
</span>
</div>
</div>
</div>
</div>
</body>
</html>