-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonate.html
321 lines (309 loc) · 12.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Mandel for Congress - CA District 7</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta
content="david mandel congress district 7 ca california sacramento elk grove"
name="keywords"
/>
<meta
content="David Mandel is running for Congress in CA congressional district 7"
name="description"
/>
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=PT+Serif:wght@400;700&display=swap"
rel="stylesheet"
/>
<!-- Icon Font Stylesheet -->
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v6.4.2/css/all.css"
/>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css"
rel="stylesheet"
/>
<!-- Libraries Stylesheet -->
<link href="lib/animate/animate.min.css" rel="stylesheet" />
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet" />
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet" />
<!-- Customized Bootstrap Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet" />
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet" />
<link rel="icon" type="image/x-icon" href="/img/favicon.ico" />
<script
language="JavaScript"
src="scripts/gen_validatorv31.js"
type="text/javascript"
></script>
</head>
<body>
<!-- Navbar start -->
<div class="container-fluid sticky-top px-0" style="transition: 0.5s">
<div class="container-fluid py-2 bg-secondary d-none d-lg-block">
<div class="container px-0">
<div class="row align-items-center">
<div class="col-lg-8">
<div class="d-flex flex-wrap">
<a href="mailto:info@mandel4congress.org" class="text-light"
><i class="fas fa-envelope text-primary me-2"></i
>info@mandel4congress.org</a
>
</div>
</div>
<div class="col-lg-4">
<div class="d-flex align-items-center justify-content-end">
<a
href="https://www.facebook.com/mandelforcongress"
class="me-3 btn-square border rounded-circle"
target="new"
><i class="fab fa-facebook-f"></i
></a>
<a
href="https://twitter.com/mandel4congress"
class="me-3 btn-square border rounded-circle"
target="new"
><i class="fab fa-x-twitter"></i
></a>
<a
href="https://www.instagram.com/mandel4congress"
class="me-3 btn-square border rounded-circle"
target="new"
><i class="fab fa-instagram"></i
></a>
<a
href="https://www.tiktok.com/@mandel4congress"
class="btn-square border rounded-circle"
target="new"
><i class="fab fa-tiktok"></i
></a>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid bg-light">
<div class="container px-0">
<nav class="navbar navbar-light navbar-expand-xxl">
<a href="index.html" class="navbar-brand">
<h1 class="text-primary display-4">Mandel for Congress</h1>
<h2>California District 7</h2>
</a>
<button
class="navbar-toggler py-1 px-3"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarCollapse"
>
<span class="fa fa-bars text-primary"></span>
</button>
<div
class="collapse navbar-collapse bg-light py-3"
id="navbarCollapse"
>
<div class="navbar-nav mx-auto border-top">
<a href="about.html" class="fs-4 nav-link">About</a>
<a href="platform.html" class="fs-4 nav-link">Platform</a>
<a href="press.html" class="fs-4 nav-link">Press</a>
<a
href="https://secure.actblue.com/donate/david-mandel-for-congress-2024-1"
class="fs-4 nav-link"
target="new"
>Donate</a
>
<a href="vote.html" class="fs-4 nav-link">Vote</a>
<a href="contact.html" class="fs-4 nav-link">Contact</a>
</div>
</div>
</nav>
</div>
</div>
</div>
<!-- Navbar End -->
<!-- Contact Start -->
<div
class="container-fluid contact py-5"
style="background: var(--bs-primary)"
>
<div class="container pt-5">
<div class="row g-4 align-items-center">
<div class="col-lg-6">
<div class="text-center">
<h1 class="display-3 text-white mb-4">Donate by Check</h1>
<p class="text-white fs-4">
Please make checks Payable to: David Mandel for Congress 2024.
Please email to get address for checks. Please note that the
maximum contribution amount is $3,300 per person, per election,
as per legal limits.
</p>
</div>
</div>
<div class="col-lg-6">
<div class="contact-form rounded p-5">
<div class="text-center">
<h1 class="display-6 mb-4">Donate Online - Click Below</h1>
<div class="row gx-4 gy-3">
<a
href="https://secure.actblue.com/donate/david-mandel-for-congress-2024-1"
target="new"
><img
src="img/ActBlue.jpg"
width="500"
height="117"
alt="act blue logo"
/></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container py-5">
<div class="row g-4 align-items-center">
<div class="col-12">
<div class="row g-4">
<div class="col-lg-4">
<div
class="d-inline-flex bg-light w-100 border border-primary p-4 rounded"
>
<i class="fas fa-envelope fa-2x text-primary me-4"></i>
<div>
<h4>Mail Us</h4>
<p class="mb-0">info@mandel4congress.org</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-12">
<div class="rounded">
<iframe
class="rounded-top w-100"
style="height: 450px; margin-bottom: -6px"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d400180.95298694744!2d-121.58062801028139!3d38.408803398531035!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x809aea74ba966d3f%3A0xb1e8eb4dec742d22!2sCalifornia's%207th%20Congressional%20District%2C%20CA!5e0!3m2!1sen!2sus!4v1703455780516!5m2!1sen!2sus"
width="600"
height="450"
style="border: 0"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
></iframe>
</div>
<div class="text-center p-4 rounded-bottom bg-primary">
<h4 class="text-white fw-bold">Follow Us</h4>
<div class="d-flex align-items-center justify-content-center">
<a
href="https://www.facebook.com/mandelforcongress"
class="btn btn-light btn-light-outline-0 btn-square rounded-circle me-3"
target="new"
><i class="fab fa-facebook-f"></i
></a>
<a
href="https://www.twitter.com/mandel4congress"
class="btn btn-light btn-light-outline-0 btn-square rounded-circle me-3"
target="new"
><i class="fab fa-x-twitter"></i
></a>
<a
href="https://www.instagram.com/mandel4congress"
class="btn btn-light btn-light-outline-0 btn-square rounded-circle me-3"
target="new"
><i class="fab fa-instagram"></i
></a>
<a
href="https://www.tiktok.com/@mandel4congress"
class="btn btn-light btn-light-outline-0 btn-square rounded-circle"
target="new"
><i class="fab fa-tiktok"></i
></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Contact End -->
<!-- Copyright Start -->
<div class="container-fluid copyright py-4">
<div class="container">
<div class="row g-4 align-items-center">
<div class="col-md-4 text-center text-md-start mb-md-0">
<span class="text-light"
><a href="https://mandel4congress.org/"
><i class="fas fa-copyright text-light me-2"></i
>Mandel4Congress</a
>
- All rights reserved.</span
>
</div>
<div class="col-md-4">
<div class="d-flex justify-content-center">
<a
href="https://www.facebook.com/mandelforcongress"
class="me-3 btn-square border rounded-circle nav-fill"
target="new"
><i class="fab fa-facebook-f"></i
></a>
<a
href="https://twitter.com/mandel4congress"
class="me-3 btn-square border rounded-circle nav-fill"
target="new"
><i class="fab fa-x-twitter"></i
></a>
<a
href="https://www.instagram.com/mandel4congress"
class="me-3 btn-square border rounded-circle nav-fill"
target="new"
><i class="fab fa-instagram"></i
></a>
<a
href="https://www.tiktok.com/@mandel4congress"
class="btn-square border rounded-circle nav-fill"
target="new"
><i class="fab fa-tiktok"></i
></a>
</div>
</div>
<div class="col-md-4 text-center text-md-end text-white">
<!--/*** This template is free as long as you keep the below author’s credit link/attribution link/backlink. ***/-->
<!--/*** If you'd like to use the template without the below author’s credit link/attribution link/backlink, ***/-->
<!--/*** you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". ***/-->
Designed By
<a class="border-bottom" href="https://se7enoflimbo.com"
>Sid Akbar</a
>
Distributed By
<a class="border-bottom" href="https://themewagon.com"
>ThemeWagon</a
>
</div>
</div>
</div>
</div>
<!-- Copyright End -->
<!-- Back to Top -->
<a
href="#"
class="btn btn-primary btn-primary-outline-0 btn-md-square rounded-circle back-to-top"
><i class="fa fa-arrow-up"></i
></a>
<!-- JavaScript Libraries -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/validate.js/0.13.1/validate.min.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>