-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
149 lines (119 loc) · 5.65 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
<!doctype html>
<html lang="en">
<head>
<!--
| Version 10.1.1
| Copyright 2012 Esri
|
| Licensed under the Apache License, Version 2.0 (the "License");
| you may not use this file except in compliance with the License.
| You may obtain a copy of the License at
|
| http://www.apache.org/licenses/LICENSE-2.0
|
| Unless required by applicable law or agreed to in writing, software
| distributed under the License is distributed on an "AS IS" BASIS,
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
| See the License for the specific language governing permissions and
| limitations under the License.
-->
<meta charset="utf-8">
<title>Salad Days Interactive</title>
<meta name="author" content="Esri Story Maps">
<meta name="description" content="An interactive showing farms from which Sweetgreen sources ingredients.">
<!--Facebook Open Graph-->
<meta property="og:title" content="Sweetgreen Produce Suppliers" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://storymaps.esri.com/stories/2019/salad-days-map/" />
<meta property="og:image" content="https://storymaps.esri.com/stories/2019/salad-days-map/resources/social.png" />
<meta property="og:site_name" content="Esri" />
<meta property="og:description" content="An interactive showing farms from which Sweetgreen sources ingredients."/>
<meta property="fb:app_id" content="475867552452282" />
<!--End Facebook-->
<!--Twitter Card Data-->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@EsriStoryMaps">
<!--Twitter Card Data-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link type="image/ico" rel="shortcut icon" href="resources/favicon.ico">
<link type="image/ico" rel="icon" href="resources/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i" rel="stylesheet">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"
integrity="sha512-puBpdR0798OZvTTbP4A8Ix/l+A4dHDD0DGqYW6RQ+9jxkRFclaxxQb/SJAWZfWAkuyeQUytO7+7N4QKrDh+drA=="
crossorigin=""/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"
crossorigin=""/>
<link rel="stylesheet" href="//unpkg.com/[email protected]/src/easy-button.css" />
<link rel="stylesheet" href="css/main.css">
<script src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"
integrity="sha512-nMMmRyTVoLYqjP9hrbed9S+FzjZHW5gY1TWCHA5ckwXZBadntCNs8kEqAWdrb9O7rxbCaA4lKTIWjDXZxflOcA=="
crossorigin=""></script>
<!-- Load Esri Leaflet from CDN -->
<script src="https://unpkg.com/[email protected]/dist/esri-leaflet.js"
integrity="sha512-YZ6b5bXRVwipfqul5krehD9qlbJzc6KOGXYsDjU9HHXW2gK57xmWl2gU6nAegiErAqFXhygKIsWPKbjLPXVb2g=="
crossorigin=""></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/PapaParse/4.6.1/papaparse.min.js"></script>
<script src="//unpkg.com/[email protected]/src/easy-button.js"></script>
<script src="js/SocialButtonBar.js"></script>
<script src="js/Provider.js"></script>
<script src="js/Ingredient.js"></script>
<script src="js/Creation.js"></script>
<script src="js/SelectionMachine.js"></script>
<script src="js/SaladMap.js"></script>
<script src="js/Table.js"></script>
<script src="js/main.js"></script>
<!--Google Analytics Start-->
<script type="text/javascript">
if (window.location.href.toLowerCase().indexOf("storymaps.esri.com") >= 0) {
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-26529417-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
}
</script>
<!--Google Analytics End-->
<!-- Adobe Analytics Start-->
<script src="//mtags.esri.com/tags.js"></script>
<!-- Adobe Analytics End-->
</head>
<body>
<div class="banner">
<a id="logo" href="https://www.esri.com" target="_blank">
<img src="resources/esri-logo.png">
</a>
<h1 id="title">Sweetgreen Farming Partners</h1>
<div class="social-button-bar"></div>
</div>
<div id="main">
<div id="search-container">
<p>This is a map of farms from which Sweetgreen sources its ingredients.</p>
<ul>
<li><div class="legend-item"></div>Fruit / Vegetable</li>
<li><div class="legend-item"></div>Dairy</li>
<li><div class="legend-item"></div>Other</li>
</ul>
<p>You can filter for a particular salad by choosing from dropdown below:</p>
<select id="creations">
<option>All providers</option>
</select>
</div>
<div id="results-container">
<div id="preface"></div>
<ul id="results"></ul>
<div id="footnotes"></div>
</div>
<div id="map"></div>
</div>
</body>
</html>