This repository has been archived by the owner on Oct 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
407 lines (407 loc) · 30.3 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
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
<!doctype html>
<html class="hydrated" dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<title>
Home | Pizza to the Polls
</title>
<meta content="Pizza to the Polls is making democracy delicious by delivering free food for all to polling places with long lines. Send us reports of long lines and we'll send in the delicious reinforcements." name="Description">
<meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0" name="viewport">
<meta content="#16161d" name="theme-color">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="IE=Edge" http-equiv="x-ua-compatible">
<style sty-id="sc-app-root">
.header{color:#fff;border-top:10px solid #db2b39;position:-webkit-sticky;position:sticky;width:100%;background-color:#fff;background-size:200px;top:0;z-index:1000;padding:20px 5px;text-align:center}.header img{width:300px;vertical-align:middle}.menu{list-style-type:none;margin:0;padding:10px 0 10px 0;width:100%;font-weight:bold;z-index:1000;text-align:center}.menu li{display:inline-block;font-size:18px;font-weight:bold;padding:0 10px;margin:0 10px;position:relative;color:#29335c}.menu li:after{content:"|";position:absolute;top:0;right:-15px}.menu li:last-child:after{content:""}.menu a,.menu stencil-route-link{text-decoration:none;color:#db2b39;display:block;-webkit-transition:color 0.1s ease-in-out;transition:color 0.1s ease-in-out}.menu a:hover,.menu a:focus,.menu stencil-route-link:hover,.menu stencil-route-link:focus{color:#00c1cc}.menu a:active,.menu .link-active{color:#00c1cc}@media (min-width: 600px){.header{border-bottom:none;position:relative;padding-left:0;padding-right:0}.header img{width:400px}.menu{position:relative;top:0;text-align:center;padding:20px 0 0 0}.menu li{display:inline-block;width:auto;font-size:24px}}*{-webkit-box-sizing:border-box;box-sizing:border-box}body{font-family:"Work Sans", sans-serif}a{color:#00c1cc;text-decoration:none;-webkit-transition:color 0.1s ease-in-out;transition:color 0.1s ease-in-out}a:hover{color:#009199}h1{text-align:center;color:#3dc1c8}h1,h2{font-weight:800}form{border-radius:4px;padding:0}p,li{line-height:1.5}img{max-width:100%}.display{font-family:"Fredoka One";font-weight:normal}.clearfix:after{content:"";display:table;clear:both}[hidden]{display:none}.bg{position:absolute;top:0;bottom:0;left:0;right:0;background:url("/images/bg.png");background-size:400px;z-index:1}.form-item{padding:20px 0;border-top:none}.form-item table{width:100%}label{display:block;margin-bottom:10px;font-weight:bold;font-size:1.2em}legend{font-weight:bold;font-size:1.2em}input,textarea{font-family:"Open Sans", sans-serif;width:100%;margin-bottom:0.5em;border-radius:4px;padding:10px;border:1px solid #ccc;overflow:hidden}input[type=submit],.submit{-webkit-transition:background-color 0.1s ease-in;transition:background-color 0.1s ease-in;display:block;background:#3dc1c8;border:none;color:#fff;cursor:pointer;width:100%;font-weight:bold;margin-bottom:0;padding:20px;border-radius:0 0 4px 4px}input[type=submit]:hover,.submit:hover{background:#35a8ae}.help{font-size:0.8em;font-style:italic;display:block}section{padding:20px 0}.container{max-width:800px;padding:0 20px;margin:0 auto}.is-disabled{opacity:0;cursor:default}.page{background-color:#eef0f2;color:#29335c;padding-bottom:40px}.page .photo{border-radius:10px}.page h1{text-align:left;font-size:2em;color:#29335c}.page p+h2{margin-top:2em}.page h3{margin-bottom:0}.page h3+p{margin-top:0}.page p+h3{margin-top:1.5em}.page img{max-width:100%}.page a{color:#db2b39}.page a:hover,.page a:active,.page a:focus{color:#b41f2b}.photo-grid{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start}.photo-grid img{width:24%;height:auto;border-radius:10px}footer{background:#29335c;border-top:5px solid #db2b39;color:#fff;padding:40px 0}footer a{color:#fff}footer input[type=email]{width:calc(100% - 140px);float:left;border:2px solid #fff;border-radius:4px 0 0 4px}footer input[type=submit]{float:left;width:140px;border:2px solid #fff;border-radius:0 4px 4px 0;padding:10px}.footer-nav{padding:20px 0 40px 0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;border-top:3px solid #fff}.footer-nav ul{list-style-type:none;padding:0 40px 0 0;-ms-flex-positive:1;flex-grow:1}.footer-nav ul li{font-size:18px}.footer-nav ul li a{text-decoration:none}.footer-nav ul li a.link-active{color:#00c1cc}.footer-nav .social{padding:0;text-align:center}.footer-nav .social li{display:inline-block;margin:0 10px}@media (min-width: 600px){.footer-nav{-ms-flex-direction:row;flex-direction:row}.footer-nav .social{text-align:right}}@media (min-width: 769px){h1{font-size:3em}h1 .emoji,h1 .emoji:first-of-type{display:inline}p,li{font-size:18px}}#payment-request-button{margin-top:18px}.button{padding:15px 20px;border-radius:5px;font-weight:bold;text-decoration:none;display:inline-block;-webkit-transition:background-color 0.1s ease-in-out;transition:background-color 0.1s ease-in-out}.button.primary{background:#00c1cc;color:#fff}.button.primary:hover,.button.primary:active,.button.primary:focus{background-color:#009199;color:#fff}.button.secondary{background:#db2b39;color:#fff}.button.secondary:hover,.button.secondary:active,.button.secondary:focus{background-color:#b41f2b;color:#fff}
</style>
<style sty-id="sc-stencil-route">
stencil-route.inactive{display:none}
</style>
<style sty-id="sc-page-home">
.hero{background-image:url("/images/bg.png");background-size:400px;background-color:#f3a712;background-attachment:fixed;color:#fff;padding:20px 0 0 0}.intro p{font-size:18px;margin-top:0;display:block;margin:0 auto 30px;font-weight:bold;text-align:center}.dashboard.launching .stats{background-color:#29335c}.dashboard.launching h2,.dashboard.launching p{color:#fff}.dashboard.launching p{font-size:1.33rem}.dashboard.launching h2{border-bottom-color:#fff}.dashboard.launching .programs a{font-size:1.85rem;display:block;margin:60px auto;max-width:72%;text-decoration:none}.dashboard.launching .programs a p{font-weight:normal;line-height:1.25rem}.dashboard.launching .programs a span{font-weight:bold}.dashboard.launching .programs a div{background-color:#fff;padding:14px 30px;border-radius:4px}.dashboard.launching .programs a p,.dashboard.launching .programs a,.dashboard.launching .programs a:visited,.dashboard.launching .programs a:active{color:#00c1cc}.dashboard.launching .programs a:hover p,.dashboard.launching .programs a:hover{color:#fff}.dashboard.launching .programs a:hover div{background-color:#00c1cc}.dashboard.launching .programs a:hover span{text-decoration:underline}.dashboard.launching .programs a p{font-size:1.2rem}.dashboard-bg{background-color:#29335c;background-image:url("/images/bg2.png");background-attachment:fixed;background-size:400px;width:100%;height:53%;position:absolute;bottom:0;z-index:0}.dashboard{color:#29335c;text-align:center;position:relative;padding:0 0 20px 0}.dashboard h2{position:relative;display:block;padding:0 0 20px 0;margin:0;z-index:101;border-bottom:4px solid #29335c;font-size:32px}.stats{padding:40px;background:#fff;color:#29335c;position:relative;z-index:100;border-radius:10px;-webkit-box-shadow:0 10px 40px 0 rgba(41, 51, 92, 0.3);box-shadow:0 10px 40px 0 rgba(41, 51, 92, 0.3);text-align:center}.stats h2{font-size:24px}@media screen and (min-width: 600px){.stats h2{font-size:32px}}.stats .button{width:100%;max-width:400px}.stats__row{padding-bottom:10px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.stats__row:first-of-type{padding:20px 0;border-bottom:4px solid #29335c;margin-bottom:40px}.stat__info{display:block;text-align:center;font-size:0.8em}.stat{text-align:center;padding:10px;width:50%}.stat:last-of-type{border-bottom:none}.stat__number{font-size:24px;font-family:"Fredoka One", cursive}@media screen and (min-width: 600px){.stat__number{font-size:32px}}.stat__label{display:block}.stat__link{display:block;text-align:center;margin-top:20px}@media (min-width: 600px){.stats__row{display:-ms-flexbox;display:flex}.stat{display:table-cell;width:24.5%;text-align:center;padding:20px;border-bottom:none;margin-right:2px}.stat:last-of-type{border-right:none}.stat__info{text-align:right}}@media (min-width: 769px){.intro{padding:20px 0}.hero p{font-size:24px;max-width:80%}}.home-secondary{background:#29335c;background-image:url("/images/bg2.png");background-attachment:fixed;background-size:400px;text-align:center}.home-secondary p{color:#fff;font-size:24px;max-width:600px;margin:0 auto 20px}.home-secondary .button{width:100%;max-width:400px}.cards{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-direction:column;flex-direction:column;padding:40px 0}.card{background:#fff;padding:20px;border-radius:10px;text-align:left;margin-bottom:20px}.card p{font-size:16px;color:#29335c}.card img{border-radius:10px;margin-bottom:20px}.card a{color:#00c1cc;font-weight:bold;display:inline-block;text-align:center;width:100%;font-size:18px}.card h3{border-bottom:3px solid #f3a712;padding-bottom:10px;margin:0 0 20px 0;text-align:center;color:#29335c}@media (min-width: 600px){.cards{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row}.card{width:calc(50% - 20px);margin-bottom:0}}
</style>
<link href="/build/p-22b4722f.js" rel="modulepreload">
<link href="/build/p-c65040e9.js" rel="modulepreload">
<link href="/build/p-ea787fa0.js" rel="modulepreload">
<link href="/build/p-3c0900f8.js" rel="modulepreload">
<script data-resources-url="/build/" data-stencil data-stencil-namespace="app" src="/build/p-22b4722f.js" type="module"></script>
<script data-stencil nomodule src="/build/app.js"></script>
<style data-m>
@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap");@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;700&display=swap"); html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:0.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}
</style>
<link href="/images/favicons/apple-icon-57x57.png" rel="apple-touch-icon" sizes="57x57">
<link href="/images/favicons/apple-icon-60x60.png" rel="apple-touch-icon" sizes="60x60">
<link href="/images/favicons/apple-icon-72x72.png" rel="apple-touch-icon" sizes="72x72">
<link href="/images/favicons/apple-icon-76x76.png" rel="apple-touch-icon" sizes="76x76">
<link href="/images/favicons/apple-icon-114x114.png" rel="apple-touch-icon" sizes="114x114">
<link href="/images/favicons/apple-icon-120x120.png" rel="apple-touch-icon" sizes="120x120">
<link href="/images/favicons/apple-icon-144x144.png" rel="apple-touch-icon" sizes="144x144">
<link href="/images/favicons/apple-icon-152x152.png" rel="apple-touch-icon" sizes="152x152">
<link href="/images/favicons/apple-icon-180x180.png" rel="apple-touch-icon" sizes="180x180">
<link href="/images/favicons/android-icon-192x192.png" rel="icon" sizes="192x192" type="image/png">
<link href="/images/favicons/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
<link href="/images/favicons/favicon-96x96.png" rel="icon" sizes="96x96" type="image/png">
<link href="/images/favicons/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png">
<meta content="#ffffff" name="msapplication-TileColor">
<meta content="/images/favicons/ms-icon-144x144.png" name="msapplication-TileImage">
<meta content="#ffffff" name="theme-color">
<meta content="summary_large_image" name="twitter:card">
<meta content="@pizzatothepolls" name="twitter:site">
<meta content="@pizzatothepolls" name="twitter:creator">
<meta content="Pizza to the Polls 🍕🇺🇸" name="twitter:title">
<meta content="Pizza to the Polls is making democracy delicious by delivering free food for all to polling places with long lines. Send us reports of long lines and we'll send in the delicious reinforcements." name="twitter:description">
<meta content="https://polls.pizza/images/social.png" name="twitter:image">
<meta content="https://polls.pizza" property="og:url">
<meta content="website" property="og:type">
<meta content="Pizza to the Polls 🍕🇺🇸" property="og:title">
<meta content="Pizza to the Polls is making democracy delicious by delivering free food for all to polling places with long lines. Send us reports of long lines and we'll send in the delicious reinforcements." property="og:description">
<meta content="https://polls.pizza/social.png" property="og:image">
<link href="https://polls.pizza/" rel="canonical">
</head>
<body>
<app-root class="hydrated" s-id="1">
<!--r.1-->
<header c-id="1.0.0.0" class="header">
<stencil-route-link c-id="1.1.1.0" class="hydrated" s-id="2">
<!--r.2-->
<!--o.1.2-->
<a c-id="2.0.0.0" class="link-active" href="/">
<!--s.2.1.1.0.-->
<img alt="Pizza to the Polls" c-id="1.2.2.0" src="/images/lockup.png">
</a>
</stencil-route-link>
<ul c-id="1.3.1.1" class="menu" id="menu">
<li c-id="1.4.2.0">
<stencil-route-link c-id="1.5.3.0" class="hydrated" s-id="3">
<!--r.3-->
<!--o.1.6-->
<a c-id="3.0.0.0" href="/report">
<!--s.3.1.1.0.-->
<!--t.1.6.4.0-->
Report
</a>
</stencil-route-link>
</li>
<li c-id="1.7.2.1">
<stencil-route-link c-id="1.8.3.0" class="hydrated" s-id="4">
<!--r.4-->
<!--o.1.9-->
<a c-id="4.0.0.0" href="/donate">
<!--s.4.1.1.0.-->
<!--t.1.9.4.0-->
Donate
</a>
</stencil-route-link>
</li>
<li c-id="1.10.2.2">
<stencil-route-link c-id="1.11.3.0" class="hydrated" s-id="5">
<!--r.5-->
<!--o.1.12-->
<a c-id="5.0.0.0" href="/about">
<!--s.5.1.1.0.-->
<!--t.1.12.4.0-->
About
</a>
</stencil-route-link>
</li>
</ul>
</header>
<main c-id="1.13.0.1">
<stencil-router c-id="1.14.1.0" class="hydrated" s-id="6">
<!--r.6-->
<!--o.1.15-->
<!--s.6.0.0.0.-->
<stencil-route-switch c-id="1.15.2.0" class="hydrated" group="6460-7646-6923-2130" s-id="7">
<!--r.7-->
<!--o.1.16-->
<!--o.1.17-->
<!--o.1.18-->
<!--o.1.19-->
<!--o.1.20-->
<!--o.1.21-->
<!--o.1.22-->
<!--o.1.23-->
<!--o.1.24-->
<!--o.1.25-->
<!--s.7.0.0.0.-->
<stencil-route c-id="1.16.3.0" class="hydrated" group="6460-7646-6923-2130" s-id="8">
<!--r.8-->
<page-home c-id="8.0.0.0" class="hydrated" s-id="9">
<!--r.9-->
<div c-id="9.0.0.0">
<section c-id="9.1.1.0" class="hero">
<div c-id="9.2.2.0" class="intro">
<div c-id="9.3.3.0" class="container">
<p c-id="9.4.4.0">
<!--t.9.5.5.0-->
Pizza to the Polls is making democracy delicious by delivering free food for all to polling places with long lines.
</p>
<p c-id="9.6.4.1">
<!--t.9.7.5.0-->
Send us reports of long lines and we'll send in the delicious reinforcements.
</p>
</div>
</div>
<div c-id="9.8.2.1" class="dashboard">
<div c-id="9.9.3.0" class="container">
<div c-id="9.10.4.0" class="stats">
<h2 c-id="9.11.5.0" class="display">
<!--t.9.12.6.0-->
2020 Election Totals
</h2>
<div c-id="9.13.5.1" class="stats__row">
<div c-id="9.14.6.0" class="stat">
<span c-id="9.15.7.0" class="stat__number">
<!--t.9.16.8.0-->
2,118
</span>
<span c-id="9.17.7.1" class="stat__label">
<!--t.9.18.8.0-->
Pizzas sent
</span>
</div>
<div c-id="9.19.6.1" class="stat">
<span c-id="9.20.7.0" class="stat__number">
<!--t.9.21.8.0-->
182
</span>
<span c-id="9.22.7.1" class="stat__label">
<!--t.9.23.8.0-->
Polling places
</span>
</div>
<div c-id="9.24.6.2" class="stat">
<span c-id="9.25.7.0" class="stat__number">
<!--t.9.26.8.0-->
19
</span>
<span c-id="9.27.7.1" class="stat__label">
<!--t.9.28.8.0-->
States
</span>
</div>
<div c-id="9.29.6.3" class="stat">
<span c-id="9.30.7.0" class="stat__number">
<!--t.9.31.8.0-->
$75,223
</span>
<span c-id="9.32.7.1" class="stat__label">
<!--t.9.33.8.0-->
Raised in 2020
</span>
</div>
</div>
<a c-id="9.34.5.2" class="button primary" href="/report">
<!--t.9.35.6.0-->
Report a line
</a>
<a c-id="9.36.5.3" class="stat__link" href="/activity">
<!--t.9.37.6.0-->
View recent deliveries
</a>
</div>
</div>
<div c-id="9.38.3.1" class="dashboard-bg"></div>
</div>
</section>
<section c-id="9.39.1.1" class="home-secondary">
<div c-id="9.40.2.0" class="container">
<p c-id="9.41.3.0">
<!--t.9.42.4.0-->
Pizza to the Polls is a nonpartisan, nonprofit initiative founded in 2016 with a simple mission: deliver food to crowded polling locations.
</p>
<a c-id="9.43.3.1" class="button secondary" href="/donate">
<!--t.9.44.4.0-->
Donate
</a>
<div c-id="9.45.3.2" class="cards">
<div c-id="9.46.4.0" class="card">
<h3 c-id="9.47.5.0">
<!--t.9.48.6.0-->
Food trucks
</h3>
<img alt="Food truck" c-id="9.49.5.1" src="/images/truck.jpg">
<p c-id="9.50.5.2">
<!--t.9.51.6.0-->
For the 2020 election season, we’re launching a food truck program in 25 cities around the country for early voting and election day.
</p>
<a c-id="9.52.5.3" href="/trucks">
<!--t.9.53.6.0-->
Learn more
</a>
</div>
<div c-id="9.54.4.1" class="card">
<h3 c-id="9.55.5.0">
<!--t.9.56.6.0-->
On-demand
</h3>
<img alt="Pizza at a polling location" c-id="9.57.5.1" src="/images/pics/photo_5.jpg">
<p c-id="9.58.5.2">
<!--t.9.59.6.0-->
Our signature program is back and we need you to help by reporting crowded polling places and then sticking around to make sure food gets delivered safely.
</p>
<a c-id="9.60.5.3" href="/on-demand">
<!--t.9.61.6.0-->
Learn more
</a>
</div>
</div>
</div>
</section>
</div>
</page-home>
</stencil-route>
<stencil-route c-id="1.17.3.1" class="hydrated" s-id="10">
<!--r.10-->
</stencil-route>
<stencil-route c-id="1.18.3.2" class="hydrated" s-id="11">
<!--r.11-->
</stencil-route>
<stencil-route c-id="1.19.3.3" class="hydrated" s-id="12">
<!--r.12-->
</stencil-route>
<stencil-route c-id="1.20.3.4" class="hydrated" s-id="13">
<!--r.13-->
</stencil-route>
<stencil-route c-id="1.21.3.5" class="hydrated" s-id="14">
<!--r.14-->
</stencil-route>
<stencil-route c-id="1.22.3.6" class="hydrated" s-id="15">
<!--r.15-->
</stencil-route>
<stencil-route c-id="1.23.3.7" class="hydrated" s-id="16">
<!--r.16-->
</stencil-route>
<stencil-route c-id="1.24.3.8" class="hydrated" s-id="17">
<!--r.17-->
</stencil-route>
<stencil-route c-id="1.25.3.9" class="hydrated" s-id="18">
<!--r.18-->
</stencil-route>
</stencil-route-switch>
</stencil-router>
</main>
<footer c-id="1.26.0.2">
<div c-id="1.27.1.0" class="container">
<div c-id="1.28.2.0" class="clearfix" id="mc_embed_signup" style="clear: left; width: 100%; max-width: 500px; margin: 0 auto 40px auto;">
<form action="https://pizza.us14.list-manage.com/subscribe/post?u=ff4b828d01c30e7ef1de2e24b&id=a2d940b77b" c-id="1.29.3.0" class="validate" id="mc-embedded-subscribe-form" method="post" name="mc-embedded-subscribe-form" novalidate target="_blank">
<div c-id="1.30.4.0" id="mc_embed_signup_scroll">
<label c-id="1.31.5.0" htmlfor="mce-EMAIL">
<!--t.1.32.6.0-->
Sign up for updates
</label>
<input c-id="1.33.5.1" class="email" id="mce-EMAIL" name="EMAIL" placeholder="email address" required type="email" value="">
<input c-id="1.34.5.2" class="button" id="mc-embedded-subscribe" name="subscribe" type="submit" value="Subscribe">
<div aria-hidden="true" c-id="1.35.5.3" style="position: absolute; left: -5000px;">
<input c-id="1.36.6.0" name="b_ff4b828d01c30e7ef1de2e24b_a2d940b77b" readonly tabindex="-1" type="text" value="">
</div>
</div>
</form>
</div>
<div c-id="1.37.2.1" class="footer-nav">
<ul c-id="1.38.3.0">
<li c-id="1.39.4.0">
<stencil-route-link c-id="1.40.5.0" class="hydrated" s-id="19">
<!--r.19-->
<!--o.1.41-->
<a c-id="19.0.0.0" href="/about">
<!--s.19.1.1.0.-->
<!--t.1.41.6.0-->
About
</a>
</stencil-route-link>
</li>
<li c-id="1.42.4.1">
<stencil-route-link c-id="1.43.5.0" class="hydrated" s-id="20">
<!--r.20-->
<!--o.1.44-->
<a c-id="20.0.0.0" href="/partners">
<!--s.20.1.1.0.-->
<!--t.1.44.6.0-->
Partners
</a>
</stencil-route-link>
</li>
<li c-id="1.45.4.2">
<stencil-route-link c-id="1.46.5.0" class="hydrated" s-id="21">
<!--r.21-->
<!--o.1.47-->
<a c-id="21.0.0.0" href="/press">
<!--s.21.1.1.0.-->
<!--t.1.47.6.0-->
Press
</a>
</stencil-route-link>
</li>
<li c-id="1.48.4.3">
<a c-id="1.49.5.0" href="mailto:[email protected]">
<!--t.1.50.6.0-->
Contact us
</a>
</li>
</ul>
<ul c-id="1.51.3.1">
<li c-id="1.52.4.0">
<stencil-route-link c-id="1.53.5.0" class="hydrated" s-id="22">
<!--r.22-->
<!--o.1.54-->
<a c-id="22.0.0.0" href="/trucks">
<!--s.22.1.1.0.-->
<!--t.1.54.6.0-->
Food trucks
</a>
</stencil-route-link>
</li>
<li c-id="1.55.4.1">
<stencil-route-link c-id="1.56.5.0" class="hydrated" s-id="23">
<!--r.23-->
<!--o.1.57-->
<a c-id="23.0.0.0" href="/on-demand">
<!--s.23.1.1.0.-->
<!--t.1.57.6.0-->
On-demand
</a>
</stencil-route-link>
</li>
<li c-id="1.58.4.2">
<stencil-route-link c-id="1.59.5.0" class="hydrated" s-id="24">
<!--r.24-->
<!--o.1.60-->
<a c-id="24.0.0.0" href="/covid">
<!--s.24.1.1.0.-->
<!--t.1.60.6.0-->
COVID safety
</a>
</stencil-route-link>
</li>
</ul>
<ul c-id="1.61.3.2" class="social">
<li c-id="1.62.4.0">
<a c-id="1.63.5.0" class="twitter" href="https://twitter.com/pizzatothepolls" target="blank">
<img alt="Twitter" c-id="1.64.6.0" src="/images/twitter.svg">
</a>
</li>
<li c-id="1.65.4.1">
<a c-id="1.66.5.0" class="facebook" href="https://facebook.com/pizzatothepolls" target="blank">
<img alt="Facebook" c-id="1.67.6.0" src="/images/facebook.svg">
</a>
</li>
<li c-id="1.68.4.2">
<a c-id="1.69.5.0" class="instagram" href="https://www.instagram.com/pizzatothepolls/" target="blank">
<img alt="Instagram" c-id="1.70.6.0" src="/images/instagram.svg">
</a>
</li>
</ul>
</div>
</div>
</footer>
</app-root>
<script data-m>
(function(e,t,a,n,c,o,s){e["GoogleAnalyticsObject"]=c;e[c]=e[c]||function(){(e[c].q=e[c].q||[]).push(arguments)},e[c].l=1*new Date;o=t.createElement(a),s=t.getElementsByTagName(a)[0];o.async=1;o.src=n;s.parentNode.insertBefore(o,s)})(window,document,"script","https://www.google-analytics.com/analytics.js","ga");ga("create","UA-86946159-1","auto");ga("send","pageview");
</script>
<script src="https://checkout.stripe.com/checkout.js"></script>
<script src="https://js.stripe.com/v3/"></script>
<script src="/js/tinyxhr.js"></script>
<script src="/js/main.js"></script>
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBb_IhCGGA3lt72lYpPy5rhQycPBKFDssw&libraries=places&callback=initAutocomplete&sensor=false"></script>
</body>
</html>