-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathindex.html
338 lines (321 loc) · 15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jordan's Math Work - V6</title>
<style>
.ad-container {
border-radius:5px;
width:fit-content;
padding: 20px;
background-color: var(--navbar);
box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
opacity: 1;
transition: opacity 1s ease-in-out;
transition:1s;
bottom:15px;
left:15px;
position:fixed;
z-index:9999;
}
.ad-container:hover {
transform:translateY(-1.1rem);
}
.ad-container.fade-out {
opacity: 0;
}
</style>
<script>
document.addEventListener("DOMContentLoaded", function() {
if (!localStorage.getItem('alertShown')) {
alert("If you can take some time out of your day to join the discord, please do so.");
localStorage.setItem('alertShown', 'true');
}
})
</script>
<script>
document.addEventListener("DOMContentLoaded", function() {
let alertCount = parseInt(localStorage.getItem('alertCount')) || 0;
if (alertCount < 1) {
alert("PLEASE READ. The jordan's math work site browser may occasionally go down due to the huge wave of support and traffic (thanks) so if it's down please come back in 2 hours, because I regularly check my hosting during periods.");
alertCount++;
localStorage.setItem('alertCount', alertCount);
}
});
</script>
<meta name="990307346a802b31ebca359cf92b73af820e63c0" content="990307346a802b31ebca359cf92b73af820e63c0" />
<script>
(function(fiszh){
var d = document,
s = d.createElement('script'),
l = d.scripts[d.scripts.length - 1];
s.settings = fiszh || {};
s.src = "\/\/glaringregister.com\/a.W\/5ywpYKWcdwl\/QT2H9OkZZKTT9\/6Mba2m5zl\/STWjQA9\/NfT\/Aj5\/N-jZEB5\/MyiP0T1dMgDTkB2fM\/T_k_zC";
s.async = true;
l.parentNode.insertBefore(s, l);
})({})
</script>
<script>
(function(ufvwob){
var d = document,
s = d.createElement('script'),
l = d.scripts[d.scripts.length - 1];
s.settings = ufvwob || {};
s.src = "\/\/glaringregister.com\/biXkVLsud.G\/lc0\/Y_Wec_\/WejmZ9pufZHUMlZkUPjT\/U\/w\/OzT\/YixtOgTnQ\/tyNtTJAH5mNdjvEW5eNjQz";
s.async = true;
l.parentNode.insertBefore(s, l);
})({})
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TQ8CVXYBF9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TQ8CVXYBF9');
</script>
<meta name="Jordansmathwork">
<meta content="Jordansmathwork" property="og:title">
<meta content="Jordan's math work is a comprehensive educational platform designed to help students master various mathematical concepts. With a user-friendly interface, it offers a wide range of resources, including video tutorials, interactive practice problems, and detailed explanations. Jordan, an experienced math tutor and educator, provides clear and concise lessons that break down complex concepts into manageable steps. The platform also offers personalized learning tools, allowing students to track their progress and identify areas for improvement. Overall, Jordansmathwork offers a dynamic and engaging learning experience for students of all levels." property="og:description">
<link rel="icon" href="/assets/images/jmw.png" />
<link rel="shortcut icon" href="/assets/images/jmw.png" />
<link rel="manifest" href="/manifest.json"/>
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v6.4.2/css/all.css">
</head>
<body theme="classic">
<div id="page-container">
<div class="content">
<nav class="navbar">
<div class="navbar-brand">
<a href="/"><img class="brand-logo" src="/assets/images/jmw.png"></a>
</div>
<ul class="navbar-nav">
<li class="nav-item"><a href="/english" class="nav-link"><i class="fa-duotone fa-gamepad-modern"></i> Games</a></li>
<li class="nav-item"><a href="/history" class="nav-link"><i class="fa-duotone fa-headphones-simple"></i> Apps</a></li>
<li class="nav-item"><a href="/science" class="nav-link"><i class="fa-duotone fa-mobile-button"></i> Chatbox</a></li>
<li class="nav-item"><a href="/geography" class="nav-link"><i class="fa-regular fa-gear-complex"></i> Settings</a></li>
</ul>
</nav>
<a style="text-decoration: none; color:white;" href="//dsc.gg/gnetwork">
<div class="ad-container"><span style="color:#7289da;"><i class="fab fa-discord"></i></span> Join the discord!</div>
</a>
<div class="reasons">
<h1 style="font-size:2rem;font-weight: bold;font-family: 'Be Vietnam Pro', sans-serif;margin-top:100px;">The easiest way to <div class="typewriter-container">
<span class="typewriter-text" id="typewriter-text"></span>
</div></h1>
<video id="theVideo" nocontrols autoplay muted loop>
<source src="https://github.com/GalacticNetwork/o/raw/main/better.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div align="center">
<h6>Join thousands of people worldwide playing on one of the best sites made!</h6>
<a href="https://www.hitwebcounter.com" target="_blank">
<img
src="https://hitwebcounter.com/counter/counter.php?page=8133209&style=0036&nbdigits=9&type=page&initCount=14623"
title="Free Counter" Alt="web counter" border="0" /></a>
<br style="margin:100px;">
<br style="margin:100px;">
<button onclick="window.location.href='english'" style="width:200px;height:50px;">Play Now!</button>
<hr>
<h2>Featured:</h2>
<div class="carousel-container">
<div class="featured">
<a href="/english/ela.html?book=tag&type=local"><img src="/assets/images/featured/tag.webp"></a>
<a href="/english/ela.html?book=tunnel-rush&type=local"><img src="/assets/images/featured/tunnelrush.jpg"></a>
<a href="/english/ela.html?book=1v1-lol&type=local"><img src="/assets/images/featured/1v1-lol.jpg"></a>
<a href="/english/ela.html?book=eaglercraft/allmcmenu&type=local"><img src="/assets/images/featured/eaglercraft.png"></a>
<a href="/english/ela.html?book=basketball-stars&type=local"><img src="/assets/images/featured/basketballstars.avif"></a>
<a href="/english/ela.html?book=slope&type=3kh0"><img src="/assets/images/featured/slope.jpg"></a>
<a href="/english/ela.html?book=house-of-hazards&type=local"><img src="/assets/images/featured/hoh.avif"></a>
<a href="/english/ela.html?book=tabs&type=local"><img src="/assets/images/featured/tabs.jpg"></a>
<a href="/english/ela.html?book=bad-piggies&type=local"><img src="/assets/images/featured/bad-piggies.jpg"></a>
<a href="/english/ela.html?book=blade-ball&type=local"><img src="/assets/images/featured/blade-ball.webp"></a>
<a href="/english/ela.html?book=sm64&type=local"><img src="/assets/images/featured/sm64.jpg"></a>
</div>
</div>
<hr>
<h1><a style="color:var(--txtcolor);" href="leaderboard.html">Go to leaderboard</a></h1>
<hr>
<h1>Update Log v6.7.7</h1>
<h2>Announcement: JMW Lite is 80% ready.</h2>
<li>Added local downloading to local games. Some local downloads are internet required.</li>
<hr>
<h1>What is JMW?</h1>
<h4>JMW (jordan's math work) is a site for unblocking and gaming, founded in august 2021, JMW is a site owned by galactic network. It has 400+ games and 20+ apps (including a browser/pr<span>ox</span>y). With 400k trusted users, JMW is a useful site for school hours.</h4>
<div class="icons">
<a style=" color: var(--txtcolor);
font-size:40px;" href="https://dsc.gg/gnetwork" target="_blank"><i class="fab fa-discord"></i></a>
<a style=" color: var(--txtcolor);
font-size:40px;" href="https://www.youtube.com/@galacticnetwork-dev" target="_blank"><i class="fab fa-youtube"></i></a>
<a style=" color: var(--txtcolor);
font-size:40px;" href="https://github.com/GalacticNetwork/jordansmathwork-v6" target="_blank"><i class="fab fa-github"></i></a>
</div>
<hr>
<center>
<p>TOS</p>
<p>JMW should not be used for:</p>
<li>Illegal Activity, such as:</li>
<li>Websites that contain CP (inappropriate videos/images of children).</li>
<li>Websites that contain malware.</li>
<li>Websites that contain methods/access to doxxing.</li>
<li>Websites that contain ways to make illegal substances.</li>
<p>By using this website, you agree to not break any of these rules.</p>
<h2>TOS Form</h2>
<li>Galactic Network is not responsible for what our partners do.</li>
<li>Galactic Network is not responsible for modifications of our site to steal info. Please let us know so we can DMCA.</li>
<li>Galactic Network uses free images from google, WE DO NOT OWN THE GAME AND APP IMAGES.</li>
<li>Galactic Network's services will run on your browser until service is closed, or internet is off.</li>
<li>Galactic Network is not liable for what people use for this AIO site.</li>
<li>By reading these terms, you FULLY agree..</li>
<center>
<p><a style="color: var(--txtcolor);
font-size:30px;text-decoration: underline;margin:15px;" href="/privacypolicy.html">Privacy Policy</a></p>
</center>
</center>
<div align="center">
<h1 style="text-align: center;">Partners</h1>
<div align="center">
<hr>
<div style="display:flex;flex-wrap:wrap;justify-content: center;align-items: center;gap:10px;">
<div id="bouttabust">
<div class="img">
<img src="/pa.png">
</div>
<h1>PLEXILE Arcade</h1>
<p>Those who drink eggnog</p>
<hr>
<button style="width:150px; font-weight: bold;color:black;" onclick="window.location.href='https://dsc.gg/plexilenetwork'">Join Discord!</button>
<br>
<button style="width:150px; font-weight: bold;color:black;" onclick="window.location.href='http://12.is-cool.dev'">Free Link</button>
</div>
<div id="bouttabust">
<div class="img">
<img src="/fa.gif">
</div>
<h1>Frogie's Arcade</h1>
<p>*Falls off bicycle* - Frogiee</p>
<hr>
<button style="width:150px; font-weight: bold;color:black;" onclick="window.location.href='https://discord.com/frogie-s-arcade-official-975549006841270312'">Join Discord!</button>
<br>
<button style="width:150px; font-weight: bold;color:black;" onclick="window.location.href='https://let-me-do-my-work.site'">Free Link</button>
</div>
<div id="bouttabust">
<div class="img">
<img src="/ocular.webp">
</div>
<h1>Breakium</h1>
<p>i cant put down the cup</p>
<hr>
<button style="width:150px; font-weight: bold;color:black;" onclick="window.location.href='https://discord.gg/s4gXM6XUgH'">Join Discord!</button>
<br>
<button style="width:150px; font-weight: bold;color:black;" onclick="window.location.href='https://weluvubrantley.strangled.net/'">Free Link</button>
</div>
<div id="bouttabust">
<div class="img">
<img src="/logo.png">
</div>
<h1>Bruny's IXL Work</h1>
<p>jus like me frfr</p>
<hr>
<button style="width:150px; font-weight: bold;color:black;" onclick="window.location.href='https://discord.gg/kPa8xuMbu5'">Join Discord!</button>
<br>
<button style="width:150px; font-weight: bold;color:black;" onclick="window.location.href='https://epicfunmath.buzz/'">Free Link</button>
</div>
<div id="bouttabust">
<div class="img">
<img src="/look.gif">
</div>
<h1>This could be YOU!</h1>
<hr>
<h6>Join the discord to apply!</h6>
<button style="height:100px;width:200px;font-weight: bold;color:black;" onclick="window.location.href='https://dsc.gg/gnetwork'">Join Discord!</button>
</div>
</div>
<hr>
</div>
<center>
<p><a style="color: var(--txtcolor);
font-size:40px;text-decoration: none;margin:15px;" href="//dsc.gg/gnetwork">© Galactic Network 2025-2026</a></p>
</center>
</div>
</div>
</div>
</div>
</body>
<script>
const texts = [
"gain nostalgia.",
"play games.",
"have fun.",
"be entertained.",
"search anything.",
"get highscores."
];
let currentTextIndex = 0;
let currentCharIndex = 0;
let isDeleting = false;
const typewriterText = document.getElementById('typewriter-text');
const typingSpeed = 150;
const deletingSpeed = 100;
const delayBetweenTexts = 2000;
function type() {
const currentText = texts[currentTextIndex];
if (isDeleting) {
typewriterText.textContent = currentText.substring(0, currentCharIndex - 1);
currentCharIndex--;
} else {
typewriterText.textContent = currentText.substring(0, currentCharIndex + 1);
currentCharIndex++;
}
if (!isDeleting && currentCharIndex === currentText.length) {
setTimeout(() => isDeleting = true, delayBetweenTexts);
} else if (isDeleting && currentCharIndex === 0) {
isDeleting = false;
currentTextIndex = (currentTextIndex + 1) % texts.length;
}
const speed = isDeleting ? deletingSpeed : typingSpeed;
setTimeout(type, speed);
}
document.addEventListener('DOMContentLoaded', () => {
setTimeout(type, 500);
});
document.addEventListener('DOMContentLoaded', () => {
const featured = document.querySelector('.featured');
const images = Array.from(featured.children);
// Duplicate images to make the scroll infinite
images.forEach(image => {
const clone = image.cloneNode(true);
featured.appendChild(clone);
});
});
</script>
<script type="module">
// Import the functions you need from the SDKs you need
import { initializeApp } from "https://www.gstatic.com/firebasejs/10.12.3/firebase-app.js";
// TODO: Add SDKs for Firebase products that you want to use
// https://firebase.google.com/docs/web/setup#available-libraries
// Your web app's Firebase configuration
const firebaseConfig = {
apiKey: "AIzaSyBYVBRZX69FgQqr7MkNchaE8zx_uR_h4u0",
authDomain: "math-work-version-6.firebaseapp.com",
projectId: "math-work-version-6",
storageBucket: "math-work-version-6.appspot.com",
messagingSenderId: "121038624800",
appId: "1:121038624800:web:ea6c302627b9a99ca90445"
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);
</script>
<script src="/assets/scripts/s1.js"></script>
<script src="/assets/scripts/s2.js"></script>
<script src="/assets/scripts/index.js"></script>
<script src="/assets/scripts/themes.js"></script>
<script src="/assets/scripts/panic.js"></script>
<script src="/assets/scripts/fade.js"></script>
<script src="/assets/scripts/autoplay.js"></script>
<script src="/assets/scripts/rc.js"></script>
<script src="/assets/scripts/hider.js"></script>
</html>