-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonate.html
353 lines (341 loc) · 20.4 KB
/
donate.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Donate | ActiBridge</title>
<div class="topimg">
<img src="https://cdn.glitch.com/e0502230-dddd-467a-97fd-afee8c1549e2%2FActiBridge_Logo.png?v=1593896410502" alt="" />
</div>
<div class="container blue circleBehind">
<a href="index.html">HOME</a>
<a href="learn.html">LEARN</a>
<a href="matchup.html">MATCH UP</a>
<a href="outreach.html">OUTREACH</a>
<a href="donate.html"> DONATE</a>
<a href="preferences.html">PREFERENCES</a>
<a href="aboutus.html">ABOUT US</a>
</div>
<!-- import the webpage's stylesheet -->
<link rel="stylesheet" href="/style.css" />
<link rel="stylesheet" href="navbarstyle.css" />
<link rel="stylesheet" href="donate.css" />
<!-- import the webpage's javascript file -->
<script src="/script.js" defer></script>
<script src="donate.js"></script>
</head>
<body>
<div class="green">
<h1>DONATE</h1>
<h1>
Choose your cause.
</h1>
</div>
<div id="shadow"></div>
<div class="grid">
<br>
<table style="width:100%">
<tr>
<td>
<button type="button" class="collapsible" onclick="popup1()">Animal Rights</button>
<div class="content" id="content1">
<span class="helper"></span>
<div>
<div class="popupCloseButton" onclick="close1()">×</div>
<p>
Donate to the following organizations to help put a stop to
animal homelessness and cruelty:
</p>
<ul>
<li>
<a
href="https://donations.albertschweitzerfoundation.org/#utm_source=donate-page&utm_medium=intern&utm_campaign=nav" target="_blank"
>Albert Schweitzer Foundation</a
>
</li>
<li>
<a href="https://animainternational.org/donate" target="_blank"
>Anima International</a
>
</li>
<li>
<a href="https://awionline.org/content/make-donation-awi" target="_blank"
>Animal Welfare Institute</a
>
</li>
<li>
<a href="https://www.animalwelfareleague.com/donations/" target="_blank"
>Animal Welfare League</a
>
</li>
<li>
<a
href="https://secure.aspca.org/donate/donate?ms=wb_top_donate&initialms=wb_top_donate&pcode=WEBMEMBER&lpcode=WEBGUARD" target="_blank"
>ASPCA</a
>
</li>
<li>
<a href="https://thehumaneleague.org/donate-p74G" target="_blank"
>The Humane League</a
>
</li>
</ul>
</div>
</div>
</td>
<td>
<button type="button" class="collapsible" onclick="popup2()">
Boko Haram Refugees
</button>
<div class="content" id="content2">
<span class="helper"></span>
<div>
<div class="popupCloseButton" onclick="close2()">×</div>
<p>Donate to the following organizations to help provide food, shelter, and healthcare to Nigerian refugees fleeing the terror of extremist group Boko Haram:</p>
<ul>
<li><a href="https://cohintl.org/take-action/donate-funds" target="_blank">Circle of Health International</a></li>
<li><a href="https://gftw.kindful.com/" target="_blank">Gleaning for the World</a></li>
<li><a href="https://donate.unhcr.org/gb/nigeria/~my-donation" target="_blank">UNHCR</a></li>
<li><a href="https://donate.unicefusa.org/page/contribute/support-unicefs-emergency-relief-programs-16087?_ga=2.231171292.2124676639.1593841391-1204178756.1593841391&_gac=1.18549323.1593841392.CjwKCAjwrvv3BRAJEiwAhwOdM_Ns9pLbVeal5oFoqrhoag0Xd4MaEWYoJeV8gUBwCqEUj8nKMGTKARoCUDIQAvD_BwE" target="_blank">UNICEF</a></li>
</ul>
</div>
</div>
</td>
<td>
<button type="button" class="collapsible" onclick="popup3()">
Black Lives Matter
</button>
<div class="content" id="content3">
<span class="helper"></span>
<div>
<div class="popupCloseButton" onclick="close3()">×</div>
<p>Donate to the following organizations to help advance the Black Lives Matter movement:</p>
<ul>
<li><a href="https://org2.salsalabs.com/o/6857/p/salsa/donation/common/public/?donate_page_KEY=15780&_ga=2.187165864.1602954306.1591044385-2004584457.1591044385">NAACP Legal Defense and Education Fund</a></li>
<li><a href="https://support.eji.org/give/153413/#!/donation/checkout">Equal Justice Initiative</a></li>
<li><a href="https://www.nlg-npap.org/donate-to-npap/">The National Police Accountability Project</a></li>
<li><a href="https://blackvotersmatterfund.org/donate/">Black Voters Matter Fund</a></li>
</ul>
</div>
</div>
</td>
</tr>
<tr>
<td>
<button type="button" class="collapsible" onclick="popup4()">Child Trafficking</button>
<div class="content" id="content4">
<span class="helper"></span>
<div>
<div class="popupCloseButton" onclick="close4()">×</div>
<p>Donate to the following organizations to help put an end to child trafficking:</p>
<ul>
<li><a href="https://agapewebsite.org/get-involved/give/" target="_blank">Agape International Missions</a></li>
<li><a href="https://catwinternational.org/donate/" target="_blank">Coaltion Against Trafficking in Women</a></li>
<li><a href="https://www.erasechildtrafficking.org/donate/#:~:text=You%20can%20help%20ERASE%20child,bring%20more%20criminals%20to%20justice." target="_blank">ERASE Child Trafficking</a></li>
<li><a href="https://donate.love146.org/give/12277/#!/donation/checkout" target="_blank">Love146</a></li>
<li><a href="https://donate.polarisproject.org/page/54176/donate/1" target="_blank">Polaris</a></li>
</ul>
</div>
</div>
</td>
<td>
<button type="button" class="collapsible" onclick="popup5()">Climate Change</button>
<div class="content" id="content5">
<span class="helper"></span>
<div>
<div class="popupCloseButton" onclick="close5()">×</div>
<p>Donate to the following organizations to help fight climate change:</p>
<ul>
<li><a href="https://www.catf.us/donate/" target="_blank">Clean Air Task Force</a></li>
<li><a href="https://lets-fund.org/clean-energy/" target="_blank">The Clean Energy Innovation Program at the ITIF</a></li>
<li><a href="https://secure.everyaction.com/8bd1II6WKUubdSfmePv7ZA2" target="_blank">Climate Emergency Fund</a></li>
<li><a href="https://www.rainforestcoalition.org/donations/" target="_blank">Coalition for Rainforest Nations</a></li>
</ul>
</div>
</div>
</td>
<td>
<button type="button" class="collapsible" onclick="popup6()">
Coronavirus (COVID-19)
</button>
<div class="content" id="content6">
<span class="helper"></span>
<div>
<div class="popupCloseButton" onclick="close6()">×</div>
<p>Donate to the following organizations to help support patients and families through the COVID-19 pandemic:</p>
<ul>
<li><a href="https://give4cdcf.org/" target="_blank">CDC Foundation</a></li>
<li><a href="https://crisisaid.givingfuel.com/covid-19" target="_blank">Crisis Aid International</a></li>
<li><a href="https://fistulafoundation.org/donations/covid-19-emergency-fund/" target="_blank">Fistula Foundation</a></li>
<li><a href="https://app.mobilecause.com/form/fFHW4g?vid=9hhp3" target="_blank">Heart to Heart International</a></li>
<li><a href="https://secure.unitedway.org/j/step/covid19-donate?source=donatepage&subsource=covid19&utm_source=donatepage&utm_medium=web&utm_campaign=covid19&utm_content=donate" target="_blank">United Way Worldwide</a></li>
</ul>
</div>
</div>
</td>
</tr>
<tr>
<td>
<button type="button" class="collapsible" onclick="popup7()">Disabilities</button>
<div class="content" id="content7">
<span class="helper"></span>
<div>
<div class="popupCloseButton" onclick="close7()">×</div>
<p>Donate to the following organizations to help support people with disabilities:</p>
<ul>
<li><a href="https://autisticadvocacy.networkforgood.com/projects/23616-your-gift-will-help-empower-the-autistic-community" target="_blank">Autistic Self Advocacy Network</a></li>
<li><a href="https://donate.worldvision.org/give/children-with-disabilities" target="_blank">World Vision</a></li>
<li><a href="https://www.nod.org/donate/" target="_blank">National Organization on Diability</a></li>
<li><a href="https://secure.easterseals.com/site/Donation2?df_id=17302&17302.donation=form1" target="_blank">Easterseals</a></li>
</ul>
</div>
</div>
</td>
<td>
<button type="button" class="collapsible" onclick="popup8()">Education</button>
<div class="content" id="content8">
<span class="helper"></span>
<div>
<div class="popupCloseButton" onclick="close8()">×</div>
<p>Donate to the following organizations to help kids build a strong foundation for their future:</p>
<ul>
<li><a href="https://www.adoptaclassroom.org/ways-to-give/" target="_blank">AdoptAClassroom.org</a></li>
<li><a href="https://edtrust.org/what-you-can-do/donate/" target="_blank">The Education Trust</a></li>
<li><a href="https://app.etapestry.com/onlineforms/MonarchSchool/donations.html" target="_blank">Monarch School</a></li>
<li><a href="https://www.oliverscholars.org/donate/" target="_blank">Oliver Scholars</a></li>
<li><a href="https://give.seo-usa.org/give/251984/#!/donation/checkout" target="_blank">Sponsors for Educational Opportunity</a></li>
</ul>
</div>
</div>
</td>
<td>
<button type="button" class="collapsible" onclick="popup9()">Equality for Girls</button>
<div class="content" id="content9">
<span class="helper"></span>
<div>
<div class="popupCloseButton" onclick="close9()">×</div>
<p>Donate to the following organizations to support the fight for gender equality:</p>
<ul>
<li><a href="https://act.globalfundforwomen.org/donate" target="_blank">Global Fund for Women</a></li>
<li><a href="https://womenalliance.org/donation" target="_blank">International Alliance of Women</a></li>
<li><a href="https://interland3.donorperfect.net/weblink/WebLink.aspx?name=E350891&id=1" target="_blank">NCNW</a></li>
<li><a href="https://salsa.wiredforchange.com/o/5996/p/salsa/donation/common/public/?donate_page_KEY=13022&track=A20569XXXXXX" target="_blank">National Organization for Women</a></li>
</ul>
</div>
</div>
</td>
</tr>
<tr>
<td>
<button type="button" class="collapsible" onclick="popup10()">
HIV/AIDS
</button>
<div class="content" id="content10">
<span class="helper"></span>
<div>
<div class="popupCloseButton" onclick="close10()">×</div>
<p>Donate to the following organizations to help bring an end to the HIV/AIDS epidemic:</p>
<ul>
<li><a href="https://www.compassion.com/aids.htm" target="_blank">AIDS Relief</a></li>
<li><a href="https://www.aidsunited.org/About/Donate.aspx" target="_blank">AIDS United</a></li>
<li><a href="https://secure.amfar.org/site/Donation2;jsessionid=00000000.app30040b?df_id=2184&mfc_pref=T&2184.donation=form1&_ga=2.241930434.197541612.1593903463-949385909.1593903463&NONCE_TOKEN=99BC6D1E669B32532E0A4505613897BD" target="_blank">amfAR</a></li>
<li><a href="https://blackaids.org/donate/" target="_blank">Black AIDS Institute</a></li>
<li><a href="https://www.red.org/donate" target="_blank">(RED)</a></li>
<li><a href="https://www.unaids.org/en/donate" target="_blank">UNAIDS</a></li>
</ul>
</div>
</div>
</td>
<td>
<button type="button" class="collapsible" onclick="popup11()">Hurricanes</button>
<div class="content" id="content11">
<span class="helper"></span>
<div>
<div class="popupCloseButton" onclick="close11()">×</div>
<p>Donate to the following organizations to help emergency preparation, response and rebuilding efforts in communities vulnerable to hurricanes:</p>
<ul>
<li><a href="https://give.allhandsandhearts.org/give/42579/#!/donation/checkout" target="_blank">All Hands and Hearts</a></li>
<li><a href="https://secure.americares.org/site/Donation2?df_id=17820&17820.donation=form1&mfc_pref=T" target="_blank">Americares</a></li>
<li><a href="https://www.redcross.org/donate/donation.html/?donprodid=100014&redir=no&adobe_mc_sdid=SDID%3D36B317459B1CD294-6E70109CDFB4AEFB%7CMCORGID%3D723A22C757518E2C7F000101@AdobeOrg%7CTS%3D1593904589&adobe_mc_ref=https:%2F%2Fwww.redcross.org%2Fabout-us%2Four-work%2Fdisaster-relief%2Fhurricane-relief.html" target="_blank">American Red Cross</a></li>
<li><a href="https://www.unicefusa.org/mission/emergencies/hurricanes" target="_blank">Unicef</a></li>
</ul>
</div>
</div>
</td>
<td>
<button type="button" class="collapsible" onclick="popup12()">Immunizations</button>
<div class="content" id="content12">
<span class="helper"></span>
<div>
<div class="popupCloseButton" onclick="close12()">×</div>
<p>Donate to the following organizations to help protect communities from vaccine-preventable diseases:</p>
<ul>
<li><a href="https://immunizeusa.salsalabs.org/tipdonationpage/index.html" target="_blank">The Immunization Partnership</a></li>
<li><a href="https://nfid.z2systems.com/np/clients/nfid/donation.jsp" target="_blank">National Foundation for Infectious Diseases</a></li>
<li><a href="https://act.shotatlife.org/onlineactions/DV3lAExGfUamQPdwIRqEkQ2" target="_blank">Shot@Life</a></li>
<li><a href="https://www.vaccinateyourfamily.org/how-your-donation-helps/" target="_blank">Vaccinate Your Family</a></li>
</ul>
</div>
</div>
</td>
</tr>
<tr>
<td>
<button type="button" class="collapsible" onclick="popup13()">#MeToo</button>
<div class="content" id="content13">
<span class="helper"></span>
<div>
<div class="popupCloseButton" onclick="close13()">×</div>
<p>Donate to the following organizations to support the #MeToo movement and interrupt sexual violence:</p>
<ul>
<li><a href="https://www.evawintl.org/Donations.aspx" target="_blank">End Violence Against Women International</a></li>
<li><a href="https://justdetention.org/donate/" target="_blank">Just Detention International</a></li>
<li><a href="https://metoomvmt.org/donate/" target="_blank">Me Too Movement</a></li>
<li><a href="https://donate.rainn.org/donate?_ga=2.82006294.1879907349.1593905752-1682546604.1593905752" target="_blank">RAINN</a></li>
</ul>
</div>
</div>
</td>
<td>
<button type="button" class="collapsible" onclick="popup14()">Nutrition</button>
<div class="content" id="content14">
<span class="helper"></span>
<div>
<div class="popupCloseButton" onclick="close14()">×</div>
<p>Donate to the following organizations to help fight hunger worldwide:</p>
<ul>
<li><a href="https://www.actionagainsthunger.org/" target="_blank">Action Against Hunger</a></li>
<li><a href="https://secure.bread.org/site/Donation2?df_id=4533&4533.donation=form1&s_subsrc=website-donate-button" target="_blank">Bread for the World</a></li>
<li><a href="https://secure.feedingamerica.org/site/Donation2;jsessionid=00000000.app206b?idb=1817815720&df_id=26876&26876.donation=form1&mfc_pref=T&NONCE_TOKEN=5FD77E50C995E65ECD978199377D2637&s_channel=https://www.thespruceeats.com/charities-that-fight-hunger-1666012&s_onsite_promo=MainNav_Donate&s_subsrc=https://www.feedingamerica.org/&s_src=W207REFER&26876_donation=form1&s_referrer=https://www.thespruceeats.com/charities-that-fight-hunger-1666012&_ga=2.17909561.184791937.1593905917-1787250211.1593905917" target="_blank">Feeding America</a></li>
<li><a href="https://www.heifer.org/give/one-time.html" target="_blank">Heifer International</a></li>
<li><a href="https://secure3.convio.net/thp/site/Donation2?df_id=2600&mfc_pref=T&2600.donation=form1" target="_blank">The Hunger Project</a></li>
<li><a href="https://ams.mealsonwheelsamerica.org/eweb/DynamicPage.aspx?WebCode=globaldonate&site=mowa&CampCode=AnnualCampaign&AplCode=AnnCampWeb&_ga=2.11194288.500918780.1593906323-1053329302.1593906323" target="_blank">Meals on Wheels</a></li>
</ul>
</div>
</div>
</td>
<td>
<button type="button" class="collapsible" onclick="popup15()">LGBTQ+ Rights</button>
<div class="content" id="content15">
<span class="helper"></span>
<div>
<div class="popupCloseButton" onclick="close15()">×</div>
<p>Donate to the following organizations to help end violence, persecution, and marginalization of the LGBTQ+ community:</p>
<ul>
<li><a href="https://donate.glaad.org/site/Donation2;jsessionid=00000000.app20127a?1400.donation=form1&df_id=1400&mfc_pref=T&NONCE_TOKEN=7D8AA93237B4159B29D30DF30DB12DBB" target="_blank">GLAAD</a></li>
<li><a href="https://act.glsen.org/onlineactions/x2U7iN4z0EejZIQ4F2a9Yw2" target="_blank">GLSEN</a></li>
<li><a href="https://give.hrc.org/page/62714/donate/1?ea.tracking.id=or_gnr_hrc_homepage2020" target="_blank">Human Rights Campaign</a></li>
<li><a href="https://www.snap4freedom.org/donate" target="_blank">SNaPCo</a></li>
<li><a href="https://give.thetrevorproject.org/give/63307/#!/donation/checkout?c_src=pride2020&c_src2=headerdonatebutton" target="_blank">The Trevor Project</a></li>
</ul>
</div>
</div>
</td>
</tr>
</table>
<p class="activism">MORE TO COME...</p>
<br>
</div>
</body>
</html>