-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
212 lines (190 loc) · 9.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Home | Farming Concrete Mill</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="//farmingconcrete.org/barn/static/img/favicon.png" />
<link rel="shortcut icon" href="//farmingconcrete.org/barn/static/img/favicon.png" />
<link href="//cdnjs.cloudflare.com/ajax/libs/select2/4.0.0/css/select2.min.css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="css/style.min.css" />
<script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/select2/4.0.0/js/select2.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.4.13/d3.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.js"></script>
<script src="config.js"></script>
<script src="js/bundle.js"></script>
</head>
<body class="main-index-page">
<div class="row">
<div class="col-lg-10 col-lg-offset-1 col-sm-10 col-sm-offset-1" data-role="page">
<header>
<a href="/mill/"><img src="img/mill_logo.png" /></a>
<nav id="nav" class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div id="navbar-collapse" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a class="active" href="/mill/">mill</a></li>
<li><a href="about.html">about</a></li>
<li><a href="/barn/">barn</a></li>
<li><a href="/faq/">FAQ</a></li>
<li><a href="/">farmingconcrete.org</a></li>
</ul>
</div>
</div>
</nav>
</header>
<main id="main" data-role="content">
<div id="content">
<div class="row mill-explanation-row">
<div id="left">
<section class="intro-text">
<p>Welcome to the <a href="http://farmingconcrete.org">Farming Concrete</a> Mill, where you can download data stored in the <a href="/barn/">Barn</a>. The data was collected with the <a href="/barn/data-collection-toolkit/">Farming Concrete Data Collection Toolkit</a>, developed by the Design Trust for Public Space in collaboration with Farming Concrete. Read more at our <a href="about.html">about page</a>.</p>
</section>
</div>
<div id="right">
<div id="map"></div>
</div>
</div>
<section class="overview">
<h2><img src="img/overview.jpg" /></h2>
<div class="overview-list">
<div class="overview-list-item">
<div class="overview-list-item-number overview-gardens"></div>
<div class="overview-list-item-label">gardens recording data</div>
</div>
<div class="overview-list-item">
<div class="overview-list-item-number overview-cities"></div>
<div class="overview-list-item-label">cities recording data</div>
</div>
<div class="overview-list-item">
<div class="overview-list-item-number overview-harvest-pounds"></div>
<div class="overview-list-item-label">pounds of food harvested</div>
</div>
<div class="overview-list-item">
<div class="overview-list-item-number overview-compost-pounds"></div>
<div class="overview-list-item-label">pounds of compost</div>
</div>
<div class="overview-list-item overview-list-item-counting">and counting!</div>
</div>
</section>
<section class="filters">
<h2><img src="img/download_data.jpg" /></h2>
<form class="filters-form">
<div class="filters-item filters-metrics-row">
<div class="filters-item-label">
Methods:
</div>
<div class="filters-item-inputs">
<div class="col-md-6">
<select name="metric" multiple style="background: white;"></select>
</div>
</div>
</div>
<div class="filters-item filters-geo-row">
<div class="filters-item-label">
Where:
</div>
<div class="filters-item-inputs">
<div class="col-md-3">
<select name="state" style="background: white;">
<option value="">Select a state</option>
</select>
</div>
<div class="col-md-3">
<select name="city" disabled style="background: white;">
<option value="">Select a city</option>
</select>
</div>
<div class="col-md-3">
<select name="zip" disabled style="background: white;">
<option value="">Select a zip code</option>
</select>
</div>
</div>
</div>
<div class="filters-item filters-dates-row">
<div class="filters-dates-row-item">
<div class="filters-item-label">
Start date:
</div>
<div class="filters-item-inputs">
<input name="start" type="date" class="form-control" />
</div>
</div>
<div class="filters-dates-row-item">
<div class="filters-item-label">
End date:
</div>
<div class="filters-item-inputs">
<input name="end" type="date" class="form-control" />
</div>
</div>
</div>
<div class="filters-item filters-groups-row">
<div class="filters-item-label">
Groups:
</div>
<div class="filters-item-inputs">
<div class="col-md-3">
<select name="group" style="background: white;">
<option value="">Select group</option>
</select>
</div>
</div>
</div>
<div class="filters-item filters-types-row">
<div class="filters-item-label">
Garden types:
</div>
<div class="filters-item-inputs">
<div class="col-md-3">
<select name="garden_type" style="background: white;">
<option value="">Select garden type</option>
</select>
</div>
</div>
</div>
<div class="filters-actions">
<a class="btn btn-primary btn-submit" href="view.html">go</a>
</div>
</form>
</section>
</div>
</main>
<footer>
<a href="http://farmingconcrete.org"><img id="farming-concrete-logo" title="Farming Concrete" src="//farmingconcrete.org/barn/static/img/fc_logo_footer.jpg" /></a>
<a href="http://www.fiveboroughfarm.org/"><img id="fbf-logo" title="Five Borough Farm" src="//farmingconcrete.org/barn/static/img/fbf_logo_footer.jpg" /></a>, a project of the <a href="http://www.designtrust.org/">Design Trust for Public Space</a>.
<a href="http://creativecommons.org/licenses/by-sa/4.0/" class="pull-right"><img src="//farmingconcrete.org/barn/static/img/cc.png" /></a>
</footer>
</div>
</div>
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//analytics.ebrelsford.com/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', 2]);
var d=document, g=d.createElement('script'),
s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true;
g.defer=true; g.src=u+'piwik.js';
s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="//analytics.ebrelsford.com/piwik.php?idsite=2" style="border:0;" alt="" /></p></noscript>
<!-- End Piwik Code -->
</body>
</html>