-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_orig.html
457 lines (371 loc) · 19.4 KB
/
index_orig.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
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
<!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="index.html">
<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 us</a></li>
<li><a href="Blog.html">Blog</a></li>
<li><a href="https://recruit.humainly.com/">Apply as a worker</a></li>
<li><a href="#">Login</a></li>
<li><a href="#" class=" button button--red button--rounded">Get started</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>Accurate Image Annotation</h1>
<span>We are the human touch behind computer vision training data with a devotion to quality control.</span>
<!-- try Humainly -->
<div class="push-b">
<a href="#" 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/1.png" class="media-logo" alt="" style="margin-top:10px;-webkit-filter: grayscale(100%);filter: grayscale(100%);">
</div>
<div class="col-md-3">
<img src="img/2.png" class="media-logo" alt="" style="margin-top:10px;-webkit-filter: grayscale(100%);filter: grayscale(100%);">
</div>
<div class="col-md-3">
<img src="img/3.jpg" class="media-logo" alt="" style="margin-top:10px;-webkit-filter: grayscale(100%);filter: grayscale(100%);">
</div>
<div class="col-md-3">
<img src="img/robovision.svg" class="media-logo" alt="" style="margin-top: 30px; height: 40px; -webkit-filter: grayscale(100%);filter: grayscale(100%);">
</div>
</div>
</div>
</section>
<!-- overview -->
<section class="overview">
<div class="container">
<div class="center b-padding l-padding r-padding">
<h1 class="c-dark">Services</h1>
<span>There are 3 variations of our service, which can be tailored even further to your exact needs. </span>
</div>
<div class="row">
<div class="col-md-4">
<div class="box-item">
<img src="img/start.svg" alt="" />
<h3 class="t-padding-sm">Run a Project / One-and-Done</h3>
<span>Have a fixed bunch of data you need to have meticulously annotated? We offer flexible one-and-done type of agreements. </span>
</div>
</div>
<div class="col-md-4">
<div class="box-item">
<img src="img/pipeline.svg" alt="" />
<h3 class="t-padding-sm">Run a Pipeline / Subscription </h3>
<span>Have a continuous stream of data you need to have annotated, always in the same way? A subscription to our service might offer you the best bang for your buck. </span>
</div>
</div>
<div class="col-md-4">
<div class="box-item">
<img src="img/collaboration.svg" alt="" />
<h3 class="t-padding-sm">Run a Team / Hire Fixed Team</h3>
<span>Your annotation protocols may vary but you prefer a team of annotators to work with? We can assign a fixed annotator team to your project managers. </span>
</div>
</div>
</div>
</div>
</section>
<!-- Annotations -->
<section class="annotation">
<div class="container">
<div class="center b-padding l-padding r-padding">
<h1 class="c-dark">Annotations we support</h1>
</div>
<div class="row">
<div class="col-md-4">
<div class="box-item">
<img src="img/illustrations-02.png" alt="" />
<h3>Labelled Bounding Boxes</h3>
</div>
</div>
<div class="col-md-4">
<div class="box-item">
<img src="img/illustrations-02.png" alt="" />
<h3>Pixelwise Segmentation</h3>
</div>
</div>
<div class="col-md-4">
<div class="box-item">
<img src="img/illustrations-02.png" alt="" />
<h3>Polygons</h3>
</div>
</div>
<div class="col-md-4">
<div class="box-item">
<img src="img/illustrations-02.png" alt="" />
<h3>Landmarks </h3>
</div>
</div>
<div class="col-md-4">
<div class="box-item">
<img src="img/illustrations-02.png" alt="" />
<h3>Video</h3>
</div>
</div>
<div class="col-md-4">
<div class="box-item">
<img src="img/illustrations-02.png" alt="" />
<h3>Image Tagging</h3>
</div>
</div>
</div>
</div>
</section>
<!-- more -->
<section class="more">
<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-lg-1"></div>
<div class="col-lg-10">
<div class="row">
<!-- Tab -->
<div>
<!-- Nav tabs -->
<nav class="nav nav-fill mar-50" role="tablist">
<a class="nav-item nav-link active" href="#home" aria-controls="home" role="tab" data-toggle="tab">Customer Journey</a>
<a class="nav-item nav-link" href="#profile" aria-controls="profile" role="tab" data-toggle="tab">Quality control</a>
<a class="nav-item nav-link" href="#messages" aria-controls="messages" role="tab" data-toggle="tab">AI assistance</a>
</nav>
<!-- Tab panes -->
<div class="tab-content">
<!-- Customer Journey -->
<div role="tabpanel" class="tab-pane active" id="home">
<div class="row">
<div class="col-md-6">
<div class="">
<h2>Customer Journey</h2>
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Quam temporibus rerum exercitationem perferendis, aspernatur at? Quos, dolores debitis, odio libero dignissimos repellat, nihil vero unde veniam ab nemo accusantium dolor!
</p>
</div>
<div class="push-b">
<a href="#" class=" button button--red button--rounded button--large">Learn more</a>
</div>
</div>
<div class="col-md-6">
<img src="img/illustrations-02.png" class="img-responsive" alt="Humainly customer Journet" style=" width: 100%; " />
</div>
</div>
</div>
<!-- Quality control -->
<div role="tabpanel" class="tab-pane" id="profile">
<div class="row">
<div class="col-md-6">
<h2>Quality control</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quod voluptates inventore doloribus magni laboriosam eveniet ab vero repudiandae dignissimos saepe, sed iste nemo quaerat qui recusandae voluptatum quo eum blanditiis.
</p>
<div class="push-b">
<a href="#" class=" button button--red button--rounded button--large">Learn more</a>
</div>
</div>
<div class="col-md-6">
<img src="img/illustrations-02.png" class="img-responsive" alt="Humainly quality control" style=" width: 100%; " />
</div>
</div>
</div>
<!-- AI Assistance -->
<div role="tabpanel" class="tab-pane" id="messages">
<div class="row">
<div class="col-md-6">
<h2>AI Assistance</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quas itaque, rem expedita asperiores debitis sit culpa. Nam, eum quasi, laudantium facere, cumque dolorum labore hic temporibus voluptatum rerum accusantium. Fugit?
</p>
<div class="push-b">
<a href="#" class=" button button--red button--rounded button--large">Learn more</a>
</div>
</div>
<div class="col-md-6">
<img src="img/illustrations-02.png" class="img-responsive" alt="Humainly AI assistance" style=" width: 100%; " />
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-1"></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>
<section style=" padding-top: 100px; padding-bottom: 50px;">
<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="#" class=" button button--red button--rounded button--large">Try Humainly free</a></li>
<li class="list-inline-item"><a href="#" class=" button button--black button--rounded button--large">Email Support</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- 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="" width="44" height="44">
<small class="d-block mb-3 text-muted">© 2019</small>
<ul class="nav text-small">
<li><a class="xx nav-item nav-link" target="_blank" href="https://www.facebook.com/humainly/"><i style="color: #6c757d;" class="fab fa-facebook"></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>
<li><a class="xx nav-item nav-link" target="_blank" href="#"><i style="color: #6c757d;" class="fab fa-instagram"></i></a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Features</h5>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="#">Cool stuff</a></li>
<li><a class="text-muted" href="#">Random feature</a></li>
<li><a class="text-muted" href="#">Team feature</a></li>
<li><a class="text-muted" href="#">Stuff for developers</a></li>
<li><a class="text-muted" href="#">Another one</a></li>
<li><a class="text-muted" href="#">Last time</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Resources</h5>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="#">Resource</a></li>
<li><a class="text-muted" href="#">Resource name</a></li>
<li><a class="text-muted" href="#">Another resource</a></li>
<li><a class="text-muted" href="#">Final resource</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>About</h5>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="#">Team</a></li>
<li><a class="text-muted" href="#">Locations</a></li>
<li><a class="text-muted" href="#">Privacy</a></li>
<li><a class="text-muted" href="#">Terms</a></li>
</ul>
</div>
</div>
<div class="footnote">
<p class="small-text">Copyright © 2019 Humainly</p>
<ul class="small-text">
<li>Humainly is a non-profit from Belgium
</li>
<li><a href="#">Privacy</a></li>
<li><a href="#">Terms</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>