-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
195 lines (180 loc) · 6.97 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
<!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 people from different parts of the planet to build technology for the world." name="description" />
</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="blog/">Blog</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="Smart, motivated developers for your business" src="images/carousel/5.jpg" />
<div class="carousel-caption">
<h3>Top technical talent<br/>working to realize your vision</h3>
</div>
</div>
<div class="item">
<img alt="Smart, motivated developers for your business" 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 developers for your business" src="images/carousel/1.jpg" />
<div class="carousel-caption">
<h3>Smart, motivated<br/> developers for your<br/> business</h3>
</div>
</div>
<div class="item">
<img alt="Robots &amp; Drones" src="images/carousel/7.jpg" />
<div class="carousel-caption">
<h3>Deep expertise<br/>in emerging tech<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 class="work">
<div 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="work-items">
<div class="work-item">
<h2>Mobile + Web Applications</h2>
<p>
Advanced applications and core technology for smartphones, wearable devices and modern browsers.
</p>
</div>
<div class="work-item">
<h2>Mobile + Web Applications</h2>
<p>
Advanced applications and core technology for smartphones, wearable devices and modern browsers.
</p>
</div>
<div class="work-item">
<h2>Internet of Things</h2>
<p>
Embedded devices .... sensors … mesh
</p>
</div>
<div class="work-item">
<h2>Robotics + Autonomous Vehicles</h2>
<p>
Active participants of the ROS community, with special focus on ROS on Android, RobotWebTools and solid experience in planning, ground and air vehicle navigation and motion controllers.
</p>
</div>
<div class="work-item">
<h2>User-Centered Systems</h2>
<p>
Easy-to-use interactive experiences designed to allow non-technical users to intuitively adopt and effectively use innovative products
</p>
</div>
<div class="work-item">
<h2>Advanced Technologies</h2>
<ul>
<li>Advanced Technologies</li>
<li>Real-Time Distributed Communications</li>
<li>Live Streaming Video</li>
<li>Cryptography and anti-piracy</li>
</ul>
</div>
</div>
</div>
</div>
<div class="clients">
<div class="container">
<div class="row">
<div class="col-sm-3">
<h4 class="heading">OUR CLIENTS</h4>
</div>
<div class="col-sm-3">
<img alt="Savioke" src="images/clients/savioke.png" />
</div>
<div class="col-sm-3">
<img alt="QinetiQ" src="images/clients/qq.png" />
</div>
<div class="col-sm-3">
<img alt="Yujin Robot" src="images/clients/yujinrobot.png" />
</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">
<p>
Phone +1 (408) 540-6197 |
<a href="mailto:contact@ekumenlabs.com">contact@ekumenlabs.com</a>
</p>
<p>Copyright © 2015. All rights reserved.</p>
</div>
<div class="col-sm-3 social-links">
<a href="https://www.facebook.com/creativa77" 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>