-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpfas.html
More file actions
59 lines (54 loc) · 2.25 KB
/
pfas.html
File metadata and controls
59 lines (54 loc) · 2.25 KB
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
<!DOCTYPE html>
<html>
<head>
<title>SAWGraph - About Us</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
</head>
<body>
<!-- Navbar (sit on top) -->
<div class="w3-top">
<div class="w3-bar w3-white w3-wide w3-padding w3-card">
<script src="menu.js"></script>
</div>
</div>
<!-- Page content -->
<div class="w3-content w3-padding" style="max-width:1564px">
<!-- About PFAS -->
<div class="w3-container" id="about-pfas">
<div class="w3-container w3-padding-32">
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">About PFAS Contamination</h3>
<h4 class="w3-border-bottom w3-border-light-grey w3-padding-16">What are PFAS?</h4>
<p>PFAS: A group of thousands of manmade chemicals</p>
<ul>
<li>Highly Persistent due to strong carbon-fluorine bonds</li>
<li>Informally named <b>"Forever Chemicals"</b>, due to their properties, they do not break down easily</li>
</ul>
<div class="w3-panel w3-leftbar w3-light-grey">
<p>Toxicology and human health impacts of PFAS according to <a href="http://www.atsdr.cdc.gov/pfas/" target="_blank">ATSDR (CDC)</a>:</p>
<ul>
<li>Exposure and effects are poorly understood and likely underestimated</li>
<li>Increased cholesterol levels</li>
<li>Decreased vaccine response in children</li>
<li>Changes in liver enzymes</li>
<li>Small decreases in infant birth weights</li>
<li>Increased risk of high blood pressure or pre-eclampsia in pregnant women</li>
<li>Increased risk of kidney or testicular cancer</li>
</ul>
</div>
<h4 class="w3-border-bottom w3-border-light-grey w3-padding-16">Where are PFAS?</h4>
<ul><li>They are dispersed via air, soil and water</li>
<li>How does PFAs get into the environment?</li>
<ul><li>Chemical Plants</li>
<li>Landfills</li>
<li>Wastewater</li>
<li>Biosolids used as fertilizer in agriculture</li>
<li>Other Point Sources: Airports, firefighting training sites, etc.</li>
<li>Non-point Sources: spills, wet or dry deposition, commercial uses</li></ul></ul>
</div>
</div>
<!-- End page content -->
</div>
</body>
</html>