-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscratchpage.html
79 lines (62 loc) · 5.62 KB
/
scratchpage.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Built from Scratch - WorldHealthSituation</title>
<link href="css/scratchpage.css" rel="stylesheet" />
</head>
<body>
<div class="header">
<a href="index.html">Link to Professional Resume Site</a>
<br><br>
<h1 id="#topofthepage">Public Health is Important...</h1>
<br>
<a href="#promotehealthylives">Promote Healthy Lives</a><br>
<a href="#thetarget">Target Goals</a><br>
<a href="#thingstodo">Things to Do</a><br>
</div>
<div class="mainbody">
<img src="assets/img/worldhealthphoto.webp" height="300" alt="World Health Photo" >
<p>
The following information came from <a href="https://www.globalgoals.org/goals/3-good-health-and-well-being/" target="_blank" title="Here">Here</a> ! (Feel free to learn more.)
</p>
<ol>
<li id="promotehealthylives" class="bold">ENSURE HEALTHY LIVES AND PROMOTE WELL-BEING FOR ALL AT ALL AGES</li>
<ul>
<li>Over the last 15 years, the number of childhood deaths has been cut in half. </li>
<li>This proves that it is possible to win the fight against almost every disease. Still, we are spending an astonishing amount of money and resources on treating illnesses that are surprisingly easy to prevent. </li>
<li>The new goal for worldwide Good Health promotes healthy lifestyles, preventive measures and modern, efficient healthcare for everyone.</li>
</ul>
<li id="thetarget" class="bold">THE TARGET </li>
<ul>
<li>REDUCE MATERNAL MORTALITY
By 2030, reduce the global maternal mortality ratio to less than 70 per 100,000 live births.</li>
<li>FIGHT COMMUNICABLE DISEASES
By 2030, end the epidemics of AIDS, tuberculosis, malaria and neglected tropical diseases and combat hepatitis, water-borne diseases and other communicable diseases.</li>
<li>END ALL PREVENTABLE DEATHS UNDER 5 YEARS OF AGE
By 2030, end preventable deaths of newborns and children under 5 years of age, with all countries aiming to reduce neonatal mortality to at least as low as 12 per 1,000 live births and under‑5 mortality to at least as low as 25 per 1,000 live births.</li>
<li>REDUCE MORTALITY FROM NON-COMMUNICABLE DISEASES AND PROMOTE MENTAL HEALTH
By 2030, reduce by one third premature mortality from non-communicable diseases through prevention and treatment and promote mental health and well-being.</li>
</ul>
<li id="thingstodo" class="bold">THINGS TO DO</li>
<ul>
<li>Find a Goal 3 charity you want to support. Any donation, big or small, can make a difference!</li>
<li>Vaccinate yourself and your kids. Protecting your family from disease also aids public health.</li>
<li>Place yourself on the organ and tissue donors’ registry in your country.</li>
<li>Donate your blood. Safe blood saves lives!</li>
</ul>
</ol>
<h3>Watch This Video!</h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/rq_wyPG-0Ls" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br>
<h3>Here's an Embedded Chart from Tableau</h3>
<div class='tableauPlaceholder' id='viz1687858341402' style='position: relative'><noscript><a href='#'><img alt='Health Indicators ' src='https://public.tableau.com/static/images/Wo/WorldIndicators_16878533586690/HealthIndicators/1_rss.png' style='border: none' /></a></noscript><object class='tableauViz' style='display:none;'><param name='host_url' value='https%3A%2F%2Fpublic.tableau.com%2F' /> <param name='embed_code_version' value='3' /> <param name='site_root' value='' /><param name='name' value='WorldIndicators_16878533586690/HealthIndicators' /><param name='tabs' value='no' /><param name='toolbar' value='yes' /><param name='static_image' value='https://public.tableau.com/static/images/Wo/WorldIndicators_16878533586690/HealthIndicators/1.png' /> <param name='animate_transition' value='yes' /><param name='display_static_image' value='yes' /><param name='display_spinner' value='yes' /><param name='display_overlay' value='yes' /><param name='display_count' value='yes' /><param name='language' value='en-US' /></object></div> <script type='text/javascript'> var divElement = document.getElementById('viz1687858341402'); var vizElement = divElement.getElementsByTagName('object')[0]; vizElement.style.width='100%';vizElement.style.height=(divElement.offsetWidth*0.75)+'px'; var scriptElement = document.createElement('script'); scriptElement.src = 'https://public.tableau.com/javascripts/api/viz_v1.js'; vizElement.parentNode.insertBefore(scriptElement, vizElement); </script>
<br><br>
<a href="#topofthepage" target="_blank" title="Go Back to the Top!">Go back to the Top!</a>
</div>
<div class="footer">
This website was made by Henry Ding for IS201. Copyright Henry Ding 2023.
</div>
</body>
</html>