-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
319 lines (295 loc) · 15.8 KB
/
Copy pathindex.html
File metadata and controls
319 lines (295 loc) · 15.8 KB
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
<!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">
<meta name="description" content="SensiaSoft Website">
<meta name="author" content="Sensia Software LLC">
<meta name="keywords" content="sensor, sensorweb, sensorhub, SWE, IoT, embedded, GIS, mapping, geoINT, computer vision, robotics" />
<title>Sensiasoft - Join the Sensor Web</title>
<link rel="icon" href="/img/favicon.ico?v=1">
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/half-slider.css" rel="stylesheet">
<link href="css/agency.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script src='https://www.google.com/recaptcha/api.js'></script>
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" 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 page-scroll" href="#page-top">Sensiasoft</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#services">Services</a>
</li>
<li>
<a class="page-scroll" href="#about">About</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Half Page Image Background Carousel Header -->
<header id="myCarousel" class="carousel slide">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
<li data-target="#myCarousel" data-slide-to="5"></li>
</ol>
<!-- Wrapper for Slides -->
<div class="carousel-inner">
<div class="item active">
<div class="fill" style="background-image:url('img/IoT.svg'); "></div>
<div class="carousel-caption">
<h2>Join the Sensor Web</h2>
</div>
</div>
<div class="item">
<div class="fill" style="background-image:url('img/forest.jpg'); "></div>
<div class="carousel-caption">
<h2>Environment & Wildlife</h2>
</div>
</div>
<div class="item">
<div class="fill" style="background-image:url('img/green-city.jpg');"></div>
<div class="carousel-caption">
<h2>Smart Cities</h2>
</div>
</div>
<div class="item">
<div class="fill" style="background-image:url('img/harbour1.jpg');"></div>
<div class="carousel-caption">
<h2>Transportation & Logistics</h2>
</div>
</div>
<div class="item">
<div class="fill" style="background-image:url('img/coffee.jpg');"></div>
<div class="carousel-caption">
<h2>Agriculture & Farming</h2>
</div>
</div>
<div class="item">
<div class="fill" style="background-image:url('img/military-aircraft.jpg');"></div>
<div class="carousel-caption">
<h2>Military & Avionics</h2>
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="icon-prev"></span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="icon-next"></span>
</a>
</header>
<!-- Services Section -->
<section id="services">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Services</h2>
</div>
</div>
<div class="row text-center">
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-plug fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Connect</h4>
<p class="text-muted">We can help you develop the necessary hardware and software to connect your sensors or robotic devices to efficient SensorWeb enabled middleware, whether on classical computer infrastructure or embedded devices.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-rss fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Communicate</h4>
<p class="text-muted">We are directly involved in the creation and implementation of the SensorWeb international standards of the Open Geospatial Consortium and experts on IoT and M2M standards and protocols.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-cogs fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Process</h4>
<p class="text-muted">We have implemented many processing libraries ranging from simple statistical analysis of time series data to advanced real-time geolocation of video on terrain and robust data fusion (Kalman Filters).</p>
</div>
</div>
<div class="row text-center">
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<!--<i class="fa fa-dashboard fa-stack-1x fa-inverse"></i>-->
<i class="fa fa-line-chart fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Visualize</h4>
<p class="text-muted">We know a nice modern-looking visualization is what you need to make your data appealing to your users or customers. We can provide easily customizable visualization solutions that work on the desktop, mobile, and in any web browser.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-lock fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Secure</h4>
<p class="text-muted">We are not security experts but our solutions are secured using proven, state-of-the-art security software for access control as well as DoS and spoofing protection, so that your data, sensors and other assets are properly protected.</p>
</div>
<div class="col-md-4">
<a href="https://github.com/sensiasoft/">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
<!--<i class="fa fa-git fa-stack-1x fa-inverse"></i>-->
</span>
</a>
<h4 class="service-heading">Open Source</h4>
<p class="text-muted">We publish most of our software as Open Source so that you can freely modify it on your own or seek help from the community.</p>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">About</h2>
<h3 class="section-subheading text-muted">We are a small team of engineers with expertise in Mechanical, Electrical, Aerospace Engineering and Computer Science.</h3>
<h3 class="section-subheading text-muted">We are dedicated to providing good software solutions for bringing your sensors and IoT devices to the next level.</h3>
<h3 class="section-subheading text-muted">Join the Sensor Web to use your devices at their full potential!</h3>
</div>
</div>
<div class="row">
<div class="col-md-3 col-xs-12">
<a href="http://www.botts-inc.com" target="_blank">
<img src="img/logo_botts-inc.png" class="img-responsive img-centered" alt="Botts Innovative Research, Inc.">
</a>
</div><!--
--><div class="col-md-3 col-xs-12">
<a href="http://www.i3.com" target="_blank">
<img src="img/logo_icubed.png" class="img-responsive img-centered" alt="i-cubed">
</a>
</div><!--
--><div class="col-md-3 col-xs-12">
<a href="http://www.spotimage.fr" target="_blank">
<img src="img/logo_airbusds.png" class="img-responsive img-centered" alt="Airbus Defence & Space / Spotimage">
</a>
</div><!--
--><div class="col-md-3 col-xs-12">
<a href="http://www.meteo-france.fr" target="_blank">
<img src="img/logo_meteo-france.png" class="img-responsive img-centered" alt="Meteo France">
</a>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Contact Us</h2>
<h3 class="section-subheading text-muted">Since we basically live on The Internet, the best way to reach us is via the form below:</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<form id="contactForm" method="POST" action="https://script.google.com/macros/s/AKfycbyIfEAXQVBEF7d35JEFhunX6KWe8G3JVmaTpZspKdeAciDbOXq5/exec">
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input type="text" class="form-control" placeholder="Your Name *" name="Name" id="name" required data-validation-required-message="Please enter your name." required>
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Company *" name="Company" id="company" required data-validation-required-message="Please enter your company name." required>
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input type="email" class="form-control" placeholder="Email *" name="Email" id="email" required data-validation-required-message="Please enter your email address." required>
<p class="help-block text-danger"></p>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<textarea class="form-control" placeholder="Your Message *" name="Message" id="msg" required data-validation-required-message="Please enter a message." required></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
</div>
<div class="row">
<div class="clearfix"></div>
<div class="col-md-6">
<div class="g-recaptcha" data-sitekey="6LeLogsTAAAAANOyHoSs0sWLkC_AS68s2YE7lm0f"></div>
</div>
<div class="col-md-6 text-center">
<div id="success"></div>
<button type="submit" class="btn btn-xl">Send Message</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<p>Copyright © 2019 Sensia Software LLC</p>
<p><a href='http://www.freepik.com/free-vector/internet-marketing-vector-template_713813.htm' target='_blank'>Vector Graphics designed by Freepik</a></p>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Custom JavaScript for Page Scrolling -->
<script src="js/agency.js"></script>
<!-- Script to Activate the Carousel -->
<script>
$('.carousel').carousel({
interval: 5000 // slide speed
})
</script>
</body>
</html>