-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathother.html
218 lines (192 loc) · 6.29 KB
/
other.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KXRHPNW89S"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KXRHPNW89S');
</script>
<title>Unblocked Websites | Other</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" />
<link rel="stylesheet" href="./css/style.css" />
<link rel="icon" type="image/png" href="images/uw.png" sizes="16x16">
<script src="./js/index.js"></script>
<script src="./js/scroll.js"></script>
<script src="./js/click.js"></script>
<script src="./js/custombuttons.js"></script>
<script src="./js/tabcloak.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=GA_MEASUREMENT_ID"></script>
</head>
<body>
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<a href="https://github.com/SchoolIzBoring">
<img src="./images/uw.png" alt="Unblocked" width="50" height="50" class="logo">
</a>
</div>
<div class="navitems">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="gamesites.html">Gamesites</a></li>
<li><a href="proxies.html">Proxies</a></li>
<li class="active"><a href="other.html">Other</a></li>
<li><a href="tools.html">Tools</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="#" onclick="document.getElementById('popup').style.visibility = 'visible';" style="display: inline-block;">
<img src="./images/gearcog.png" alt="Settings Button" width="50" height="50" class="centered-image">
</a>
</div>
</div>
</nav>
<div id="header">
<img src="logo.png" alt="Unblocked" />
</div>
<p>Number of users: <span id="connection-counter">104</span></p>
<div class="section-container">
<div class="section-header">
<h4 class="section-title">
<span class="section-text">
<img src="./images/other.png" width="20" height="20"> Other <img src="./images/other.png" width="20" height="20">
</h4>
</div>
<div class="section-content active" id="section-content"></div>
<div class="row">
<div class="col-md-4">
<a class="btn btn-default btn-lg btn-block" role="button" target="_blank" href="https://schoolizboring.github.io/Websites-Links/">
<img src="./images/other.png" alt="icon" width="16" height="16" /> List Of Proxies </a>
</div>
<div class="col-md-4">
<a class="btn btn-default btn-lg btn-block" role="button" target="_blank" href="https://schoolizboring.github.io/List-of-Bookmarklets/">
<img src="./images/other.png" alt="icon" width="16" height="16" /> List Of Bookmarklets </a>
</div>
<div class="col-md-4">
<a class="btn btn-default btn-lg btn-block" role="button" target="_blank" href="https://schoolizboring.github.io/My-Bookmarklet-Folder-OP-/">
<img src="./images/other.png" alt="icon" width="16" height="16" /> My Bookmark Folder (OP) </a>
</div>
</div>
</div>
<style>
.collapse-button {
position: absolute;
top: 0%;
right: 10%;
transform: translate(20%, -20%);
cursor: pointer;
padding: 10px;
background-color: transparent;
border: none;
}
.collapse-button img {
width: 20px;
height: 20px;
transition: transform 0.5s ease-in-out;
}
.collapse-button.expanded img {
transform: rotate(180deg);
content: url(./images/minus.png);
}
.websites-collapse-button.expanded img {
transform: rotate(180deg);
content: url(./images/minus.png);
}
.section-collapse-button.expanded img {
transform: rotate(180deg);
content: url(./images/minus.png);
}
.tools-collapse-button.expanded img {
transform: rotate(180deg);
content: url(./images/minus.png);
}
body {
font-family: "Roboto", Courier, monospace;
color: #ffffff;
text-align: center;
background-color: #1C1C1C;
cursor: url('images/pointerblue1.png'), none;
padding-top: 9.5%;
}
.section-text {
font-size: 30px;
}
a:hover,
button:hover {
cursor: url('images/handblue120.png'), pointer;
}
.navbar {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 9.5%;
backdrop-filter: blur(18px);
box-shadow: 0 0 40px #0DD7F2;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 1%;
z-index: 5;
margin: auto;
}
.logo {
height: 45px;
border-radius: 15px;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 5px;
user-select: none;
}
.centered-image {
width: 3vw;
height: 3vw;
position: absolute;
top: 5px;
right: -358px;
}
.navitems a {
color: #fff;
text-decoration: none;
font-weight: 500;
transition: color 0.3s ease-in-out;
}
.navitems a:hover {
color: #0DD7F2;
}
.navbar-nav li a {
background-color: none !important;
color: white !important;
padding: 15px;
}
.navbar-nav li a:hover {
background-color: none !important;
color: #0DD7F2 !important;
font-weight: 500;
transition: color 0.3s ease-in-out;
}
a {
color: white;
text-decoration: none;
background-color: none;
}
.active a {
color: #0DD7F2;
text-decoration: none;
border: 2px solid #0DD7F2;
padding: 10px 20px;
border-radius: 20px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
color: #0DD7F2;
border-color: #0DD7F2;
background-color: #1C1C1C;
}
</style>
</html>