-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgetHelp.html
108 lines (74 loc) · 3.08 KB
/
getHelp.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
<!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>Get Help</h1>
</header>
<main>
<h3 class = "triggerWarning">Content Warning: This project discusses with abortion and contains language and/or images related to abortion .</h3>
<!--Information-->
<h2>Resources</h2>
<h3>Finding and Abortion Clinic</h3>
<form action="https://www.ineedana.com/">
<button type= "submit">ineedana.com</button>
<form action="https://www.abortionfinder.org/">
<button class = rightButtons type= "submit">abortionfinder.org</button>
<h3>Clinic Checker</h3>
<form action="https://legit.clinic">
<button type= "submit">legit.clinic</button>
<h3>Getting Abortion Pills</h3>
<form action="https://www.plancpills.org/">
<button type= "submit">plancpills.org</button>
<form action="https://www.heyjane.co/">
<button class = rightButtons type= "submit">heyjane.co</button>
<form action="https://abortionpillinfo.org/">
<button class = rightButtons type= "submit">abortionpillinfo.org</button>
<h3>Financial Assistance</h3>
<form action="https://abortionfunds.org/">
<button class = biggerButtons type= "submit">National Network of Abortion Funds</button>
<form action="https://www.yellowhammerfund.org/">
<button class = rightButtons type= "submit">Yellowhammer Fund</button>
<h3>Legal Assistance</h3>
<form action="https://www.reprolegalhelpline.org/">
<button type= "submit">reprolegalhelpline.org</button>
<form action="https://aidaccess.org/">
<button class = rightButtons type= "submit">aidaccess.org</button>
<!--Hotlines-->
<h2>Hotlines</h2>
<form action="https://www.mahotline.org/">
<button class = biggerButtons type= "submit">Miscarriage + Abortion Hotline</button>
<form action="https://prochoice.org/patients/naf-hotline/">
<button id = NAFH class = rightButtons type= "submit"> National Abortion Federation Hotline </button>
<form action="https://reprocare.com/">
<button class = rightButtons type= "submit">Reprocare Healthline</button>
</main>
</body>
</html>