forked from IamChristianS/v1
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
297 lines (277 loc) · 15.3 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
<!--
▄▀▀▄▀▀▀▄ ▄▀▀▄▀▀▀▄ ▄▀▀▀▀▄ ▄█ ▄▀▀█▄▄▄▄ ▄▀▄▄▄▄ ▄▀▀▀█▀▀▄
█ █ █ █ █ █ █ █ ▄▀▀▀█▀ ▐ ▐ ▄▀ ▐ █ █ ▌ █ █ ▐
▐ █▀▀▀▀ ▐ █▀▀█▀ █ █ █ █ █▄▄▄▄▄ ▐ █ ▐ █
█ ▄▀ █ ▀▄ ▄▀ ▐ █ █ ▌ █ █
▄▀ █ █ ▀▀▀▀ ▄ ▀▄ ▄▀▄▄▄▄ ▄▀▄▄▄▄▀ ▄▀
█ ▐ ▐ ▀▀▀▀ █ ▐ █ ▐ █
▐ ▐ ▐ ▐
▄▀▀▄ ▄▄ ▄▀▀▄ ▄▀▀▄ ▄▀▀█▄▄
█ █ ▄▀ █ █ █ ▐ ▄▀ █
▐ █▄▄▄█ ▐ █ █ █▄▄▄▀
█ █ █ █ █ █
▄▀ ▄▀ ▀▄▄▄▄▀ ▄▀▄▄▄▀
█ █ █ ▐
▐ ▐ ▐
-->
<!DOCTYPE html>
<html lang="en">
<head>
<!--Display-->
<title>Project-Hub | Home</title>
<link rel="icon" href="https://i.ibb.co/KW8NVz7/default.png">
<link rel="canonical" href="https://unbl0ck.github.io/">
<!--Social Media-->
<meta property="og:title" content="Project Hub">
<meta property="og:description" content="Welcome to Project Hub">
<meta property="og:image" content="https://i.ibb.co/KW8NVz7/default.png">
<meta property="og:url" content="https://unbl0ck.github.io/">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Project Hub">
<meta name="twitter:description" content="Welcome to Project Hub">
<meta name="twitter:image" content="https://i.ibb.co/KW8NVz7/default.png">
<link rel="apple-touch-icon" href="https://unbl0ck.github.io/">
<!--Stylesheets-->
<link rel="stylesheet" href="stylesheet.css">
<link rel="stylesheet" href="page_styles/index.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>
<!--Meta-->
<meta charset="UTF-8">
<meta name="language" content="en">
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Welcome to Project Hub">
<meta name="keywords" content="unblocked, games, google sites">
<!--Google Analytics & Adsense-->
<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>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5694462314366035" crossorigin="anonymous"></script>
<!--Scripts-->
<script src="startupScript.js"></script>
</head>
<body>
<!--Navbar Start-->
<div class="nav" style="display: flex;">
<button class="hvr-underline-from-center active"
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"
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='https://sites.google.com/view/olius/olius'"
style="cursor:pointer"><a>CLICK ME FOR MORE GAMES</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='https://480132.github.io/ANDREW-MYTHREYA-DECLAN-IS-SO-AWESOME/projects.html'"
style="cursor:pointer"><a>3kh0 IS BACK!</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='https://chatgpt.com/'"
style="cursor:pointer"><a>NOW! CHAT GPT</a></button>
</div>
</div>
<!--Navbar End-->
<!--Header Image-->
<img src="img/header.png" alt="Image couldn't load." class="index-img-header">
<!--Content Start-->
<!--Notice Box-->
<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;"><i class="fa-solid fa-triangle-exclamation"></i> THIS SITE IS NOT PROPERTY OF ANTHONY, GIHAN, OR ANY BASEGAMES PRODUCT. THIS SITE WAS ALL PROFESSIONALLY CODED BY ANDREW SHIN! <i class="fa-solid fa-triangle-exclamation"></i></h2>
<p>Site Visits</p><img src='https://www.free-website-hit-counter.com/c.php?d=18&id=167135&s=8'>
<p>This site is now BACK!!!! Thanks to Andrew Shin, Games and stuff like that will re-open again! And! I give special credits to my friends: Mythreya Chitpulu, Declan Smith, Anthony, and finally my crew. Ads are there to simply support the maintaining of this site. As for turning them off, we kindly ask you to not enable ad-blockers of sorts, as ads are not intrusive nor do they affect the site's function </p>
<div class="wide-box-seperator"></div>
<h2>CREDITS:</h2>
<p>Mrs. Garza</p>
<p>Ms. Mcallister</p>
<p>Mr. Rains</p>
<p>Mr. Mcnabb</p>
<div class="wide-box-seperator"></div>
<p>SPECIAL CREDIT:</p>
<p>Diane Fitzpatrick (THANK YOU FOR BEING A GREAT PRINCIPAL!!!</p>
<div class="wide-box-seperator"></div>
<p>This site is sponsored by the following products: Google LLC, Mathgames 66, and Beaverton Academy Of Science and Engineering. Thank you Staff and teachers and students!</p>
</div>
<!--Ad Segment Start-->
<br><center><script>
var afg={};afg.u=6328;afg.s=4;
document.write("<sc"+"ript src='//js.adforgames.com/cd.js'></sc"+"ript>");
</script></center><br>
<!--Ad Segment End-->
<!--Popular Games Showcase-->
<center><p class="popular-games-title">Popular Games</p></center>
<div class="popular-games">
<div onclick="window.location.href = 'cookie/index.html'">
<img src="games/img/cookclck.png">
<p>Cookie Clicker</p>
</div>
<div onclick="window.location.href = 'games/bitlife/index.html'">
<img src="games/img/bitlife.png">
<p>BitLife</p>
</div>
<div onclick="window.location.href = 'games/thebindingofisaac/index.html'">
<img src="games/img/thebindingofisaac.png">
<p>The Binding of Isaac</p>
</div>
</div>
<!--Ad Segment Start-->
<br><center><script>
var afg={};afg.u=6328;afg.s=4;
document.write("<sc"+"ript src='//js.adforgames.com/cd.js'></sc"+"ript>");
</script></center><br>
<!--Ad Segment End-->
<!--Frequently Asked Questions-->
<center class="faq">
<p class="popular-games-title">FAQ:</p>
<div class="faq-box">
<p class="faq-title"><i class="fa-regular fa-circle-question"></i> Question:</p>
<p class="faq-qna">Why are there ads, and is there any way of turning them off?</p>
<p class="faq-title"><i class="fa-regular fa-circle-check"></i> Answer:</p>
<p class="faq-qna">Ads are there to simply support the maintaining of this site, and personally supports me, a very broke high school student. As for turning them off, we kindly ask you to not enable ad-blockers of sorts, as ads are not intrusive nor do they affect the site's function.</p>
</div>
<div class="faq-box">
<p class="faq-title"><i class="fa-regular fa-circle-question"></i> Question:</p>
<p class="faq-qna">Where is _____ game?</p>
<p class="faq-title"><i class="fa-regular fa-circle-check"></i> Answer:</p>
<p class="faq-qna">Sadly, we aren't able to find and host every game out there. However, if you see a game missing, use our <a href="contact.html">contact form</a> to reach us about what game you are looking for. Sometimes, albeit rarely, there are few games which we cannot host due to Flash/external limitations.</p>
</div>
<div class="faq-box">
<p class="faq-title"><i class="fa-regular fa-circle-question"></i> Question:</p>
<p class="faq-qna">Can you add _____ feature?</p>
<p class="faq-title"><i class="fa-regular fa-circle-check"></i> Answer:</p>
<p class="faq-qna">This mostly follows the same principles as our previous answer. If you have a feature that you are wanting to be added, please use our <a href="contact.html">contact form</a> to reach us. Alternatively, you can also visit the <a href="https://github.com/IamChristianS/v1">project's GitHub page</a>, and submit an issue.</p>
</div>
</center>
<!--Content End-->
<!--Footer Start-->
<footer class="footer">
<div class="footer-about">
<p>Welcome to Project Hub, Andrew Shin wants you to Have fun!</p>
</div>
<p>HEYYYYY NO COPYING!</p>
</div>
</footer>
<!--Footer End-->
<!--Copy URL (ty chatgpt lol)-->
<script>
function copyToClipboard(text) {
const el = document.createElement('textarea');
el.value = text;
el.setAttribute('readonly', '');
el.style.position = 'absolute';
el.style.left = '-9999px';
document.body.appendChild(el);
const selected =
document.getSelection().rangeCount > 0
? document.getSelection().getRangeAt(0)
: false;
el.select();
document.execCommand('copy');
document.body.removeChild(el);
if (selected) {
document.getSelection().removeAllRanges();
document.getSelection().addRange(selected);
}
showCopiedPrompt();
}
function showCopiedPrompt() {
const copiedPrompt = document.createElement('div');
copiedPrompt.innerText = 'Copied!';
copiedPrompt.className = 'copy-prompt';
document.querySelector('.copy-button').classList.add('clicked');
document.querySelector('.copy-button').appendChild(copiedPrompt);
setTimeout(() => {
copiedPrompt.style.opacity = 0;
setTimeout(() => {
copiedPrompt.parentNode.removeChild(copiedPrompt);
document.querySelector('.copy-button').classList.remove('clicked');
}, 600);
}, 2000);
}
</script>
<!--First-Time Popup (ty chatgpt lol)-->
<div class="first-time-popup" style="position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.8); display: none;">
<div class="alert" style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: #ffffff; padding: 20px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);">
<h1 style="font-weight: bold;">Project-Hub</h1>
<p>RESPECT ANDREW SHIN!</p>
<p class="alert-tos">HAVE FUN!</p>
<center>
<button onclick="agree()">Agree</button>
</center>
</div>
</div>
<script>
if (localStorage.getItem("!firstTimePopupSeen")) {
document.getElementById("first-time-popup").style.display = "block";
}
function agree() {
localStorage.setItem("firstTimePopupSeen", true);
document.getElementById("first-time-popup").style.display = "none";
}
</script>
<!--AOS Library-->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>