-
Notifications
You must be signed in to change notification settings - Fork 328
/
Copy pathabout.html
208 lines (202 loc) · 10.3 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<script async src="https://arc.io/widget.min.js#L1SfLEWE"></script>
<link href='https://fonts.googleapis.com/css?family=Noto Sans' rel='stylesheet'>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VHVNHMYGN3"></script>
<script src="http://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="https://kit.fontawesome.com/32abd502cd.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="../particles.css">
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-VHVNHMYGN3');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<link rel="stylesheet" id="themecss" href="index.css">
<link rel="stylesheet" href="nav.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="shortcut icon" type="image/jpg" href="../images/favicon/favicon.ico" />
<link href="https://fonts.googleapis.com/css?family=Share Tech Mono" rel="stylesheet" />
<style>
#sidenav {
opacity: 1;
visibility: visible;
transition: opacity 0.5s ease-in-out;
margin-bottom: 20px;
}
#sidenav.fadeOut {
opacity: 0;
transition: opacity 0.5s ease-in-out;
}
body {
font-family: Noto sans;
background-color: black;
color: #ffffff;
}
a {
color: white;
}
.center {
text-align: center;
}
hr {
border: 1px solid #ffffff;
border-radius: 100px;
width: 400px
}
</style>
</head>
<body>
<div id="particles-js"><div id="blob"></div></div> <div id="imgsearch">
<title>About Night</title>
<div>
<div id="icbuttons">
<a href="../index" id="home" class="zoom" index><img src="../images/favicon/favicon.ico" alt="Logo" id="logo"
style="width:49px;height:49px;border-radius:10px;"></a>
<div style="position:fixed;right:0;height:64px;top:10px;">
<div style="display:flex;justify-content:flex-end;align-items:center;">
<a href="../apps"
style="width:50px;padding-right:1px;padding-left:1px;margin-right:6%;font-size:13px;" id="apps"
class="fa-solid fa-grip zoom navitem"></a>
<a href="../games"
style="width:50px;padding-right:1px;padding-left:1px;margin-right:10%;font-size:13px;" id="games"
class="fa-solid fa-gamepad zoom navitem"></a>
<a href="../tabs"
style="width:50px;padding-right:1px;padding-left:1px;margin-right:5%;font-size:13px;" id="tabs"
class="fa-solid fa-bars-progress zoom navitem"></a>
<a onclick="fadeInElement();"
style="width:50px;padding-right:1px;padding-left:1px;margin-right:10%;font-size:13px;"
id="settings" class="fa-solid fa-gear zoom navitem"></a>
</div>
</div>
</div>
<br />
</div>
<h2 class="center">Developers that helped work on Night v1</h2>
<p style="margin-bottom: -10px" class="center">GhostX - mn_official</p>
<p style="margin-bottom: -10px" class="center">Amplify - not.amplify_</p>
<p style="margin-bottom: -10px" class="center">Sky - skysthelimit.dev</p>
<p style="margin-bottom: -10px" class="center">wr_nd</p>
<h3 class="center">Thank you so much for helping ❤️</h3>
<hr />
<h2 class="center";>Current Build</h2>
<p class="center">Your current build is v1. <br />Please check our <a href='https://discord.gg/QmWUfvm4bn/'>Discord</a> Server to see if you are up <br /> to date with hosting or if this link is up to date.</p>
<div class="sidenav" id="sidenav">
<a onclick="fadeOutElement();" class="fa-solid fa-circle-xmark closebutton" id="closebutton"></a>
<table style="width:80%;margin-left:10%;margin-left:10%;">
<tr>
<th>
<div id="settings-boxes">
<h2>Toggle Cloak</h2>
<p style="text-align: center; font-size: 18px; margin-top: -60px;">Cloak your tab with a
custom name and favicon</p>
<span class="custom-dropdown big">
<select class="dropdown" id="cloakSwitcher">
<option value="off">Off</option>
<option value="drive">Google Drive</option>
<option value="classroom">Google Classroom</option>
<option value="gmail">Gmail</option>
<option value="google">Google</option>
</select>
</span>
<a onclick="switchCloak(); reloadpage();" class="button-save">Apply</a>
</div>
</th>
<th>
<div id="settings-boxes">
<h2 style="text-align: center;">Themes</h2>
<p style="text-align: center; font-size: 18px; margin-top: -60px;">Change the site's themes
</p>
<span class="custom-dropdown big">
<select class="dropdown" id="themeSwitcher">
<option value="default">Default</option>
<option value="fire">Fire</option>
<option value="noir">Noir</option>
<option value="void">Void</option>
<option value="ip">IronPrime</option>
<option value="xg">XGames</option>
<option value="stealth">Stealth</option>
<option value="fg">Froggermans</option>
<option value="ghost">Ghost</option>
<option value="midnight">Midnight</option>
<option value="meteor">Meteor</option>
</select>
</span>
<a onclick="switchProxy(); reloadpage();" class="button-save">Apply</a>
</div>
</th>
<th>
<div id="settings-boxes">
<h2 style="text-align: center;">Proxy Options</h2>
<b>
<p style="text-align: center; font-size: 18px; margin-top: -40px;">If our proxy isn't
working it's probably because the bare server is blocked.<br>
This can swap the server so the proxy can function if one is down</p>
</b>
<span class="custom-dropdown big">
<select class="dropdown" id="bareSwitcher">
<option value="default">Default</option>
<option value="default2">Default 2</option>
<option value="default3">Default 3</option>
<option value="sndefault">Shadow Default</option>
<option value="snalt">Shadow Alt</option>
<option value="indefault">Interstellar Default</option>
</select>
</span>
<a onclick="switchBare(); reloadpage();" class="button-save">Apply</a>
</div>
</th>
</tr>
<tr>
<td>
<br>
<div id="settings-boxes">
<h2 style="text-align: center;">Toggle Particles</h2>
<p style="text-align: center; font-size: 18px; margin-top: -40px;">Allows you to toggle
particles on certain themes like the default theme</p>
<label class="switch">
<input type="checkbox" class="particlecheckbox">
<div class="slider"></div>
</label>
</div>
</td>
<td>
<br>
<div id="settings-boxes">
<h2 style="text-align: center;">Launch about:blank</h2>
<p style="text-align: center; font-size: 18px; margin-top: -40px;">Launches about:blank in a
new tab which cloaks the tab entirely</p>
<a class="button-save" style="text-align:center; padding-right:20px;"
onclick="openGame();">Launch</a>
</div>
</td>
<td>
<br>
<div id="settings-boxes">
<h2 style="text-align: center;">Coming soon!</h2>
<p style="text-align: center; font-size: 18px; margin-top: -100px;">This feature will be
added soon</p>
</div>
</td>
</tr>
</table>
</div>
<script src="/scripts/register-sw.js" defer></script>
<script src="/scripts/search.js" defer></script>
<script src="/scripts/index.js" defer></script>
<script src="/scripts/particles.min.js"></script>
<script src="/scripts/settings.js"></script>
<script id="paeticlesrc" src=""></script>
<script src="/scripts/blank.js"></script>
<script>
fadeOutElement();
</script>
<div id="footer">
<p>© 2023 Night. All rights reserved.</p>
</div>
</body>
</html>