-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·245 lines (223 loc) · 10.5 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="Put a description about site here">
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui">
<title>Humainly | Efficient Image Annotation</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="style/main.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Quattrocento+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" media="screen" title="no title">
<script defer src="https://use.fontawesome.com/releases/v5.8.1/js/all.js" integrity="sha384-g5uSoOSBd7KkhAMlnQILrecXvzst9TdC09/VM+pjDTCM+1il8RHz5fKANTFFb+gQ" crossorigin="anonymous"></script>
<link rel="icon" href="img/humainly-Acua.png" type="image/x-icon">
</head>
<body>
<!-- header -->
<header class="dark">
<div class="container">
<div class="row">
<div class="nav-anchor"><a href="/"><i class="fa fa-bars"></i></a></div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<div class="logo">
<a href="/"><img src="img/logo.png" alt="Humainly" /></a>
</div>
</div>
<div class="col-lg-9 col-md-9 col-sm-9 col-xs-12">
<ul class="head-nav mobile">
<li><a href="/about.html">About us</a></li>
<li><a href="/contact.html">Contact Sales</a></li>
<li><a href="https://app.humainly.com">Login</a></li>
<li><a href="/recruit/" class=" button button--red button--rounded">Apply as a Worker</a></li>
</ul>
</div>
</div>
</div>
</header>
<section id="intro" class="panes">
<div class="container">
<div class="row">
<div class="col-md-7">
<!-- intro text -->
<div class="text">
<!--<h1>Impactful Image Annotation</h1>-->
<!--<span>Support our ecosystem of education and digital work for Nigerian youth and get accurate training data for AI Applications in return.</span>-->
<h1>Accurate Image Annotation</h1>
<span>More of your money is spent on Quality Control because of our unique Non-Profit mission.</span>
<!-- try Humainly -->
<div class="push-b">
<a href="/contact.html" class=" button button--red button--rounded button--large">Get Started for free</a>
</div>
</div>
</div>
<div class="col-md-5">
<div class="hero">
<img src="img/hero.svg" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- media -->
<section class="media text-center">
<div class="container">
<div class="row">
<div class="col-md-3">
<img src="img/support/nvidia.png" class="media-logo" alt="Nvidia Inception"/>
</div>
<div class="col-md-3">
<img src="img/support/startups.png" class="media-logo" alt="Startups.be"/>
</div>
<div class="col-md-3">
<img src="img/support/startit.jpg" class="media-logo" alt="Start It"/>
</div>
<div class="col-md-3">
<img src="img/support/birdhouse.png" class="media-logo" alt="The Birdhouse"/>
</div>
</div>
</div>
</section>
<!-- overview -->
<section class="overview">
<div class="container">
<div class="center b-padding l-padding r-padding">
<h1 class="c-dark">Why you should choose us</h1>
</div>
<div class="row">
<div class="col-md-4">
<div class="box-item">
<img src="img/start.svg" alt="" />
<h3 class="t-padding-sm">Impactful</h3>
<span>You help us create work that keeps unemployed Nigerians off the streets and into training programs.</span>
</div>
</div>
<div class="col-md-4">
<div class="box-item">
<img src="img/pipeline.svg" alt="" />
<h3 class="t-padding-sm">Accurate</h3>
<span>As a non-profit we’ve partnered with multi-million dollar software solutions to guarantee you the highest quality possible.</span>
</div>
</div>
<div class="col-md-4">
<div class="box-item">
<img src="img/collaboration.svg" alt="" />
<h3 class="t-padding-sm">Reliable</h3>
<span>The only way to reliably help both you and Nigerian youngsters, is by making sure we solve your needs better than our competition does.</span>
</div>
</div>
</div>
</div>
</section>
<!-- approach -->
<section class="pt-5 pb-4 b-gray">
<div class="container">
<div class="center b-padding l-padding r-padding">
<h1 class="c-dark">Our Approach</h1>
</div>
<div class="row">
<div class="col-md-4">
<div class="box-item">
<h3 class="t-padding-sm">Quality</h3>
<p class="text-justify">Delivering quality is about adding <a href="#" target="_blank">redundancy</a> while maximizing profit
is about reducing it. As a non-profit, we can therefore offer you the best quality that your money can buy.</p>
</div>
</div>
<div class="col-md-4">
<div class="box-item">
<h3 class="t-padding-sm">Impact</h3>
<p>Working with us creates impact in two ways:</p>
<ol class="pt-3 text-left">
<li>It provides local NGO’s with the means to offer training for free.</li>
<li class="pt-3">It provides fair income to trainees so they don’t have to live on the street.</li>
</ol>
</div>
</div>
<div class="col-md-4">
<div class="box-item">
<h3 class="t-padding-sm">Pricing</h3>
<p class="text-justify">Our most flexible offer allows you to pay as you go, without up-front commitments, for as little as
7€ per hour.</p>
<p class="text-justify">Custom pricing is possible after testing our service for free.</p>
</div>
</div>
</div>
</div>
</section>
<section class="pt-5 pb-2">
<div class="container">
<div class="text-center footer-top">
<h2>Take the next step and Try for free</h2>
<div class="push-b">
<ul class="list-inline">
<li class="list-inline-item"><a href="/contact.html" class=" button button--red button--rounded button--large">Get Started for free</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- footer -->
<footer class="pt-4 my-md-4 pt-md-5 border-top">
<div class="container">
<div class="row">
<div class="col-12 col-md">
<img class="mb-2" src="img/humainly-Acua.png" alt="Humainly" width="44" height="44">
<small class="d-block mb-3 text-muted">Accurate image annotation.</small>
<small class="d-block mb-3 text-muted">Impactful people’s agency through fair micro-jobs.</small>
<ul class="nav text-small">
<li><a class="xx nav-item nav-link" target="_blank" href="https://www.linkedin.com/company/humainly"><i style="color: #6c757d;" class="fab fa-linkedin-in"></i></a></li>
<li><a class="xx nav-item nav-link" target="_blank" href="https://www.facebook.com/humainly/"><i style="color: #6c757d;" class="fab fa-facebook-f"></i></a></li>
<li><a class="xx nav-item nav-link" target="_blank" href="https://twitter.com/Humainly_ai"><i style="color: #6c757d;" class="fab fa-twitter"></i></a></li>
</ul>
</div>
<div class="col-6 col-md"></div>
<div class="col-6 col-md">
<h5>Organisation</h5>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="/about.html">About us</a></li>
<!--<li><a class="text-muted" href="/blog.html">Blog</a></li>-->
</ul>
</div>
<div class="col-6 col-md">
<h5>Contact</h5>
<ul class="list-unstyled text-small">
<li class="text-muted">Kempische Steenweg 311, po 1.02<br>3500 Hasselt<br>Belgium<br><br></li>
<li><a class="text-muted" href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</div>
<div class="footnote">
<p class="small-text">Copyright © 2019 Humainly - A non-profit from Belgium</p>
<ul class="small-text">
<li><a href="/privacy.html">Privacy Policy</a></li>
<li><a href="/terms.html">Terms of use</a></li>
</ul>
</div>
</div>
</footer>
<!-- Load Facebook SDK for JavaScript -->
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({
xfbml : true,
version : 'v5.0'
});
};
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- Your customer chat code -->
<div class="fb-customerchat"
attribution=setup_tool
page_id="203227447271265"
theme_color="#00B796">
</div>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>