-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
351 lines (300 loc) · 11.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- For IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- For Resposive Device -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- For Window Tab Color -->
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#151515">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#151515">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#151515">
<title>Surgestruct</title>
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="56x56" href="images/fav-icon/icon.png">
<!-- Main style sheet -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- responsive style sheet -->
<link rel="stylesheet" type="text/css" href="css/responsive.css">
<!-- Theme-Color css -->
<link rel="stylesheet" id="jssDefault" href="css/color.css">
<meta name="facebook-domain-verification" content="pnukjz0wwow5wq1bl4cw06hmsswewc" />
<!-- Fix Internet Explorer ______________________________________-->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script src="vendor/html5shiv.js"></script>
<script src="vendor/respond.js"></script>
<![endif]-->
</head>
<body>
<div class="main-page-wrapper">
<!-- ===================================================
Loading Transition
==================================================== -->
<div id="loader-wrapper">
<div id="loader"></div>
</div>
<!-- ==================== Style Switcher ==================== -->
<div class="switcher">
<!-- Switcher button -->
<div class="switch-btn">
<button><i class="fa fa-cog fa-spin"></i></button>
</div>
</div> <!-- /switch-menu -->
</div> <!-- /.switcher -->
<!--
=============================================
Theme Header
==============================================
-->
<header class="theme-main-header theme-header-one">
<div class="top-header">
<div class="container clearfix">
<p class="float-left email-us">Kontaktieren Sie uns : <a
href="mailto:surgestruct@gmail.com">surgestruct@gmail.com</a></p>
<p class="float-right call-us" style="display: none;">Call us for any questions : <a
href="tel:(088) 987 555 123">(088) 987 555 123</a></p>
</div> <!-- /.container -->
</div> <!-- /.top-header -->
<div class="theme-menu-wrapper">
<div class="container">
<div class="inner-wrapper clearfix">
<!-- ================= Logo ==================== -->
<div class="logo">
<h3 style="color: #fff;
position: relative;
top: 10px;">Surgestruct</h3>
<a href="index.html" style="display: none;"><img src="images/logo/logo.png" alt="logo"></a>
</div>
<!-- ============== Menu Warpper ================ -->
<div class="menu-wrapper float-right">
<nav id="mega-menu-holder" class="clearfix">
<ul class="clearfix">
<li class="active">
<a href="#">Home</a>
</li>
<li style="display: none;"><a href="#">Pages</a>
<ul class="dropdown">
<li><a href="about.html">About us</a></li>
<li><a href="404.html">404</a></li>
</ul>
</li>
<li><a href="#contact" style="display: none">Kontaktieren</a></li>
</ul>
</nav> <!-- /#mega-menu-holder -->
</div> <!-- /.menu-wrapper -->
</div> <!-- /.inner-wrapper -->
</div> <!-- /.container -->
</div> <!-- /.theme-menu-wrapper -->
</header> <!-- /.theme-main-header -->
<!--
=============================================
Theme Main Banner
==============================================
-->
<div id="theme-main-banner" class="banner-one section-spacing">
<div data-src="images/home/mountain.jpg">
<div class="camera_caption text-center">
<div class="container">
<h1 class="wow fadeInUp animated"><span>Unternehmen für</span> Neumodische IT-Produkte</h1>
<p class="wow fadeInUp animated" data-wow-delay="0.2s">Wir betreiben mehrere IT-Produkte, um Ihnen
das Leben zu vereinfachen!</p>
<a href="#me" class="theme-button-one wow fadeInUp animated" data-wow-delay="0.278s">Weiter
Lesen</a>
</div> <!-- /.container -->
</div> <!-- /.camera_caption -->
</div>
</div> <!-- /#theme-main-banner -->
<!--
=============================================
Feature Work
==============================================
-->
<div class="feature-work section-spacing" id="me">
<div class="container">
<div class="feature-work-slider">
<div class="item">
<div class="single-feature">
<h5 class="title">Wer bin ich?</h5>
<p>Mein Name ist Tobias Liebl, ich betreibe Surgestruct, und plane verschiedenste cloud basierte
Produkte zu entwickeln, um Ihnen das Leben zu vereinfachen!</p>
</div> <!-- /.single-feature -->
</div>
</div> <!-- /.feature-work-slider -->
</div> <!-- /.container -->
</div> <!-- /.feature-work -->
<!--
=====================================================
Latest Project
=====================================================
-->
<div class="latest-project section-spacing">
<div class="container">
<div class="theme-title-one text-center">
<h2 class="title">Unsere Projekte</h2>
</div> <!-- /.theme-title-one -->
<div class="row">
<div class="col-lg-3 col-sm-6 col-12">
<div class="single-block">
<img src="images/home/editor-screen.png" alt="">
<div class="overlay">
<div>
<h6><a>Video/Image Editor</a>
</h6>
<span>In Entwicklung</span>
</div>
</div> <!-- /.overlay -->
</div> <!-- /.single-block -->
</div> <!-- /.col- -->
<div class="col-lg-3 col-sm-6 col-12">
<div class="single-block">
<img src="images/home/ybc.png" alt="">
<div class="overlay">
<div>
<h6><a href="https://www.indiehackers.com/product/yeahboilerplates">Yeahboilerplates</a>
</h6>
<span>In Entwicklung</span>
</div>
</div> <!-- /.overlay -->
</div> <!-- /.single-block -->
</div> <!-- /.col- -->
</div> <!-- /.row -->
<div class="view-all-project clearfix" style="display: none;">
<p class="float-left">Leverage agile frameworks to provide a robust synopsis for high level overviews.
<br> Iterative approaches to corporate strategy foster collaborative thinking to further the overall
.
</p>
<a href="project-grid.html" class="theme-button-one float-right">View All Project</a>
</div> <!-- /.view-all-project -->
</div> <!-- /.container -->
</div> <!-- /.latest-project -->
<!--
=====================================================
Footer
=====================================================
-->
<footer class="theme-footer-one">
<div class="main-footer-widget">
<div class="container">
<div class="row">
<div class="col-lg-2 col-sm-6 list-widget">
<h6 class="title">Links</h6>
<ul>
<li><a href="datenschutz.html">Datenschutzerklärung</a></li>
<li><a href="impressum.html">Impressum</a></li>
</ul>
</div> <!-- /.list-widget -->
</div> <!-- /.row -->
</div> <!-- /.container -->
</div> <!-- /.main-footer-widget -->
<div class="bottom-footer">
<div class="container">
<p>Copyright 2020 Surgestruct UG (haftungsbeschänkt) – All Right Reserved</p>
</div>
</div> <!-- /.bottom-footer -->
</footer> <!-- /.theme-footer -->
<!-- Scroll Top Button -->
<button class="scroll-top tran3s">
<i class="fa fa-angle-up" aria-hidden="true"></i>
</button>
<!-- Optional JavaScript _____________________________ -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<!-- jQuery -->
<script src="vendor/jquery.2.2.3.min.js"></script>
<!-- Popper js -->
<script src="vendor/popper.js/popper.min.js"></script>
<!-- Bootstrap JS -->
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Style-switcher -->
<script src="vendor/jQuery.style.switcher.min.js"></script>
<!-- Camera Slider -->
<script src='vendor/Camera-master/scripts/jquery.mobile.customized.min.js'></script>
<script src='vendor/Camera-master/scripts/jquery.easing.1.3.js'></script>
<script src='vendor/Camera-master/scripts/camera.min.js'></script>
<!-- menu -->
<script src="vendor/menu/src/js/jquery.slimmenu.js"></script>
<!-- WOW js -->
<script src="vendor/WOW-master/dist/wow.min.js"></script>
<!-- owl.carousel -->
<script src="vendor/owl-carousel/owl.carousel.min.js"></script>
<!-- js count to -->
<script src="vendor/jquery.appear.js"></script>
<script src="vendor/jquery.countTo.js"></script>
<!-- Fancybox -->
<script src="vendor/fancybox/dist/jquery.fancybox.min.js"></script>
<!-- Theme js -->
<script src="js/theme.js"></script>
</div> <!-- /.main-page-wrapper -->
<script>
!function (f, b, e, v, n, t, s) {
if (f.fbq) return; n = f.fbq = function () {
n.callMethod ?
n.callMethod.apply(n, arguments) : n.queue.push(arguments)
};
if (!f._fbq) f._fbq = n; n.push = n; n.loaded = !0; n.version = '2.0';
n.queue = []; t = b.createElement(e); t.async = !0;
t.src = v; s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s)
}(window, document, 'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1011591222557740');
fbq('track', 'PageView');
console.log("Adding Pixel");
const events = [
{
fullType: 'track',
type: 'Purchase',
info: { currency: "USD", value: 30.00 }
},
{
fullType: 'track',
type: 'AddPaymentInfo'
},
{
fullType: 'track',
type: 'Contact'
},
{
fullType: 'track',
type: 'Lead'
},
{
fullType: 'track',
type: 'Subscribe'
},
{
fullType: 'trackCustom',
type: 'ShareDiscount',
info: { promotion: 'share_discount_10%' }
},
]
function emitEvent() {
const eventNum = Math.floor(Math.random() * events.length)
console.log(`eventNum: ${eventNum}`)
const event = events[eventNum]
fbq(event.fullType, event.type, event.info);
}
setTimeout(() => {
emitEvent()
}, 5_000)
</script>
<!-- Start VWO Async SmartCode -->
<script type='text/javascript'>
window._vwo_code = window._vwo_code || (function(){
var account_id=613277,
settings_tolerance=2000,
library_tolerance=2500,
use_existing_jquery=false,
is_spa=1,
hide_element='body',
/* DO NOT EDIT BELOW THIS LINE */
f=false,d=document,code={use_existing_jquery:function(){return use_existing_jquery;},library_tolerance:function(){return library_tolerance;},finish:function(){if(!f){f=true;var a=d.getElementById('_vis_opt_path_hides');if(a)a.parentNode.removeChild(a);}},finished:function(){return f;},load:function(a){var b=d.createElement('script');b.src=a;b.type='text/javascript';b.innerText;b.onerror=function(){_vwo_code.finish();};d.getElementsByTagName('head')[0].appendChild(b);},init:function(){
window.settings_timer=setTimeout(function () {_vwo_code.finish() },settings_tolerance);var a=d.createElement('style'),b=hide_element?hide_element+'{opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;}':'',h=d.getElementsByTagName('head')[0];a.setAttribute('id','_vis_opt_path_hides');a.setAttribute('type','text/css');if(a.styleSheet)a.styleSheet.cssText=b;else a.appendChild(d.createTextNode(b));h.appendChild(a);this.load('https://dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'&u='+encodeURIComponent(d.URL)+'&f='+(+is_spa)+'&r='+Math.random());return settings_timer; }};window._vwo_settings_timer = code.init(); return code; }());
</script>
<!-- End VWO Async SmartCode -->
</body>
</html>