-
Notifications
You must be signed in to change notification settings - Fork 0
/
others.html
88 lines (78 loc) · 3.86 KB
/
others.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
<!doctype HTML>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-165974634-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-165974634-1');
</script>
<meta charset="utf-8">
<title> Race, socioeconomic status, and water </title>
<link href="https://fonts.googleapis.com/css2?family=Muli&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="styles/intro/style-intro-small.css" rel="stylesheet" type="text/css" media="screen and (max-width:500px)">
<link href="styles/intro/style-intro-medium.css" rel="stylesheet" type="text/css" media="screen and (min-width:501px) and (max-width:800px)">
<link href="styles/intro/style-intro-large.css" rel="stylesheet" type="text/css" media="screen and (min-width:801px)">
</head>
<body>
<h1> Race, socioeconomic status, and water </h1>
<img src="images/water.png" width="100" id="waterdrop" alt="water drop">
<main id="content">
<p> Between 1982 and 2015, between 9 million and 45 million Americans got their drinking water from a source that was in violation of the Safe Drinking Water Act, affecting many people living in rural, low income areas. Many low income rural counties have small water systems and can’t afford the latest and best water treatments. In addition, regions with higher income have historically been selected to improve their water quality. Below you can see how race and socioeconomic status plays a role in water quality and health. </p>
<div class="person">
<img src="images/person.png" alt="person">
<p>
<b> Location: </b> Oregon <br>
<b> Ethnicity: </b> Hispanic <br>
<b> Health Risks: </b> Increase chance of arsenic in the water, which can cause skin, bladder, lung, kidney, nasal passages, liver and prostate cancer in addition to cardiovascular, pulmonary, immunological, neurological and endocrine disruption effects
</p> <br>
</div>
<div class="person">
<img src="images/person.png" alt="person">
<p>
<b> Location: </b> Manhattan, New York<br>
<b> Race: </b> White <br>
<b> Health Risks: </b> Little to no health risks
</p> <br>
</div>
<div class="person">
<img src="images/person.png" alt="person">
<p>
<b> Location: </b> Flint, Michigan<br>
<b> Race: </b> African American <br>
<b> Health Risks: </b> Increase chance of lead being found in the water, causing lower IQ scores, developmental delays, and behavioral issues among children. It can also damage the brain, kidneys, bone marrow, and a person’s nervous system.
</p> <br>
</div>
<div class="person">
<img src="images/person.png" alt="person">
<p>
<b> Location: </b> Waterloo, Iowa<br>
<b> Ethnicity: </b> Hispanic <br>
<b> Health Risks: </b> Proximity to processing palants can cause kidney inflammation, irritability, weight loss, vomiting, constipation, and stomach pains, damage to the brain, kidneys, and bone marrow.
</div>
</main>
<footer>
<div id="col-C">
<h4> <a href="about.html">About Us </a></h4>
<h4> <a href="aboutProject.html">About the Project</a> </h4>
</div>
<div id="col-B">
<h4> <a href="waterinUS.html">Water in the United States </a></h4>
<h4> <a href="others.html">Case Studies </a></h4>
<h4> <a href="solutions.html">Solutions and Common Misconceptions </a></h4>
</div>
<div id="col-A">
<h4> <a href="contaminatedWater.html"> Harm of Contaminated Water </a></h4>
<h4> <a href="waterQuality.html"> What's Your Water Quality? </a></h4>
</div>
<div id="col-C">
<h4> <a href="index.html"> Landing Page </a></h4>
<h4> <a href="whyWater.html"> Why Water? </a></h4>
</div>
<img src="images/water.png" width="100" alt="water drop">
</footer>
</body>
</html>