forked from Codeer12/games4u-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlegacy.html
666 lines (497 loc) · 39.4 KB
/
legacy.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
<!doctype html><html lang="en"><head>
<meta charset="UTF-8">
<!-- generator meta tag -->
<!-- leave this for stats and Silex version check -->
<meta name="generator" content="Silex v2.2.9">
<!-- End of generator meta tag -->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/front-end.js"></script>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/front-end.css">
<script type="text/javascript" class="silex-script"></script>
<title>Games4U - Home</title>
<meta name="website-width" content="1000">
<meta name="description" content="Games4U V4 Beta 4">
<link href="css/favicon-16x16.ico" rel="shortcut icon">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" class="silex-custom-font"><meta name="viewport" content="width=device-width, initial-scale=1"><script src="https://unpkg.com/scrollreveal/dist/scrollreveal.min.js" data-dependency="" type="text/javascript"></script><script src="https://unpkg.com/scrollreveal/dist/scrollreveal.min.js" data-dependency="" type="text/javascript"></script><script src="https://unpkg.com/scrollreveal/dist/scrollreveal.min.js" data-dependency="" type="text/javascript"></script><script src="https://unpkg.com/scrollreveal/dist/scrollreveal.min.js" data-dependency="" type="text/javascript"></script><script src="https://unpkg.com/scrollreveal/dist/scrollreveal.min.js" data-dependency="" type="text/javascript"></script><script src="https://unpkg.com/scrollreveal/dist/scrollreveal.min.js" data-dependency="" type="text/javascript"></script><script src="https://unpkg.com/scrollreveal/dist/scrollreveal.min.js" data-dependency="" type="text/javascript"></script><script src="https://unpkg.com/scrollreveal/dist/scrollreveal.min.js" data-dependency="" type="text/javascript"></script><script src="https://unpkg.com/scrollreveal/dist/scrollreveal.min.js" data-dependency="" type="text/javascript"></script><meta name="hostingProvider" content="ghpages"><script src="js/ol.js"></script><script src="https://games4u-3.disqus.com/embed.js" data-timestamp="1552770998475" type="text/javascript"></script><script src="https://games4u-3.disqus.com/embed.js" data-timestamp="1552770998476" type="text/javascript"></script><script src="https://games4u-3.disqus.com/embed.js" data-timestamp="1552770998500" type="text/javascript"></script><script src="https://games4u-3.disqus.com/embed.js" data-timestamp="1552770998500" type="text/javascript"></script><script src="https://games4u-3.disqus.com/embed.js" data-timestamp="1552770998501" type="text/javascript"></script><link rel="preload" as="style" href="https://c.disquscdn.com/next/embed/styles/lounge.9974049bf7b0591e5d4f055cb67f3ee3.css"><link rel="preload" as="script" href="https://c.disquscdn.com/next/embed/common.bundle.880980e048a2432334f13013030456ac.js"><link rel="preload" as="script" href="https://c.disquscdn.com/next/embed/lounge.bundle.7ca5005d1897180d07d928e89d2628be.js"><link rel="preload" as="script" href="https://disqus.com/next/config.js"><link rel="preload" as="style" href="https://c.disquscdn.com/next/embed/styles/lounge.9974049bf7b0591e5d4f055cb67f3ee3.css"><link rel="preload" as="script" href="https://c.disquscdn.com/next/embed/common.bundle.880980e048a2432334f13013030456ac.js"><link rel="preload" as="script" href="https://c.disquscdn.com/next/embed/lounge.bundle.7ca5005d1897180d07d928e89d2628be.js"><link rel="preload" as="script" href="https://disqus.com/next/config.js"><link rel="preload" as="style" href="https://c.disquscdn.com/next/embed/styles/lounge.9974049bf7b0591e5d4f055cb67f3ee3.css"><link rel="preload" as="script" href="https://c.disquscdn.com/next/embed/common.bundle.880980e048a2432334f13013030456ac.js"><link rel="preload" as="script" href="https://c.disquscdn.com/next/embed/lounge.bundle.7ca5005d1897180d07d928e89d2628be.js"><link rel="preload" as="script" href="https://disqus.com/next/config.js"><link rel="preload" as="style" href="https://c.disquscdn.com/next/embed/styles/lounge.9974049bf7b0591e5d4f055cb67f3ee3.css"><link rel="preload" as="script" href="https://c.disquscdn.com/next/embed/common.bundle.880980e048a2432334f13013030456ac.js"><link rel="preload" as="script" href="https://c.disquscdn.com/next/embed/lounge.bundle.7ca5005d1897180d07d928e89d2628be.js"><link rel="preload" as="script" href="https://disqus.com/next/config.js"><link rel="preload" as="style" href="https://c.disquscdn.com/next/embed/styles/lounge.9974049bf7b0591e5d4f055cb67f3ee3.css"><link rel="preload" as="script" href="https://c.disquscdn.com/next/embed/common.bundle.880980e048a2432334f13013030456ac.js"><link rel="preload" as="script" href="https://c.disquscdn.com/next/embed/lounge.bundle.7ca5005d1897180d07d928e89d2628be.js"><link rel="preload" as="script" href="https://disqus.com/next/config.js"><meta name="twitter:card" content="summary"><meta name="twitter:title" content="Games4U"><meta name="og:title" content="Games4U"><meta name="twitter:description" content="V4 Beta 4."><meta name="og:description" content="V4 Beta 4."><meta name="twitter:image" content="https://games.ytbros.tk/LogoMakr_1T9uGG.png"><meta name="og:image" content="https://games.ytbros.tk/LogoMakr_1T9uGG.png"><meta name="twitter:site" content="@MaxGamerTV123"><meta name="websiteUrl" content="https://games.ytbros.tk/"><link href="css/styles.css" rel="stylesheet" type="text/css"><title>Games4U</title>
<script src="https://www.gstatic.com/firebasejs/5.9.1/firebase.js"></script>
<script asnyc="" src="//games.ytbros.tk/config.js"></script>
<script async="" src="//games.ytbros.tk/track-firebase-user.js"></script>
<script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script async="" src="//games.ytbros.tk/games4uads.js"></script>
<link rel="manifest" href="//games.ytbros.tk/manifest.json"><style>body { opacity: 0; transition: .25s opacity ease; }</style></head>
<body class="body-initial all-style enable-mobile silex-runtime silex-published" data-silex-type="container" style="height: 100%;"><div data-silex-type="container" class="prevent-draggable container-element editable-style silex-id-1491510574619-3 section-element nav-section">
<div data-silex-type="container" class="editable-style silex-id-1491510574619-2 container-element silex-element-content silex-container-content website-width prevent-draggable">
<a href="index.html" data-silex-type="image" class="editable-style silex-id-1491511225781-5 image-element page-link-active"><img src="assets/LogoMakr_1T9uGG.png" class="silex-element-content"></a>
<div data-silex-type="container" class="editable-style silex-id-1491512678931-14 container-element hide-on-mobile">
<div data-silex-type="text" class="editable-style text-element silex-id-1491511582447-7 nav-button anchor-link nav">
<div class="silex-element-content normal"><a href="games.html" title="GAMES" class="">GAMES</a></div>
</div><div data-silex-type="text" class="editable-style text-element nav-button anchor-link nav silex-id-1552946154328-0 page-home paged-element page-link-active">
<div class="silex-element-content normal"><a href="index.html" title="HOME" class="page-link-active">HOME</a><br></div>
</div><div data-silex-type="text" class="editable-style text-element nav-button anchor-link nav silex-id-1553300687938-1 page-home paged-element page-link-active">
<div class="silex-element-content normal"><a href="profile.html" title="HOME" class="">PROFILE</a></div>
</div><div data-silex-type="html" class="editable-style silex-id-1552712690617-13 html-element page-home paged-element page-link-active"><div class="silex-element-content"><script type="text/javascript">
(function() {
var cx = 'partner-pub-4912447307997749:1756352225';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:searchbox-only></gcse:searchbox-only></div></div><div data-silex-type="text" class="editable-style text-element nav-button anchor-link nav silex-id-1553360263274-1 page-home paged-element page-link-active">
<div class="silex-element-content normal"><a href="//github.com/codeer12/ytbrosweb/issues/new" title="REPORT PROBLEMS">REPORT PROBLEMS</a></div>
</div></div>
</div>
</div>
<div data-silex-type="container" class="prevent-draggable container-element editable-style silex-id-1491510465972-1 section-element page-home paged-element home page-link-active">
<div data-silex-type="container" class="editable-style silex-id-1491510465971-0 container-element silex-element-content silex-container-content website-width prevent-draggable">
<div data-silex-type="container" class="editable-style silex-id-1491939403933-3 container-element silex-component silex-component-animated-container" style="">
<div id="id_1491939479270_560"></div>
<script type="text/javascript">
/*
animation widget from here: https://github.com/silexlabs/Silex/issues/443
*/
$(function() {
var bodyEl = $('body');
// execute only outside silex editor
if(!bodyEl.hasClass('silex-runtime')) return;
// init ScrollReveal lib
window.sr = window.sr || ScrollReveal();
// animate this element on page change
bodyEl.on('pageChanged', animate_1491939479270_560);
// animate this element at start
animate_1491939479270_560();
// the function to start the animation
function animate_1491939479270_560 (event, pageName) {
// get the silex element in which we are
var silexElement = $('#id_1491939479270_560').parent();
if(// only if the element is in the dom
silexElement &&
// and is visible in the current page
(silexElement.hasClass(bodyEl.pageable('option').currentPage) ||
// or visible in all pages
!silexElement.hasClass('paged-element')) &&
// but never in mobile mode
(!bodyEl.hasClass('enable-mobile') || $(window).width() >= 480)) {
// use ScrollReveal API
sr.reveal(silexElement, {
origin: 'left',
distance: '0px',
duration: 1500,
delay: 1500,
rotate: { x: 0, y: 0, z: 0 },
opacity: 0,
scale: 0.99,
easing: 'ease',
reset: false,
beforeReveal: function(el){
},
beforeReset: function(el){
},
afterReveal: function(el){
},
afterReset: function(el){
}
});
}
}
})
</script>
<div data-silex-type="text" class="editable-style silex-id-1491513485462-16 text-element title header">
<div class="silex-element-content normal">
<h1>WELCOME, TO GAMES4U</h1>
</div>
</div>
</div><div data-silex-type="html" class="editable-style silex-id-1554251643009-0 html-element"><div class="silex-element-content"></div></div><div data-silex-type="html" class="editable-style silex-id-1554252017763-1 html-element"><div class="silex-element-content"><div id="promo">
<button id="closepromo" onclick="myFunction()">Close/Open this.</button>
Submit the game you would like to play <a id="makeitblue" href="/request">here</a>.
</div>
<script type="text/javascript">
function myFunction() {
var x = document.getElementById("promo");
if (x.style.display === "none") {
x.style.display = "block";
} else {
x.style.display = "none";
}
function myFunction() {
var x = document.getElementById("closepromo");
if ( x.style.display === "none") {
x.style.display = "block";
} else {
x.style.display = "none";
}
{
}
}
}
</script>
<style>#makeitblue {background-color: blue;}<style>
#promo {width: 100%; padding: 50px 0; text-align: center; background-color: lightblue; margin-top: 20px; .Fixedposition: fixed; top: 20px;}</style>
<script type="text/javascript">
function myFunction() {
var x = document.getElementById("closepromo");
if ( x.style.display === "none") {
x.style.display = "block";
} else {
x.style.display = "none";
}
</script></div></div></div>
<div data-silex-type="html" class="editable-style silex-id-1491514047727-17 html-element silex-component silex-component-share">
<div class="silex-element-content">
<ul class="share-buttons" id="id_1495974349250_874">
<li>
<a href="https://www.facebook.com/sharer/sharer.php?u=http://silex-templates.silex.me/beauty/index.html&t=Beauty%20Saloon%20Template" title="Share on Facebook" target="_blank"><img alt="Share on Facebook" src="assets/Facebook.png"></a>
</li>
<li>
<a href="https://twitter.com/intent/tweet?source=http://silex-templates.silex.me/beauty/index.html&text=Beauty%20Saloon%20Template:%20http://silex-templates.silex.me/beauty/index.html&via=silexlabs" target="_blank" title="Share on Twitter"><img alt="Twitt" src="assets/Twitter.png"></a>
</li>
<li>
<a href="mailto:?subject=Beauty%20Saloon%20Template&body=Beauty%20Saloon%20Template:%20http://silex-templates.silex.me/beauty/index.html" target="_blank" title="Send email"><img alt="Send by email" src="assets/Email.png"></a>
</li>
</ul>
<style type="text/css">#id_1495974349250_874.share-buttons {list-style: none; padding: 0;}#id_1495974349250_874.share-buttons li {display: inline;}#id_1495974349250_874.share-buttons .sr-only {position: absolute; clip: rect(1px, 1px, 1px, 1px); padding: 0; border: 0; height: 1px; width: 1px; overflow: hidden;}</style>
</div>
</div>
<div data-silex-type="html" class="editable-style html-element silex-id-1545826918214-2" style=""><div class="silex-element-content"><p id="home"></p></div></div></div>
<div class="silex-pages">
<a id="page-home" data-silex-type="page" class="page-element page-link-active" href="index.html">Home</a><a id="page-strike-force-heroes" href="strike-force-heroes.html" data-silex-type="page" class="page-element">Strike Force Heroes</a><a id="page-dbz-devolution" href="dbz-devolution.html" data-silex-type="page" class="page-element">DBZ Devolution</a><a id="page-the-impossible-quiz" href="the-impossible-quiz.html" data-silex-type="page" class="page-element">The Impossible Quiz</a><a id="page-run-3" href="run-3.html" data-silex-type="page" class="page-element">Run 3</a><a id="page-games" href="games.html" data-silex-type="page" class="page-element">Games</a><a id="page-super-smash-flash-2" href="super-smash-flash-2.html" data-silex-type="page" class="page-element">Super Smash Flash 2</a><a id="page-profile" href="profile.html" data-silex-type="page" class="page-element">Profile</a><a id="page-request" href="request.html" data-silex-type="page" class="page-element">request</a><a id="page-about" href="about.html" data-silex-type="page" class="page-element">About</a><a id="page-chat" href="chat.html" data-silex-type="page" class="page-element">Chat</a></div>
<div data-silex-type="container" class="prevent-draggable container-element editable-style silex-id-1491514255098-19 section-element page-home paged-element about page-link-active">
<div data-silex-type="container" class="editable-style silex-id-1491514255097-18 container-element silex-element-content silex-container-content website-width prevent-draggable">
<div data-silex-type="container" class="editable-style silex-id-1491516513564-43 container-element silex-component silex-component-animated-container">
<div id="id_1491938633958_664"></div>
<script type="text/javascript">
/*
animation widget from here: https://github.com/silexlabs/Silex/issues/443
*/
$(function() {
var bodyEl = $('body');
// execute only outside silex editor
if(!bodyEl.hasClass('silex-runtime')) return;
// init ScrollReveal lib
window.sr = window.sr || ScrollReveal();
// animate this element on page change
bodyEl.on('pageChanged', animate_1491938633958_664);
// animate this element at start
animate_1491938633958_664();
// the function to start the animation
function animate_1491938633958_664 (event, pageName) {
// get the silex element in which we are
var silexElement = $('#id_1491938633958_664').parent();
if(// only if the element is in the dom
silexElement &&
// and is visible in the current page
(silexElement.hasClass(bodyEl.pageable('option').currentPage) ||
// or visible in all pages
!silexElement.hasClass('paged-element')) &&
// but never in mobile mode
(!bodyEl.hasClass('enable-mobile') || $(window).width() >= 480)) {
// use ScrollReveal API
sr.reveal(silexElement, {
origin: 'bottom',
distance: '0px',
duration: 500,
delay: 0,
rotate: { x: 0, y: 100, z: 0 },
opacity: -1,
scale: 1,
easing: 'linear',
reset: false,
beforeReveal: function(el){
},
beforeReset: function(el){
},
afterReveal: function(el){
},
afterReset: function(el){
}
});
}
}
})
</script>
</div>
<div data-silex-type="container" class="editable-style silex-id-1491516338811-42 container-element silex-component silex-component-animated-container">
<div id="id_1491516496248_744"></div>
<script type="text/javascript">
/*
animation widget from here: https://github.com/silexlabs/Silex/issues/443
*/
$(function() {
var bodyEl = $('body');
// execute only outside silex editor
if(!bodyEl.hasClass('silex-runtime')) return;
// init ScrollReveal lib
window.sr = window.sr || ScrollReveal();
// animate this element on page change
bodyEl.on('pageChanged', animate_1491516496248_744);
// animate this element at start
animate_1491516496248_744();
// the function to start the animation
function animate_1491516496248_744 (event, pageName) {
// get the silex element in which we are
var silexElement = $('#id_1491516496248_744').parent();
if(// only if the element is in the dom
silexElement &&
// and is visible in the current page
(silexElement.hasClass(bodyEl.pageable('option').currentPage) ||
// or visible in all pages
!silexElement.hasClass('paged-element')) &&
// but never in mobile mode
(!bodyEl.hasClass('enable-mobile') || $(window).width() >= 480)) {
// use ScrollReveal API
sr.reveal(silexElement, {
origin: 'left',
distance: '20px',
duration: 500,
delay: 0,
rotate: { x: 0, y: 0, z: 0 },
opacity: 0,
scale: 1,
easing: 'linear',
reset: false,
beforeReveal: function(el){
},
beforeReset: function(el){
},
afterReveal: function(el){
},
afterReset: function(el){
}
});
}
}
})
</script>
<div data-silex-type="text" class="editable-style silex-id-1491514313632-20 text-element">
<div class="silex-element-content normal">
<h2>We redesigned!</h2>
</div>
</div>
</div>
<div data-silex-type="container" class="editable-style silex-id-1491516586068-44 container-element silex-component silex-component-animated-container">
<div id="id_1491937951820_924"></div>
<script type="text/javascript">
/*
animation widget from here: https://github.com/silexlabs/Silex/issues/443
*/
$(function() {
var bodyEl = $('body');
// execute only outside silex editor
if(!bodyEl.hasClass('silex-runtime')) return;
// init ScrollReveal lib
window.sr = window.sr || ScrollReveal();
// animate this element on page change
bodyEl.on('pageChanged', animate_1491937951820_924);
// animate this element at start
animate_1491937951820_924();
// the function to start the animation
function animate_1491937951820_924 (event, pageName) {
// get the silex element in which we are
var silexElement = $('#id_1491937951820_924').parent();
if(// only if the element is in the dom
silexElement &&
// and is visible in the current page
(silexElement.hasClass(bodyEl.pageable('option').currentPage) ||
// or visible in all pages
!silexElement.hasClass('paged-element')) &&
// but never in mobile mode
(!bodyEl.hasClass('enable-mobile') || $(window).width() >= 480)) {
// use ScrollReveal API
sr.reveal(silexElement, {
origin: 'right',
distance: '20px',
duration: 500,
delay: 0,
rotate: { x: 0, y: 0, z: 0 },
opacity: 0,
scale: 1,
easing: 'linear',
reset: false,
beforeReveal: function(el){
},
beforeReset: function(el){
},
afterReveal: function(el){
},
afterReset: function(el){
}
});
}
}
})
</script>
<div data-silex-type="text" class="editable-style silex-id-1491514817330-22 text-element content">
<div class="silex-element-content normal">
<p>To fit new componets, and to add new stuff, we had to redesign the website, and I felt as if the website needed a revamp.</p>
<p></p>
</div>
</div>
</div>
</div>
<div data-silex-type="html" class="editable-style html-element silex-id-1545826847168-1" style=""><div class="silex-element-content"><p id="about"></p></div></div></div>
<div data-silex-type="container" class="prevent-draggable container-element editable-style silex-id-1491515247117-24 section-element page-home paged-element page-link-active">
<div data-silex-type="container" class="editable-style silex-id-1491515247116-23 container-element silex-element-content silex-container-content website-width prevent-draggable hide-on-mobile"></div>
</div>
<div data-silex-type="container" class="prevent-draggable container-element editable-style silex-id-1491515325968-26 section-element page-home paged-element service page-link-active">
<div data-silex-type="container" class="editable-style silex-id-1491515325967-25 container-element silex-element-content silex-container-content website-width prevent-draggable">
<div data-silex-type="container" class="editable-style silex-id-1491515513624-31 container-element hide-on-mobile"></div>
<div data-silex-type="container" class="editable-style container-element silex-id-1491515549485-32 hide-on-mobile"></div>
<div data-silex-type="container" class="editable-style silex-id-1491515570342-33 container-element hide-on-mobile"></div>
<div data-silex-type="container" class="editable-style container-element silex-id-1491515596629-34"></div>
<div data-silex-type="container" class="editable-style silex-id-1491516663908-45 container-element silex-component silex-component-animated-container">
<div id="id_1491938728527_125"></div>
<script type="text/javascript">
/*
animation widget from here: https://github.com/silexlabs/Silex/issues/443
*/
$(function() {
var bodyEl = $('body');
// execute only outside silex editor
if(!bodyEl.hasClass('silex-runtime')) return;
// init ScrollReveal lib
window.sr = window.sr || ScrollReveal();
// animate this element on page change
bodyEl.on('pageChanged', animate_1491938728527_125);
// animate this element at start
animate_1491938728527_125();
// the function to start the animation
function animate_1491938728527_125 (event, pageName) {
// get the silex element in which we are
var silexElement = $('#id_1491938728527_125').parent();
if(// only if the element is in the dom
silexElement &&
// and is visible in the current page
(silexElement.hasClass(bodyEl.pageable('option').currentPage) ||
// or visible in all pages
!silexElement.hasClass('paged-element')) &&
// but never in mobile mode
(!bodyEl.hasClass('enable-mobile') || $(window).width() >= 480)) {
// use ScrollReveal API
sr.reveal(silexElement, {
origin: 'left',
distance: '20px',
duration: 500,
delay: 0,
rotate: { x: 0, y: 0, z: 0 },
opacity: 0,
scale: 1,
easing: 'linear',
reset: false,
beforeReveal: function(el){
},
beforeReset: function(el){
},
afterReveal: function(el){
},
afterReset: function(el){
}
});
}
}
})
</script>
<div data-silex-type="text" class="editable-style text-element content silex-id-1491515344876-27 card">
<div class="silex-element-content normal">
<h3>Esse in meatball boudin dolore eu</h3>
<p>Est do chuck fugiat duis fatback commodo laboris. Beef ribs ut pork brisket flank. Proident occaecat pancetta, in tempor ex officia pork chop sirloin turducken dolore short loin pariatur cupidatat.</p>
<p></p>
</div>
</div>
</div>
<a href="index.html" data-silex-type="image" class="editable-style image-element silex-id-1552712201504-12 page-link-active"><img src="assets/LogoMakr_1T9uGG.png" class="silex-element-content"></a></div>
<div data-silex-type="html" class="editable-style html-element silex-id-1545826961371-3" style=""><div class="silex-element-content"><p id="service"></p></div></div></div>
<div data-silex-type="container" class="prevent-draggable container-element editable-style silex-id-1491515759410-36 section-element page-home paged-element contact page-link-active">
<div data-silex-type="container" class="editable-style silex-id-1491515759409-35 container-element silex-element-content silex-container-content website-width prevent-draggable">
<div data-silex-type="text" class="editable-style text-element silex-id-1491515891360-38 white">
<div class="silex-element-content normal">
<h2>
GET IN TOUCH
</h2>
<p>[email protected]</p>
</div>
</div>
<div data-silex-type="html" class="editable-style silex-id-1548871990043-1 html-element silex-component silex-component-form silex-use-height-not-minheight silex-element-content-full-height"><div class="silex-element-content"><form id="id_1552712311578_805" action="https://formspree.io/[email protected]" method="POST">
<div>
<label for="field1">Name</label>
<input type="text" required="" id="field1" name="field1" placeholder="">
</div>
<div>
<label for="field2">Your email adress</label>
<input type="text" required="" id="field2" name="field2" placeholder="[email protected]">
</div>
<div class="fill-vertical">
<label for="field3">Your message</label>
<textarea required="" id="field3" name="field3" placeholder="What you have to say"></textarea>
</div>
<input type="submit" value="Go!!!">
</form>
<style>#id_1552712311578_805 input[type=text], select {width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; border-radius: 3px; box-sizing: border-box;}#id_1552712311578_805 input[type=submit] {width: 100%; background-color: #A2AC87; color: #FFFFFF; padding: 14px 20px; margin: 8px 0; border: 1px solid #FFFFFF; border-radius: 3px; cursor: pointer;}#id_1552712311578_805 label {color: #FFFFFF;}#id_1552712311578_805 .fill-vertical {flex: 1 1 auto; display: flex; flex-direction: column;}#id_1552712311578_805 .fill-vertical textarea {flex: 1 1 auto; width: 100%; height: 150px; padding: 12px 20px; box-sizing: border-box; border: 2px solid #ccc; border-radius: 3px; background-color: #f8f8f8; font-size: 16px; resize: none;}#id_1552712311578_805 {border-radius: 3px; display: flex; flex-direction: column; justify-content: space-between; height: 100%;}</style>
</div></div></div>
<div data-silex-type="html" class="editable-style html-element silex-id-1545826982194-4" style=""><div class="silex-element-content"><p id="contact"></p></div></div></div>
<div data-silex-type="container" class="prevent-draggable container-element editable-style silex-id-1491516086960-40 section-element page-home paged-element page-link-active">
<div data-silex-type="container" class="editable-style silex-id-1491516086959-39 container-element silex-element-content silex-container-content website-width prevent-draggable">
<div data-silex-type="html" class="editable-style silex-id-1548871943671-0 html-element silex-component silex-component-map silex-use-height-not-minheight silex-element-content-full-height"><div class="silex-element-content"><div id="mapdiv_1548871943675_366"><div class="ol-viewport" style="position: relative; overflow: hidden; width: 100%; height: 100%; touch-action: none;" data-view="107"><canvas style="width: 100%; height: 100%; display: block;" class="ol-unselectable" width="999" height="512"></canvas><div class="ol-overlaycontainer"></div><div class="ol-overlaycontainer-stopevent"><div class="ol-zoom ol-unselectable ol-control"><button class="ol-zoom-in" type="button" title="Zoom in">+</button><button class="ol-zoom-out" type="button" title="Zoom out">−</button></div><div class="ol-rotate ol-unselectable ol-control ol-hidden"><button class="ol-rotate-reset" type="button" title="Reset rotation"><span class="ol-compass" style="transform: rotate(0rad);">⇧</span></button></div><div class="ol-attribution ol-unselectable ol-control ol-collapsed"><ul><li style=""><a href="https://openlayers.org/"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAHGAAABxgEXwfpGAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAhNQTFRF////AP//AICAgP//AFVVQECA////K1VVSbbbYL/fJ05idsTYJFtbbcjbJllmZszWWMTOIFhoHlNiZszTa9DdUcHNHlNlV8XRIVdiasrUHlZjIVZjaMnVH1RlIFRkH1RkH1ZlasvYasvXVsPQH1VkacnVa8vWIVZjIFRjVMPQa8rXIVVkXsXRsNveIFVkIFZlIVVj3eDeh6GmbMvXH1ZkIFRka8rWbMvXIFVkIFVjIFVkbMvWH1VjbMvWIFVlbcvWIFVla8vVIFVkbMvWbMvVH1VkbMvWIFVlbcvWIFVkbcvVbMvWjNPbIFVkU8LPwMzNIFVkbczWIFVkbsvWbMvXIFVkRnB8bcvW2+TkW8XRIFVkIlZlJVloJlpoKlxrLl9tMmJwOWd0Omh1RXF8TneCT3iDUHiDU8LPVMLPVcLPVcPQVsPPVsPQV8PQWMTQWsTQW8TQXMXSXsXRX4SNX8bSYMfTYcfTYsfTY8jUZcfSZsnUaIqTacrVasrVa8jTa8rWbI2VbMvWbcvWdJObdcvUdszUd8vVeJaee87Yfc3WgJyjhqGnitDYjaarldPZnrK2oNbborW5o9bbo9fbpLa6q9ndrL3ArtndscDDutzfu8fJwN7gwt7gxc/QyuHhy+HizeHi0NfX0+Pj19zb1+Tj2uXk29/e3uLg3+Lh3+bl4uXj4ufl4+fl5Ofl5ufl5ujm5+jmySDnBAAAAFp0Uk5TAAECAgMEBAYHCA0NDg4UGRogIiMmKSssLzU7PkJJT1JTVFliY2hrdHZ3foSFhYeJjY2QkpugqbG1tre5w8zQ09XY3uXn6+zx8vT09vf4+Pj5+fr6/P39/f3+gz7SsAAAAVVJREFUOMtjYKA7EBDnwCPLrObS1BRiLoJLnte6CQy8FLHLCzs2QUG4FjZ5GbcmBDDjxJBXDWxCBrb8aM4zbkIDzpLYnAcE9VXlJSWlZRU13koIeW57mGx5XjoMZEUqwxWYQaQbSzLSkYGfKFSe0QMsX5WbjgY0YS4MBplemI4BdGBW+DQ11eZiymfqQuXZIjqwyadPNoSZ4L+0FVM6e+oGI6g8a9iKNT3o8kVzNkzRg5lgl7p4wyRUL9Yt2jAxVh6mQCogae6GmflI8p0r13VFWTHBQ0rWPW7ahgWVcPm+9cuLoyy4kCJDzCm6d8PSFoh0zvQNC5OjDJhQopPPJqph1doJBUD5tnkbZiUEqaCnB3bTqLTFG1bPn71kw4b+GFdpLElKIzRxxgYgWNYc5SCENVHKeUaltHdXx0dZ8uBI1hJ2UUDgq82CM2MwKeibqAvSO7MCABq0wXEPiqWEAAAAAElFTkSuQmCC"></a></li><li>© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors.</li></ul><button type="button" title="Attributions"><span>i</span></button></div></div></div></div>
<style>#mapdiv_1548871943675_366 {width: 100%; height: 100%;}</style>
<script type="text/javascript">
function init_1548871943675_366() {
if(!$('body').hasClass('silex-runtime') && typeof(ol) === 'undefined') {
// wait for dependencies to be loaded
setTimeout(init_1548871943675_366, 100);
return;
}
// apply position and zoom
// from map URL http://www.openstreetmap.org/#map=18/48.88680/2.34235&layers=C
var params = 'http://www.openstreetmap.org/#map=18/48.87378/2.29489&layers=C'.match(/.*map=([0-9]*)\/(.*)\/(.*)&layers=(.)/);
if(params) {
var zoom = parseFloat(params[1]);
var lat = parseFloat(params[2]);
var lon = parseFloat(params[3]);
var layer = params[4];
var center = ol.proj.fromLonLat([lon, lat]);
var map = new ol.Map({
layers: [
new ol.layer.Tile({
source: new ol.source.OSM()
})
],
target: 'mapdiv_1548871943675_366',
view: new ol.View({
center: center,
zoom: zoom
})
});
var iconFeature = new ol.Feature({
geometry: new ol.geom.Point(center)
});
var vectorSource = new ol.source.Vector({
features: [iconFeature]
});
var vectorLayer = new ol.layer.Vector({
source: vectorSource
});
var iconStyle = new ol.style.Style({
image: new ol.style.Icon(({
anchor: [0.5, 1],
anchorXUnits: 'fraction',
anchorYUnits: 'fraction',
opacity: 1,
src: 'https://openlayers.org/en/v4.0.1/examples/data/icon.png'
}))
});
iconFeature.setStyle(iconStyle);
map.addLayer(vectorLayer);
}
}
init_1548871943675_366();
$(document).on('silex:resize', function() {
$('#mapdiv_1548871943675_366').empty();
init_1548871943675_366();
});
</script>
</div></div></div>
</div>
<div data-silex-type="text" class="editable-style silex-id-1552766529686-0 text-element page-home paged-element page-link-active"><div class="silex-element-content normal"><p>POWERED BY SILEX. JOIN GAMES4U-LABS SO WE CAN HOST YOUR WEBSITE TODAY FOR FREE!</p></div></div><iframe style="display: none;"></iframe></body></html>