-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (40 loc) · 2.2 KB
/
index.html
File metadata and controls
52 lines (40 loc) · 2.2 KB
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta charset="utf-8" />
<title>GleanKY Site Map</title>
<!-- Leaflet -->
<!-- Mapbox -->
<script src='https://api.mapbox.com/mapbox.js/v2.3.0/mapbox.js'></script>
<link href='https://api.mapbox.com/mapbox.js/v2.3.0/mapbox.css' rel='stylesheet' />
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
<!-- JQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<!-- Latest compiled and minified Bootstrap -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<link href='https://fonts.googleapis.com/css?family=Varela+Round' rel='stylesheet' type='text/css'>
<link href='css/glean.css' rel='stylesheet' type='text/css'>
</head>
<body>
<div id='map'></div>
<div id='side-panel'>
<h1></h1>
<div id='header'>
<div id='logo'>
<a href="http://www.gleanky.org"><img src="http://www.gleanky.org/wp-content/uploads/2014/10/logo.png" alt="Glean KY" title=""></a>
</div>
</div>
<h1>Recipient Sites</h1>
<div id='poptext'>
<h2 style="font-size: 24px">Click on the map to learn more about our partners.</h2>
<p>These are the organizations, ministries and other groups that receive food via GleanKY for hot meal programs or distribution. GleanKY produce is never sold and is intended only for food insecure individuals and families.</p>
<p><a href="http://www.gleanky.org/contact-us/">Email us </a>if your organization should be included.</p>
</div>
</div>
<script src="js/map.js"></script>
</body>
</html>