-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
83 lines (74 loc) · 3.02 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Netcade - Home</title>
<link href="styles/frontpage.css" rel="stylesheet"/>
<link href="styles/global.css" rel="stylesheet"/>
</head>
<body>
<!-- NAVBAR -->
<div class="navbar"></div>
<!-- FRONT PAGE TEXT -->
<div id="frontpagetext">
<span style="font-size: 32px;">An Unblocked Website</span>
<br>
<span style="font-weight: 300;">
The website for the school. Here there are games<br>proxies, movies (soon) and useful JavaScript<br>bookmarklets for unblocking the web.
</span>
</div>
<!-- ANNOUNCEMENTS -->
<div style="text-align: center; transform: translateY(450px);">
<span style="font-size: 32px;">Announcements</span>
<br><br>
<div class="announcement" style="display: inline-block; height: 1290px;">
<span style="font-size: 25px;">The New Netcade</span>
<br>
<span style="font-weight: 300; display: inline-block; width: 770px;">
Welcome to the redesigned Netcade! As you are likely aware, the old version of Netcade was blocked a while ago and you should have had the bookmark to use the website during this time. Over the past month or so though I have been working on a redesign of the site and it's now live! Before I go through the full changelog, I want to say a massive thank you to everyone who's been using the site. It's spread pretty far across our year group and also other year groups actually, and even across another school in the UK. <3<br><br>
<b>Changelog:</b><br><br>
<b>Main features</b><br>
- Complete remake and redesign of site<br>
- Tab Cloak settings box removed; use the bookmarklet provided<br>
- The Panic Button has been removed.<br>
- Web Tools and Bookmarklets put into a single tab<br>
- Cinema tab added with movies and series soon to come<br>
- Announcements section on frontpage which will include the changelog<br>
- Page footer and privacy policy page added<br>
- Better and cleaner code which will make adding games much faster<br>
- Broken games and tools from before fixed<br><br>
<b>Added 18 new games</b><br>
- Run 3<br>
- Tetris<br>
- Volley Random<br>
- Boxing Random<br>
- Soccer Heads<br>
- Bloons TD 4<br>
- Short Life<br>
- Short Life 2<br>
- 2048<br>
- Piano Tiles<br>
- Happy Wheels<br>
- Papa's Pizzeria<br>
- Fireboy & Watergirl Forest Temple<br>
- Fireboy & Watergirl Light Temple<br>
- Fireboy & Watergirl Ice Temple<br>
- Fireboy & Watergirl Crystal Temple<br>
- Fireboy & Watergirl Elements<br>
- Fireboy & Watergirl Fairy Tales<br><br>
<b>Removed 5 games</b><br>
- Mine Blocks<br>
- Friday Night Funkin<br>
- Soccer Skills Euro Cup 2021<br>
- Zombs.io<br>
- The Quest for the Golden Wheel<br><br>
<b>Added 1 web tool</b><br>
- Retro Emulators<br>
</span>
</div>
</div>
<!-- FOOTER -->
<div class="footer" style="position: absolute; bottom: -250vh; width: 100%;"></div>
<script src="scripts/commons.js"></script>
</body>
</html>