-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvote.html
408 lines (395 loc) · 15.2 KB
/
vote.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
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
<!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" />
</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 -->
<!-- About Start -->
<div class="container-fluid about py-0">
<div class="container py-5">
<div class="row g-5 align-items-center">
<div class="col-lg-5">
<div class="video">
<img src="img/about-4.jpg" class="img-fluid rounded" alt="" />
<div
class="position-absolute rounded border-5 border-top border-start border-white"
style="bottom: 0; right: 0"
>
<img src="img/about-2.jpg" class="img-fluid rounded" alt="" />
</div>
</div>
</div>
<div class="col-lg-7">
<h1 class="display-4 mb-4">Voting FAQ</h1>
<ul class="text-primary">
<li>
Voters registered with any party or no party can vote for House
representatives.
</li>
<li>
Your registration address must be in the district to vote for a
representative there.
</li>
<li>
Register in person up to election day (March 5) at a voting site
<a
href="https://www.sos.ca.gov/elections/voter-registration/same-day-reg"
target="new"
>(more info).</a
>
</li>
<li>
Can't find or didn't get your ballot? (More info:
<a
href="https://elections.saccounty.gov/votecenters/pages/locations.aspx"
target="new"
>Sacramento</a
>
-
<a
href="https://www.yoloelections.org/voting/polling_place"
target="new"
>Yolo</a
>).
</li>
</ul>
<div class="row g-4">
<div class="col-xl-6 col-lg-12">
<a
href="https://voterstatus.sos.ca.gov/"
class="btn btn-primary btn-primary-outline-0 rounded-pill py-3 w-100"
target="new"
>Check my registration</a
>
</div>
<div class="col-xl-6 col-lg-12">
<a
href="https://www.house.gov/representatives/find-your-representative"
class="btn btn-primary btn-primary-outline-0 rounded-pill py-3 w-100"
target="new"
>Find my congressional district</a
>
</div>
<div class="col-xl-4 col-sm-6 col-12">
<a
href="#map"
class="btn btn-primary btn-primary-outline-0 rounded-pill py-3 w-100"
>District Map</a
>
</div>
<div class="col-xl-4 col-sm-6 col-12">
<a
href="https://secure.actblue.com/donate/david-mandel-for-congress-2024-1"
class="btn btn-primary btn-primary-outline-0 rounded-pill py-3 w-100"
target="new"
>Donate</a
>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal Video -->
<div
class="modal fade"
id="videoModal"
tabindex="-1"
aria-labelledby="exampleModalLabel"
aria-hidden="true"
>
<div class="modal-dialog">
<div class="modal-content rounded-0">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Youtube Video</h5>
<button
type="button"
class="btn-close"
data-bs-dismiss="modal"
aria-label="Close"
></button>
</div>
<div class="modal-body">
<!-- 16:9 aspect ratio -->
<div class="ratio ratio-16x9">
<iframe
class="embed-responsive-item"
src=""
id="video"
allowfullscreen
allowscriptaccess="always"
allow="autoplay"
></iframe>
</div>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Contact Start -->
<div class="container-fluid py-5">
<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">
<a
href="mailto:info@mandel4congress.org"
class="text-dark"
>info@mandel4congress.org</a
>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-12" id="map">
<div class="rounded" id="map">
<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>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>