-
-
Notifications
You must be signed in to change notification settings - Fork 662
/
Copy pathsearch.html
206 lines (184 loc) · 5.66 KB
/
search.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
<html style="margin: 0;">
<head>
<title>Interstellar</title>
<link rel="icon" type="image/x-icon" href="/media/favicon/favicon.ico">
<script src="/js/main.js"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<style>
* {
padding: 0;
margin: 0;
}
body {
font-family: Arial, Tahoma, Serif;
color: #fff;
}
nav {
display: flex;
justify-content:space-between;
align-items: center;
padding: 1rem 2rem;
background: rgba(0, 0, 0, 0);
}
nav ul {
display: flex;
list-style: none;
}
nav li {
padding-left: 1rem;
}
nav a {
text-decoration: none;
color: #fff
}
@media only screen and (max-width: 600px) {
nav {
flex-direction: column;
text-align: center;
}
nav ul {
flex-direction: column;
padding-top: 0.5rem;
}
nav li {
padding: 0.5rem 0;
}
}
body,h1,h2,h3,h4,h5,h6 {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
font-weight: 100;
color: white;
}
.row {
float: left;
}
.card:hover {
transform: scale(1.3);
}
img {
height: auto;
max-height: 990px;
width: 145px;
border: 0;
-ms-interpolation-mode: bicubic;
vertical-align: middle;
border-radius: 25px;
max-height: 145px;
max-width: 145px;
}
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
transition: 0.1s;
width: 158px;
background-color: transparent;
margin: 15px;
}
html {
margin-left: 25%;
margin-right: 25%;
text-align: center;
margin: 20px 10px;
border-radius: 20px;
font-weight: 700;
border: 2px solid var(--textcolor);
background: 0 0;
color: var(--textcolor);
cursor: default;
position: relative;
overflow-y: scroll; overflow-x:hidden;
transition: all 0.5s ease;
height: 150px;
background-color: transparent;
}
.imagebutton {
color: transparent;
width: 150px;
padding: 15px 0;
text-align: center;
margin: 20px 10px;
border-radius: 20px;
border: 0 solid var(--textcolor);
font-weight: 700;
background: 0 0;
cursor: pointer;
overflow: hidden;
transition: all 0.5s ease;
height: 150px;
}
button:hover {
-webkit-transition: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
transition: 1.5s ease;
text-decoration: none;
}
h2 {
color: var(--textcolor);
text-align: center;
align-self: center;
align-content: center;
display: inline-block;
}
body {
background-color: #111;
background-image: url('/media/banners/stars.png');
position: absolute;
}
</style>
<script src="/js/index.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WKJQ5QHQTJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-WKJQ5QHQTJ');
</script>
</head>
<body>
<nav>
<h2>Interstellar</h2>
<ul>
<li><a href="/./">Home</a></li>
<li><a href="/play.html">Games</a></li>
<li><a href="/apps.html">Apps</a></li>
<li><a href="/math.html">Exploits</a></li>
<li><a onclick="widgetBot()">Widgetbot</a></li>
</ul>
</nav>
<br>
<div class="row">
<div style="padding-left: 20px" id="buttonDiv7">
</div>
</div>
</div>
</div>
</div>
<script>
var buttonArr7 = [{
"name": "Shuttle Proxy",
"url": "/search/shuttle.html",
"img": "/media/src/shuttle.ico",
},
]
//end array for game links
buttonArr7.forEach(function(arrayItem7) {
let link7 = arrayItem7.url;
let name7 = arrayItem7.name;
let category7 = arrayItem7.category;
document.getElementById('buttonDiv7').innerHTML += `<div class="row"><div class="span1"><div style="padding-top: 5px;border-radius: 25px 25px 25px 25px;" class="card"><a href="${link7}"><img style="border-radius: 25px;"" src="${arrayItem7.img}" alt="${arrayItem7.name}.png" style="width:100%"></a><p3>${arrayItem7.name}</p3></div></div></div>`;
});
</script>
<div class="gameslist">
<br>
<div class="row">
</div>
</div>
<script src='https://cdn.jsdelivr.net/npm/@widgetbot/crate@3' async defer>
new Crate({
server: '938658733788131399', // Interstellar・Network
channel: '1001129016457166878' // #school-chat
})
</script>
</body></html>