Skip to content

Commit 07bc143

Browse files
committed
Initial release
1 parent eef841b commit 07bc143

File tree

120 files changed

+4119
-15
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+4119
-15
lines changed

.gitignore

-15
This file was deleted.

404.html

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<h1>
2+
Lost? Go back to the
3+
<a href="/">home page</a>
4+
</h1>

about.html

+388
Large diffs are not rendered by default.

bespoke.html

+218
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,218 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
8+
<title>Bucky Box - Custom development services</title>
9+
10+
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" media="screen" rel="stylesheet" type="text/css" />
11+
<link href="stylesheets/all-539c4b74.css" media="screen" rel="stylesheet" type="text/css" />
12+
13+
<link rel="prefetch" href="/tour.html" /><link rel="prefetch" href="/contact.html" /><link rel="prefetch" href="/privacy.html" /><link rel="prefetch" href="/about.html" /><link rel="prefetch" href="/pricing.html" /><link rel="prefetch" href="/" /><link rel="prefetch" href="/team.html" /><link rel="prefetch" href="/bespoke.html" />
14+
15+
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
16+
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
17+
<!--[if lt IE 9]>
18+
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
19+
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
20+
<![endif]-->
21+
</head>
22+
<body>
23+
<header id='header'>
24+
<div class='container'>
25+
<div class='navbar navbar-default' role='navigation'>
26+
<div class='container-fluid'>
27+
<div class='navbar-header'>
28+
<button class='navbar-toggle' data-target='.navbar-collapse' data-toggle='collapse' type='button'>
29+
<span class='sr-only'>Toggle navigation</span>
30+
<span class='icon-bar'></span>
31+
<span class='icon-bar'></span>
32+
<span class='icon-bar'></span>
33+
</button>
34+
<a class='navbar-brand' href='/index.html'>
35+
<img alt="Logo Buckybox" src="images/logo-buckybox-26cd5bcf.png" />
36+
</a>
37+
</div>
38+
<div class='navbar-collapse collapse'>
39+
<ul class='nav navbar-nav'>
40+
<li class=''>
41+
<a href="./">Home</a>
42+
</li>
43+
<li class=''>
44+
<a href="tour.html">Tour</a>
45+
</li>
46+
<li class=''>
47+
<a href="pricing.html">Pricing</a>
48+
</li>
49+
<li class=''>
50+
<a href="about.html">About</a>
51+
</li>
52+
</ul>
53+
<ul class='nav navbar-nav navbar-right'>
54+
<li>
55+
<a target="_blank" href="https://my.buckybox.com/distributors/sign_in">Business Login</a>
56+
</li>
57+
<li>
58+
<a class="sign_up" href="javascript:void(0)">Sign Up</a>
59+
</li>
60+
</ul>
61+
</div>
62+
</div>
63+
</div>
64+
</div>
65+
<div class='container-fluid'>
66+
<hr style='margin: 0'>
67+
</div>
68+
</header>
69+
70+
71+
<div class='container text-center'>
72+
<div class='row'>
73+
<div class='col-md-6 col-md-offset-3'>
74+
<h3>Custom development services</h3>
75+
<p>
76+
<strong>Need something a little more customised?</strong>
77+
Bucky Box offers custom development services for large food hubs and delivery enterprises.
78+
</p>
79+
<p class='voffset-2'>
80+
<img alt="I Bespoke" src="images/i-bespoke-1b5ee45a.png" />
81+
</p>
82+
<p class='voffset-2'>
83+
Piggyback on top of our years of experience building delivery and logistics systems for local food delivery operations, our existing code modules, and our excellent customer support and service.
84+
If you want to discuss a project, drop us an email at <a href="mailto:[email protected]">[email protected]</a>.
85+
</p>
86+
</div>
87+
</div>
88+
</div>
89+
90+
91+
<footer id='footer'>
92+
<div class='container-fluid'>
93+
<hr>
94+
</div>
95+
<div class='container'>
96+
<div class='row' id='footer-links'>
97+
<div class='visible-xs text-center'>
98+
<div class='col-xs-12 col-sm-4'>
99+
<div class='row'>
100+
<div class='column col-xs-4'>
101+
<ul class='list-unstyled'>
102+
<li><a href="about.html">About</a></li>
103+
<li><a href="team.html">Team</a></li>
104+
<li><a href="contact.html">Contact</a></li>
105+
</ul>
106+
</div>
107+
<div class='column col-xs-4'>
108+
<ul class='list-unstyled'>
109+
<li><a href="downloads/bucky-box-media-kit.zip">Media Kit</a></li>
110+
<li><a href="http://changelog.buckybox.com/">Changelog</a></li>
111+
<li><a href="https://api.buckybox.com/docs">API</a></li>
112+
</ul>
113+
</div>
114+
<div class='column col-xs-4'>
115+
<ul class='list-unstyled'>
116+
<li><a target="_blank" href="https://my.buckybox.com/distributors/sign_in">Log In</a></li>
117+
<li><a href="privacy.html">Privacy</a></li>
118+
<li><a href="http://help.buckybox.com/user-manual/">Help</a></li>
119+
</ul>
120+
</div>
121+
</div>
122+
</div>
123+
<div class='col-xs-10 col-xs-offset-1 col-sm-5 col-sm-offset-3'>
124+
<div class='row'>
125+
<form action='http://buckybox.us2.list-manage.com/subscribe/post?u=d0edf30e8c43095234b807ef4&amp;amp;id=aee7e97133' id='subscribe' method='post' target='_blank'>
126+
<div class='input-group'>
127+
<span style='display: table-cell; position: absolute; left: 8px; top: 8px; z-index: 10'>
128+
<span class='glyphicon glyphicon-envelope' style='opacity: 0.5'></span>
129+
</span>
130+
<input class='form-control' name='EMAIL' placeholder='Subscribe to our newsletter' required style='padding-left: 25px' type='email'>
131+
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups -->
132+
<div style='position: absolute; left: -5000px;'>
133+
<input name='b_d0edf30e8c43095234b807ef4_aee7e97133' type='text' value=''>
134+
</div>
135+
<span class='input-group-btn hidden-xs'>
136+
<input class='btn btn-default' name='subscribe' type='submit' value='Subscribe'>
137+
</span>
138+
</div>
139+
</form>
140+
</div>
141+
<div class='row' style='margin-top: .5em'>
142+
Follow Bucky Box on
143+
<a target="_blank" href="https://www.facebook.com/buckybox">Facebook</a>
144+
and
145+
<a target="_blank" href="https://twitter.com/buckybox">Twitter</a>
146+
</div>
147+
</div>
148+
</div>
149+
<div class='hidden-xs'>
150+
<div class='col-xs-12 col-sm-4'>
151+
<div class='row'>
152+
<div class='column col-xs-4'>
153+
<ul class='list-unstyled'>
154+
<li><a href="about.html">About</a></li>
155+
<li><a href="team.html">Team</a></li>
156+
<li><a href="contact.html">Contact</a></li>
157+
</ul>
158+
</div>
159+
<div class='column col-xs-4'>
160+
<ul class='list-unstyled'>
161+
<li><a href="downloads/bucky-box-media-kit.zip">Media Kit</a></li>
162+
<li><a href="http://changelog.buckybox.com/">Changelog</a></li>
163+
<li><a href="https://api.buckybox.com/docs">API</a></li>
164+
</ul>
165+
</div>
166+
<div class='column col-xs-4'>
167+
<ul class='list-unstyled'>
168+
<li><a target="_blank" href="https://my.buckybox.com/distributors/sign_in">Log In</a></li>
169+
<li><a href="privacy.html">Privacy</a></li>
170+
<li><a href="http://help.buckybox.com/user-manual/">Help</a></li>
171+
</ul>
172+
</div>
173+
</div>
174+
</div>
175+
<div class='col-xs-10 col-xs-offset-1 col-sm-5 col-sm-offset-3'>
176+
<div class='row'>
177+
<form action='http://buckybox.us2.list-manage.com/subscribe/post?u=d0edf30e8c43095234b807ef4&amp;amp;id=aee7e97133' id='subscribe' method='post' target='_blank'>
178+
<div class='input-group'>
179+
<span style='display: table-cell; position: absolute; left: 8px; top: 8px; z-index: 10'>
180+
<span class='glyphicon glyphicon-envelope' style='opacity: 0.5'></span>
181+
</span>
182+
<input class='form-control' name='EMAIL' placeholder='Subscribe to our newsletter' required style='padding-left: 25px' type='email'>
183+
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups -->
184+
<div style='position: absolute; left: -5000px;'>
185+
<input name='b_d0edf30e8c43095234b807ef4_aee7e97133' type='text' value=''>
186+
</div>
187+
<span class='input-group-btn hidden-xs'>
188+
<input class='btn btn-default' name='subscribe' type='submit' value='Subscribe'>
189+
</span>
190+
</div>
191+
</form>
192+
</div>
193+
<div class='row' style='margin-top: .5em'>
194+
Follow Bucky Box on
195+
<a target="_blank" href="https://www.facebook.com/buckybox">Facebook</a>
196+
and
197+
<a target="_blank" href="https://twitter.com/buckybox">Twitter</a>
198+
</div>
199+
</div>
200+
</div>
201+
</div>
202+
<hr>
203+
<div class='row text-center'>
204+
<p>&copy; Bucky Box</p>
205+
</div>
206+
</div>
207+
</footer>
208+
209+
210+
<script src="https://code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script>
211+
<script>window.jQuery || document.write('<script src="javascripts/jquery-1.11.0.min-910066fb.js"><\/script>')</script>
212+
<script src="https://staging.buckybox.com/assets/sign_up_wizard.js" async="true" type="text/javascript"></script>
213+
<script src="javascripts/all-cf3c3583.js" type="text/javascript"></script>
214+
</body>
215+
</html>
216+
<!--[if you can code]>
217+
You found the bonus level! Looking for a dream job? Email <ced+bonuslevel AT buckybox D0T com>.
218+
<![endif]-->

0 commit comments

Comments
 (0)