-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
167 lines (152 loc) · 10.4 KB
/
blog.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
<!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">
<h1>Humainly Blog</h1>
<h4>Updates and announcements from the Team Humainly</h4>
</div>
</div>
</section>
<section id="white-ground" class="t-padding b-padding">
<div class="container">
<div class="row mb-2">
<div class="col-md-6">
<div class="row no-gutters border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<strong class="d-inline-block mb-2 text-success">Design</strong>
<h3 class="mb-0">Post title</h3>
<div class="mb-1 text-muted">Nov 11</div>
<p class="mb-auto">This is a wider card with supporting text below as a natural lead-in to additional content.</p>
<a href="/blog-content.html" class="stretched-link">Continue reading</a>
</div>
<div class="col-auto d-none d-lg-block">
<svg class="bd-placeholder-img" width="200" height="250" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"></rect><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg>
</div>
</div>
</div>
<div class="col-md-6">
<div class="row no-gutters border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<strong class="d-inline-block mb-2 text-success">Design</strong>
<h3 class="mb-0">Post title</h3>
<div class="mb-1 text-muted">Nov 11</div>
<p class="mb-auto">This is a wider card with supporting text below as a natural lead-in to additional content.</p>
<a href="/blog-content.html" class="stretched-link">Continue reading</a>
</div>
<div class="col-auto d-none d-lg-block">
<svg class="bd-placeholder-img" width="200" height="250" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"></rect><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg>
</div>
</div>
</div>
<div class="col-md-6">
<div class="row no-gutters border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<strong class="d-inline-block mb-2 text-success">Design</strong>
<h3 class="mb-0">Post title</h3>
<div class="mb-1 text-muted">Nov 11</div>
<p class="mb-auto">This is a wider card with supporting text below as a natural lead-in to additional content.</p>
<a href="/blog-content.html" class="stretched-link">Continue reading</a>
</div>
<div class="col-auto d-none d-lg-block">
<svg class="bd-placeholder-img" width="200" height="250" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"></rect><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg>
</div>
</div>
</div>
<div class="col-md-6">
<div class="row no-gutters border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<strong class="d-inline-block mb-2 text-success">Design</strong>
<h3 class="mb-0">Post title</h3>
<div class="mb-1 text-muted">Nov 11</div>
<p class="mb-auto">This is a wider card with supporting text below as a natural lead-in to additional content.</p>
<a href="/blog-content.html" class="stretched-link">Continue reading</a>
</div>
<div class="col-auto d-none d-lg-block">
<svg class="bd-placeholder-img" width="200" height="250" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"></rect><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg>
</div>
</div>
</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>
</body>
</html>