This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
302 lines (277 loc) · 12.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Welcome to FoodSpan</title>
<meta name="description" content="FoodSpan works in your kitchen to help you save food, time, and money, simply by swiping and attaching a tag. Not only does your leftover spaghetti not become a science experiment, but you can save hundreds of dollars every year! Plus, FoodSpan is always available using our suite of web and mobile applications, so you always know what's cool in your fridge.
" />
<meta name="keywords" content="FoodSpan, food, insecurity, product, fridge, refridgerator, save, waste, foodspan, webspan">
<link rel="icon" href="/favicon.ico" />
<link rel="stylesheet" href="/css/main.css" />
<link rel="stylesheet" href="/css/bootstrap.min.css" />
<link rel="stylesheet" href="/css/material-kit.min.css" />
<link rel="stylesheet" href="/css/animate.min.css" />
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/font-awesome.min.css" />
<link rel="stylesheet" type="text/css" href="/css/fonts.css" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css' />
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css' />
<script src="/js/google-analytics.js"></script>
<link rel="canonical" href="https://foodspan.github.io/" />
<link rel="alternate" type="application/rss+xml" title="FoodSpan" href="https://foodspan.github.io/feed.xml" />
<link type="text/plain" rel="author" href="https://foodspan.github.io/humans.txt" />
</head>
<body>
<nav class="navbar navbar-fixed-top" style="background-color:#98DA8E;color:white;">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-container" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">FoodSpan</a>
</div>
<div class="collapse navbar-collapse" id="navbar-container">
<ul class="nav navbar-nav">
<li>
<a href="/about/">About <span class="sr-only">About the FoodSpan Product</span></a>
</li>
<li>
<a href="/blog/">Blog <span class="sr-only">The FoodSpan Blog</span></a>
</li>
<li>
<a href="/shop/">Shop <span class="sr-only">The FoodSpan Shop</span></a>
</li>
<li>
<a href="/team/">Team <span class="sr-only">About the FoodSpan Team</span></a>
</li>
<li>
<a href="/contact/">Contact Us <span class="sr-only">Contact the FoodSpan Team</span></a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="https://foodspan.github.io/foodspan-app/" class="btn btn-white btn-raised btn-round">Mobile App <span class="sr-only">The FoodSpan Mobile Companion App</span></a>
</li>
<li>
<a href="https://matthewwang.me/foodspan-website/webspan/" class="btn btn-white btn-raised btn-round">
WebSpan <span class="sr-only">The FoodSpan Web Companion App</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container" style="padding-top:10px;">
<div class="alert alert-warning">
<div class="alert-icon">
<i class="material-icons">warning</i>
</div>
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true"><i class="material-icons">clear</i></span>
</button>
You're reading this website in English. <a href="/fr/">Voyez en français.</a>
</div>
<div class="card" style="background-image: url('/img/kitchen.jpg');background-size: cover;background-position:center;">
<div class="content">
<div class="row" style="padding-top:50px;">
<div class="col-sm-4" style="text-align:right;">
<div class="card" style="max-width:50%;margin-left: auto;margin-right: auto;">
<img class="img-rounded img-responsive" src="/img/logo.png" alt="Food Span Logo" />
</div>
</div>
<div class="col-sm-8">
<div class="card">
<div class="content">
<h1 class="title">FoodSpan</h1>
<p class="lead">
FoodSpan works in your kitchen to help you save food, time, and money, simply by swiping and attaching a tag. Not only does your leftover spaghetti not become a science experiment, but you can save hundreds of dollars every year! Plus, FoodSpan is always available using our suite of web and mobile applications, so you always know what's fresh in your fridge.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="card">
<div class="content">
<div class="text-center">
<h2 class="title">The FoodSpan Core</h2>
<h5 class="description">FoodSpan features two core aspects: a Control Panel, and a Tag. Using FoodSpan is simple: just attach the tag to your food container, swipe it past your Control Panel, and click a category button. Then, the Control Panel alerts you to how long food has been in the fridge, and through our companion apps, can tell you when the food is going to expire!</h5>
</div>
<div class="row">
<div class="col-md-3">
<h4 class="title"><i class="material-icons text-success" aria-hidden="true">check</i> Simple</h4>
<p>FoodSpan is designed to be as simple as possible: just attach the tag, swipe, and press a button!</p>
<div style="padding-top:20px;"></div>
<h4 class="title"><i class="material-icons" aria-hidden="true">build</i> Effective</h4>
<p>FoodSpan features a robust software and hardware infrastructure, with a large featureset and companion apps to boot!</>
</div>
<div class="col-md-6">
<img class="img-responsive" src="/img/shop/control-panel.png" alt="product display" />
</div>
<div class="col-md-3">
<h4 class="title"><i class="material-icons text-warning" aria-hidden="true">filter_vintage</i> Sustainable</h4>
<p>FoodSpan helps you save food by helping you use your food before it spoils!</p>
<div style="padding-top:20px;"></div>
<h4 class="title"><i class="material-icons text-success" aria-hidden="true">attach_money</i> Affordable</h4>
<p>FoodSpan costs only $49, or 5% of the amount the average Canadian spends on food waste in one year!</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="card card-pricing">
<div class="content">
<h6 class="category text-success">FoodSpan Starter Kit</h6>
<h1 class="card-title"><small>$</small>49.99</h1>
<ul>
<li><i class="material-icons text-success" aria-hidden="true">check</i> FoodSpan Control Panel</li>
<li><i class="material-icons text-success" aria-hidden="true">check</i> 10 FoodSpan Tags</li>
<li><i class="material-icons text-success" aria-hidden="true">check</i> Mobile and Web App Access</li>
<li><i class="material-icons text-success" aria-hidden="true">check</i> Lifetime Support</li>
</ul>
<a href="/shop/starter-kit/" class="btn btn-primary btn-round">
Purchase Now
</a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card card-pricing">
<div class="content">
<h6 class="category text-success">FoodSpan Family Kit</h6>
<h1 class="card-title"><small>$</small>59.99</h1>
<ul>
<li><i class="material-icons text-success" aria-hidden="true">check</i> FoodSpan Control Panel</li>
<li><i class="material-icons text-success" aria-hidden="true">check</i> 30 FoodSpan Tags</li>
<li><i class="material-icons text-success" aria-hidden="true">check</i> Mobile and Web App Access</li>
<li><i class="material-icons text-success" aria-hidden="true">check</i> Lifetime Support</li>
</ul>
<a href="/shop/family-kit/" class="btn btn-primary btn-round">
Purchase Now
</a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card card-pricing">
<div class="content">
<h6 class="category text-success">FoodSpan Big Box Kit</h6>
<h1 class="card-title"><small>$</small>69.99</h1>
<ul>
<li><i class="material-icons text-success" aria-hidden="true">check</i> FoodSpan Control Panel</li>
<li><i class="material-icons text-success" aria-hidden="true">check</i> 50 FoodSpan Tags</li>
<li><i class="material-icons text-success" aria-hidden="true">check</i> Mobile and Web App Access</li>
<li><i class="material-icons text-success" aria-hidden="true">check</i> Lifetime Support</li>
</ul>
<a href="/shop/big-box-kit/" class="btn btn-primary btn-round">
Purchase Now
</a>
</div>
</div>
</div>
</div>
<div class="card card-background" style="background-image: url('/img/blog/default.png')">
<div class="content">
<div class="card">
<div class="content">
<h2>Latest Blog Post</h2>
<h6>Sep 1, 2016 • Matthew Wang</h6>
<a href="/staff/2016/09/01/foodspan-staff-memories.html">
<h3>The FoodSpan Staff's Best Memories</h3>
</a>
<p>As our final time crunch for FoodSpan ends, we asked our FoodSpan staff what their fondest memories of FoodSpan were. Here are their responses:</p>
<a href="/staff/2016/09/01/foodspan-staff-memories.html" class="btn btn-simple">
<i class="material-icons" aria-hidden="true">subject</i> Read Article
</a>
</div>
</div>
</div>
</div>
<div class="card">
<div class="content">
<h1 class="text-center">What are you waiting for?</h1>
<div class="row">
<div class="col-sm-6" style="text-align:right;">
<a class="btn btn-info btn-round" href="/about/">Learn More About FoodSpan</a>
</div>
<div class="col-sm-6">
<a class="btn btn-success btn-round" href="/shop/">Take Me To The Shop</a>
</div>
</div>
</div>
</div>
</div>
<footer class="footer footer-black">
<div class="container">
<a href="/">FoodSpan</a>
<ul class="pull-center">
<li>
<a href="/about/">
About <span class="sr-only">About the FoodSpan Product</span>
</a>
</li>
<li>
<a href="https://foodspan.github.io/foodspan-app/">
App <span class="sr-only">The FoodSpan Web Companion App</span>
</a>
</li>
<li>
<a href="/blog/">
Blog <span class="sr-only">The FoodSpan Blog</span>
</a>
</li>
<li>
<a href="/shop/">
Shop <span class="sr-only">The FoodSpan Shop</span>
</a>
</li>
<li>
<a href="/team/">
Team <span class="sr-only">About the FoodSpan Team</span>
</a>
</li>
<li>
<a href="/contact/">
Contact Us <span class="sr-only">Contact the FoodSpan Team</span>
</a>
</li>
</ul>
<ul class="social-buttons pull-right">
<li>
<a href="/">English</a>
</li>
<li>
<a href="/fr">Français</a>
</li>
<li>
<a href="https://twitter.com/FoodSpanCA" target="_blank" class="btn btn-just-icon btn-simple">
<i class="fa fa-twitter"></i> <span class="sr-only">FoodSpan Twitter Page</span>
</a>
</li>
<li>
<a href="https://www.facebook.com/FoodSpanCA/" target="_blank" class="btn btn-just-icon btn-simple">
<i class="fa fa-facebook-square"></i> <span class="sr-only">FoodSpan Facebook Page</span>
</a>
</li>
<li>
<a href="https://github.com/FoodSpan" target="_blank" class="btn btn-just-icon btn-simple">
<i class="fa fa-github"></i> <span class="sr-only">FoodSpan GitHub Organisation</span>
</a>
</li>
</ul>
</div>
</footer>
<script src="/js/jquery.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/material.min.js"></script>
<script src="/js/material-kit.min.js"></script>
</body>
</html>