-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (56 loc) · 2.86 KB
/
index.html
File metadata and controls
58 lines (56 loc) · 2.86 KB
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
<!doctype html>
<html lang="en">
<head>
<title>Crunchbutton - Open Source on-demand food delivery platform</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="/logo.png" type="image/x-icon">
<link href="/style.css" rel="stylesheet">
</head>
<body>
<div class="content">
<div class="logo"></div>
<p>
When we started Crunchbutton in 2012, we set out to make the food delivery process as amazing and stress free as possible.
<br><br>Over the years we built an awesome team of developers, data-scientists, and product developers to create a food delivery platform that we could all be proud of. From today forward, we are taking that very platform and all of our software we have created and making it completely open source and freely available to you.
<br><br>Our team remains together, and lives on as the core behind <a href="http://ae.studio">ae.studio</a>, a product development and data science studio. Our passion to create great products, innovate, and be proud of what we do is as strong as ever. We look forward to working with all of you for your dev and data needs.
<br><br>A huge thanks to our customers, drivers, investors, and our team. We are forever grateful to all of you.
</p>
</div>
<hr>
<div class="content">
<div class="cols">
<div class="col">
<div class="colicon"><i class="fa fa-github-alt"></i></div>
<h2>Open Source</h2>
<p>We have open sourced our entire platform, including the Crunchbutton website, our mobile apps, and our suite of admin tools, Cockpit.</p>
</div>
<div class="col">
<div class="colicon"><i class="fa fa-magic"></i></div>
<h2>Dev & Data Science</h2>
<p>The Crunchbutton team lives on as the core of <a href="http://ae.studio">ae.studio</a>, a product development and data science studio.</p>
</div>
<div class="col">
<div class="colicon"><i class="wenzel-icon"></i></div>
<h2>One Button Wenzel</h2>
<p>Fear not, Yalies, One Button Wenzel lives on. Get a Wenzel delivered today! And tomorrow, the next day, and every other day.</p>
</div>
</div>
<div class="cols">
<div class="col">
<a href="https://github.com/crunchbutton" class="button">Get the Code</a>
</div>
<div class="col">
<a href="http://ae.studio" class="button">ae.studio</a>
</div>
<div class="col">
<a href="https://onebuttonwenzel.com" class="button">Wenzel Me</a>
</div>
</div>
<div class="footer">
<i class="fa fa-heart"></i> always, the Crunchbutton Team
</div>
</div>
</body>
</html>