-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
352 lines (331 loc) · 15.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="Find food pantries, school meal sites, and other food resources in Maine">
<meta name="author" content="OpenMaine Code for America Brigade">
<title>Maine Food Finder</title>
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="vendor/select2/css/select2.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link href="css/home.css" rel="stylesheet">
<link href="css/shared.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-custom navbar-dark fixed-top">
<div class="container-fluid">
<a class="navbar-brand navbar-header" href="#">Maine Food Finder</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="map.html?category=Food%20Pantry&category=Meal%20Sites">Food Pantries</a>
</li>
<li class="nav-item">
<a class="nav-link" href="map.html?category=School%20Meal%20Pickup">School Meals</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#other-resources">Other Resources</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<main id="page-content">
<!-- Header -->
<header class="py-5 mb-5" id="home">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-lg-12 text-center">
<h1 id="hero-title" class="display-4 text-white mt-5 mb-2 outline-text">
Maine Food Finder
</h1>
</div>
</div>
<div class="row" id="filter-container">
<div class="col-md-1 col-sm-0"></div>
<div class="col-md-10">
<h3 id="filter-header" class="text-dark text-center">
Find food pantries and school meal sites that are open during the COVID-19 pandemic
</h3>
<form id="search-form" class="mt-3">
<div class="row mb-5 d-flex align-items-center">
<div class="col-sm-6 col-12 mb-3 ">
<label class="top-label" for="town-zip-input">
<strong>Town or Zip Code</strong>
<select
class="form-control"
id="town-zip-input"
size="1"
class="form-control"
required>
</select>
<small class="text-muted">Search by Maine town or zip code</small>
</label>
</div>
<div class="col-sm-6 col-12 mb-3 hidden-lg">
<label for="radius-select"><strong>Radius</strong>
<select size="1" required class="form-control" id="radius-select" aria-describedby="hero-radius-help">
<option value=5>5</option>
<option value=10>10</option>
<option value=20>20</option>
<option value=30>30</option>
<option value=50>50</option>
</select>
</label>
<small id="hero-radius-help" class="form-text text-muted">Miles to search</small>
</div>
<div class="col-12">
<label for="category-select"><strong>Categories</strong>
<select required class="form-control"
aria-describedby="hero-category-help"
id="category-select"
name="category-select[]"
multiple="multiple">
</select>
</label>
<small id="hero-category-help" class="form-text text-muted">Select one or more categories</small>
</div>
</div>
<button type="submit" id="search-button" class="btn btn-primary btn-block">Search</button>
</form>
</div>
<div class="col-md-1 col-sm-0"></div>
</div>
<div id="header-credits" class="col-12 text-light mt-4 text-center">
Information provided by the
<a href="https://www.gsfb.org/" target="_blank" rel="noopener" title="Open Good Shepherd Food Bank website">Good Shepherd Food Bank</a>
and updated by volunteers from
<a href="https://mainerstogether.com/" target="_blank" rel="noopener" title="Mainers Together website">Mainers Together</a>
and
<a href="http://www.openmaine.org/" target="_blank" rel="noopener" title="OpenMaine website">OpenMaine</a>
</div>
</div>
</header>
<!-- Mission statement -->
<section class="container" id="mission">
<div class="row mb-5 mt-5">
<div class="col-12 text-center mb-4">
<h2 id="mission-title" class="text-dark text-uppercase">
Get the help your family needs.
</h2>
</div>
<div class="col-sm-7">
<div id="mission-text">
<ul style="padding-left: 16px;">
<li>
Use our interactive map to search for
<a href="map.html?category=Food%20Pantry&category=Meal%20Sites" target="_blank" title="Find pantries and meal sites">food pantries and meal sites</a> or
<a href="map.html?category=School%20Meal%20Pickup" target="_blank" title="Find school pickup sites">school meal pickup sites</a>
in your area.
</li>
<li>
Apply for food stamps in Maine by creating an account on
<a href="https://www1.maine.gov/benefits/account/login.html" target="_blank" rel="noopener" title="Apply for Maine food benefits">My Maine Connection</a>.
</li>
<li>
Get information on recent changes to food assistance programs by visiting
<a href="https://maineequaljustice.org/people/covid-19-resources/#food" target="_blank" rel="noopener" title="Go to Maine Equal Justice website">Maine Equal Justice</a>.
</li>
<li>
Please follow the
<a href="https://www.cdc.gov/coronavirus/2019-ncov/if-you-are-sick/steps-when-sick.html">
CDC's guidelines for what to do if you may have contracted COVID-19
</a>
if you or somebody you've had recent contact with feels sick.
</li>
</ul>
</div>
</div>
<div class="col-sm-5">
<img class="img-thumbnail" src="images/apple_red.jfif" alt="Dripping wet red apples"/>
</div>
</div>
</section>
<!-- About the data -->
<div class="alt-section-container">
<section class="container" id="about">
<div class="row mb-5 mt-5">
<div class="col-12 text-center mb-4">
<h2 id="data-title" class="text-dark text-uppercase">
About the data
</h2>
</div>
<div class="col-sm-7">
<div id="data-text">
We recommend that you call each pantry before going to pick up food.
This data is validated and updated by volunteers, but it can change quickly.
<div class="mt-2">
Follow all social distancing guidelines and the medical advice provided by the CDC when picking up food.
</div>
</div>
</div>
<div class="col-sm-5">
<img class="img-thumbnail" src="images/produce.jpg" alt="Stacks of vegetables"/>
</div>
</div>
</section>
</div>
<!-- Other resources -->
<section class="container" id="other-resources">
<div class="row mb-5 mt-5">
<div class="col-12 text-center mb-4">
<h2 id="other-resources-title" class="text-dark text-uppercase">Other Resources</h2>
</div>
<div class="col-12">
<div class="row" id="other-resources-text">
<div class="col-12 resource-container" style="padding-top: 0;">
<div class="resource-header">
<a href="https://www.gsfb.org/" alt="Good Shepherd Food Bank Website" target="_blank" rel="noopener">
Good Shepherd Food Bank
<i class="material-icons ml-1" title="open website">launch</i>
</a>
</div>
<div class="resource-description">Good Shepherd Food Bank and its network of 450+ agency partners — including food pantries and meal sites — is the largest hunger-relief organization in Maine</div>
</div>
<div class="col-12 resource-container">
<div class="resource-header">
<a href="https://211maine.org/" alt="2-1-1 Maine Website" target="_blank" rel="noopener">
2-1-1 Maine
<i class="material-icons ml-1" title="open website">launch</i>
</a>
</div>
<div class="resource-description">Information about Maine food pantries, meal sites, senior dining sites, and more.</div>
</div>
<div class="col-12 resource-container">
<div class="resource-header">
<a href="https://waysidemaine.org/community-resources" alt="Wayside Maine Website" target="_blank" rel="noopener">
Wayside Food Programs
<i class="material-icons ml-1" title="open website">launch</i>
</a>
</div>
<div class="resource-description">A list of community resources available, including food pantries and meals (breakfast & lunch) for youth up to age 18.</div>
</div>
<div class="col-12 resource-container">
<div class="resource-header">
<a href="https://www.maine.gov/dacf/ard/tefap/bytown.shtml" alt="Visit The Emergency Food Assistance Program website" target="_blank" rel="noopener">
The Emergency Food Assistance Program
<i class="material-icons ml-1" title="open website">launch</i>
</a>
</div>
<div class="resource-description">
The Emergency Food Assistance Program (TEFAP) is a federal program that helps supplement the diets of low-income Americans by providing them with emergency food assistance at no cost.
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact and social media -->
<div class="alt-section-container">
<section class="container mt-2" id="contact">
<div class="row mb-2">
<div class="col-12 text-center mb-4">
<h2 id="contact-title" class="text-dark text-uppercase">
Get in touch
</h2>
</div>
<div class="col-12">
This site was developed by the the Code for America Brigade <a href="http://openmaine.org/" target="_blank" rel="noopener" title="Open Maine website">OpenMaine</a> whose volunteers help design, develop, and improve civic systems in Maine.
</div>
<div class="col-12 mt-2">
Please reach out to us via e-mail or social media with any questions or for more information about how you can get involved!
</div>
<div class="row col-12 mt-4 text-center">
<div class="col-md-6">
<div class="mt-3">
<h3 class="h4">Email</h3>
<div>
<span>
<a href="mailto:hello@openmaine.org" target="_blank" title="Email hello@openmaine.org">
<span id="contact-email" class="mr-1">hello@openmaine.org</span>
<i class="fa fa-envelope"></i>
</a>
</span>
</div>
</div>
</div>
<div class="col-md-6 mt-3">
<h3 class="h4">Social Media</h3>
<ul class="list-inline mb-0" id="social-media-icons">
<li class="list-inline-item">
<a href="https://www.facebook.com/openmaine" target="_blank" rel="noopener" title="OpenMaine Facebook">
<i class="fab fa-fw fa-facebook-f"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://twitter.com/Open_Maine" target="_blank" rel="noopener" title="OpenMaine Twitter">
<i class="fab fa-fw fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/openmaine" target="_blank" rel="noopener" title="OpenMaine GitHub">
<i class="fab fa-fw fa-github"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://join.slack.com/t/openmaine/shared_invite/zt-57d28mv4-j~WPnaNxVq43GDX~3Te4Hg" target="_blank" rel="noopener" title="OpenMaine Slack">
<i class="fab fa-fw fa-slack"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- Feedback -->
<div class="row ml-2 mr-2">
<div class="col-12 mt-5 mb-5 bg-light emphasis-box text-center">
<h4 id="feedback-title" class="text-dark">
You can help make this site better!
</h4>
<hr>
<div class="row">
<div class="col-12">
<p id="feedback-line1">
Are we missing resources or publishing inaccurate data?
</p>
<p>Use <a id="feedback-form-url" href="https://docs.google.com/forms/d/e/1FAIpQLScU_dnHub1IHlaRI5h3nCxaaIS-HdBc0yFt9Pc94FYZ7z1eSg/viewform?usp=sf_link" target="_blank" title="Open feedback form">
our feedback form
</a> to let us know!</p>
</div>
</div>
</div>
</div>
</section>
<!-- /.about container -->
</div>
</main>
<!-- Footer -->
<footer class="py-5 bg-dark" id="home-footer">
<div class="container">
<p id="footer-text" class="m-0 text-center text-white">
Copyright © OpenMaine 2020
</p>
</div>
<!-- /.footer container -->
</footer>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-164928842-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-164928842-2');
</script>
<!-- Begin vendor js -->
<script src="vendor/handlebars/handlebars.min.js"></script>
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="vendor/select2/js/select2.min.js"></script>
<!-- End vendor js -->
<script src="dist/home.js"></script>
</body>
</html>