-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
116 lines (108 loc) · 4.83 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="styles.css">
<title>Monkeypox</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<script src = "https://cdn.jsdelivr.net/npm/chart.js@3.9.1/dist/chart.min.js"></script>
</head>
<body>
<ul class="nav nav-tabs">
<li class="nav-item">
<a class="nav-link" href="intro.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Monkeypox</a>
</li>
<!--<li class="nav-item">
<a class="nav-link" href="idk.html">News</a>
</li>-->
<li class="nav-item">
<a class="nav-link" href="covid.html">COVID-19</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
</ul>
<rssapp-ticker id="0xMmYwxZJHu6EvEx"></rssapp-ticker><script src="https://widget.rss.app/v1/ticker.js" type="text/javascript" async></script>
<div class="chartCard">
<div class="chartBox2">
<center><h1 class="display-1">Monkeypox</h1></center>
</div>
</div>
<div class="chartCard">
<div class="chartBox2">
<h2>Choropleth Map</h2>
<canvas id="canvas"></canvas> <!--map-->
<br><br><br><br>
</div>
</div>
<div class="chartCard">
<div class="chartBox">
<!-- canvas for cases in the US -->
<canvas id = "chart" width="300" height="200"></canvas>
</div>
</div>
<div class="chartCard">
<div class="chartBox">
<iframe src="https://ourworldindata.org/explorers/monkeypox?facet=none&hideControls=true&Metric=Confirmed+cases&Frequency=7-day+average&Relative+to+population=false&country=~OWID_WRL" loading="lazy" style="width: 100%; height: 600px; border: 0px none;"></iframe>
<!--daily confirmed cases title box-->
</div>
</div>
<!-- canvas for the bar graph -->
<canvas id = "chart" width="300" height="10"></canvas>
<!--<canvas id = "chart" width="50%"></canvas>-->
<div class="chartCard">
<div class="chartBox2">
<center><h1 class="display-1">What is the Monkeypox?</h1>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Y9bjHNpqOro" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</center>
</div>
</div>
<div class="chartCard">
<div class="chartBox">
<!--how to avoid-->
<center><h2 class="display-2">How to Avoid the Monkeypox</h2></center>
<ol class="list-group list-group-numbered">
<li class="list-group-item d-flex justify-content-between align-items-start list-group-item-danger">
<div class="ms-2 me-auto">
<div class="fw-bold">Avoid close, skin-to-skin contact with people who have a rash that looks like monkeypox.</div>
<ul>
<li>Do not touch the rash or scabs of a person with monkeypox.</li>
<li>Do not kiss, hug, cuddle or have sex with someone with monkeypox.</li>
</ul>
</div>
</li>
<li class="list-group-item d-flex justify-content-between align-items-start">
<div class="ms-2 me-auto">
<div class="fw-bold">Avoid contact with objects and materials that a person with monkeypox has used.</div>
<ul>
<li>Do not share eating utensils or cups with a person with monkeypox.</li>
<li>Do not handle or touch the bedding, towels, or clothing of a person with monkeypox.</li>
</ul>
</div>
</li>
<li class="list-group-item d-flex justify-content-between align-items-start">
<div class="ms-2 me-auto">
<div class="fw-bold">Wash your hands often.</div>
<ul>
<li>Wash your hands often with soap and water or use an alcohol-based hand sanitizer, especially before eating or touching your face and after you use the bathroom.</li>
</ul>
</div>
</li>
</ol>
</div>
</div>
<div class="chartCard">
<div class="chartBox2">
<!--google news-->
<rssapp-imageboard id="0xMmYwxZJHu6EvEx"></rssapp-imageboard><script src="https://widget.rss.app/v1/imageboard.js" type="text/javascript" async></script>
</div>
</div>
<script src="https://unpkg.com/chart.js@3" charset="utf-8"></script>
<script src="https://unpkg.com/chartjs-chart-geo@3" charset="utf-8"></script>
<script src="scripts.js" charset="utf-8"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa" crossorigin="anonymous"></script>
</body>
</html>