-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
284 lines (259 loc) · 13.8 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
<!-- BOOTSTRAP LINKS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<!-- CSS LINKS -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/header-footer.css">
<link rel="stylesheet" type="text/css" href="css/modal.css">
<!-- SCRIPT LINKS -->
<script src="https://www.paypal.com/sdk/js?client-id=sb&enable-funding=venmo¤cy=USD"
data-sdk-integration-source="button-factory"></script>
<script defer src="js/script.js"></script>
<script defer src="js/cart.js"></script>
<title> Percussion Farms </title>
</head>
<body>
<nav>
<div class="head">
<img src="img/favicon.ico" alt="Percussion Farms Logo">
<p>Percussion Farms</p>
</div>
<div class="links">
<a class="current">Home</a>
<a href="about-us.html">About Us</a>
<a href="support-us.html">Support Us</a>
<a href="get-involved.html">Get Involved</a>
<a href="contact-us.html">Contact Us</a>
<img onclick="openCart()" src="img/cart.png"></img>
<button class="btn" data-open="#donate">Donate</button>
</div>
</nav>
<div class="content">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel" data-interval="5000">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="background-fade"></div>
<img class="d-block w-1 00 pic"
src="assets/home/carousel-1.jpg">
<div class="overlap-text carousel-caption">
<h2>Organizational Updates</h2>
<p>Our first event of the 2023 year is here! We're holding a Spring Jumpstart for gardening supplies in April. Visit the Get Involved page to learn more about upcoming events.</p>
</div>
</div>
<div class="carousel-item">
<div class="background-fade"></div>
<img class="d-block w-100 pic"
src="assets/home/carousel-2.jpg">
<div class="overlap-text carousel-caption">
<h2>Seasonal Updates</h2>
<p>Volunteer Opportunities are limited due to the winter season. Please contact percussionfarms@gmail.com for more information on winter support.</p>
</div>
</div>
<div class="carousel-item">
<div class="background-fade"></div>
<img class="d-block w-100 pic"
src="assets/home/carousel-3.jpg">
<div class="overlap-text carousel-caption">
<h2>Support Percussion Farms</h2>
<p>Order Fresh Produce from the Farm in 2023! Keep an eye out for updates on our social media. You can find our social media links at the bottom of our website.</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- Mission Statement -->
<div class="mission-statement text-center">
<h2>Who We Are</h2>
<p>We are Percussion Farms, an urban farm in Central Seattle and Auburn whose mission is to reconnect People of Color to the land and help them harvest their right to healthy lives. We do this by providing gardening and food preservation classes, employment and volunteer programs for people leaving the prison system, and growing and giving healthy food to the community.</p>
<button type="button" class="btn" onclick="location.href='about-us.html'">Learn More</button>
</div>
<!-- Image Collage -->
<div class="pictures">
<img src="assets/collage-1.jpg">
<img src="assets/collage-2.jpg">
<img src="assets/collage-3.jpg">
<img src="assets/collage-4.jpg">
</div>
<!-- Product Order -->
<div class="order text-center">
<h2>Order Fresh Produce from the farm!</h2>
<div class="fresh-sheet">
<!-- SOON: Add fresh sheet -->
<!-- <img src="img/menu.png"> -->
</div>
<div class="place-order">
<!-- DESCRIPTION OF FRESH SHEET
<p> Description </p>
-->
<button type="button" class="btn"> Coming Soon... </button>
</div>
</div>
<!-- Support -->
<div class="support">
<h2 class="text-center">Support Us</h2>
<div class="support-container">
<div class="item">
<div class="item-image">
<img src="assets/home/home-donate.jpg"
class="img-fluid">
</div>
<div class="item-content">
<h1>Donate</h1>
<p>We are currently working hard this growing season and we need your help with tools, equipment, soil, seeds and many other farming and office supplies. To make a monetary donation, please click the button below, or scroll down to find more ways to support us.</p>
<button type="button" class="btn item-button" data-open="#donate">
Support
</button>
</div>
</div>
<div class="item">
<div class="item-image">
<img src="assets/home/home-volunteer.jpg"
class="img-fluid">
</div>
<div class="item-content">
<h1>Volunteer</h1>
<p>Volunteers keep our little farms running! Please consider volunteering with us. If you are interested in volunteering for Percussion Farms, please click the button below to fill out the registration form.</p>
<a target="_blank">
<button type="button" class="btn item-button">
Volunteer
</button>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Page Footer -->
<footer>
<div class="address">
<img src="img/facebook.png" alt="Facebook Logo">
<a href="https://www.facebook.com/PercussionFarms/" target="blank">Facebook</a>
</div>
<div class="address">
<img src="img/instagram.png" alt="Instagram Logo">
<a href="https://www.instagram.com/percussionfarms/" target="blank">Instagram</a>
</div>
<div class="address">
<img src="img/twitter.png" alt="Twitter Logo">
<a href="https://mobile.twitter.com/percussionfarms" target="blank">Twitter</a>
</div>
<div class="filler"></div>
<div class="contact">
<p> Reach out to us at: </p>
<a href="mailto:percussionfarms@gmail.com"> percussionfarms@gmail.com </a>
<!-- <p>Phone: xxx-xxx-xxxx</p> -->
</div>
</footer>
<div class="webimpactuw">
<p> Created with 💛 by <a href="https://webimpactuw.org" target="blank">Web Impact UW</a>! </p>
</div>
<!-- Donation Overlay -->
<div id="overlay"></div>
<div class="popup-body donate-body clear" id="donate">
<button data-close="#donate" class="close-button">×</button>
<div class="donate-mid">
<p class="donate-head"> We appreciate your support! </p>
<p> Thank you for considering donating to our farm! All donations will go towards farm preparation, such
seeds, class materials, cover crops, and supporting our farmers' salaries.
</p>
<div class="amounts">
<button class="num" value="5" onclick="setValue(5)">$5</button>
<button class="num" value="10" onclick="setValue(10)">$10</button>
<button class="num" value="15" onclick="setValue(15)">$15</button>
<button class="num" value="20" onclick="setValue(20)">$20</button>
</div>
<div class="donate-field">
<p class="dollar">$</p>
<input type="text" inputmode="numeric" class="donate-input" placeholder="0.00" id="amount"
data-amount="0.00" onblur="checkInput()" onkeypress="return filterKeys(event)"
onclick="clearInput()"></input>
</div>
<!-- CHECKOUT BUTTOM -->
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="item_name_1" value="Donation" />
<input id="donate-amount" type="hidden" name="amount_1" value='0.00' />
<input type="hidden" name="quantity_1" value="1" />
<p class="donate-check" onclick="checkZero()">Support</p>
<button hidden id="donate-submit" alt="Checkout Button">Support</button>
<!-- THANK YOU PAGE RETURN LINK -->
<input type="hidden" name="return" value="https://www.percussionfarms.org" />
<!-- CANCEL ORDER RETURN LINK -->
<input type="hidden" name="cancel_return" value="https://www.percussionfarms.org" />
<input type="hidden" name="notify_url" value="https://percussionfarms.org/?simple_cart_ipn=1" />
<input type="hidden" name="business" value="percussionfarms@gmail.com" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="cmd" value="_cart" />
<input type="hidden" name="upload" value="1" />
<input type="hidden" name="rm" value="2" />
<input type="hidden" name="charset" value="utf-8" />
</form>
</div>
</div>
<!-- End of Overlay -->
<!-- Cart Overlay -->
<div id="cart-sidebar" class="sidebar">
<button class="close-button" onclick="closeCart()">×</button>
<p class="cart-head"> Cart </p>
<div class="cart-mid"></div>
<!-- CHECKOUT BUTTOM -->
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" id="name_1" />
<input type="hidden" id="amount_1" />
<input type="hidden" id="quantity_1" value="0" />
<input type="hidden" id="name_2" />
<input type="hidden" id="amount_2" />
<input type="hidden" id="quantity_2" value="0" />
<input type="hidden" id="name_3" />
<input type="hidden" id="amount_3" />
<input type="hidden" id="quantity_3" value="0" />
<input type="hidden" id="name_4" />
<input type="hidden" id="amount_4" />
<input type="hidden" id="quantity_4" value="0" />
<input type="hidden" id="name_5" />
<input type="hidden" id="amount_5" />
<input type="hidden" id="quantity_5" value="0" />
<button type="submit" class="hide btn" id="cart-submit" name="submit" alt="Checkout Button">Check
Out</button>
<!-- THANK YOU PAGE RETURN LINK -->
<input type="hidden" name="return" value="https://www.percussionfarms.org" />
<!-- CANCEL ORDER RETURN LINK -->
<input type="hidden" name="cancel_return" value="https://www.percussionfarms.org" />
<input type="hidden" name="notify_url" value="https://percussionfarms.org/?simple_cart_ipn=1" />
<input type="hidden" name="business" value="percussionfarms@gmail.com" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="cmd" value="_cart" />
<input type="hidden" name="upload" value="1" />
<input type="hidden" name="rm" value="2" />
<input type="hidden" name="charset" value="utf-8" />
</form>
</div>
<!-- End of Overlay -->
</body>
</html>