-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdonate.html
More file actions
59 lines (56 loc) · 1.56 KB
/
Copy pathdonate.html
File metadata and controls
59 lines (56 loc) · 1.56 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>
<head>
<title> #FreeThemNY | Donate </title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<html lang="en">
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=Lato|Montserrat" rel="stylesheet">
</head>
<body>
<header role="banner">
<a href="index.html">
<div id="banner"></div>
</a>
</header>
<nav>
<ul id="menu">
<li>
<a href="index.html"> Home </a>
</li>
<li>
<a href="about.html"> About </a>
</li>
<li>
<a href="stories.html"> Stories </a>
</li>
<li>
<a href="take-action.html"> Take Action! </a>
</li>
<li>
<a href="events.html"> Events </a>
</li>
<li>
<a href="donate.html" class="active"> Donate </a>
</li>
<li>
<a href="endorsements.html"> Endorsements </a>
</li>
<li>
<a href="contact.html"> Contact </a>
</li>
</ul>
</nav>
<main>
<h1> Donate </h1>
<p> To donate to our campaign, please visit the
<a href="http://www.survivedandpunished.org/donate/"> Survived and Punished national website,</a>
and select "Survived and Punished New York" from the menu. </p>
<p> You can
<a href="http://www.survivedandpunished.org/donate/">donate monthly</a>
or
<a href="http://www.survivedandpunished.org/donate-1/">donate once.</a>
</p>
<p> We appreciate all of your support! </p>
</main>
</body>