-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearnMore.html
More file actions
98 lines (68 loc) · 3.71 KB
/
learnMore.html
File metadata and controls
98 lines (68 loc) · 3.71 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
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
<!DOCTYPE html>
<html>
<head>
<title>Abortion Access</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- link the webpage's stylesheet -->
<link rel="stylesheet" href="/style.css" />
<!-- link the webpage's JavaScript file -->
<script src="/script.js" defer></script>
</head>
<body>
<!-- Navigation Bar-->
<nav>
<ul id = navBar>
<li class = navPages>
<a href = "index.html">Home</a>
</li>
<li class = navPages>
<a href = "learnMore.html">Learn More</a>
</li>
<li class = navPages>
<a href = "takeAction.html">Take Action</a>
</li>
<li class = navPages>
<a href = "getHelp.html">Get Help</a>
</li>
</ul>
</nav>
<!--Header-->
<header>
<h1>Learn More</h1>
</header>
<main>
<!--Information-->
<!--Image-->
<h3 class = "triggerWarning">Content Warning: This project discusses with abortion and unsafe abortions and contains language and/or images related to abortion and unsafe abortion.</h3>
<div class = "textbox">
<img src = "assets/bansOffOurBodies.jpg" alt = "At a protest multiple women are holding small bright yellow signs that say 'Bans Off Our Bodies'in all caps."id = pic2>
<div>
<h2> Roe v. Wade</h2>
<p>
As the Supreme Court overturned Roe v. Wade, the states may now decide whether abortion is legal or not. Arkansas, Idaho, Kentucky, Louisiana, Mississippi, Missouri, North Dakota, Oklahoma, South Dakota, Tennessee, Texas, Utah and Wyoming have trigger laws set to take effect in the event that Roe was overturned.
</p>
<p>
With trigger laws, pre-Roe bans, 6-8 week bans, or near total bans, 26 states are either certain or likely to ban abortion. These states are Alabama, Arizona, Arkansas, Florida, Georgia, Idaho, Iowa, Indiana, Kentucky, Louisiana, Michigan, Mississippi, Montana, Missouri, Nebraska, North Dakota, Ohio, Oklahoma, South Dakota, South Carolina, Tennessee, Texas, Utah, West Virginia, Wisconsin, and Wyoming.
</p>
</div>
</div>
<!--Factchecking-->
<div id = textbox3>
<img src = "assets/pic3.jpg"alt= "At a protest a person is holding a round blue sign that says 'Keep abortion legal.'" id= pic3>
<div>
<h2>Fact Checking</h2>
<p>Before we go into the impact of this ruling, let's clear up some misconceptions. For instance, abortion bans don’t actually lower abortion rates. In fact in the US, laws that restict abortion don’t have any affect on abortion rates. This study found that between 2008 and 2011, despite the fact that many states had reduced access to abortion, there was no corralation between these restriction and the abortion rates. Similar results are found in this research, which analyzed the aftermath in 23 states after they passed laws restricting abortion access. </p>
<p>Interestingly, on a global scope, countries that ban or restrict abortion tend to have higher abortion rates. For instance, in Brazil, where abortion is esentially illegal, has abortion rates 2 or 3 times that of the US. This seems to be a pattern when you compare countries with abortion bans and restriction to ones without. Essentially, abortion bans increase abortion rates.</p>
<p>This is because that abortion bans don’t prevent people from having an abortion- they prevent people from having a safe abortion. </p>
</div>
</div>
<!--Impact-->
<h2>Impacts</h2>
<p>
Unsafe abortions have a multiude of conquences.
</p>
</main>
</body>
</html>