forked from 5quirre1/Freakybob.site
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinfo copy.html
76 lines (69 loc) · 4.95 KB
/
info copy.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Info page :3</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A place for Freakybob.">
<meta content="Info Page :3" property="og:title" />
<meta content="Infromation about freakybob.site!" property="og:description" />
<meta content="https://freakybob.site/info" property="og:url" />
<meta content="https://raw.githubusercontent.com/Freakybob-Team/Freakybob.site/main/images/Freaky_Bob_info.png" property="og:image" />
<meta content="#006b79" data-react-helmet="true" name="theme-color" />
<link rel="icon" type="image/png" href="images/Freaky_Bob_info.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/info.css">
</head>
<body>
<audio autoplay loop><source src="https://archive.org/download/wiiumusic/39%20-%20Wii%20U%20Chat%20-%20Lobby%20%28TV%29.mp3" type="audio/mp3"></audio>
<p>Mobile Css is done! You can now look at this page better on mobile :3! (The Images model is still broken on mobile, sowwy)</p>
<strong><h1>Welcome to Freakybob.site</h1></strong>
<div class="button-container">
<a href="https://freakybob.site">
<button>Go back to Freakybob.site!</button>
</a>
</div>
<strong><p>Since you're here, you probably want to know what this is about :3</p></strong>
<h2>freakybob.site is a website that was created by <a href="https://github.com/5quirre1" id="squirre1">5quirre1</a> and <a href="https://github.com/wish13yt" id="wish">wish13yt</a>. This all started from Wish mentioning a "freakybob" domain. Everyone was looking at domains until Squirrel found a domain on a domain website. The domain was "freakybob.site" for $4.00. Squirrel bought it almost instantly starting the well deserved birth of freakybob.site!</h2>
<div class="content-wrapper">
<div class="image-container">
<img src="images/freakyboborigin.png" id="freakybob-orgin" alt="freakybob origin">
<strong><p id="para1">A screenshot of Wish saying "steam gift 50$ - freakybob.com" which inspired Squirrel to buy and create freakybob.site</p></strong>
<img src="images/Foundfreakybob.site.png" id="freakybob-found" alt="Found freakybob site">
<strong><p id="para2">A screenshot of Squirrel finding the domain "freakybob.site"</p></strong>
<img src="images/bought.png" id="bought-freakybob" alt="bought-freakybob">
<strong><p id="para3">A screenshot of Squirrel showing that he bought freakybob.site</p></strong>
</div>
<div id="carousel-container">
<button class="carousel-button" onclick="prevImage()">❮</button>
<div id="carousel">
<div class="carousel-images" id="image-track">
<img src="Snapshots/Aug 19.png" alt="Image 1">
<img src="Snapshots/Aug 20.png" alt="Image 2">
<img src="Snapshots/Aug 22.png" alt="Image 3">
<img src="Snapshots/Aug 23.png" alt="Image 4">
</div>
</div>
<button class="carousel-button" onclick="nextImage()">❯</button>
</div>
</div>
<!--I FEEL SO FREAKY JUST LIKE FREAKYBOB!!!-->
<div id="image-modal" class="modal">
<span class="close" onclick="closeModal()">×</span>
<img id="modal-image" src="" alt="Enlarged image">
</div>
<strong><h3>Can this website get taken down by Viacom, Nickolodeon or Nintendo?</h3></strong>
<p id="para4">We are not using any copyrighted music, images, or videos (YouTube embeds) in this website. The only music you hear throughout the website is copyright free music and Nintendo Wii U music from the <a href="https://archive.org/details/wiiumusic">Internet Archive.</a> Since we are not selfhosting the music and pirating anything, Nintendo should not be able to take down the website, BUT if anything were to happen, We would be cooked since Nintendo is money hungry.</p>
<strong><h4>Some Questions we've heard from people</h4></strong>
<p id="para5">We know this website is very confusing asf so I'ma answer some of the most common questions !!</p>
<button class="point-button" onclick="showInfo('point')">What is the point of this website?</button>
<button class="DouKnow-button" onclick="showInfo('DouKnow')">Squirrel, Do you even know anything to put here?</button>
<!--I love this website, Can't believe people say this vruh !!-->
<!-- squirrel didn't refresh his CSS cache so he thought the CSS was broken and even wanted to go into maintenance....-->
<!--Stfu wish or I'll send luni to your house :3-->
<div id="description" class="description"></div>
<script src="js/info.js"></script>
</body>
</html>