forked from culpixtg/syce_game_shack
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
282 lines (252 loc) · 12.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RZF5EEF09R"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-RZF5EEF09R');
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LZPCB9G4RZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LZPCB9G4RZ');
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SS51LMPFLE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SS51LMPFLE');
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZT7SGCCZFZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ZT7SGCCZFZ');
</script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0, minimun-scale=1.0, maximum-scale=1.0, user-scalable=no"> -->
<!----======== CSS ======== -->
<link rel="stylesheet" href="style.css">
<!----===== Boxicons CSS ===== -->
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<title>Syce's Game Shack</title>
<link rel="icon" herf="sgs-logo.png" type=image/png>
</head>
<body>
<div class="loader-wrapper" id="loader-wrapper">
<span class="loader"><span class="loader-inner"></span></span>
</div>
<nav class="sidebar close">
<header>
<br>
<div class="image-text">
<span class="image">
<img src="sgs-logo.png" alt="">
</span>
<div class="text logo-text">
<span class="name">Syce's</span>
<span class="profession">Game Shack</span>
</div>
</div>
<i class='bx bx-chevron-right toggle'></i>
</header>
<div class="menu-bar">
<div class="menu">
<!-- <li class="search-box">
<i class='bx bx-search icon'></i>
<input type="text" placeholder="Search...">
</li> -->
<ul class="menu-links">
<li class="nav-link">
<a href="#" class="selected">
<i class='bx bx-home-alt icon' ></i>
<span class="text nav-text">Home</span>
<span class="hovertext">Home</span>
</a>
</li>
<li class="nav-link">
<a href="games.html">
<i class='bx bx-joystick icon' ></i>
<span class="text nav-text">Games</span>
<span class="hovertext">Games</span>
</a>
</li>
<!-- <li class="nav-link">
<a href="#">
<i class='bx bx-bell icon'></i>
<span class="text nav-text">Notifications</span>
<span class="hovertext">Notifications</span>
</a>
</li> -->
<li class="nav-link">
<a href="soundboard.html">
<i class='bx bx-volume-full icon' ></i>
<span class="text nav-text">Soundboard</span>
<span class="hovertext">Soundboard</span>
</a>
</li>
<li class="nav-link">
<a href="blog.html">
<i class='bx bx-book-alt icon' ></i>
<span class="text nav-text">Blog</span>
<span class="hovertext">Blog</span>
</a>
</li>
<li class="nav-link" id="altLinks">
<a href="" onclick="window.open('https://bit.ly/sgs-links', '_blank')">
<i class='bx bx-link-alt icon' ></i>
<span class="text nav-text">Alt Links</span>
<span class="hovertext">Alt Links</span>
</a>
</li>
</ul>
</div>
<div class="bottom-content" style="transform: translateY(-40%);">
<li class="nav-link">
<a href="settings.html">
<i class='bx bx-cog icon' ></i>
<span class="text nav-text">Settings</span>
<span class="hovertext">Settings</span>
</a>
</li>
<!-- <li class="mode" id="notLoggedIn">
<a href="#" onclick="toggleLoginPage()">
<i class='bx bx-exit icon' style="font-size: 22px;"></i>
<span class="text nav-text">Login or create</span>
<span class="hovertext">Login or create an account</span>
</a>
</li>
<li class="mode" id="loggedIn" style="display: none">
<a href="#">
<i class='bx bx-user-circle icon' style="font-size: 25px;"></i>
<span class="text nav-text">Account (BETA)</span>
<span class="hovertext">Manage Account (BETA)</span>
</a>
</li> -->
<!-- <li class="">
<div class="profile-details">
<i class='bx bx-user-circle icon' ></i>
<div class="name_job">
<div class="text nav-text">Tiller68</div>
<div class="name">Lol</div>
</div>
</div>
</li> -->
<!-- <li class="mode">
<div class="sun-moon">
<i class='bx bx-moon icon moon'></i>
<i class='bx bx-sun icon sun'></i>
</div>
<span class="mode-text text">Dark mode</span>
<div class="toggle-switch">
<span class="switch"></span>
</div>
</li> -->
</div>
</div>
</nav>
<section class="section">
<br>
<div class="title">Welcome to Syce's Game Shack!</div>
<div class="text">Here you'll find one of the best unblocked game websites with over 90+ games perfect to play during free time!</div>
<br>
<div class="text">Feel free to share this with as many people as you want.</div>
<!-- <div class="text">This site is still very unfinished as I didn't have time to work on a lot of the key features I wanted for this update. Such as all the game details (descriptions, publisher, controls, etc), the soundboard, settings, and even this page right here.</div>-->
<br>
<div class="homeSection">
<img class="homeSectionImg" style="transform: translate(65%, 3.7vw);" src="Images/v4.png">
<div style="display: inline-table; width: 403px; width: 30vw; height: auto; transform: translate(-65%, 4.1vw)">
<div class="homeSectionTitle"><b>PROXY LIST</b></div>
<div class="homeSectionText">GO HERE FOR OUR NEW LIST, INCLUDING MANY PROXIES AND OTHER THINGS<br><br><b></b></div>
<div onclick="window.location = 'https://docs.google.com/document/d/1G66mD6bkK1zrckIfUzyItd9xFzmEdtbcDa03wF5bYbM/edit'" class="homeSectionPlayBtn">OPEN LIST</div>
</div>
</div>
<br>
<div class="homeSection1">
<img class="homeSectionImg" style="transform: translate(-65%, 3.7vw);" src="Images/home_section_img1.png">
<div style="display: inline-table; width: 403px; width: 30vw; height: auto; transform: translate(65%, 4.1vw)">
<div class="homeSectionTitle"><b>New Sidebar with Dark and Light Mode!</b></div>
<div class="homeSectionText">Introducing the new Sidebar! This sidebar is used for switching between pages on the site. This makes it much easier as its all in one place.<br><br>And also introducing Light Mode! Light mode is basically a light version of the site. Some may prefer it while others may not. It's really easy to turn it on as it's built right into the sidebar.</div>
</div>
</div>
<br>
<div class="homeSection">
<img class="homeSectionImg" style="transform: translate(65%, 3.7vw);" src="Images/home_section_img2.png">
<div style="display: inline-table; width: 403px; width: 30vw; height: auto; transform: translate(-65%, 4.1vw)">
<div class="homeSectionTitle"><b>New Looking Design</b></div>
<div class="homeSectionText">This update changes the design of many elements of the original site.<br><br>There's now a splash screen for each game with information about that game. This will show a description of the game, the genre of it, and the publisher. Also feel free to hide the game icons in the settings if you prefer that type.</b></div>
</div>
</div>
<br>
<!-- <footer class="footer">
<br>
<span class="text">Copyright Syce's Game Shack 2022© - Contact: [email protected]</span>
<br>
<span class="text">Terms of Service - Privacy Policy - Blog</span>
</footer> -->
</section>
<!-- <section class="section" style="display:none; background-color: transparent;" id="loginPage">
<div class="fadedBackground"></div>
<br>
<div class="login">
<form class="form" id="login">
<h1 class="form__title">Login</h1>
<div class="form__message form__message--error"></div>
<div class="form__input-group">
<input type="text" class="form__input" autofocus placeholder="Username">
<div class="form__input-error-message"></div>
</div>
<div class="form__input-group">
<input type="password" class="form__input" autofocus placeholder="Password">
<div class="form__input-error-message"></div>
</div>
<button class="form__button" type="submit">Continue</button>
<!-- <p class="form__text">
<a href="#" class="form__link">Forgot your password?</a>
</p> -->
<br><br>
<p class="form__text">
<a class="form__link" href="./" id="linkCreateAccount">Don't have an account? Create account</a>
</p>
</form>
<form class="form form--hidden" id="createAccount" action="connect.php" method="post">
<h1 class="form__title">Create Account</h1>
<div class="form__message form__message--error"></div>
<div class="form__input-group">
<input type="text" id="signupUsername" class="form__input" autofocus placeholder="Username" name="Username">
<div class="form__input-error-message"></div>
</div>
<!-- <div class="form__input-group">
<input type="text" class="form__input" autofocus placeholder="Email Address">
<div class="form__input-error-message"></div>
</div> -->
<div class="form__input-group">
<input type="password" class="form__input" autofocus placeholder="Password" name="Password">
<div class="form__input-error-message"></div>
</div>
<div class="form__input-group">
<input type="password" class="form__input" autofocus placeholder="Confirm password">
<div class="form__input-error-message"></div>
</div>
<button class="form__button" type="submit">Continue</button>
<br><br>
<p class="form__text">
<a class="form__link" href="./" id="linkLogin">Already have an account? Sign in</a>
</p>
</form>
</div>
</section> -->
<script src="script.js"></script>
</body>
</html>