-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
355 lines (307 loc) · 11.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
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
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="utf-8">
<title>bl1tzR</title>
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Bootstrap -->
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
<!-- Stylesheets -->
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--Favicon-->
<link rel="shortcut icon" href="images/logok1.png" type="image/x-icon">
<link rel="icon" href="images/logok1.png" type="image/x-icon">
<style type="text/css">
html {
scroll-behavior: smooth;
}
.background1 {
background:url('images/background/back.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.layer1 {
background-color: rgba(248, 247, 216, 0.8);
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.layerwhite {
background-color: rgba(255, 255, 255, 0.85);
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.layerorange{
background-color: rgba(241, 103, 54, 0.65);
color: white;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.margtop20{
margin-top: 50px;
}
.margbottom20{
margin-bottom: 20px;
}
.iconwidth{
width: 75px; height: 75px;
}
ol.breadcrumb{
display: none;
}
@media (max-width: 600px){
h1, .h1 {
font-size: 30px;
}
_.background1 {
background: url(images/background/back.jpg);
background-repeat: initial;
background-attachment: scroll;
background-position: center center;
}
}
@supports (-webkit-touch-callout: none) {
/* CSS specific to iOS devices */
.background1 {
background: url(images/background/back.jpg);
background-repeat: initial;
background-attachment: scroll;
background-position: center center;
}
}
@supports not (-webkit-touch-callout: none) {
/* CSS for other than iOS devices */
}
</style>
</head>
<body>
<!-- preloader start -->
<div class="preloader">
<img src="images/preloader.gif" alt="preloader">
</div>
<!-- preloader end -->
<!-- navigation -->
<header class="text-center" style="position: fixed;top:0px;width: 100%;
background-color: white;
z-index: 999999;">
<div class="navigation">
<div class="container text-center">
<nav class="navbar navbar-expand-lg navbar-light bg-light text-center">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation" style="margin-top: 30px;margin-bottom: 10px;">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse text-center" id="navbarSupportedContent" >
<ul class="navbar-nav ml-auto text-center">
<li class="nav-item">
<a class="nav-link company1" role="button">
The Company
</a>
</li>
<li class="nav-item">
<a class="nav-link mission1" role="button">
Our Mission
</a>
</li>
<li class="nav-item">
<a class="nav-link technology1" role="button">
Our Technology
</a>
</li>
<li class="nav-item">
<a class="nav-link people1" role="button">
Our People
</a>
</li>
<li class="nav-item">
<a class="nav-link contact1">Contact</a>
</li>
<li class="nav-item">
<a href="pages/impressum.html" class="nav-link ">Impressum</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</header>
<!-- /navigation -->
<section class=" page-title" style="background-image: url(images/background/page-title.jpg); background-size: 100%; height: auto;">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="text-white font-weight-bold"></h2>
<ol class="breadcrumb">
</ol>
</div>
</div>
</div>
</section>
<div class="background1" style="padding-top: 20px;padding-bottom: 20px;">
<!-- philosophy -->
<section class="section layerwhite margbottom20" id="company">
<div class="container">
<div class="row">
<!-- philosophy -->
<div class="col-lg-12">
<h1 class="section-title section-title-border-half">bl<span style="color: #f16736;">1</span>tzR</h1>
<p>We are a start-up in stealth mode working on the next generation of technology for road safety and smart
cities. </p>
</div>
</div>
</div>
</section>
<section class="section layerorange margbottom20" id="mission">
<div class="container">
<div class="row">
<!-- philosophy -->
<div class="col-lg-12 text-white">
<h1 class="section-title section-title-border-half-white text-white">Our Mission
</h1>
<p class=" text-white">We imagine the future of transportation as a sustainable, safe and seamless ecosystem
with our technology at its very heart. </p>
</div>
</div>
</div>
</section>
<section class="section layerwhite margbottom20" id="technology">
<div class="container">
<div class="row">
<!-- philosophy -->
<div class="col-lg-12">
<h1 class="section-title section-title-border-half">Our Technology</h1>
<div class="mb-md-50">
<div class="row">
<div class="col-12">
<div class="d-flex flex-column flex-sm-row align-items-center">
<img src="images/background/icon1.png" class="iconwidth">
<div class="text-center text-sm-left">
<h3 class="mb-0 maronmob">Internet of Things
</h3><br>
<p class="mb-0">Combining the newest state-of-the-art sensors allows to build the most reliable
device on the market.
</p>
</div>
</div>
</div>
<div class="col-12 margtop20">
<div class="d-flex flex-column flex-sm-row align-items-center">
<img src="images/background/icon2.png" class="iconwidth">
<div class="text-center text-sm-left">
<h3 class="mb-0 maronmob">Artificial Intelligence</h3><br>
<p class="mb-0">Our algorithms are based on the latest findings in artificial intelligence, machine
learning and computer vision research.</p>
</div>
</div>
</div>
<div class="col-12 margtop20">
<div class="d-flex flex-column flex-sm-row align-items-center">
<img src="images/background/icon3.png" class="iconwidth">
<div class="text-center text-sm-left">
<h3 class="mb-0 maronmob">Data Security</h3><br>
<p class="mb-0">Performing all computation on-edge gives the highest level of data
security.</p>
</div>
</div>
</div>
<div class="col-12 margtop20">
<div class="d-flex flex-column flex-sm-row align-items-center">
<img src="images/background/icon4.png" class="iconwidth">
<div class="text-center text-sm-left">
<h3 class="mb-0 maronmob">Autonomy</h3><br>
<p class="mb-0">Designing our products for minimal power consumption ensures maximum
autonomy.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section layerorange margbottom20" id="people">
<div class="container">
<div class="row">
<!-- philosophy -->
<div class="col-lg-12 text-white">
<h1 class="section-title section-title-border-half-white text-white">Our People
</h1>
<p class=" text-white">We are a team of experienced technologists, driven by the passion to transform our vision
from imagination into reality.
</p>
</div>
</div>
</div>
</section>
<section class="section layerwhite " id="contact">
<div class="container">
<div class="row">
<!-- philosophy -->
<div class="col-lg-12">
<h1 class="section-title section-title-border-half">Contact Us</h1>
<p>If you are interested in talking to us please send us a mail to <a href="mailto:contact@bl1tzR.com" target="_blank">contact@bl1tzR.com.</a></p>
</div>
</div>
</div>
</section>
</div>
<!-- footer -->
<footer class="bg-secondary">
<!-- copyright -->
<div class="pt-4 pb-3 position-relative" style="background-color: #f16736;">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 text-center">
<p class="text-white text-center" style="font-size: 20px;">
<span class="text-white">bl1tzR</span> © 2020 All Right Reserved</p>
</div>
</div>
</div>
</div>
</footer>
<!-- /footer -->
<!-- jQuery -->
<script src="plugins/jQuery/jquery.min.js"></script>
<!-- Bootstrap JS -->
<script src="plugins/bootstrap/bootstrap.min.js"></script>
<!-- Main Script -->
<script src="js/script.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$(".company1").click(function(event){
var scrollTo = $('#company').offset().top;
$(window).scrollTop(scrollTo-130);
});
$(".mission1").click(function(event){
var scrollTo = $('#mission').offset().top;
$(window).scrollTop(scrollTo-130);
});
$(".technology1").click(function(event){
var scrollTo = $('#technology').offset().top;
$(window).scrollTop(scrollTo-130);
});
$(".people1").click(function(event){
var scrollTo = $('#people').offset().top;
$(window).scrollTop(scrollTo-130);
});
$(".contact1").click(function(event){
var scrollTo = $('#contact').offset().top;
$(window).scrollTop(scrollTo-130);
});
});
</script>
</body>
</html>