-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
95 lines (90 loc) · 4.27 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
<!DOCTYPE html>
<html>
<head>
<title>Math Study</title>
<link rel="icon" href="assets/MSG_Logo.png">
<link rel="stylesheet" href="css/main.css">
<meta name="title" content="Math Study">
<meta name="description" content="A team of developers making entertaining websites, exploits, and other services.">
<meta name="keywords" content="fun, entertainment, developers, code, github">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
</head>
<body>
<img src="assets/MSG_Logo.png" alt="Math Study Group Logo" class="logo">
<h1 class="groupName"> Math Study </h1>
<p class="small-info"> A team of developers making entertaining websites,
exploits, and other services. </p>
<h2 class="subheader"> - Our Projects - </h2>
<div class="project-tile" onclick="window.location.href = '/msgweb'">
<h1 class="project-title">[MSGweb]</h1>
<p class="project-text">Our flagship site. Includes a robust music library, huge collection of games, and pleasing styling.</p>
</div>
<div class="project-tile" onclick="window.location.href = '/gba'">
<h1 class="project-title">[GBA]</h1>
<p class="project-text">A fully featured retro emulator. Started from GBA, now has 8+ consoles ready to be used!</p>
</div>
<div class="project-tile" onclick="window.location.href = 'https://github.com/javascythe/bnkr-pro/'">
<h1 class="project-title">[Bunker]</h1>
<p class="project-text">A highly advanced exploit device. Includes many exploits out of the box, as well as other useful features to be used undetected.</p>
</div>
<div class="project-tile discord" onclick="window.location.href = 'https://discord.gg/mathstudy'">
<h1 class="project-title">[Discord]</h1>
<p class="project-text">Our discord will include all future projects, as well as projects not mentioned.</p>
</div>
<h2 class="subheader"> - Developers -</h2>
<div class="dev-grid-container">
<div class="dev-grid">
<div class="dev-tile" id="cat">
<img src="assets/Catpfp.png" alt="Math Study Group Logo" class="dev-logo">
<h1 class="dev-name"> Cat. </h1>
</div>
</div>
<div class="dev-grid">
<div class="dev-tile nailington" id="nail">
<img src="assets/nailpfp.gif" alt="Math Study Group Logo" class="dev-logo">
<h1 class="dev-name"> Nailington </h1>
</div>
</div>
<div class="dev-grid">
<div class="dev-tile object" id="object">
<img src="assets/objectpfp.png" alt="Math Study Group Logo" class="dev-logo">
<h1 class="dev-name"> [object Object] </h1>
</div>
</div>
<div class="dev-grid">
<div class="dev-tile parrot" id="parrot">
<img src="assets/parrotpfp.gif" alt="Math Study Group Logo" class="dev-logo">
<h1 class="dev-name"> proudparrot2 </h1>
</div>
</div>
<div class="dev-grid">
<div class="dev-tile joshua" id="joshua">
<img src="assets/joshuapfp.jfif" alt="Math Study Group Logo" class="dev-logo">
<h1 class="dev-name"> Joshua </h1>
</div>
</div>
</div>
<h2 class="subheader"> - Other Contributors -</h2>
<div class="dev-grid-container">
<div class="dev-grid">
<div class="dev-tile zebn" id="zebn">
<img src="assets/MSG_Logo.png" alt="Math Study Group Logo" class="dev-logo">
<h1 class="dev-name"> Zebn0710 </h1>
</div>
</div>
<div class="dev-grid">
<div class="dev-tile yes" id="yes">
<img src="assets/haydenpfp.jfif" alt="Math Study Group Logo" class="dev-logo">
<h1 class="dev-name"> Y e s </h1>
</div>
</div>
</div>
<div class="page-curtain" id="curtain"></div>
<div class="dev-overlay" id="contact">
<h1 class="dev-name" id="contactInfo">Invalid Contact Clicked.</h1>
</div>
</body>
<script src="js/script.js"></script>
</html>