forked from IamChristianS/v1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.html
317 lines (301 loc) · 12.3 KB
/
settings.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
<!--
▄▀▀▄▀▀▀▄ ▄▀▀▄▀▀▀▄ ▄▀▀▀▀▄ ▄█ ▄▀▀█▄▄▄▄ ▄▀▄▄▄▄ ▄▀▀▀█▀▀▄
█ █ █ █ █ █ █ █ ▄▀▀▀█▀ ▐ ▐ ▄▀ ▐ █ █ ▌ █ █ ▐
▐ █▀▀▀▀ ▐ █▀▀█▀ █ █ █ █ █▄▄▄▄▄ ▐ █ ▐ █
█ ▄▀ █ ▀▄ ▄▀ ▐ █ █ ▌ █ █
▄▀ █ █ ▀▀▀▀ ▄ ▀▄ ▄▀▄▄▄▄ ▄▀▄▄▄▄▀ ▄▀
█ ▐ ▐ ▀▀▀▀ █ ▐ █ ▐ █
▐ ▐ ▐ ▐
▄▀▀▄ ▄▄ ▄▀▀▄ ▄▀▀▄ ▄▀▀█▄▄
█ █ ▄▀ █ █ █ ▐ ▄▀ █
▐ █▄▄▄█ ▐ █ █ █▄▄▄▀
█ █ █ █ █ █
▄▀ ▄▀ ▀▄▄▄▄▀ ▄▀▄▄▄▀
█ █ █ ▐
▐ ▐ ▐
-->
<!DOCTYPE html>
<html>
<head>
<!--Display-->
<title>bob | Settings</title>
<link rel="icon" href="favicon.svg">
<!--Stylesheets-->
<link rel="stylesheet" href="stylesheet.css">
<link rel="stylesheet" href="page_styles/settings.css"> <!--Page-Specific-->
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat&display=swap">
<link rel="stylesheet" href="hover.css"> <!--Hover.CSS Library-->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css"> <!--AOS Library-->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<script src="https://kit.fontawesome.com/4139823eac.js" crossorigin="anonymous"></script>
<script src="icon_changer.js"></script>
<!--Meta-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--Google Analytics-->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M9KJ1XPKLF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-M9KJ1XPKLF');
</script>
<!--Scripts-->
<script src="startupScript.js"></script>
</head>
<body>
<!--Navbar Start-->
<div class="nav" style="display: flex;">
<button class="hvr-underline-from-center"
data-aos="fade-down"
data-aos-delay="50"
data-aos-duration="1100"
data-aos-easing="ease-in-out"
data-aos-once="true"
onclick="window.location.href='index.html'"
style="cursor:pointer"><a>Home</a></button>
<button class="hvr-underline-from-center"
data-aos="fade-down"
data-aos-delay="50"
data-aos-duration="1000"
data-aos-easing="ease-in-out"
data-aos-once="true"
onclick="window.location.href='games.html'"
style="cursor:pointer"><a>Games</a></button>
<button class="hvr-underline-from-center"
data-aos="fade-down"
data-aos-delay="50"
data-aos-duration="900"
data-aos-easing="ease-in-out"
data-aos-once="true"
onclick="window.location.href='apps.html'"
style="cursor:pointer"><a>Apps</a></button>
<button class="hvr-underline-from-center"
data-aos="fade-down"
data-aos-delay="50"
data-aos-duration="800"
data-aos-easing="ease-in-out"
data-aos-once="true"
onclick="window.location.href='contact.html'"
style="cursor:pointer"><a>Contact</a></button>
<div id="mobile-removables">
<button class="hvr-underline-from-center active"
data-aos="fade-down"
data-aos-delay="50"
data-aos-duration="700"
data-aos-easing="ease-in-out"
data-aos-once="true"
onclick="window.location.href='settings.html'"
style="cursor:pointer"><a>Settings</a></button>
<button class="hvr-underline-from-center"
data-aos="fade-down"
data-aos-delay="50"
data-aos-duration="600"
data-aos-easing="ease-in-out"
data-aos-once="true"
onclick="window.location.href='http://ihave.childorgans.lol/'"
style="cursor:pointer"><a>GitHub</a></button>
</div>
</div>
<!--Navbar End-->
<!--Header Image-->
<img src="img/header.png" alt="Image couldn't load." class="img-header">
<!--Tab Changer-->
<div class="wide-box" style="box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);">
<h2 style="font-weight:bold;">Favicon Changer</h2>
<center>
<button class="icon-btn"><img src="https://i.ibb.co/kDxcVDx/canvas.png" id="favicon-button-1" onclick="updateFavicon(this.id)"></button>
<button class="icon-btn"><img src="https://i.ibb.co/YPyTYbJ/google-classroom.png" id="favicon-button-2" onclick="updateFavicon(this.id)"></button>
<button class="icon-btn"><img src="https://i.ibb.co/JcgBjC1/google-drive.png" id="favicon-button-3" onclick="updateFavicon(this.id)"></button>
<button class="icon-btn"><img src="https://i.ibb.co/n62414w/google-slides.png" id="favicon-button-4" onclick="updateFavicon(this.id)"></button>
<button class="icon-btn"><img src="https://i.ibb.co/44MjCj9/google-docs.png" id="favicon-button-5" onclick="updateFavicon(this.id)"></button>
<button class="icon-btn"><img src="https://i.ibb.co/5TfSsHK/google-mail.png" id="favicon-button-6" onclick="updateFavicon(this.id)"></button>
<button class="icon-btn"><img src="https://i.ibb.co/6XW9nQ6/google.png" id="favicon-button-7" onclick="updateFavicon(this.id)"></button>
<button class="icon-btn"><img src="https://i.ibb.co/CKrRjCG/turnitin.png" id="favicon-button-8" onclick="updateFavicon(this.id)"></button><br>
<button class="reset-btn" onclick="updateFavicon(this.querySelector('img').id)"><img src="https://i.ibb.co/KW8NVz7/default.png" id="favicon-button-9">Reset</button>
<!--Tab Name Changer-->
<h2 style="font-weight:bold; padding-top: 2vw;">Tab Name Changer</h2>
<form>
<input class="input-box" type="text" id="newTitle" placeholder="Blank for Default"><br>
<button class="reset-btn-text" onclick="changeTitle()">Submit</button>
</form>
</center>
</div>
<!--Container for Ads + Table-->
<div class="ad-container">
<table class="w3-center w3-border table" style="background-color: snow; margin-bottom: 4vw; margin-top: 1vw;">
<thead>
<th>Game Name</th>
<th>Source</th>
<th>Game Name</th>
<th>Source</th>
</thead>
<tbody>
<tr>
<td><a href="https://github.com/ozh/cookieclicker">Cookie Clicker</a></td>
<td><a href="https://github.com/ozh/cookieclicker">ozh (GitHub)</a></td>
<td><a href="https://github.com/ObjectifLibre/2048">2048</a></td>
<td><a href="https://github.com/ObjectifLibre/2048">ObjectifLibre (GitHub)</a></td>
</tr>
<tr>
<td><a href="https://github.com/robertkleffner/mariohtml5">Mario</a></td>
<td><a href="https://github.com/robertkleffner/mariohtml5">robertkleffner (GitHub)</a></td>
<td><a href="https://github.com/noanonoa/flappy-bird">Flappy Bird</a></td>
<td><a href="https://github.com/noanonoa/flappy-bird">noanonoa (GitHub)</a></td>
</tr>
<tr>
<td>World's Hardest Game</td>
<td>Stephen Critoph</td>
<td>The Impossible Quiz</td>
<td>Splapp-Me-Do</td>
</tr>
<tr>
<td>Breaking The Bank</td>
<td>PuffballsUnited</td>
<td>Escaping The Prison</td>
<td>PuffballsUnited</td>
</tr>
<tr>
<td>Stealing The Diamond</td>
<td>PuffballsUnited</td>
<td>Infiltrating The Airship</td>
<td>PuffballsUnited</td>
</tr>
<tr>
<td>Fleeing The Complex</td>
<td>PuffballsUnited</td>
<td><a href="https://github.com/cgolden15/Slope-Game">Slope</a></td>
<td><a href="https://github.com/cgolden15/Slope-Game">cgolden15 (GitHub)</a></td>
</tr>
<tr>
<td>Riddle School 1</td>
<td>Jonochrome</td>
<td>Riddle School 2</td>
<td>Jonochrome</td>
</tr>
<tr>
<td>Riddle School 3</td>
<td>Jonochrome</td>
<td>Riddle School 4</td>
<td>Jonochrome</td>
</tr>
<tr>
<td>Riddle School 5</td>
<td>Jonochrome</td>
<td>Riddle Transfer 1</td>
<td>Jonochrome</td>
</tr>
<tr>
<td>Riddle Transfer 2</td>
<td>Jonochrome</td>
<td><a href="https://github.com/jeroenverfallie/ggo13-transcube">Transcube</a></td>
<td><a href="https://github.com/jeroenverfallie/ggo13-transcube">jeroenverfallie (GitHub)</a></td>
</tr>
<tr>
<td><a href="https://classic.minecraft.net/">Minecraft: Classic</a></td>
<td><a href="https://classic.minecraft.net/">Mojang Studios (Minecraft.Net)</a></td>
<td>MotoX3M</td>
<td>MadPuffers</td>
</tr>
<tr>
<td>MotoX3M 2</td>
<td>MadPuffers</td>
<td>Pokemon: Fire Red</td>
<td>GameFreak & Nintendo</td>
</tr>
<tr>
<td>Pokemon: Emerald</td>
<td>GameFreak & Nintendo</td>
<td>Monopoly</td>
<td>HasBro & Atari</td>
</tr>
<tr>
<td>Spyro Adventure</td>
<td>Digital Eclipse</td>
<td>Street Fighter 2</td>
<td>Capcom</td>
</tr>
<tr>
<td>Subway Surfers</td>
<td>Sybo</td>
<td>Google Dino</td>
<td>Google</td>
</tr>
<tr>
<td>FNaF 4</td>
<td>Scott Cawthon</td>
<td>Crossy Road</td>
<td>Hipster Whale</td>
</tr>
<tr>
<td>Cut the Rope</td>
<td>ZeptoLab</td>
<td>Stack</td>
<td>Crazy Bulk</td>
</tr>
<tr>
<td>Duck Life 1/2/3/4</td>
<td>Wix Games</td>
<td>Super Mario 64</td>
<td>Nintendo</td>
</tr>
<tr>
<td>Learn to Fly 1/2</td>
<td>Light Bringer Games</td>
</tr>
<tr id="incomplete">
<td>GameName</td>
<td>Author</td>
<td>GameName</td>
<td>Author</td>
</tr>
</tbody>
</table>
</div>
<!--Generalized License-->
<center>
<h3 style="font-weight:bold;">Copying Rights:</h3>
<p>GNU General Public License v3.0</p>
<p>As a short summary, you can take any part of this website. However, you must:</p>
<p>Credit this site; State all significant changes; Use the same license.</p>
<p>Please head to the GitHub page for more info.</p>
</center>
<!--Footer Start-->
<footer class="footer">
<div class="footer-about">
<p>bob was here</p>
</div>
<p>bobby bobberson <i class="fa-regular fa-copyright"></i></p>
<p>Disclaimer: this site should not be used during school/work, and bob is not responsible for the users on this site.</p>
<div class="footer-link">
<a href="http://ihave.childorgans.lol/">dont click</a>
<a href="privacy.html">Privacy Notice</a>
</div>
</footer>
<!--Footer End-->
<!--Save Favicon & Title-->
<script>
function changeTitle() {
var newTitle = document.getElementById("newTitle").value;
if (newTitle === "") {
localStorage.removeItem("title");
} else {
localStorage.setItem("title", newTitle);
document.title = newTitle;
}
window.location.reload();
}
function updateFavicon(id) {
var faviconUrl = document.getElementById(id).src;
localStorage.setItem("faviconUrl", faviconUrl);
window.location.reload();
}
</script>
<!--AOS Library-->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>