-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
221 lines (198 loc) · 6.72 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
<!doctype html>
<html lang="en">
<head>
<title>covid19-Italy-stats</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap" rel="stylesheet">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/style.css">
<style>
.sticky {
position: -webkit-sticky;
position: sticky;
left: 0;
top: 0;
}
</style>
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<body>
<script src="https://cdn.amcharts.com/lib/4/core.js"></script>
<script src="https://cdn.amcharts.com/lib/4/charts.js"></script>
<script src="https://cdn.amcharts.com/lib/4/themes/dataviz.js"></script>
<script src="https://cdn.amcharts.com/lib/4/themes/animated.js"></script>
<div class="wrapper d-flex align-items-stretch">
<nav id="sidebar" class="active">
<div class="sticky">
<div class="custom-menu">
<button type="button" id="sidebarCollapse" class="btn btn-primary">
<i class="fa fa-bars"></i>
<span class="sr-only">Toggle Menu</span>
</button>
</div>
<div class="p-4">
<h1><a href="index.html" class="logo">covid19-Italy-stats</a></h1>
<div id="menu_list">
<ul class="list-unstyled components mb-5">
<li class="active">
<a id="-2" href="#introduction"><span class="fa mr-3"></span></a>
</li>
<li>
<a id="-3" href="#graphs"><span class="fa mr-3"></span></a>
</li>
<li>
<a id="-4" href="#1"><span class="fa mr-3"></span></a>
</li>
<li>
<a id="-5" href="#2"><span class="fa mr-3"></span></a>
</li>
<li>
<a id="-6" href="#3"><span class="fa mr-3"></span></a>
</li>
<li>
<a id="-7" href="#4"><span class="fa mr-3"></span></a>
</li>
<li>
<a id="-8" href="#5"><span class="fa mr-3"></span></a>
</li>
</ul>
</div>
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/mattebit"
data-color-scheme="no-preference: light; light: light; dark: dark;"
aria-label="Follow @mattebit on GitHub">Follow @mattebit</a>
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/mattebit/covid19-Italy-stats"
data-color-scheme="no-preference: light; light: light; dark: dark;" data-icon="octicon-star"
aria-label="Star mattebit/covid19-Italy-stats on GitHub">Star</a>
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/mattebit/covid19-Italy-stats/issues"
data-color-scheme="no-preference: light; light: light; dark: dark;"
data-icon="octicon-issue-opened"
aria-label="Issue mattebit/covid19-Italy-stats on GitHub">Issue</a>
<div class="footer">
<p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©
<script>document.write(new Date().getFullYear());</script> All rights reserved | This
template
is made with <i class="icon-heart" aria-hidden="true"></i> by <a href="https://colorlib.com"
target="_blank">Colorlib.com</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
</div>
</nav>
<!-- Page Content -->
<div id="content" class="p-4 p-md-5 pt-5">
<div class="container-fluid" data-spy="scroll" data-target="#menu_list">
<div class="row">
<h1 id="introduction"></h1>
</div>
<div class="row">
<p id="-1">
</p>
<p id="0">
</p>
</div>
<div class="row">
<h1 id="graphs" >Graphs</h1>
</div>
<div class="row">
<h2 id="1"></h2>
</div>
<div class="row" id="positivi_tamponi" style="width: 100%; height: 500px;"></div>
<br>
<div class="row">
<h2 id="2"></h2>
</div>
<div class="row" id="ricoverati_positivi" style="width: 100%; height: 500px;"></div>
<br>
<div class="row">
<h2 id="3"></h2>
</div>
<div class="row" id="c_terapia_ospedalizzati" style="width: 100%; height: 500px;"></div>
<br>
<div class="row">
<h2 id="4"></h2>
</div>
<div class="row">
<p id="4_1">
</p>
</div>
<div class="row" id="c_decessi_20_decessi_15_18" style="width: 100%; height: 500px;"></div>
<br>
<div class="row">
<h2 id="5"></h2>
</div>
<div class="row">
<p id="5_1">
</p>
</div>
<div class="row" id="c_decessi_covid_decessi_20" style="width: 100%; height: 500px;"></div>
<br>
<div class="row">
<h2 id="6"></h2>
</div>
<div class="row">
<p>
</p>
</div>
<div class="row" id="c_dimessi_guariti_nuovi_positivi" style="width: 100%; height: 500px;"></div>
<br>
<div class="row">
<h2 id="7"></h2>
</div>
<div class="row">
<p>
</p>
</div>
<div class="row" id="c_dimessi_guariti_attualmente_positivi" style="width: 100%; height: 500px;"></div>
<br>
<div class="row">
<h2 id="8"></h2>
</div>
<div class="row">
<p>
</p>
</div>
<div class="row" id="c_deaths_positives" style="width: 100%; height: 500px;"></div>
<br>
<div class="row">
<h2 id="9"></h2>
</div>
<div class="row">
<p id="9_1">
</p>
</div>
<div class="row" id="c_nuovi_positivi_usciti" style="width: 100%; height: 500px;"></div>
<br>
<div class="row">
<h2 id="10"></h2>
</div>
<div class="row">
<p>
</p>
</div>
<div class="row" id="c_intensive_variation" style="width: 100%; height: 500px;"></div>
<br>
</div>
</div>
</div>
<!-- Option 1: jQuery and Bootstrap Bundle (includes Popper) -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx"
crossorigin="anonymous"></script>
<script src="js/graphs.js"></script>
</body>
</html>