-
Notifications
You must be signed in to change notification settings - Fork 0
/
pricing.html
320 lines (272 loc) · 13.3 KB
/
pricing.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
<!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="blog.html">Blog</a></li>-->
<li><a href="https://app.humainly.com">Login</a></li>
<li><a href="/contact.html" class=" button button--red button--rounded">Contact us</a></li>
</ul>
</div>
</div>
</div>
</header>
<main>
<section id="about">
<div class="container">
<div class=" t2-padding text-center">
<h1>Pricing</h1>
<p>You only pay for what you use. There are no additional costs or termination fees.</p>
</div>
</div>
</section>
<section class="my-5">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="card mb-4 shadow-sm">
<div class="card-header text-center py-5">
<h4 class="my-0 font-weight-normal">On-Demand</h4>
<p>High-level understanding from images or videos.</p>
<button type="button" class=" button button--black button--large button--rounded">Sign up for
free</button>
</div>
<div class="card-body">
<ul class="list-unstyled mt-3 mb-4">
<li class="py-2"><span style="color:#00B796" class="pr-2"><i class="fas fa-check"></i></span>
<b>Polygons:</b> $0.02 /
image +
$0.04
per annotation </li>
<li class="py-2"><span style="color:#00B796" class="pr-2"><i class="fas fa-check"></i></span>
<b>point Annotation:</b>
$0.02 / image
+ $0.04 per point </li>
<li class="py-2"><span style="color:#00B796" class="pr-2"><i class="fas fa-check"></i></span>
<b>image Categorization:</b> $0.02 /
image + $0.04 per categorization</li>
<li class="py-2"><span style="color:#00B796" class="pr-2"><i class="fas fa-check"></i></span>
<b>Polygons:</b> $0.02 /
image +
$0.04
per annotation </li>
<li class="py-2"><span style="color:#00B796" class="pr-2"><i class="fas fa-check"></i></span>
<b>point Annotation:</b>
$0.02 / image
+ $0.04 per point </li>
<li class="py-2"><span style="color:#00B796" class="pr-2"><i class="fas fa-check"></i></span>
<b>image Categorization:</b> $0.02 /
image + $0.04 per categorization</li>
</ul>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card mb-4 shadow-sm">
<div class="card-header text-center py-5">
<h4 class="my-0 font-weight-normal">Enterprise</h4>
<p>High-level understanding from images or videos.</p>
<button type="button" class=" button button--red button--large button--rounded">Sign up for
free</button>
</div>
<div class="card-body">
<ul class="list-unstyled mt-3 mb-4">
<li class="py-2"><span style="color:#00B796" class="pr-2"><i class="fas fa-check"></i></span>
<b>Polygons:</b> $0.02 /
image +
$0.04
per annotation </li>
<li class="py-2"><span style="color:#00B796" class="pr-2"><i class="fas fa-check"></i></span>
<b>point Annotation:</b>
$0.02 / image
+ $0.04 per point </li>
<li class="py-2"><span style="color:#00B796" class="pr-2"><i class="fas fa-check"></i></span>
<b>image Categorization:</b> $0.02 /
image + $0.04 per categorization</li>
<li class="py-2"><span style="color:#00B796" class="pr-2"><i class="fas fa-check"></i></span>
<b>Polygons:</b> $0.02 /
image +
$0.04
per annotation </li>
<li class="py-2"><span style="color:#00B796" class="pr-2"><i class="fas fa-check"></i></span>
<b>point Annotation:</b>
$0.02 / image
+ $0.04 per point </li>
<li class="py-2"><span style="color:#00B796" class="pr-2"><i class="fas fa-check"></i></span>
<b>image Categorization:</b> $0.02 /
image + $0.04 per categorization</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- testimonial -->
<section class="customer">
<div class="container">
<div class="row">
<div class="col-md-4 testimonial">
<div class="box-item">
<div class="photo">
<img src="img/robovision.svg" alt="">
</div>
<p class="quote">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Recusandae laudantium laborum odit totam,
omnis voluptas natus, explicabo, vero corporis atque sapiente odio alias dolor illum quo unde cumque
rem sint.
</p>
</div>
<div style="padding: 10px;">
<div>
<img src="img/Avatar.png" height="50" width="50" alt=""
style=" background-color: #e9e9e9; border: 1px solid #e9e9e9; width: 50px; height: 50px; border-radius: 100%; margin: 0 auto; margin-bottom: 15px; " />
</div>
<h5 class="name">Dominic Somedid</h5>
<p class="title">Co-Founder & President of Company A</p>
</div>
</div>
<div class="col-md-4 testimonial">
<div class="box-item">
<div class="photo">
<img src="img/port.png" alt=" ">
</div>
<p class="quote">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Recusandae laudantium laborum odit totam,
omnis voluptas natus, explicabo, vero corporis atque sapiente odio alias dolor illum quo unde cumque
rem sint.
</p>
</div>
<div style="padding: 10px;">
<div>
<img src="img/Avatar.png" alt=""
style=" background-color: #e9e9e9; border: 1px solid #e9e9e9; width: 50px; height: 50px; border-radius: 100%; margin: 0 auto; margin-bottom: 15px; " />
</div>
<h5 class="name">Dominic Somedid</h5>
<p class="title">Co-Founder & President of Company A</p>
</div>
</div>
<div class="col-md-4 testimonial">
<div class="box-item">
<div class="photo">
<img src="img/logo-retina.png" alt="Dominic Blouin">
</div>
<p class="quote">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Recusandae laudantium laborum odit totam,
omnis voluptas natus, explicabo, vero corporis atque sapiente odio alias dolor illum quo unde cumque
rem sint.
</p>
</div>
<div style="padding: 10px;">
<div>
<img src="img/Avatar.png" height="50" width="50" alt=""
style=" background-color: #e9e9e9; border: 1px solid #e9e9e9; width: 50px; height: 50px; border-radius: 100%; margin: 0 auto; margin-bottom: 15px; " />
</div>
<h5 class="name">Dominic Somedid</h5>
<p class="title">Co-Founder & President of Company A</p>
</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>
</main>
<!-- footer -->
<footer class="pt-4 my-md-5 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">Increase 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>
<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>
<script src="js/main.js" type="text/javascript"></script>
</body>
</html>