-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
459 lines (433 loc) · 15.8 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
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
<!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">
<meta name="description" content="Bucky Box, simple to use software for your CSA, Vegetable Box Scheme, Food Co-op, Artisan Bakery or Food Hub to automate orders, billing and delivery logistics">
<link href="favicon.gif" rel="shortcut icon">
<title>Bucky Box - Software for community supported agriculture, food co-ops, artisan bakers, vegetable box schemes and local food deliveries</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet" />
<link href="stylesheets/all.css" rel="stylesheet" />
<link rel="prefetch" href="/tour.html" /><link rel="prefetch" href="/team.html" /><link rel="prefetch" href="/security.html" /><link rel="prefetch" href="/privacy.html" /><link rel="prefetch" href="/hosting.html" /><link rel="prefetch" href="/about.html" /><link rel="prefetch" href="/" />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header id='header'>
<div class='container'>
<div class='navbar navbar-default' role='navigation'>
<div class='container-fluid'>
<div class='navbar-header'>
<button class='navbar-toggle' data-target='.navbar-collapse' data-toggle='collapse' type='button'>
<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='/'>
<img alt="Logo Buckybox" src="images/logo-buckybox.png" />
</a>
</div>
<div class='navbar-collapse collapse'>
<ul class='nav navbar-nav'>
<li class='active'>
<a href="/">Home</a>
</li>
<li class=''>
<a href="tour.html">Tour</a>
</li>
<li class=''>
<a href="hosting.html">Hosting</a>
</li>
<li>
<a href="https://blog.buckybox.com/">Blog</a>
</li>
<li class=''>
<a href="about.html">About</a>
</li>
</ul>
<ul class='nav navbar-nav navbar-right'>
<li>
<a href="https://my.buckybox.com/distributors/sign_in" target="_blank">Business Login</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class='container-fluid'>
<hr style='margin: 0'>
</div>
</header>
<div class='container-fluid' style='margin-top: -30px'>
<div class='row text-center'>
<div class='carousel slide' data-ride='carousel' id='carousel'>
<div class='carousel-caption'>
<div class='btn-group'>
<a class='btn btn-lg btn-primary' href='tour.html' role='button'>Open Source Software for Local Food</a>
</div>
</div>
<ol class='carousel-indicators'>
<li class='active' data-slide-to='0' data-target='#carousel'></li>
<li data-slide-to='1' data-target='#carousel'></li>
<li data-slide-to='2' data-target='#carousel'></li>
</ol>
<div class='carousel-inner'>
<div class='active item'>
<img class="img-responsive" alt="Bucky Box software helps Artisan Bakers, The Peoples Bread Company" src="images/hero-nz-peoples-bread-artisan-bakers-daef1a05.jpg" />
</div>
<div class='item'>
<img class="img-responsive" alt="Vegetable box deliveries by MP Cheap Fruit and Veg grew incredibly quickly with Bucky Box software" src="images/hero-au-mpcheap-vegbox-deliveries-42f0033b.jpg" />
</div>
<div class='item'>
<img class="img-responsive" alt="The back office administration is now quick and easy for the Local Veg Box, a UK vegetable box scheme" src="images/hero-nz-the-local-vegbox-deliveries-18051cf9.jpg" />
</div>
</div>
<a href="#carousel" class="carousel-control left" data-slide="prev"><span class='glyphicon glyphicon-chevron-left'></span>
</a><a href="#carousel" class="carousel-control right" data-slide="next"><span class='glyphicon glyphicon-chevron-right'></span>
</a></div>
</div>
</div>
<div class='container'>
<div class='row voffset-2'>
<h3 class='text-center'>Powering Local Food</h3>
</div>
<div id='home-powering-local-food'>
<div class='row'>
<div class='box col-sm-6'>
<div class='panel panel-default'>
<div class='panel-body'>
<div class='row'>
<div class='col-xs-4 visible-xs'>
<img class="img-responsive" alt="I Web Store" src="images/i-web-store-eb21fceb.png" />
</div>
<div class='col-xs-8'>
<h4>Web Store</h4>
<p>Your customers place single or standing orders through an easy to set up web store.</p>
</div>
<div class='col-xs-4 hidden-xs'>
<img class="img-responsive" alt="I Web Store" src="images/i-web-store-eb21fceb.png" />
</div>
</div>
</div>
</div>
</div>
<div class='box col-sm-6 text-right-sm'>
<div class='panel panel-default'>
<div class='panel-body'>
<div class='row'>
<div class='col-xs-4 visible-xs'>
<img class="img-responsive" alt="I Customer Database" src="images/i-customer-database-5abb1d9a.png" />
</div>
<div class='col-xs-4 hidden-xs'>
<img class="img-responsive" alt="I Customer Database" src="images/i-customer-database-5abb1d9a.png" />
</div>
<div class='col-xs-8'>
<h4>Customer Database</h4>
<p>Each of your customers can track their account balance, status and entire history through the customer database.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class='row text-center'>
<div class='col-md-12 visible-md visible-lg' style='margin-top: -70px; margin-bottom: -70px; z-index: 1'>
<img alt="I Loop" src="images/i-loop-fd84c4bc.png" />
</div>
</div>
<div class='row'>
<div class='box col-sm-6'>
<div class='panel panel-default'>
<div class='panel-body'>
<div class='row'>
<div class='col-xs-4 visible-xs'>
<img class="img-responsive" alt="I Payments" src="images/i-payments-9d1744b4.png" />
</div>
<div class='col-xs-8'>
<h4>Payments</h4>
<p>All manner of payment methods are available, and each payment is reconciled with the customer's account.</p>
</div>
<div class='col-xs-4 hidden-xs'>
<img class="img-responsive" alt="I Payments" src="images/i-payments-9d1744b4.png" />
</div>
</div>
</div>
</div>
</div>
<div class='box col-sm-6 text-right-sm'>
<div class='panel panel-default'>
<div class='panel-body'>
<div class='row'>
<div class='col-xs-4 visible-xs'>
<img class="img-responsive" alt="I Deliveries" src="images/i-deliveries-224430a3.png" />
</div>
<div class='col-xs-4 hidden-xs'>
<img class="img-responsive" alt="I Deliveries" src="images/i-deliveries-224430a3.png" />
</div>
<div class='col-xs-8'>
<h4>Fulfilment</h4>
<p>Deliveries and pickups are scheduled, packing lists are generated, and deliveries are reconciled.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class='row voffset-2'>
<h3 class='text-center'>Saving your time</h3>
</div>
<div class='panel panel-default text-center voffset'>
<div class='panel-body'></div>
<div class='row'>
<div class='col-md-2 voffset'>
<h3>2 days</h3>
<div class='text-muted'>Spreadsheets</div>
</div>
<div class='col-md-8'>
<img class="img-responsive" alt="I Time Savings" src="images/i-time-savings-d3f63ee2.png" />
</div>
<div class='col-md-2 voffset'>
<h3>2 hours</h3>
<div class='text-muted'>Bucky Box</div>
</div>
</div>
<div class='row voffset'>
<div class='col-md-8 col-md-offset-2'>
<p>
A typical food delivery business can spend up to 2 days per week on customer support and business administration.
With Bucky Box automating the most common tasks, we can get this down to 2 hours per week.
</p>
</div>
</div>
</div>
<div class='row text-center voffset-2'>
<div class='col-md-4 col-md-offset-4'>
<h3>Who uses Bucky Box?</h3>
<p>Bucky Box works best for food enterprises selling by recurring subscription directly to customers.</p>
</div>
</div>
<div id='home-who-uses-bb'>
<div class='row text-center voffset'>
<div class='operation col-xs-6 col-sm-4'>
<div style='background-image: url(images/usecase-community-supported-agriculture-dcaa0cf4.jpg)'>
<div class='text-container'>
<div class='text'>Community Supported Agriculture</div>
</div>
</div>
</div>
<div class='operation col-xs-6 col-sm-4'>
<div style='background-image: url(images/usecase-vegetable-box-scheme-52cc1703.jpg)'>
<div class='text-container'>
<div class='text'>Veg Box Schemes</div>
</div>
</div>
</div>
<div class='operation col-xs-6 col-sm-4'>
<div style='background-image: url(images/usecase-recipe-food-bag-9964c35d.jpg)'>
<div class='text-container'>
<div class='text'>Recipe Food Bag Schemes</div>
</div>
</div>
</div>
<div class='operation col-xs-6 col-sm-4'>
<div style='background-image: url(images/usecase-lunch-deliveries-9d1f6ac0.jpg)'>
<div class='text-container'>
<div class='text'>Lunch Deliveries</div>
</div>
</div>
</div>
<div class='operation col-xs-6 col-sm-4'>
<div style='background-image: url(images/usecase-artisan-bread-dafa6aa9.jpg)'>
<div class='text-container'>
<div class='text'>Artisan Bakers</div>
</div>
</div>
</div>
<div class='operation col-xs-6 col-sm-4'>
<div style='background-image: url(images/usecase-food-coop-and-buyers-club-256661d2.jpg)'>
<div class='text-container'>
<div class='text'>Food Co-op</div>
</div>
</div>
</div>
<div class='operation col-xs-6 col-xs-offset-3 col-sm-4 col-sm-offset-4'>
<div style='background: #71AACD'>
<div class='text-container' style='height: 157px'>
<div class='text'>
<strong><a href="mailto:[email protected]">Your Operations?</a></strong>
</div>
</div>
</div>
</div>
</div>
</div>
<div class='row text-center voffset-3'>
<div class='col-xs-6 col-sm-4 col-lg-2 press'>
<p>
<a href="https://www.fastcoexist.com/1679499/buckybox-helping-farmers-get-fresh-food-to-your-table" target="_blank"><img class="img-responsive" style="margin: auto" alt="Press Fastcompany" src="images/press-fastcompany-f1d2f3cb.png" /></a></p>
</div>
<div class='col-xs-6 col-sm-4 col-lg-2 press'>
<p>
<a href="https://blog.buckybox.com/2012/08/springwise-features-bucky-box/" target="_blank"><img class="img-responsive" style="margin: auto" alt="Press Springwise" src="images/press-springwise-9b1f988e.png" /></a></p>
</div>
<div class='col-xs-6 col-sm-4 col-lg-2 press'>
<p>
<a href="https://blog.buckybox.com/2012/06/unlimited-magazine-feature-bucky-box-and-social-enterprise/" target="_blank"><img class="img-responsive" style="margin: auto" alt="Press Unlimited" src="images/press-unlimited-0be9ae61.png" /></a></p>
</div>
<div class='col-xs-6 col-sm-4 col-lg-2 press'>
<p>
<a href="https://www.idealog.co.nz/blog/2012/02/bucky-box" target="_blank"><img class="img-responsive" style="margin: auto" alt="Press Idealog" src="images/press-idealog-91b43293.png" /></a></p>
</div>
<div class='col-xs-6 col-sm-4 col-lg-2 press'>
<p>
<a href="https://www.forumforthefuture.org/greenfutures/articles/web-based-app-simplifies-food-box-admin" target="_blank"><img class="img-responsive" style="margin: auto" alt="Press Greenfutures" src="images/press-greenfutures-d245afd3.png" /></a></p>
</div>
<div class='col-xs-6 col-sm-4 col-lg-2 press'>
<p>
<a href="https://seedstock.com/2012/01/16/nz-social-enterprise-bucky-box-to-simplify-distribution-for-sustainable-farmers-with-web-based-application/" target="_blank"><img class="img-responsive" style="margin: auto" alt="Press Seedstock" src="images/press-seedstock-02f09cf1.png" /></a></p>
</div>
</div>
<div class='row text-center voffset-2'>
<div class='col-md-12'>
<div class='btn-group voffset'>
<a class='btn btn-lg btn-primary' href='tour.html' role='button'>Take the Tour →</a>
</div>
</div>
</div>
</div>
<footer id='footer'>
<div class='container-fluid'>
<hr>
</div>
<div class='container'>
<div class='row' id='footer-links'>
<div class='visible-xs text-center'>
<div class='col-xs-12 col-sm-4'>
<div class='row'>
<div class='column col-xs-4'>
<ul class='list-unstyled'>
<li><a href="about.html">About</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="hosting.html">Hosting</a></li>
</ul>
</div>
<div class='column col-xs-4'>
<ul class='list-unstyled'>
<li><a href="https://blog.buckybox.com/">Blog</a></li>
<li><a href="https://api.buckybox.com/docs">API</a></li>
<li><a href="https://status.buckybox.com/">Status</a></li>
</ul>
</div>
<div class='column col-xs-4'>
<ul class='list-unstyled'>
<li><a href="privacy.html">Privacy</a></li>
<li><a href="security.html">Security</a></li>
<li><a href="https://help.buckybox.com/user-manual/">Help</a></li>
</ul>
</div>
</div>
</div>
<div class='col-xs-10 col-xs-offset-1 col-sm-5 col-sm-offset-3'>
<div class='row'>
<form action='https://buckybox.us2.list-manage.com/subscribe/post?u=d0edf30e8c43095234b807ef4&amp;id=aee7e97133' method='post' target='_blank'>
<div class='input-group'>
<span style='display: table-cell; position: absolute; left: 8px; top: 8px; z-index: 10'>
<span class='glyphicon glyphicon-envelope' style='opacity: 0.5'></span>
</span>
<input class='form-control' name='EMAIL' placeholder='Subscribe to our newsletter' required style='padding-left: 25px' type='email'>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups -->
<div style='position: absolute; left: -5000px;'>
<input name='b_d0edf30e8c43095234b807ef4_aee7e97133' type='text' value=''>
</div>
<span class='input-group-btn hidden-xs'>
<input class='btn btn-default' name='subscribe' type='submit' value='Subscribe'>
</span>
</div>
</form>
</div>
<div class='row' style='margin-top: .5em'>
Follow us on
<a href="https://www.facebook.com/buckybox" target="_blank">Facebook</a>
,
<a href="https://twitter.com/buckybox" target="_blank">Twitter</a>
and
<a href="https://www.linkedin.com/company/bucky-box" target="_blank">LinkedIn</a>
</div>
</div>
</div>
<div class='hidden-xs'>
<div class='col-xs-12 col-sm-4'>
<div class='row'>
<div class='column col-xs-4'>
<ul class='list-unstyled'>
<li><a href="about.html">About</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="hosting.html">Hosting</a></li>
</ul>
</div>
<div class='column col-xs-4'>
<ul class='list-unstyled'>
<li><a href="https://blog.buckybox.com/">Blog</a></li>
<li><a href="https://api.buckybox.com/docs">API</a></li>
<li><a href="https://status.buckybox.com/">Status</a></li>
</ul>
</div>
<div class='column col-xs-4'>
<ul class='list-unstyled'>
<li><a href="privacy.html">Privacy</a></li>
<li><a href="security.html">Security</a></li>
<li><a href="https://help.buckybox.com/user-manual/">Help</a></li>
</ul>
</div>
</div>
</div>
<div class='col-xs-10 col-xs-offset-1 col-sm-5 col-sm-offset-3'>
<div class='row'>
<form action='https://buckybox.us2.list-manage.com/subscribe/post?u=d0edf30e8c43095234b807ef4&amp;id=aee7e97133' method='post' target='_blank'>
<div class='input-group'>
<span style='display: table-cell; position: absolute; left: 8px; top: 8px; z-index: 10'>
<span class='glyphicon glyphicon-envelope' style='opacity: 0.5'></span>
</span>
<input class='form-control' name='EMAIL' placeholder='Subscribe to our newsletter' required style='padding-left: 25px' type='email'>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups -->
<div style='position: absolute; left: -5000px;'>
<input name='b_d0edf30e8c43095234b807ef4_aee7e97133' type='text' value=''>
</div>
<span class='input-group-btn hidden-xs'>
<input class='btn btn-default' name='subscribe' type='submit' value='Subscribe'>
</span>
</div>
</form>
</div>
<div class='row' style='margin-top: .5em'>
Follow us on
<a href="https://www.facebook.com/buckybox" target="_blank">Facebook</a>
,
<a href="https://twitter.com/buckybox" target="_blank">Twitter</a>
and
<a href="https://www.linkedin.com/company/bucky-box" target="_blank">LinkedIn</a>
</div>
</div>
</div>
</div>
<hr>
<div class='row text-center'>
<p>© Bucky Box™</p>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-1.11.0.min.js"></script>
<script>window.jQuery || document.write('<script src="javascripts/jquery-1.11.0.min-910066fb.js"><\/script>')</script>
<script src="javascripts/all-47c07dbf.js"></script>
</body>
</html>
<!--[if false]>
You found the bonus level! Looking for a dream job? Email <ced+bonuslevel AT buckybox D0T com>.
<![endif]-->