-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
283 lines (270 loc) · 10.6 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
<!DOCTYPE HTML>
<!--
David Dohmen
-->
<html>
<head>
<title>Ocell</title>
<!-- Default for Google Analytics: Off -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-122967782-1"></script>
<script>
window['ga-disable-UA-122967782-1'] = true;
</script>
<!-- Cookie consent Popup and Logic -->
<link rel="stylesheet" type="text/css" href="assets/css/cookieconsent.min.css" />
<script src="assets/js/cookieconsent.min.js"></script>
<script>
window.addEventListener("load", function(){
window.cookieconsent.initialise({
onInitialise: function(status) {
var type = this.options.type;
var didConsent = this.hasConsented();
if (type == 'opt-in' && didConsent) {
/* Activate Google Analytics */
window['ga-disable-UA-122967782-1'] = false;
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-122967782-1');
}
if (type == 'opt-out' && !didConsent) {
/* Keep Google Analytics deactivated */
window['ga-disable-UA-122967782-1'] = true;
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-122967782-1');
}
},
onStatusChange: function(status, chosenBefore) {
var type = this.options.type;
var didConsent = this.hasConsented();
if (type == 'opt-in' && didConsent) {
/* Activate Google Analytics */
window['ga-disable-UA-122967782-1'] = false;
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-122967782-1');
}
if (type == 'opt-out' && !didConsent) {
/* Keep Google Analytics deactivated */
window['ga-disable-UA-122967782-1'] = true;
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-122967782-1');
}
},
location: true,
container: document.getElementById("intro"),
"palette": {
"popup": {
"background": "#000000"
},
"button": {
"background": "#ffffff"
}
},
"theme": "classic",
"position": "bottom-right",
"type": "opt-out",
"content": {
"allow": 'Got it!',
"policy": 'Privacy Policy',
"deny": "Decline",
"href": "https://ocell.aero/privacypolicy.html"
}
})});
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script>
</script>
<!-- Others -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
</head>
<style>
.fixed-ratio-resize { /* basic responsive img */
max-width: 100%;
height: auto;
width: auto\9; /* IE8 */
}
</style>
<body class="is-preload">
<!-- Sidebar -->
<section id="sidebar">
<div class="inner">
<nav>
<ul>
<li><a href="#intro">Welcome</a></li>
<li><a href="#one">Key Features</a></li>
<li><a href="#two">Use Cases</a></li>
<li><a href="#three">Get in touch</a></li>
</ul>
</nav>
</div>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Intro -->
<section id="intro" class="wrapper style1 fullscreen fade-up">
<div class="inner">
<center><img class="fixed-ratio-resize" src="images/OcellNoBG_orange.svg" alt=""/></center>
<h2><center><font color="white">RETHINKING AERIAL ANALYTICS</font></center></h2>
<p><center><font color="white">Ocell is generating, interpreting and delivering actionable data through aerial images. We take away the pain of owning and operating drones from customers who just want the insights.
Leveraging the latest innovations in AI, sensorics and operations, we unlock profoundly new ways of aerial analytics.</font></center></p>
<div align="center">
<ul style="display: inline-table;" class="actions">
<li><a href="#one" class="button primary scrolly">More</a></li>
</ul>
</div>
</div>
</section>
<!-- One -->
<section id="one" class="wrapper style3 fade-up">
<div class="inner">
<div class="features">
<section>
<span class="icon major fa-image"></span>
<h3>Data Quality</h3>
<p>Modern imaging technology and smart processing algorithms ensure the best quality and resolution for all usecases.</p>
</section>
<section>
<span class="icon major fa-clock-o"></span>
<h3>Timeliness</h3>
<p>Depending on our customer preferences, we can deliver high frequencies of image updates. On the long run we'll even be able to provide real-time feeds.</p>
</section>
<section>
<span class="icon major fa-dollar"></span>
<h3>Cost Savings</h3>
<p>Customers don't need to hire certified drone operators or pilots in order to generate aerial imagery anymore. By scaling the process of image capturing, Ocell can provide cheaper data in a more convenient way.</p>
</section>
<section>
<span class="icon major fa-desktop"></span>
<h3>Artificial Intelligence</h3>
<p>Ocell uses state of the art AI in order to enhance image quality and extract meaningful information from the data. These valuable insights are provided to our customers.</p>
</section>
</div>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper style2 spotlights">
<section>
<a href="http://ocell.aero" class="image"><img src="images/trains-lr80.jpg" alt="" data-position="center center" /></a>
<div class="content">
<div class="inner">
<h2>Large Infrastructure Monitoring</h2>
<p>Observe and analyze your infrastructure in order to prevent costly failure.</p>
<!--
<ul class="actions">
<li><a href="large-infrastructure.html" class="button">More</a></li>
</ul>
-->
</div>
</div>
</section>
<section>
<a href="http://ocell.aero" class="image"><img src="images/forest-lr80.jpg" alt="" data-position="top center" /></a>
<div class="content">
<div class="inner">
<h2> Land Surveying </h2>
<p>Track, research and utilize natural resources like crops, forests or gases.</p>
<!--
<ul class="actions">
<li><a href="natural-resource-management.html" class="button">More</a></li>
</ul>
-->
</div>
</div>
</section>
<section>
<a href="http://ocell.aero" class="image"><img src="images/mapping.jpg" alt="" data-position="25% 25%" /></a> <!--pic03-->
<div class="content">
<div class="inner">
<h2>3D Mapping</h2>
<p>Generate high resolution 3D maps to accurately depict the world.</p>
<!--
<ul class="actions">
<li><a href="search-and-rescue.html" class="button">More</a></li>
</ul>
-->
</div>
</div>
</section>
</section>
<!-- Three -->
<section id="three" class="wrapper style2-alt fade-up">
<div class="inner">
<h2>Let's talk!</h2>
<div class="split style1">
<section>
<!--<center><img class="fixed-ratio-resize" src="images/group-lr80.jpg" alt=""/></center>-->
<p>Ocell consists of professionals of various fields. We're working hard to provide you with a deep understanding and the actionable information
which can be extracted from aerial images.
Ocell can add value to your business while reducing your current costs. If you're interested, please contact us!
We're looking forward to get in touch with you!</p>
</section>
<section>
<ul class="contact">
<li>
<h3>Address</h3>
<span>Schornstr 6<br />
81669 Munich<br />
Germany</span>
</li>
<li>
<h3>Email</h3>
<span>[email protected]</span>
</li>
<li>
<h3>Social</h3>
<ul class="icons">
<li><a href="https://www.linkedin.com/company/ocell-aero/" target="_blank" class="fa-linkedin"><span class="label">LinkedIn</span></a></li>
<!-- <li><a href="#" class="fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="fa-instagram"><span class="label">Instagram</span></a></li> -->
</ul>
</li>
</ul>
</section>
</div>
<ul class="actions">
<li><a href="#intro" class="button scrolly">Top</a></li>
</ul>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper style1-alt">
<div class="inner">
<h2>Supported by:</h2>
<ul class="menu">
<li><img src="images/BMWi-Foerderlogo_4c_jpeg.jpg" height="100" alt=""/></li>
<li><img src="images/Logo-EXIST-png.png" height="100" alt=""/></li>
<li><img src="images/Logo-ESF-rgb-jpg.jpg" height="100" alt=""/></li>
<li><img src="images/Logo-EU-cmyk-jpg.jpg" height="100" alt=""/></li>
<li><img src="images/Claim-ESF-cmyk-jpg.jpg" height="100" alt=""/></li>
<li><a href="https://xpreneurs.io/"><img src="images/win xpreneurs rev 2 wide dark white.png" height="100" alt=""></a></li>
<li><img src="images/nvidiaInception.png" height="100" alt=""/></li>
<li><img src="images/utum.jpg" height="100" alt=""/></li>
<li><img src="images/TUM.png" height="100" alt=""/></li>
</ul>
<ul class="menu">
<li><font color=#afafaf> Ocell © 2018. All rights reserved.</li><li><a href="https://ocell.aero/impressum.html">Impressum</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>