-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdonate.html
More file actions
355 lines (334 loc) · 12.4 KB
/
donate.html
File metadata and controls
355 lines (334 loc) · 12.4 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
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
354
355
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Donate | Bay Tides</title>
<meta
name="description"
content="Support Bay Tides with a donation. Your contribution helps fund habitat restoration, educational programs, and advocacy efforts to protect the San Francisco Bay."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://baytides.org/donate.html" />
<meta property="og:title" content="Donate | Bay Tides" />
<meta
property="og:description"
content="Support Bay Tides with a donation. Your contribution helps fund habitat restoration, educational programs, and advocacy efforts."
/>
<meta property="og:image" content="https://baytides.org/assets/images/hero-bg.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<!-- Canonical URL -->
<link rel="canonical" href="https://baytides.org/donate.html" />
<link rel="icon" type="image/png" href="assets/images/favicon.png" />
<link rel="apple-touch-icon" href="assets/images/logo.png" />
<!-- Preload critical assets -->
<link rel="preload" href="assets/images/hero-bg.webp" as="image" type="image/webp" />
<link rel="preload" href="assets/css/style.css" as="style" />
<link rel="stylesheet" href="assets/css/style.css" />
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "DonateAction",
"recipient": {
"@type": "NonprofitOrganization",
"name": "Bay Tides",
"url": "https://baytides.org",
"description": "Bay Tides empowers communities to protect and preserve the San Francisco Bay."
},
"potentialAction": {
"@type": "DonateAction",
"target": "https://donorbox.org/baytides"
}
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://baytides.org/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Donate"
}
]
}
</script>
</head>
<body>
<!-- Header loaded dynamically -->
<div id="header-placeholder"></div>
<main id="main-content">
<!-- Breadcrumb Navigation -->
<nav class="breadcrumb" aria-label="Breadcrumb">
<div class="container">
<ol>
<li><a href="/">Home</a></li>
<li aria-current="page">Donate</li>
</ol>
</div>
</nav>
<!-- Page Hero -->
<section class="hero hero-page">
<div class="container">
<h1>Support Our Mission</h1>
<p>
Your generosity helps protect and restore the San Francisco Bay for future generations
</p>
</div>
</section>
<!-- Donate Section -->
<section class="content-section">
<div class="container">
<div class="donate-content">
<div class="donate-text">
<h2>Make a Difference Today</h2>
<p>
Every donation, no matter the size, creates ripples of positive change. Your support
directly funds habitat restoration, youth education programs, and community advocacy
efforts that protect our cherished Bay shoreline.
</p>
<p>
Bay Tides is a registered 501(c)(3) nonprofit organization (EIN: 93-3889081). All
donations are tax-deductible to the fullest extent allowed by law.
</p>
<div class="donate-button-wrapper" id="donation-form">
<a href="/checkout.html" class="btn btn-primary btn-large">
Donate Now
<svg
width="20"
height="20"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
style="vertical-align: middle; margin-left: 0.5rem"
>
<path d="M5 12h14M12 5l7 7-7 7" />
</svg>
</a>
<p style="margin-top: 1rem; font-size: 0.875rem; color: var(--text-light)">
Secure checkout powered by Stripe
</p>
</div>
<div class="manage-donations" style="margin-top: 2rem">
<p>
Already a recurring donor?
<a
href="https://billing.stripe.com/p/login/5kQdR2f6pbC6eXu3GB6oo00"
target="_blank"
rel="noopener"
>
Manage your donations
</a>
</p>
</div>
</div>
<div class="donate-image">
<picture>
<source srcset="assets/images/egret.webp" type="image/webp" />
<img
src="assets/images/egret.jpg"
alt="Wildlife at San Francisco Bay"
width="600"
height="400"
loading="lazy"
/>
</picture>
</div>
</div>
</div>
</section>
<!-- Impact Section -->
<section class="pillars alt-bg">
<div class="container">
<div class="section-title">
<h2>Your Impact</h2>
<p>See how your donation makes a difference</p>
</div>
<div class="cards-grid">
<article class="card">
<div class="card-icon" aria-hidden="true">🌱</div>
<h3>Habitat Restoration</h3>
<p>
Fund native plant installations, invasive species removal, and wetland restoration
projects along the Peninsula shoreline.
</p>
</article>
<article class="card">
<div class="card-icon" aria-hidden="true">📚</div>
<h3>Education Programs</h3>
<p>
Support workshops, school programs, and community events that teach environmental
stewardship to the next generation.
</p>
</article>
<article class="card">
<div class="card-icon" aria-hidden="true">📣</div>
<h3>Advocacy Efforts</h3>
<p>
Enable our work with local leaders and policymakers to champion environmental
protection initiatives.
</p>
</article>
</div>
</div>
</section>
<!-- Other Ways to Give -->
<section class="content-section">
<div class="container">
<div class="content-centered">
<h2>Other Ways to Give</h2>
<div class="giving-options">
<div class="giving-option">
<h3>Donor Advised Funds</h3>
<p>
Recommend a grant from your DAF to Bay Tides. Our EIN is available upon request
for easy processing through your fund administrator.
</p>
</div>
<div class="giving-option">
<h3>Stock Donations</h3>
<p>
Donating appreciated securities can provide tax advantages while supporting our
mission. We accept transfers of publicly traded stocks.
</p>
</div>
<div class="giving-option">
<h3>Corporate Matching</h3>
<p>
Many employers match charitable contributions. Check if your company has a
matching gift program to double your impact.
</p>
</div>
<div class="giving-option">
<h3>In-Kind Donations</h3>
<p>
We accept donations of supplies, equipment, and professional services. Contact us
to learn about current needs.
</p>
</div>
</div>
<div style="margin-top: 2.5rem">
<a href="contact.html" class="btn btn-secondary">Contact Us About Giving</a>
</div>
</div>
</div>
</section>
<!-- Technology Sponsors -->
<section class="sponsors" aria-label="Technology sponsors">
<div class="container">
<div class="section-title">
<h2>Technology Sponsors</h2>
<p>We're grateful to these companies for donating software and services</p>
</div>
<div class="sponsors-wrapper">
<button class="sponsors-nav prev" aria-label="Previous sponsors">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z" />
</svg>
</button>
<div class="sponsors-viewport">
<div class="sponsors-track">
<div class="sponsors-logos">
<img
src="assets/images/sponsors/microsoft.svg"
alt="Microsoft"
title="Microsoft"
class="sponsor-logo"
width="40"
height="40"
/>
<img
src="assets/images/sponsors/github.svg"
alt="GitHub"
title="GitHub"
class="sponsor-logo"
width="41"
height="40"
/>
<img
src="assets/images/sponsors/salesforce.svg"
alt="Salesforce"
title="Salesforce"
class="sponsor-logo"
width="40"
height="40"
/>
<img
src="assets/images/sponsors/google.svg"
alt="Google"
title="Google"
class="sponsor-logo"
width="40"
height="40"
/>
<img
src="assets/images/sponsors/cloudflare.svg"
alt="Cloudflare"
title="Cloudflare"
class="sponsor-logo"
width="40"
height="40"
/>
<img
src="assets/images/sponsors/canva.svg"
alt="Canva"
title="Canva"
class="sponsor-logo"
width="40"
height="40"
/>
<img
src="assets/images/sponsors/sentry.svg"
alt="Sentry"
title="Sentry"
class="sponsor-logo"
width="40"
height="40"
/>
<img
src="assets/images/sponsors/flickr.svg"
alt="Flickr"
title="Flickr"
class="sponsor-logo"
width="40"
height="40"
/>
</div>
</div>
</div>
<button class="sponsors-nav next" aria-label="Next sponsors">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M8.59 16.59L10 18l6-6-6-6-1.41 1.41L13.17 12z" />
</svg>
</button>
</div>
</div>
</section>
<!-- Thank You -->
<section class="impact">
<div class="container">
<div class="impact-content">
<h2>Thank You</h2>
<p>
Your generosity makes our work possible. Together, we can ensure a thriving, resilient
Bay Area for generations to come.
</p>
<a href="#donation-form" class="btn btn-primary">Donate Now</a>
</div>
</div>
</section>
</main>
<!-- Footer loaded dynamically -->
<div id="footer-placeholder"></div>
<script type="module" src="assets/js/main.ts"></script>
</body>
</html>