-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
140 lines (109 loc) · 7.15 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Food Bank Support</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="icon" href="assets/favicon.png">
</head>
<body>
<div class="container">
<div class="row justify-content-center" style="width:100vw;">
<nav class="navbar navbar-light navbar-expand-md" style="width:90vw">
<div class="row container-fluid">
<div class="col-md-3 col-sm">
<a class="navbar-brand" ><img src="assets/favicon.png" width="30" height="30"> Food Bank Support</a>
<button data-toggle="collapse" data-target="#navcol-1" class="navbar-toggler">
<span class="sr-only">Toggle navigation</span><span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="col-md-3 col-sm order-md-last">
<div class="collapse navbar-collapse"
id="navcol-1">
<ul class="nav navbar-nav ml-auto">
<li role="presentation" class="nav-item"><a class="nav-link" data-toggle="popover" data-trigger="focus" data-html="true"rel="popover" href="#" data-original-title="About" data-placement="bottom" id="about">About</a></li>
<li role="presentation" class="nav-item"><a class="nav-link" data-toggle="popover" data-trigger="focus" data-html="true"rel="popover" href="#" data-original-title="Contact" data-placement="bottom" id="contact">Contact</a></li>
</ul>
</div>
</div>
<div class="col-md-6 col-sm">
<form class="form-inline input-group">
<!-- <input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button> -->
<input type="text" class="form-control" placeholder="Enter a Zip Code, Neighborhood and City, or Full Address" aria-label="Zip Code / Neighborhood, City, State / Address" aria-describedby="basic-addon2" id="zipCode">
<div class="input-group-append">
<button class="btn btn-outline-secondary" type="button" id="submit">Search</button>
</div>
</form>
</div>
</div>
</nav>
</div>
<div class="row" style="height: 85vh; width: 100vw">
<div class="col-md-3" style="height: 100%">
<div class="row container-fluid">
<span id="filter">
Filter Results
<svg class="bi bi-filter" width="1.5rem" height="1.5rem" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M6 10.5a.5.5 0 01.5-.5h3a.5.5 0 010 1h-3a.5.5 0 01-.5-.5zm-2-3a.5.5 0 01.5-.5h7a.5.5 0 010 1h-7a.5.5 0 01-.5-.5zm-2-3a.5.5 0 01.5-.5h11a.5.5 0 010 1h-11a.5.5 0 01-.5-.5z" clip-rule="evenodd"/>
</svg>
</span>
<div class="collapse multi-collapse" id="checkboxes">
<div class="card card-body">
<div class="form-check">
<input class="form-check-input active" type="checkbox" value="" id="seniors" checked>
<label class="form-check-label" for="seniors">
Seniors
</label>
</div>
<div class="form-check">
<input class="form-check-input active" type="checkbox" value="" id="youth" checked>
<label class="form-check-label" for="youth">
Youth
</label>
</div>
<div class="form-check active">
<input class="form-check-input" type="checkbox" value="" id="familiesWithChildren" checked>
<label class="form-check-label" for="familiesWithChildren">
Families with Children
</label>
</div>
<button class="btn btn-outline-secondary" type="button" id="searchboxFilter">Filter</button>
</div>
</div>
</div>
<div class="row" style="height: 100%;">
<div id="drawer" style="height: 93%; margin: 0 auto; overflow:auto; ">
<div id="searchList">
<ul class="list list-group"></ul>
</div>
</div>
</div>
</div>
<div class="col-md-9 order-first order-md-last" style="height: 100%">
<div class="row" style="height: 100%">
<div id="map" style="height: 100%; width: 100%"></div>
</div>
<br>
</div>
</div>
<footer>
<p><strong>Call Toll Free <a href="tel:+1-844-839-4334">1-844-839-4334</a> or text "FOOD" to
<a href="sms://877-877?body=FOOD">877-877</a> to get connected to free meals now</strong></p>
<small style="font-size: 9px;"> Made with ❤️ by <a href="https://www.rpal.me">@rpal</a>
</small>
</footer>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?libraries=places&key=AIzaSyCFvUcopI3fCfPwQ0cnOunLWnZ08G5ps2c"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/algoliasearch-lite.umd.js" integrity="sha256-MfeKq2Aw9VAkaE9Caes2NOxQf6vUa8Av0JqcUXUGkd0=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/instantsearch.production.min.js" integrity="sha256-6S7q0JJs/Kx4kb/fv0oMjS855QTz5Rc2hh9AkIUjUsk=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/list.js/1.5.0/list.js"></script>
<script type="text/javascript" src="helpers.js"></script>
<script type="text/javascript" src="main.js"></script>
</body>
</html>