forked from Mrboss1111111/website
-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
659 lines (629 loc) · 50.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://arc.io/widget.min.js#AhhMHcMM"></script>
<title>Bigfoot's Game Shack</title>
<!-- Primary Meta Tags -->
<meta name="title" content="Bigfoot's Game Shack">
<meta name="description" content="Bigfoot's Game Shack | Built for Chromebook Gamers">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://bgs.pages.dev">
<meta property="og:title" content="Bigfoot's Game Shack">
<meta property="og:description" content="Bigfoot's Game Shack | Built for Chromebook Gamers">
<meta property="og:image" content="images/1-dark.png">
<link rel="manifest" href="manifest.json"/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://bgs.pages.dev">
<meta property="twitter:title" content="Bigfoot's Game Shack">
<meta property="twitter:description" content="Bigfoot's Game Shack | Built for Real Gamers">
<meta property="twitter:image" content="/images/1-dark.png">
<meta name="google-site-verification" content="17dinb5b-QEZz8CfKEUNy_eM_P2ebyM-cYBDVUsCQMM" />
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Press Start 2P">
<link rel="stylesheet" href="styles/style.css">
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<link rel="manifest" href="manifest.webmanifest" />
<link href="https://fonts.googleapis.com/css2?family=Anton&display=swap" rel="stylesheet">
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7257238324060789" crossorigin="anonymous"></script>
<!--<script src="scripts/alert.js"></script>-->
<script src="scripts/textanim.js"></script>
<script src="scripts/hide.js"></script>
<script src="scripts/main.js"></script>
<script src="scripts/panic.js"></script>
<script src="scripts/tab.js"></script>
<script async src="https://fundingchoicesmessages.google.com/i/pub-7257238324060789?ers=1" nonce="AxH4t4OVkjrvrleOdkdLBQ"></script><script nonce="AxH4t4OVkjrvrleOdkdLBQ">(function() {function signalGooglefcPresent() {if (!window.frames['googlefcPresent']) {if (document.body) {const iframe = document.createElement('iframe'); iframe.style = 'width: 0; height: 0; border: none; z-index: -1000; left: -1000px; top: -1000px;'; iframe.style.display = 'none'; iframe.name = 'googlefcPresent'; document.body.appendChild(iframe);} else {setTimeout(signalGooglefcPresent, 0);}}}signalGooglefcPresent();})();</script>
<link href="https://fonts.cdnfonts.com/css/monument-extended" rel="stylesheet">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-P6V3QXEWMB"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-P6V3QXEWMB');
</script>
<!-- Google tag (gtag.js)(feetbig.pages.dev) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VKZB20RKXK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-VKZB20RKXK');
</script>
<!-- Google tag (bigfootshack.pages.dev)(gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SF3YJ26PBZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SF3YJ26PBZ');
</script>
<script type="text/javascript">
(function() {
window.sib = {
equeue: [],
client_key: "ux20cgvma6q43vik1tkevtax"
};
/* OPTIONAL: email for identify request*/
// window.sib.email_id = 'example@domain.com';
window.sendinblue = {};
for (var j = ['track', 'identify', 'trackLink', 'page'], i = 0; i < j.length; i++) {
(function(k) {
window.sendinblue[k] = function() {
var arg = Array.prototype.slice.call(arguments);
(window.sib[k] || function() {
var t = {};
t[k] = arg;
window.sib.equeue.push(t);
})(arg[0], arg[1], arg[2]);
};
})(j[i]);
}
var n = document.createElement("script"),
i = document.getElementsByTagName("script")[0];
n.type = "text/javascript", n.id = "sendinblue-js",
n.async = !0, n.src = "https://sibautomation.com/sa.js?key="+ window.sib.client_key,
i.parentNode.insertBefore(n, i), window.sendinblue.page();
})();
</script>
</head>
<script src='https://cdn.jsdelivr.net/npm/@widgetbot/crate@3' async defer>
new Crate({
server: '829117322223812658', // Bigfoot's Game Shack
channel: '1098685870128767098' // #school
})
</script>
<body id="body" >
<div id="popup">
<p class="popup-p">Visit our new site!</p><br/>
<div class="link-popup"><a class='link-popup-a'href="https://v4.bigfoot.ga/">v4.bigfoot.ga</a></div>
<div class="link-popup"><a class='link-popup-a1' href="invite.html">Blocked? Join our Discord for more links</a></div>
</div>
<!--<div id="vfourpromo"class="v4-promo"><iframe id="vfourpromo" class="v4-promo-video" width="560" height="315" src="https://www.youtube.com/embed/RUF8DhMRSnw?controls=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe><h2>Bigfoot's Game Shack Swag has arrived</h2><p3>Buy shirts, stickers, and much more</p3><br/><a href="https://my-store-deaa97.creator-spring.com/"><button class="v4-promo-button">Go to Store</button></a><br/><button onClick="v4();"class="v4-promo-button">Continue to website</button></div></div>-->
<iframe class="heyyyyyy" style="overflow-x: hidden;overflow-y: hidden;height: 100vh;" src="g/panic-screens/panic.html" id="iframe"></iframe>
<iframe class="heyyyyyy1" style="overflow-x: hidden;overflow-y: hidden;height: 100vh;" src="g/panic-screens/panic5.html" id="iframe1"></iframe>
<div class="page" id="maincode">
<div class="row navbarfoixed">
<div style="z-index:5;">
<div class="one">
<section style="text-align: center;">
<!-- <div class="span2 logonav floatleft"><a href="#"><img style="width:auto;height: 70px;margin-right:-60px;position: absolute;top: 7px;left: 54px;" src="images/bgs-text-modern-dark.png" /></a></div>-->
<div style="padding-bottom: 0px;margin-left:30px;padding-top: 20px;" class="span2 logonav floatleft imagetext">
<a href="#">
<img style="width:auto;height: 90px;margin-right:-60px;position: absolute;top: 7px;left: 54px;" src="images/logonew.png" />
</a>
</div>
<div style="margin-left:1px;padding-top: 15px;min-width: 140px; text-decoration: none;" class="span2 navlink floatright">
<span>
<a class="active" href="g/index.html">
<div class="text" data-text="effect">
<h1 class="newanim">Games</h1>
</div>
</a>
</span>
</div>
<div style="margin-left:px;padding-top: 15px;min-width: 140px; text-decoration: none;" class="span2 navlink ">
<span>
<div class="text" data-text="effect">
<!--make it so the text is also a link back to home -->
<a class="active" href="#">
<h1 style="color: white;padding: 17px;letter-spacing: 3px;">BIGFOOT'S GAME SHACK</h1>
</a>
</div>
</span>
</div>
<div style="margin-left:1px;padding-top: 15px;min-width: 140px; text-decoration: none;" class="span2 navlink floatright">
<span>
<a class="active" href="about-us/info.html">
<div class="text" data-text="effect">
<h1 class="newanim">Info</h1>
</div>
</a>
</span>
</div>
<div style="margin-left:1px;padding-top: 15px;min-width: 140px; text-decoration: none;" class="span2 navlink floatright">
<span>
<a class="active" href="index.html">
<div class="text" data-text="effect">
<h1 class="current">Home</h1>
</div>
</a>
</span>
</div>
<!--Copy from here down to end Settings code for settings popup-->
<!--
<div style="margin-left:1px;padding-top: 15px;min-width: 140px; text-decoration: none;"class="span2 navlink floatright"><span><a href="javascript:void(0);" onclick="opensettings();" class="active"><div class="text" data-text="effect"><h1 class="newanim">Settings</h1></div></a></span></div>
-->
</div>
</div>
</div>
<!--End nav-->
<div class="forsmallscreens">
<iframe class="iframemain" src="g/mobileembed.html" title="Welcome to Bigfoot's Game Shack"></iframe>
</div>
<div class="belownavbar">
<!--Start Settings code-->
<div class="console">
<div>
<div id="opensettingsid" class="notsettingspagesettings">
<h1>SETTINGS</h1>
<div class="consolebody">
<p>
<span id="console-output"></span>
</p>
<p class="console-input">
<input id="userinput" type="url" pattern="https://.*" placeholder="Enter a title or image URL" autocomplete="on" autofocus />
</p>
</div>
<div class="button-wrapper">
<button style="padding: 0px;margin-bottom:10px;background-color: rgb(58, 39, 12);height:50px;width:100px;color:white;" onclick="blank();">Open Tab in about:blank</button>
<button style="padding: 0px;margin-bottom:10px;background-color: rgb(58, 39, 12);height:50px;width:75px;color:white;" onclick="changeTabTitle();" class="console-button">Set Title</button>
<button style="padding: 0px;margin-bottom:10px;background-color: rgb(58, 39, 12);height:50px;width:75px;color:white;" onclick="changeTabIcon();" class="console-button">Set Icon</button>
<button style="margin-bottom:10px;padding: 0px;background-color: rgb(58, 39, 12);height:50px;width:75px;color:white;" onclick="resetTabSettings();" class="console-button">Reset</button>
</div>
<div class="examples">
<p>
<b>Google Search: </b>
<button style="padding: 0px;background-color: rgb(58, 39, 12);height:20px;width:75px;color:white;" onclick="applyUrl('https://storage.googleapis.com/operating-anagram-8280/favicon-32x32.png', 'Math pratice - Google Search');">Apply</button>
</p>
<p>
<b>Google Classroom: </b>
<button style="padding: 0px;background-color: rgb(58, 39, 12);height:20px;width:75px;color:white;" onclick="applyUrl('https://ssl.gstatic.com/classroom/favicon.png', 'Classes');">Apply</button>
</p>
<p>
<b>Google Docs: </b>
<button style="padding: 0px;background-color: rgb(58, 39, 12);height:20px;width:75px;color:white;" onclick="applyUrl('https://ssl.gstatic.com/docs/documents/images/kix-favicon7.ico', 'Class notes - Google Docs');">Apply</button>
</p>
<p>
<b>Google Drive: </b>
<button style="padding: 0px;background-color: rgb(58, 39, 12);height:20px;width:75px;color:white;" onclick="applyUrl('https://ssl.gstatic.com/images/branding/product/2x/hh_drive_36dp.png', 'My Drive - Google Drive');">Apply</button>
</p>
<p>
<b>Canvas: </b>
<button style="padding: 0px;background-color: rgb(58, 39, 12);height:20px;width:75px;color:white;" onclick="applyUrl('https://du11hjcvx0uqb.cloudfront.net/dist/images/favicon-e10d657a73.ico' , 'Dashboard');">Apply</button>
</p>
<p>
<b>Schoology: </b>
<button style="padding: 0px;background-color: rgb(58, 39, 12);height:20px;width:75px;color:white;" onclick="applyUrl('https://asset-cdn.schoology.com/sites/all/themes/schoology_theme/favicon.ico', 'Home | Schoology');">Apply</button>
</p>
<p>
<b>my NG connect: </b>
<button style="padding: 0px;background-color: rgb(58, 39, 12);height:20px;width:75px;color:white;" onclick="applyUrl('https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://www.myngconnect.com/login/chooseMainUI.spr&size=16', 'my NG connect');">Apply</button>
<a onclick="opensettings();">
<div>
<p2 style="cursor: pointer;">Close Settings</p2>
</div>
</a>
</div>
</div>
</div>
</div>
<script src="scripts/settings.js"></script>
<!--aka main.js-->
<script src="scripts/tab.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="scripts/opensettingstab.js"></script>
<script src="scripts/alert.js"></script>
</div>
<!--end Settings code-->
<div class="contentbelownav">
<!--<div id="new-yt"class="new-yt"><h2>SUBSCRIBE TO OUR NEW YOUTUBE CHANNEL</h2><a class="a-link-yt" style="text-decoration: none;" href="./yt.html"><div class="sub-yt-button"><h1 class="h1-subscribe">SUBSCRIBE</p1></div></a>
<img class="yt-image"src="images/yt-subscribe.jpg">
<img class="yt-image2"src="images/logonew.png">
</div>-->
<!--<div class="alert" style="text-align: center;"> Thanks for 100k! </div>-->
<img style="background-image:url(images/1-dark-nologo.png); background-attachment: fixed;background-position: center;background-repeat: no-repeat;background-size: cover;width: 100vw; max-width:100vw;background-position-y: 00px;" src="images/wave1-2.png" alt="background">
<!---->
<div class="main">
<section>
<div class="twoarrow" style="background-color: rgb(255, 255, 255);">
<img style="margin-top: -10px;height: auto; width: 100vw; max-width:100vw;" src="images/2.png"></img>
</div>
</div>
</section>
<!---->
<div class="main">
<section>
<div class="threearrow" style="background-image:url(images/3.png); background-size: cover;">
<div style="background-position: center;width:100%; text-align: center; height:1080px; position:relative;z-index:5; z-index:5; ">
<!-- <a style="color: white;"href="https://dsc.gg/bigfoot"><img style="height: 400px;z-index: 0; " class="lazy" data-src="images/bigfoot.png"></img><img style="padding-bottom: 101px;max-height:300px" class="lazy" data-src="images/discordlogo.png"></img></a>-->
<h1 class="discord-ad-main">Join our Discord!</h1>
<br>
<div style="width:70vw">
<h3 class="discord-ad-below" style="text-align: left;">Bigfoot's Game Shack has a popular Discord server with over 500 members dedicated to gaming and all things related. The server offers a friendly and welcoming community of gamers who enjoy playing a wide variety of games, including multiplayer, co-op, and single-player games. Members can connect with each other, find teammates, and engage in lively discussions about their favorite games. The server also features events, giveaways, and tournaments, making it an exciting and interactive place for gamers of all skill levels. Join Bigfoot's Game Shack today and immerse yourself in the world of gaming with a fun and supportive community!<br>
</h3>
<a class="link-a" href="https://discord.gg/JYQ4n8DBKM">
<div class="button-but-a-link">
<p4 class="notabutton">Join our Discord</p4>
</div>
</a>
</div>
</div>
</div>
<!--JOIN OUR DISCORD ANIMATION?-->
</section>
</div>
<div class="main">
<!--https://opengraph.githubassets.com/2e4215a69ddf4fa111342c8d4d377be767b5cf243a7cf9c5a4a5b204d7050e6e/bigfootsgs/bigfootsgs.github.io-->
<section>
<div style="background-repeat: no-repeat; margin-top: -165px;background-image: url(images/4.png);background-position: center;width:100%;background-size: cover;text-align: center; height:1060px; position:relative;z-index:5;">
<!--
<button onclick="window.location.href='https://vercel.com/new/clone?repository-url=https://github.com/BigfootsGS/BigfootsGS.github.io'" style="transition: .5s;text-align: center;margin-top: 600px;"><img src="images/vercel.svg"/></button><button onclick="window.location.href='https://app.netlify.com/start/deploy?repository=https://github.com/BigfootsGS/BigfootsGS.github.io'" style="transition: .5s;text-align: center;margin-top: 600px;"><img src="images/netlify.svg"/></button><button onclick="window.location.href='https://heroku.com/deploy/?template=https://github.com/BigfootsGS/BigfootsGS.github.io'" style="transition: .5s;text-align: center;margin-top: 600px;"><img src="images/heroku.svg"/></button>-->
<div style="box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.384);">
<div class="tab1">
<button class="tablinks1" onclick="openCity(event, 'London')" id="defaultOpen">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="currentColor" class="bi bi-discord" viewBox="0 0 16 16">
<path d="M13.545 2.907a13.227 13.227 0 0 0-3.257-1.011.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.19 12.19 0 0 0-3.658 0 8.258 8.258 0 0 0-.412-.833.051.051 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.041.041 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032c.001.014.01.028.021.037a13.276 13.276 0 0 0 3.995 2.02.05.05 0 0 0 .056-.019c.308-.42.582-.863.818-1.329a.05.05 0 0 0-.01-.059.051.051 0 0 0-.018-.011 8.875 8.875 0 0 1-1.248-.595.05.05 0 0 1-.02-.066.051.051 0 0 1 .015-.019c.084-.063.168-.129.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.052.052 0 0 1 .053.007c.08.066.164.132.248.195a.051.051 0 0 1-.004.085 8.254 8.254 0 0 1-1.249.594.05.05 0 0 0-.03.03.052.052 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019 13.235 13.235 0 0 0 4.001-2.02.049.049 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.034.034 0 0 0-.02-.019Zm-8.198 7.307c-.789 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.45.73 1.438 1.613 0 .888-.637 1.612-1.438 1.612Zm5.316 0c-.788 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.451.73 1.438 1.613 0 .888-.631 1.612-1.438 1.612Z" />
</svg> Discord </button>
<button class="tablinks1" onclick="openCity(event, 'Paris')">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-github" viewBox="0 0 16 16">
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z" />
</svg> Github </button>
<button class="tablinks1" onclick="openCity(event, 'Tokyo')">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-twitter" viewBox="0 0 16 16">
<path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z" />
</svg> Twitter </button>
<button class="tablinks1" onclick="openCity(event, 'Tokyo1')">
<object data="/images/yt-svg.svg" width="20" height="20"> </object>
YouTube </button>
<button class="tablinks1" onclick="openCity(event, 'Tokyo3')">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-people-fill" viewBox="0 0 16 16">
<path d="M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" />
<path fill-rule="evenodd" d="M5.216 14A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216z" />
<path d="M4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z" />
</svg> Affiliates </button>
</div>
<div id="London" class="tabcontent1 githubback">
<h1 style="padding-top: 10px;text-align: left;margin-bottom: 10px;">Join 500+ gamers on our growing Discord Server!</h1>
<br>
<svg style="float:left;margin-bottom:10px" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-discord" viewBox="0 0 16 16">
<path d="M13.545 2.907a13.227 13.227 0 0 0-3.257-1.011.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.19 12.19 0 0 0-3.658 0 8.258 8.258 0 0 0-.412-.833.051.051 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.041.041 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032c.001.014.01.028.021.037a13.276 13.276 0 0 0 3.995 2.02.05.05 0 0 0 .056-.019c.308-.42.582-.863.818-1.329a.05.05 0 0 0-.01-.059.051.051 0 0 0-.018-.011 8.875 8.875 0 0 1-1.248-.595.05.05 0 0 1-.02-.066.051.051 0 0 1 .015-.019c.084-.063.168-.129.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.052.052 0 0 1 .053.007c.08.066.164.132.248.195a.051.051 0 0 1-.004.085 8.254 8.254 0 0 1-1.249.594.05.05 0 0 0-.03.03.052.052 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019 13.235 13.235 0 0 0 4.001-2.02.049.049 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.034.034 0 0 0-.02-.019Zm-8.198 7.307c-.789 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.45.73 1.438 1.613 0 .888-.637 1.612-1.438 1.612Zm5.316 0c-.788 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.451.73 1.438 1.613 0 .888-.631 1.612-1.438 1.612Z" />
</svg>
<p1 style="text-align: left;padding-left: -53px;float: left;">Talk with the community, get the latest updates, participate in events, and more!</p1>
<a class="link-a1" href="https://discord.gg/JYQ4n8DBKM">
<div class="button-but-a-link1">
<p4 class="notabutton1">Learn More!</p4>
</div>
</a>
</div>
<div id="Paris" class="tabcontent1 githubback">
<h1 style="padding-top: 10px;text-align: left;">Fork us on Github </h1>
<br>
<p1 style="text-align: left;padding-left: -53px;float: left;">Download our source code, or run BGS on your own link/website! Deploy our website to services like netlify and vercel, so you can stay unblocked!</p1>
<br>
<a class="link-a1" href="https://github.com/BigfootsGS/BigfootsGS.github.io/fork">
<div class="button-but-a-link1">
<p4 class="notabutton1">Learn More...</p4>
</div>
</a>
</div>
<div id="Tokyo" class="tabcontent1 githubback">
<h1 style="padding-top: 10px;text-align: left;">Follow us on Twitter</h1>
<br>
<svg style="float:left; margin-bottom:10px;" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-twitter" viewBox="0 0 16 16">
<path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z" />
</svg>
<p1 style="text-align: left;padding-left: -53px;float: left;">Get the scoop on our latest updates, and get sneak previews of new snapshots!</p1>
<br>
<a class="link-a1" href="https://twitter.com/Bigfoot99991">
<div class="button-but-a-link1">
<p4 class="notabutton1">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-twitter" viewBox="0 0 16 16">
<path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z" />
</svg> Follow us
</p4>
</div>
</a>
</div>
<div id="Tokyo1" class="tabcontent1 githubback">
<h1 style="padding-top: 10px;text-align: left;">Subscribe to our YT Channel</h1>
<br><object style="float: left;"data="/images/yt-svg.svg" width="20" height="20"> </object>
<p1 style="text-align: left;padding-left: -53px;float: left;padding-top: 10px;">We post videos every week about Bigfoot's Game Shack. Learn how to make your own links for BGS, use our game library, and more. </p1>
<a class="link-a1" href="yt.html">
<div class="button-but-a-link1">
<p4 class="notabutton1">
Learn More!
</p4>
</div>
</a>
</div>
<div id="Tokyo3" class="tabcontent1 partner-background">
<h1 style="padding-top: 10px;text-align: left;color: white;">Kardna Network</h1><br>
<p1 style="text-align: left;padding-left: -53px;float: left;padding-top: 10px;">Bigfoot's Game Shack is powered by Kardna Servers. Join their community server to learn more.</p1>
<a class="link-a1" href="https://discord.gg/3YzKEj2Cw8">
<div class="button-but-a-link1">
<p4 class="notabutton1">
Learn More!
</p4>
</div>
</a>
</div> </div>
<script>
function openCity(evt, cityName) {
var i, tabcontent, tablinks;
tabcontent = document.getElementsByClassName("tabcontent1");
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
tablinks = document.getElementsByClassName("tablinks1");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" active", "");
}
document.getElementById(cityName).style.display = "block";
evt.currentTarget.className += " active";
}
// Get the element with id="defaultOpen" and click on it
document.getElementById("defaultOpen").click();
</script>
</div></div>
</section>
<div class="main">
<section style="margin-bottom:131px;height: 600px;">
<div style="height: inherit;width:100%; max-height:1380px;height:100%; position:absolute;z-index:5;">
<div class="threearrow">
<div style="margin-top: -199px;height: inherit;width:100%; position:absolute;z-index:5;">
<div style="background-image:url(images/1-dark-nologo.png);
padding-bottom: 78px;background-attachment: fixed;background-position: center;background-repeat: no-repeat;background-size: cover;width: 100vw; max-width:100vw;" class="row partners">
<img style="margin-top: -86px;z-index: 1;" class="lazy" data-src="images/waveHD.png" alt="background">
<div class="partners">
<div class="wrapper">
<div class="span4">
<div class="profile">
<img src="images/uu.gif" class="thumbnail">
<h3 class="name">UNBLOCKERS UNITED</h3>
<p class="title">Discord Server</p>
<p class="description">
<span class="highlight">Unblockers United is a Discord server for programmers & Discord staff from some of the most prestigious websites.</span>
</p>
<button onclick="window.location.href='https://discord.gg/JaS7z3FxkZ'" type="button" class="btn">Learn More</button>
</div>
</div>
</div>
<div class="wrapper">
<div class="span4">
<div class="profile">
<img src="images/interstellar.png" class="thumbnail" style="background-color: black;">
<h3 class="name">INTERSTELLAR NETWORK</h3>
<p class="title">Discord Server x Website</p>
<p class="description">
<span class="highlight">Custom bots, Active staff, games, apps, 7000+ member Discord Server, and More!</span>
</p>
<button onclick="window.location.href='https://dsc.gg/interstellarnetwork'" type="button" class="btn">Learn More</button>
</div>
</div>
</div>
<div class="wrapper">
<div class="span4">
<div class="profile">
<img src="images/kas-logo.png" class="thumbnail">
<h3 class="name">KAZWIRE</h3>
<p class="title">Discord Server x Website</p>
<p class="description">
<span class="highlight">From the gaming classics to the internet, access YouTube, TikTok, and even your favorite games freely and securely.</span>
</p>
<button onclick="window.location.href='https://discord.gg/kazwire'" type="button" class="btn">Learn More</button>
</div>
</div>
</div>
<div class="wrapper">
<div class="span4">
<div class="profile">
<img src="images/totallyscience.png" class="thumbnail science">
<h3 class="name">TOTALLY SCIENCE</h3>
<p class="title">Website x Discord Server</p>
<p class="description">
<span class="highlight"> Your one-stop destination for free online games and unblocked content! Youtube, multiplayer games, Minecraft, and more.</span>
</p>
<button onclick="window.location.href='https://totallyscience.co/'" type="button" class="btn">Learn More</button>
</div>
</div>
</div>
</div>
<!--
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"></script><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"><h3 style="float: none;padding-bottom: 400px;"class="slidertext">Featured YT videos</h3><div id="slider"><ul id="slideWrap"><a href="https://youtu.be/1bZP4RLkcFg"><li><img src="images/yt-thumb-vortex.jpg" alt=""><br><img class="ytlogo"src="images/yt-circle.png" alt="Featured Youtube Video"><h2 class="slidertext">Made by @vortexzzz2934</h2></li></a><a href="https://www.youtube.com/shorts/Uepz8GH50cA"><li><img src="https://i.ytimg.com/vi/Uepz8GH50cA/mqdefault.jpg" alt=""><br><h2 class="slidertext">Made by @Czechoslovakia-</h2><img class="ytlogo" src="images/yt-circle.png" alt="Featured Youtube Video"></li></a><a href="https://forms.gle/oMtWLYXfGNMpcLST6"><li><img src="images/featured-yt.png" alt=""><br><h2 class="slidertext-center">This could be you!</h2></li></a></ul><a id="prev" >≪</a><a id="next" >≫</a></div>
-->
<script>
var responsiveSlider = function() {
var slider = document.getElementById("slider");
var sliderWidth = slider.offsetWidth;
var slideList = document.getElementById("slideWrap");
var count = 1;
var items = slideList.querySelectorAll("li").length;
var prev = document.getElementById("prev");
var next = document.getElementById("next");
window.addEventListener('resize', function() {
sliderWidth = slider.offsetWidth;
});
var prevSlide = function() {
if (count > 1) {
count = count - 2;
slideList.style.left = "-" + count * sliderWidth + "px";
count++;
} else if (count = 1) {
count = items - 1;
slideList.style.left = "-" + count * sliderWidth + "px";
count++;
}
};
var nextSlide = function() {
if (count < items) {
slideList.style.left = "-" + count * sliderWidth + "px";
count++;
} else if (count = items) {
slideList.style.left = "0px";
count = 1;
}
};
next.addEventListener("click", function() {
nextSlide();
});
prev.addEventListener("click", function() {
prevSlide();
});
setInterval(function() {
nextSlide()
}, 5000);
};
window.onload = function() {
responsiveSlider();
}
</script>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<script>
document.addEventListener("DOMContentLoaded", function() {
var lazyloadImages = document.querySelectorAll("img.lazy");
var lazyloadThrottleTimeout;
function lazyload() {
if (lazyloadThrottleTimeout) {
clearTimeout(lazyloadThrottleTimeout);
}
lazyloadThrottleTimeout = setTimeout(function() {
var scrollTop = window.pageYOffset;
lazyloadImages.forEach(function(img) {
if (img.offsetTop < (window.innerHeight + scrollTop)) {
img.src = img.dataset.src;
img.classList.remove('lazy');
}
});
if (lazyloadImages.length == 0) {
document.removeEventListener("scroll", lazyload);
window.removeEventListener("resize", lazyload);
window.removeEventListener("orientationChange", lazyload);
}
}, 20);
}
document.addEventListener("scroll", lazyload);
window.addEventListener("resize", lazyload);
window.addEventListener("orientationChange", lazyload);
});
</script>
<!--Footer-->
<div class="footer">
<!--margin-top: 294px; is so the footer is fixed on wide screens-->
<div class="row footermargin">
<div class="span4">
<a href="#">
<img class="center" src="images/bgslogo.png" alt="BGS LOGO" style="border-radius: 0px;max-height: 500px;max-width: 275px;padding-top:40px;">
</a>
</div>
<div class="span4">
<h2 style="padding-left: 22px;padding-top: 30px;">Resources</h2>
<h4 style="padding-left: 22px;padding-top: 5px;">
<a href="g/bgs.html">Games</a>
</h4>
<h4 style="padding-left: 22px;padding-top: 5px;">
<a href="g/index.html#buttonDiv7">Apps</a>
</h4>
<h4 style="padding-left: 22px;padding-top: 5px;">
<a href="about-us/info.html">Info</a>
</h4>
</div>
<div class="span4">
<h2 style="padding-left: 22px;padding-top: 30px;">Links</h2>
<h4 style="padding-left: 22px;padding-top: 5px;">
<a href="https://forms.gle/yA8YUy2bTL1aaEiR7">Request Games</a>
</h4>
<h4 style="padding-left: 22px;padding-top: 5px;">
<a href="https://dsc.gg/bigfoot">Discord Server</a>
</h4>
<h4 style="padding-left: 22px;padding-top: 5px;">
<a href="https://github.com/bigfoot99999">Github</a>
</h4>
<h4 style="padding-left: 22px;padding-top: 5px;">
<a href="https://twitter.com/Bigfoot99991">Twitter</a>
</h4>
</div>
<div class="span4">
<h2 style="padding-left: 22px;padding-top: 30px;">Contact</h2>
<h4 style="padding-left: 22px;padding-top: 5px;">
<a href="mailto:bigfoot.gaming9999@gmail.com">bigfoot.gaming9999@gmail.com</a>
</h4>
<h4 style="padding-left: 22px;padding-top: 5px;">Bigfoot#9033</h4>
</div>
<div class="span4">
<h2 style="padding-left: 22px;padding-top: 30px;">Afliates</h2>
<h4 style="padding-left: 22px;padding-top: 5px;">
<a href="https://stars.gq">Interstellar Network</a>
</h4>
<h4 style="padding-left: 22px;padding-top: 5px;">
<a href="https://www.shock.gq">Impact Network</a>
</h4>
<h4 style="padding-left: 22px;padding-top: 5px;">
<a href="https://discord.gg/JaS7z3FxkZ">Unblockers United</a>
</h4>
<h4 style="padding-left: 22px;padding-top: 5px;">
<a href="https://www.integrity-network.ga">Integrity Network</a>
</h4>
</div>
<div class="span4">
<h2 style="padding-left: 22px;padding-top: 30px;">Previous Versions</h2>
<h4 style="padding-left: 22px;padding-top: 5px;">
<a href="https://www.bigfootshack.gq/BGS">v2 (Google Site)</a>
</h4>
<h4 style="padding-left: 22px;padding-top: 5px;">
<a href="https://sites.google.com/view/bigfoots-game-shack/home">v1.1.1 (Google Site)</a>
</h4>
<h4 style="padding-left: 22px;padding-top: 5px;">
<a href="https://sites.google.com/view/bigfootsgameshack/home">v1 (Google Site, Dev)</a>
</h4>
<h4 style="padding-left: 22px;padding-top: 5px;">
<a href="https://sites.google.com/view/bigfoot9999/home">v1 (Google Site)</a>
</h4>
</div>
</div>
<br>
<div class="footerlinks">
<div style=" font-size: 30px;text-align: center;">
<a href="https://discord.gg/JYQ4n8DBKM">
<i class="ri-discord-line"></i>
</a>
<a href="https://github.com/bigfoot9999">
<i class="ri-github-line"></i>
</a>
<a href="https://twitter.com/Bigfoot99991">
<i class="ri-twitter-line"></i>
</a>
</div>
</div>
</div>
</div>
<!--END FOOTER-->
</div>
</body>
</html>