-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontrol.html
721 lines (622 loc) · 36.1 KB
/
control.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
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
<!DOCTYPE html>
<html class="no-js" lang="de">
<head>
<title>OneIOT - Messgeräte Steuerung</title>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<meta content="initial-scale=1.0, user-scalable=no" name="viewport"/>
<meta content="user-scalable=no, width=device-width, height=device-height, initial-scale=1, maximum-scale=1, minimum-scale=1, minimal-ui" name="viewport"/>
<meta content="Die OneIOT All-In-One IoT Cloud bringt jedes Messgeräte ohne Programmieraufwand online." name="description">
<meta content="IoT, Internet der Dinge, IoT Plattform, IoT Gateway, Low Code, IoT Cloud, Messgeräte Cloud, Messgeräte Plattform" name="keywords">
<meta content="OneIOT" name="author">
<!-- =================================================
===== Bootstrap
================================================== -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<!-- =================================================
===== MDBootstrap
================================================== -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.7.6/css/mdb.min.css" />
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.7.6/js/mdb.min.js"></script>
<!-- =================================================
===== Favicon
================================================== -->
<link href="../img/oneiot/oneiot-icon-rounded.png" rel="shortcut icon" type="image/png">
<!-- =================================================
===== Fontawesome icons
================================================== -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0-1/css/all.css" rel="stylesheet" type="text/css">
<!-- =================================================
===== Critical style
================================================== -->
<link href="../css/critical.min.css" rel="stylesheet" type="text/css">
<!-- =================================================
===== Common style
================================================== -->
<link href="../css/style.min.css" rel="stylesheet" type="text/css">
<!-- =================================================
===== Theme style
================================================== -->
<link href="../css/color.min.css" rel="stylesheet" type="text/css">
<!-- =================================================
===== Load Google fonts
================================================== -->
<script type="text/javascript">
WebFontConfig = {
google: {families: ['Nunito+Sans:400,400i,700,700i,800,800i,900,900i', 'Quicksand:300,400,700']}
};
(function () {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120681810-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-120681810-2');
</script>
<!-- =================================================
===== Drift scripts
================================================== -->
<!-- Start of Async Drift Code -->
<script>
"use strict";
!function() {
var t = window.driftt = window.drift = window.driftt || [];
if (!t.init) {
if (t.invoked) return void (window.console && console.error && console.error("Drift snippet included twice."));
t.invoked = !0, t.methods = [ "identify", "config", "track", "reset", "debug", "show", "ping", "page", "hide", "off", "on" ],
t.factory = function(e) {
return function() {
var n = Array.prototype.slice.call(arguments);
return n.unshift(e), t.push(n), t;
};
}, t.methods.forEach(function(e) {
t[e] = t.factory(e);
}), t.load = function(t) {
var e = 3e5, n = Math.ceil(new Date() / e) * e, o = document.createElement("script");
o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://js.driftt.com/include/" + n + "/" + t + ".js";
var i = document.getElementsByTagName("script")[0];
i.parentNode.insertBefore(o, i);
};
}
}();
drift.SNIPPET_VERSION = '0.3.1';
drift.load('hcinvii5gir9');
</script>
<!-- =================================================
===== Load other scripts
================================================== -->
<script type="text/javascript">
var _html = document.documentElement,
isTouch = (('ontouchstart' in _html) || (navigator.msMaxTouchPoints > 0) || (navigator.maxTouchPoints));
_html.className = _html.className.replace("no-js", "js");
_html.classList.add(isTouch ? "touch" : "no-touch");
</script>
<script src="../js/device.min.js" type="text/javascript"></script>
</head>
<body>
<div id="app">
<header class="top-bar top-bar--light" data-nav-anchor="true" id="top-bar">
<div class="top-bar__inner">
<div class="container-fluid">
<div class="row align-items-center no-gutters">
<!-- =================================================
===== Logo
================================================== -->
<a class="top-bar__logo site-logo" href="/">
<img alt="demo" class="img-fluid large-logo" src="../img/oneiot/oneiot-logo-white.png" width="100"/>
<img alt="demo" class="img-fluid sticky-logo" src="../img/oneiot/oneiot-logo-sticky.png" width="100"/>
</a>
<!-- =================================================
===== Responsive navigation bar toggle
================================================== -->
<a class="top-bar__navigation-toggler" href="javascript:void(0);" id="top-bar__navigation-toggler">
<span></span>
</a>
<!-- =================================================
===== Main navigation
================================================== -->
<div class="top-bar__collapse">
<!-- =================================================
===== Main navigation
================================================== -->
<nav class="top-bar__navigation" id="top-bar__navigation" role="navigation">
<ul>
<li class="has-submenu">
<a class="nav-link">Produkte</a>
<ul class="submenu submenu">
<div class="column-nav">
<ul>
<li>
<a class="item-title" href="gateway">
Industrial Gateway 4.0
<br/>
<span class="small">Bringt jedes Messgeräte online</span>
</a>
</li>
<li>
<a class="item-title" href="app">
Messgeräte Anwendung
<br/>
<span class="small">Online Zugriff auf alle Messgeräte</span>
</a>
</li>
<li>
<a class="item-title" href="iot-platform">
Messgeräte Plattform
<br/>
<span class="small">Services für Messgeräte Anwendungen</span>
</a>
</li>
</ul>
</div>
</ul>
</li>
<li class="has-submenu">
<a class="nav-link">Lösungen</a>
<ul class="submenu submenu">
<div class="column-nav">
<ul>
<li>
<a class="item-title" href="monitoring">
Messwerte Überwachung
<br/>
<span class="small">Visualisierung in Echtzeit</span>
</a>
</li>
<li>
<a class="item-title" href="control">
Messgeräte Steuerung
<br/>
<span class="small">Fernzugriff zu jeder Zeit</span>
</a>
</li>
<li>
<a class="item-title" href="alerts">
Frühwarnsystem
<br/>
<span class="small">Warnmeldungen per SMS & E-Mail</span>
</a>
</li>
<li>
<a class="item-title" href="debugging">
Messgeräte Diagnosen
<br/>
<span class="small">Fernprüfung aller Messgeräte</span>
</a>
</li>
</ul>
</div>
</ul>
</li>
<li><a class="nav-link" href="../pricing">Preise</a></li>
</ul>
</nav>
<!-- =================================================
===== Action navigation
================================================== -->
<div class="top-bar__action" id="top-bar__action">
<div class="d-xl-flex flex-xl-row flex-xl-wrap align-items-xl-center">
<!-- =================================================
===== Language chooser
================================================== -->
<!-- <div class="top-bar__choose-lang js-choose-lang text-shadow">-->
<!-- <div class='current-lang',><i><img alt='demo' class='circled' height='25' src='../img/icon/de.png' width='25'/></i><span>De</span></div>-->
<!-- <div class="list-wrap">-->
<!-- <ul class="list">-->
<!-- <li class="" data-img="../img/icon/en.png"-->
<!-- data-short-name="En">-->
<!-- <a href="../en/">-->
<!-- <span>Englisch</span>-->
<!-- </a>-->
<!-- </li>-->
<!-- <li class="is-active" data-img="../img/icon/de.png"-->
<!-- data-short-name="De">-->
<!-- <a href="../de/">-->
<!-- <span>Deutsch</span>-->
<!-- </a>-->
<!-- </li>-->
<!-- </ul>-->
<!-- </div>-->
<!-- </div>-->
<a class="ml-4" target="_blank" href="https://app.easytoi.com">
Login
</a>
<a class="ml-4" target="_blank" href="https://app.easytoi.com">
<button class="custom-btn custom-btn--medium dashboard-btn custom-btn--style-4 medium" role="button"
type="submit">
Registrieren
</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="header-progress-bar">
<div class="progress-container">
<div class="progress-bar" id="myBar"></div>
</div>
</div>
<div id="start-screen" class="start-screen start-screen--full-height start-screen--style-3" style='background: url("../img/banner/banner-7.png");'>
<div class="start-screen__content-container">
<div class="start-screen__content__item align-items-center">
<div class="container">
<div class="row front-text">
<div class="col-12 col-md-7 col-lg-7 col-xl-7 pt-sm-10 mt-12 mt-sm-0 mt-md-0 mt-lg-0 mt-xl-0">
<span class="title-tag-lr title-tag-white text-white">Fernzugriff zu jeder Zeit</span>
<h1 class="__title front-title text-white">
Messgeräte Steuerung
</h1>
<p class="text-white">
</p>
<ul class="check-list my-md-6 text-white">
<li><i class="ico-checked fontello-ok"></i>Zuverlässige Steuerung</li>
<li><i class="ico-checked fontello-ok"></i>Aktives Eingreifen jederzeit möglich</li>
<li><i class="ico-checked fontello-ok"></i>Zugriff über Webanwendung oder Smartphone App</li>
</ul>
</div>
<div class="col-12 col-md-5 col-lg-5 col-xl-5 text-lg-right pt-sm-10">
<figure class="image-container">
<img class="img-fluid d-none d-lg-block"
src="../img/app/app-preview.png" alt="Messgeräte App"/>
</figure>
</div>
</div>
</div>
</div>
</div>
<div class="background-overlay"></div>
</div>
<main role="main">
<script>
(function (w, d) {
var m = d.getElementsByTagName('main')[0],
s = d.createElement("script"),
v = !("IntersectionObserver" in w) ? "8.17.0" : "12.0.0",
o = {
elements_selector: ".lazy",
threshold: 500,
callback_enter: function (element) {
},
callback_load: function (element) {
},
callback_set: function (element) {
oTimeout = setTimeout(function () {
clearTimeout(oTimeout);
AOS.refresh();
}, 1000);
},
callback_error: function (element) {
element.src = "https://placeholdit.imgix.net/~text?txtsize=21&txt=Image%20not%20load&w=200&h=200";
}
};
s.type = 'text/javascript';
s.async = false; // This includes the script as async. See the "recipes" section for more information about async loading of LazyLoad.
s.src = "https://cdn.jsdelivr.net/npm/vanilla-lazyload@" + v + "/dist/lazyload.min.js";
m.appendChild(s);
// m.insertBefore(s, m.firstChild);
w.lazyLoadOptions = o;
}(window, document));
</script>
<section class="section" id="brands-small">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-heading section-heading--center pb-3">
<h2 class="__title"><span class="customer-title">Kunden & Partner die uns vertrauen</span></h2>
</div>
<div class="spacer py-3"></div>
<div class="brands-list">
<div class="__inner">
<div class="row justify-content-sm-around align-items-center">
<div class="col-3 col-sm-auto">
<div class="__item">
<figure class="__image">
<img class="img-fluid" src="../img/clients/udata-logo.png" width="150" alt="UDATA GmbH" />
</figure>
</div>
</div>
<div class="col-3 col-sm-auto">
<div class="__item">
<figure class="__image">
<img class="img-fluid" src="../img/clients/futomat-logo.png" width="150" alt="Futomat" />
</figure>
</div>
</div>
<div class="col-3 col-sm-auto">
<div class="__item">
<figure class="__image">
<img class="img-fluid" src="../img/clients/th-bingen-logo.png" width="210" alt="Th Bingen" />
</figure>
</div>
</div>
<div class="col-3 col-sm-auto">
<div class="__item">
<figure class="__image">
<img class="img-fluid" src="../img/clients/hska-logo.png" width="190" alt="Hochschule Karlsruhe" />
</figure>
</div>
</div>
<div class="col-3 col-sm-auto">
<div class="__item">
<figure class="__image">
<img class="img-fluid" src="../img/clients/xlab-logo.png" width="120" alt="XLab Karlsruhe" />
</figure>
</div>
</div>
<div class="col-3 col-sm-auto">
<div class="__item">
<figure class="__image">
<img class="img-fluid" src="../img/clients/aws-logo.png" width="90" alt="Amazon AWS" />
</figure>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section section--bg-img jarallax" data-img-position="50% 60%" data-speed="0.3"
style="background-color: #1d2124">
<div class="container small-container-with-btn">
<div class="section-heading section-heading--white section-heading--center">
<h2 class="__title">Kontaktieren <span>Sie uns noch heute</span></h2>
<p>
Beginnen Sie mit Ihrer Digitalisierung und bringen Sie Ihr Produkt auf ein neues Level
</p>
<div class="col-12 col-sm-auto">
<div class="spacer py-4"></div>
<a data-toggle="modal" data-target="#contact-modal">
<button class="custom-btn custom-btn--medium custom-btn--style-2 medium" role="button"
type="submit">Jetzt Demo Vereinbaren
</button>
</a>
</div>
</div>
</div>
</section>
</main>
<footer class="footer footer--s3 footer--color-dark">
<div class="footer__line footer__line--first">
<div class="container">
<div class="row">
<!-- =================================================
===== Company links
================================================== -->
<div class="col col-sm-5 col-md-3 col-lg-3">
<div class="footer__item">
<h4 class="footer__item__title">Unternehmen</h4>
<nav class="footer__navigation">
<ul>
<li>
<a href="career"> Karriere</a>
</li>
<li>
<a data-toggle="modal" data-target="#contact-modal"> Kontakt</a>
</li>
</ul>
</nav>
</div>
</div>
<!-- =================================================
===== Resources links
================================================== -->
<div class="col col-sm-5 col-md-3 col-lg-3">
<div class="footer__item">
<h4 class="footer__item__title">Ressourcen</h4>
<nav class="footer__navigation">
<ul>
<li>
<a href="https://blog.oneiot.de" target="_blank">Blog</a>
</li>
<li>
<a href="https://docs.oneiot.de" target="_blank">Dokumentation</a>
</li>
<li>
<a href="https://github.com/1IoT" target="_blank">Open Source</a>
</li>
</ul>
</nav>
</div>
</div>
<div class="col col-sm-5 col-md-3 col-lg-3">
<div class="footer__item">
</div>
</div>
<div class="col col-sm-5 col-md-3 col-lg-3">
<div class="footer__item">
</div>
</div>
</div>
</div>
</div>
<!-- =================================================
===== Bottom bar on footer
================================================== -->
<div class="footer__line footer__line--second">
<div class="container">
<div class="row justify-content-center align-items-md-center">
<!-- =================================================
===== Copyright
================================================== -->
<div class="col-auto col-md-12 col-lg-6">
<div class="footer__item">
<p>
<span class="__copy">
<a href="terms">Impressum</a> |
<a href="privacy">Datenschutz</a> |
<a href="agb">AGB</a>
<br>
<span style="font-family:monospace !important; font-size:14px">Copyrights 2021 © OneIoT UG (haftungsbeschränkt)</span>
</span>
</p>
</div>
</div>
<!-- =================================================
===== Social links
================================================== -->
<div class="col-auto col-md-12 col-lg-6">
<div class="footer__item">
<div class="s-btns s-btns--md s-btns--light s-btns--rounded">
<ul class="d-flex flex-row flex-wrap align-items-center justify-content-md-end">
<li><a class="i" target="_blank" href="https://www.linkedin.com/company/18496129"><i
class="fontello-linkedin"></i></a></li>
<li><a class="y" target="_blank"
href="https://www.youtube.com/channel/UCbzmC4PVWyU54nuHTLj3qmw"><i
class="fontello-youtube-play"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
<div class="modal fade in" id="contact-modal" tabindex="-1" role="dialog" aria-hidden="true" data-keyboard="false" data-backdrop="static">
<div class="modal-dialog container" role="document">
<div class="modal-content">
<div class="modal-header">
<!-- =================================================
===== Title
================================================== -->
<div class="section-heading">
<h2 class="__title">Kontaktieren <span>Sie uns</span></h2>
</div>
<!-- =================================================
===== Close
================================================== -->
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="row">
<!-- =================================================
===== Contact form
================================================== -->
<div class="col-12 col-xl-6">
<p>
Wir stehen Ihnen für all Ihre Fragen zur Verfügung. Unsere Experten beraten Sie gerne
</p>
<form class="js-contact-form" id="contact-form-modal" name="sentMessage" novalidate="novalidate">
<div class="input-wrp form-group">
<p class="help-block text-danger mt-20"></p>
<input autocomplete="on" class="textfield textfield--grey form-name-modal form-control"
data-validation-required-message="Bitte geben Sie Ihren Namen an"
id="name" name="name" placeholder="Name" required="required" type="text"/>
</div>
<div class="input-wrp form-group">
<p class="help-block text-danger mt-20"></p>
<input autocomplete="on" class="textfield textfield--grey form-phone-modal form-control"
id="phone" name="phone" placeholder="Telefon" type="tel"/>
</div>
<div class="input-wrp form-group">
<p class="help-block text-danger mt-20"></p>
<input autocomplete="on" class="textfield textfield--grey form-subject-modal form-control"
id="subject" name="subject" placeholder="Unternehmen" type="text"/>
</div>
<div class="input-wrp form-group">
<p class="help-block text-danger mt-20"></p>
<input autocomplete="on" class="textfield textfield--grey form-email-modal form-control"
data-validation-required-message="Bitte geben Sie Ihre E-Mail Adresse an" id="email"
name="email" placeholder="E-Mail" required="required" type="email"/>
</div>
<label class="input-wrp form-group">
<p class="help-block text-danger mt-20"></p>
<textarea class="textfield textfield--grey form-message-modal form-control"
data-validation-required-message="Bitte schreiben Sie eine Nachricht"
id="message" name="message" placeholder="Nachricht"
required="required"></textarea>
</label>
<p class="font-size-16px">
Mit der Nutzung des Kontaktformulars stimmen Sie der <a href="privacy">Datenschutzerklärung</a> zu
</p>
<div id="success-modal"></div>
<button class="custom-btn custom-btn--medium custom-btn--style-2 wide form-submit-modal" id="sendMessageButton"
name="submit" role="button" type="submit" value="Send Message">
Nachricht senden
</button>
<div class="form__note"></div>
</form>
</div>
<div class="col-12 col-xl-6 mt-xl-0 mt-12 mt-xl-0 text-center">
<figure class="image-container text-center">
<img class="img-fluid rounded-img" width="70%" src="../img/contact-support.png" alt="Contact us" />
</figure>
<div class="py-3"></div>
<p>
<strong>+49 172 - 232 51 02</strong><br>
<a href="mailto:contact@oneiot.de">contact@oneiot.de</a><br>
Landau (Karlsruhe), Germany
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="alert alert-dismissible text-center cookiealert" role="alert">
<div class="row">
<div class="col-lg-6 text-center cookie-alert-col">
<div class="cookiealert-container">
🍪 Wir verwenden Cookies und Analysen, um sicherzustellen, dass Sie das beste Erlebnis auf unserer Website erfahren. Mit der Nutzung unserer Website stimmen Sie der <a href="privacy">Datenschutzerklärung</a> zu
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<button type="button" class="btn btn-primary btn-sm acceptcookies" aria-label="Close">
Schließen
</button>
</div>
</div>
</div>
<!--<div id="btn-to-top-wrap">-->
<!-- <a class="circled" data-visible-offset="800" href="javascript:void(0);" id="btn-to-top"></a>-->
<!--</div>-->
<!-- Three.js -->
<script type="module">
// Find the latest version by visiting https://unpkg.com/three. The URL will
// redirect to the newest stable release.
import * as THREE from 'https://unpkg.com/three/build/three.module.js';
const scene = new THREE.Scene();
</script>
<!-- Cookie alert -->
<script src="../js/cookiealert-standalone.js" type="text/javascript"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../js/jquery-2.2.4.min.js"><\/script>')</script>
<!-- Scroll indicator -->
<script>
window.onscroll = function() {myFunction()};
function myFunction() {
var winScroll = document.body.scrollTop || document.documentElement.scrollTop;
var height = document.documentElement.scrollHeight - document.documentElement.clientHeight;
var scrolled = (winScroll / height) * 100;
document.getElementById("myBar").style.width = scrolled + "%";
}
</script>
<script crossorigin="anonymous"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script src="../js/main.min.js" type="text/javascript"></script>
<script src="../js/contact-form-main.min.js" type="text/javascript"></script>
<script src="../js/contact-form-modal.min.js" type="text/javascript"></script>
<script src="../js/newsletter-form.min.js" type="text/javascript"></script>
<script src="../js/jqBootstrapValidation.min.js" type="text/javascript"></script>
<script src="../js/header-anim.min.js" type="text/javascript"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
</body>
</html>