-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (69 loc) · 3.04 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
---
layout: landing
---
<div id="sections">
<section>
<div class="pure-g">
<div class="pure-u-1 pure-u-md-2-3">
<h1>Hey there!</h1>
<p>We're a small team of engineers, designers and marketers working at <a href="http://altoqueapp.com" target="_blank">Al Toque</a>, a mobile grocery delivery startup currently operating in Latin America.</p>
<p>We're constantly on the lookout for new ways in which to have a meaningful impact on people's lives, be it by improving existing services with technology, or by taking on previously unattended problems and needs altogether.</p>
<p>What would you like to have us build next? Be sure to <a href="mailto:{{ site.email }}">contact us</a>, we'd love to hear from you :)</p>
</div>
<div class="pure-u-1 pure-u-md-1-3">
<div style="text-align: center; margin-left: 20px;">
<a href="http://altoqueapp.com"><img src="/assets/al-toque.png" style="max-width: 300px;"></a>
</div>
</div>
</div>
</section>
<section>
<h1>What we've built</h1>
<p>These are some of the tools and in-house products we've developed in response to the needs we came across along the road.</p>
<div class="pure-g" style="text-align: center;">
<div class="pure-u-1 pure-u-md-1-3">
<div class="feature-img">
<img src="/assets/feature-1.png"></img>
</div>
<div class="feature-title">
<h3>e-Commerce</h3>
</div>
<div class="feature-desc">
<p>A mature, focused e-Commerce platform, where usage analytics and observed user behaviour drive its continuous improvement</p>
</div>
</div>
<div class="pure-u-1 pure-u-md-1-3">
<div class="feature-img">
<img src="/assets/feature-3.png"></img>
</div>
<div class="feature-title">
<h3>Referral marketing</h3>
</div>
<div class="feature-desc">
<p>From discount coupons to complex referral campaigns, our baked-in support for promo codes has proven to be our most effective conversion strategy yet</p>
</div>
</div>
<div class="pure-u-1 pure-u-md-1-3">
<div class="feature-img">
<img src="/assets/feature-2.png"></img>
</div>
<div class="feature-title">
<h3>Growth</h3>
</div>
<div class="feature-desc">
<p>Tools to aid in social following growth, by providing detailed analytics and enabling better targeted marketing campaigns</p>
</div>
</div>
</div>
<div style="text-align: center; margin-top: 40px;">
<p>Interested? <a href="mailto:{{ site.email }}">Do let us know</a> if any of these can be useful to you.</p>
</div>
</section>
<section>
<h1>Our blog</h1>
<p>This is the place we've chosen to share the knowledge we've gathered through our journey. From human-centered product design to stone-cold software engineering, we've come to face challenges that pushed our limits and hope will serve as inspiration to others.</p>
<div style="text-align: center; margin-top: 30px;">
<a class="pure-button pure-button-primary" href="/blog/">Have a look!</a>
</div>
</section>
</div>