forked from adamantivm/creativa77.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
388 lines (362 loc) · 15.2 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="stylesheets/main.css" rel="stylesheet" type="text/css" />
<title>Home - Ekumen</title>
<meta content="We are an international engineering boutique, provider of advanced software development services and technology." name="description" />
<!-- Facebook Open Graph-->
<meta property="og:url" content="http://www.ekumenlabs.com" />
<meta property="og:title" content="Ekumen" />
<meta property="og:description" content="We are an international engineering boutique, provider of advanced software development services and technology." />
<meta property="og:image" content="http://www.ekumenlabs.com/images/Logo-big.png" />
<!-- Twitter card-->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Ekumen" />
<meta name="twitter:description" content="We are an international engineering boutique, provider of advanced software development services and technology." />
<meta name="twitter:url" content="http://www.ekumenlabs.com" />
<meta name="twitter:image" content="http://www.ekumenlabs.com/images/iso-big.png" />
</head>
<body class="index">
<header class="navbar navbar-default navbar-static-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://www.ekumenlabs.com">
<img alt="Ekumen" src="images/logo.png" />
</a>
</div>
<nav class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="./">Home</a></li>
<li><a href="projects/">Projects</a></li>
<li><a href="team/">Team</a></li>
<li><a href="jobs/">Jobs</a></li>
<li><a href="about-us/">About us</a></li>
</ul>
</nav><!-- /.navbar-collapse -->
</div><!-- /.container -->
</header>
<div class="home-header">
<div id="carousel-home" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-home" data-slide-to="0" class="active"></li>
<li data-target="#carousel-home" data-slide-to="1"></li>
<li data-target="#carousel-home" data-slide-to="2"></li>
<li data-target="#carousel-home" data-slide-to="3"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img alt="Top technical talent working to realize your vision" src="images/carousel/11.jpg" />
<div class="carousel-caption">
<h3>Top technical talent<br/>working to realize your vision</h3>
</div>
</div>
<div class="item">
<img alt="Lean development methodology honed in Silicon Valley" src="images/carousel/6.jpg" />
<div class="carousel-caption">
<h3>Lean development methodology<br/>honed in Silicon Valley</h3>
</div>
</div>
<div class="item">
<img alt="Smart, motivated engineers for your business" src="images/carousel/10.jpg" />
<div class="carousel-caption">
<h3>Smart, motivated<br/> engineers for your<br/> business</h3>
</div>
</div>
<div class="item">
<img alt="Deep expertise in emerging technologies helps you leap ahead" src="images/carousel/7.jpg" />
<div class="carousel-caption">
<h3>Deep expertise<br/>in emerging technologies<br/>helps you leap ahead</h3>
</div>
</div>
</div>
</div>
<a href="#our-work" class="scroll-down">
<i class="fa fa-angle-down"></i>
</a>
</div>
<div id="work" class="work">
<!--START OF HIDDEN CONTENT-->
<!-- ROBOTICS -->
<div id='area1' class='area modal-dialog'>
<div class='modal-content'>
<div class='row'>
<div class="col-md-offset-1 col-md-10 col-sm-offset-2 col-sm-8 col-xs-8 col-xs-offset-2">
<h1>Robotics Software Applications</h1>
</div>
<div class="col-md-1 col-sm-2 col-xs-2">
<h3 class='close' id="close1">X</h3>
</div>
</div>
<div class='row'>
<div class="col-md-12">
<div class="detail-bg-robotics"></div>
</div>
</div>
<div class='row'>
<div class="col-lg-8 col-md-8 col-sm-8">
<p class="content">
Active contributors to the ROS ecosystem with specialization on Android, embedded systems and Web technology.<br/>
</p>
<p class="content">
We bring world-class experience with applications of autonomous ground and air robots in the consumer, service, and research fields.
</p>
</div>
<div class="col-md-4">
<div class="tags">
<a class="label" href="projects/tags/robot-simulation.html">robot simulation</a>
<a class="label" href="projects/tags/autonomous-navigation.html">autonomous navigation</a>
<a class="label" href="projects/tags/ros.html">ros</a>
</div>
</div>
</div>
</div>
</div>
<!-- WEB AND MOBILE -->
<div id='area2' class='area modal-dialog'>
<div class='modal-content'>
<div class='row'>
<div class="col-md-offset-1 col-md-10 col-sm-offset-2 col-sm-8 col-xs-8 col-xs-offset-2">
<h1>Web and Mobile Technology</h1>
</div>
<div class="col-md-1 col-sm-2 col-xs-2">
<h3 class='close' id="close2">X</h3>
</div>
</div>
<div class='row'>
<div class="col-md-12">
<div class="detail-bg-web"></div>
</div>
</div>
<div class='row'>
<div class="col-lg-8 col-md-8 col-sm-8">
<p class="content">
Years of experience prototyping and bringing to production end-to-end systems to take our customers' innovate technology into the world.
</p>
<p class="content">
We focus on front- and back-end Web technologies, Android, Linux and Cloud. We code in JavaScript, python, Java and C++.
</p>
</div>
<div class="col-md-4">
<div class="tags">
<a class="label" href="projects/tags/service-robots.html">service robots</a>
<a class="label" href="projects/tags/robot-web-tools.html">robot web tools</a>
<a class="label" href="projects/tags/android.html">android</a>
<a class="label" href="projects/tags/elasticsearch.html">elasticsearch</a>
<a class="label" href="projects/tags/javascript.html">javascript</a>
</div>
</div>
</div>
</div>
</div>
<!-- EMBEDDED -->
<div id='area3' class='area modal-dialog'>
<div class='modal-content'>
<div class='row'>
<div class="col-md-offset-1 col-md-10 col-sm-offset-2 col-sm-8 col-xs-8 col-xs-offset-2">
<h1>Embedded Systems</h1>
</div>
<div class="col-md-1 col-sm-2 col-xs-2">
<h3 class='close' id="close3">X</h3>
</div>
</div>
<div class='row'>
<div class="col-md-12">
<div class="detail-bg-embedded"></div>
</div>
</div>
<div class='row'>
<div class="col-lg-8 col-md-8 col-sm-8">
<p class="content">
We build efficient software to run on ground robots, fly on drones and glide under the user's touch on mobile devices.
</p>
<p class="content">
Blending our EE and CS background we are able to develop high quality software not just for x86 but for modern, advanced, mobile architectures.
</p>
</div>
<div class="col-md-4">
<div class="tags">
<a class="label" href="projects/tags/uav.html">uav</a>
<a class="label" href="projects/tags/android-ndk.html">android ndk</a>
</div>
</div>
</div>
</div>
</div>
<!-- USER CENTERED -->
<div id='area4' class='area modal-dialog'>
<div class='modal-content'>
<div class='row'>
<div class="col-md-offset-1 col-md-10 col-sm-offset-2 col-sm-8 col-xs-8 col-xs-offset-2">
<h1>User Centered Engineering</h1>
</div>
<div class="col-md-1 col-sm-2 col-xs-2">
<h3 class='close' id="close4">X</h3>
</div>
</div>
<div class='row'>
<div class="col-md-12">
<div class="detail-bg-user"></div>
</div>
</div>
<div class='row'>
<div class="col-lg-8 col-md-8 col-sm-8">
<p class="content">
We develop intuitive user interfaces, applications and SDKs around the technology innovations that form the core business of our customers.
</p>
<p class="content">
We use our years of experience in HCI to bridge the gap between technical experts and consumers of their technology.
</p>
</div>
<div class="col-md-4">
<div class="tags">
<a class="label" href="projects/tags/fleet-management.html">fleet management</a>
<a class="label" href="projects/tags/robot-web-tools.html">robot web tools</a>
<a class="label" href="projects/tags/android.html">android</a>
<a class="label" href="projects/tags/meteor.html">meteor</a>
<a class="label" href="projects/tags/angular-js.html">angular.js</a>
</div>
</div>
</div>
</div>
</div>
<!--END OF HIDDEN CONTENT-->
<div id='small' class="container">
<h1 id="our-work">Our expertise, your business</h1>
<p>
Our talented team of engineers has mastered advanced technologies in key
areas and thrives on driving innovation with forward-looking companies.
</p>
<div class="row">
<div class="col-md-3 col-sm-6">
<a class="work-panel work-robotics" href="projects/"> <h3 class="heading">Robotics Software Applications</h3>
</a> </div>
<div class="col-md-3 col-sm-6">
<a class="work-panel work-real-time" href="projects/"> <h3 class="heading">Web and Mobile Technology</h3>
</a> </div>
<div class="col-md-3 col-sm-6">
<a class="work-panel work-android" href="projects/"> <h3 class="heading">Embedded <br/> Systems</h3>
</a> </div>
<div class="col-md-3 col-sm-6">
<a class="work-panel work-simple" href="projects/"> <h3 class="heading">User Centered Engineering</h3>
</a> </div>
</div>
</div>
</div>
<div class="clients">
<div class="container">
<h3 class="heading">SOME OF OUR CLIENTS</h3>
<div class="row">
<div class="col-sm-4">
<img alt="Google" src="images/clients/google.png" />
</div>
<div class="col-sm-4">
<a href="http://www.clearpathrobotics.com/" target="_blank"><img alt="Clearpath" src="images/clients/clearpathBW.png" /></a>
</div>
<div class="col-sm-4">
<a href="http://www.savioke.com" target="_blank"><img alt="Savioke" src="images/clients/saviokeBW.png" /></a>
</div>
</div>
<div class="row">
<div class="col-sm-3">
<a href="http://fellowrobots.com/" target="_blank"><img alt="Fellow Robots" src="images/clients/FellowBW.png" /></a>
</div>
<div class="col-sm-3">
<a href="https://www.irobot.com" target="_blank"><img alt="iRobot" src="images/clients/irobot.png" /></a>
</div>
<div class="col-sm-3">
<img alt="Aevena" src="images/clients/aevena.png" />
</div>
<div class="col-sm-3">
<a href="http://www.willowgarage.com" target="_blank"><img alt="Willow Garage" src="images/clients/willowBW.png" /></a>
</div>
</div>
<div class="row">
<div class="col-sm-3">
<a href="http://en.yujinrobot.com" target="_blank"><img alt="Yujin Robot" src="images/clients/yujinrobotBW.png" /></a>
</div>
<div class="col-sm-3">
<a href="https://www.trycelery.com" target="_blank"><img alt="Celery" src="images/clients/celery_logoBW.png" /></a>
</div>
<div class="col-sm-3">
<a href="http://www.osrfoundation.org" target="_blank"><img alt="Open Source Robotic Foundation.io" src="images/clients/osrf-pos-horzBW.png" /></a>
</div>
<div class="col-sm-3">
<a href="http://www.premise.com/" target="_blank"><img alt="Premise" src="images/clients/premiseBW.png" /></a>
</div>
</div>
</div>
</div>
<br></br>
<div>
<div class="container">
<div align="center">
<h1>We’d like to help you solve hard technical problems and realize your business vision</h1>
</div>
</div>
<div class="row">
<div class="container">
<div class="col-sm-6">
<div align="center">
<h3>Super-charge your team</h3>
<div align="justify">
Complement your team with top talent, adding specific skills or more brainpower to your local team. We have a proven model for remote collaboration: it’ll feel like we are just a cube away.
</div>
</div>
</div>
<div class="col-sm-6">
<div align="center">
<h3>Let us build it for you</h3>
<div align="justify">
We work in close collaboration with you to define the requirements, then develop iteratively to make sure you get the results you want, in the time you need them and with the quality you expect.
</div>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-sm-3">
<a title="Ekumen" href="http://www.ekumenlabs.com"><img alt="Ekumen" class="logo" src="images/logo_white.png" /></a>
</div>
<div class="col-sm-6 info">
<p>
+1 (408) 414-7455 |
<a href="mailto:[email protected]">[email protected]</a>
</p>
<p>Copyright © 2017. All rights reserved.</p>
</div>
<div class="col-sm-3 social-links">
<a href="https://www.facebook.com/ekumenlabs" target="_blank">
<i class="fa fa-facebook-square"></i>
</a>
<a href="https://twitter.com/ekumenlabs" target="_blank">
<i class="fa fa-twitter-square"></i>
</a>
</div>
</div>
</footer>
<script src="javascripts/base.js" type="text/javascript"></script><script src="javascripts/bootstrap-includes.js" type="text/javascript"></script><script src="javascripts/main.js" type="text/javascript"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-60069032-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>