-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclassicinvite.html
250 lines (250 loc) · 8.18 KB
/
classicinvite.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Fasver Inc">
<meta name="description" content="Radars is a cutting-edge Discord bot that offers AI-powered Chats & moderation and customization options to enhance your server's functionality and user experience.">
<meta name="keywords" content="Radars discord bot, Discord bot, AI-powered, free, Discord server, bot invite, AI bot, customizable bot, moderation bot, utility bot, versatile bot, fasver inc, discord community, discord server management, discord server enhancement, discord server tools, discord server utilities">
<meta name="robots" content="index, follow">
<meta property="og:title" content="Radars | A Versatile Moderation tool">
<meta property="og:description" content="A Versatile Moderation tool">
<meta property="og:image" content="https://anoxle.github.io/exco/logo2.png">
<meta property="og:url" content="https://anoxle.github.io/exco/invite">
<meta property="og:site_name" content="Anoxle.git/bots">
<title>Radars! | A Versatile Moderation Tool</title>
<link rel="icon" type="image/png" href="https://anoxle.github.io/exco/logo2.png">
<meta name="twitter:title" content="Radars | A Versatile Moderation tool">
<meta name="twitter:description" content="A Versatile Moderation tool">
<meta name="twitter:image" content="https://anoxle.github.io/exco/logo2.png">
<meta name="twitter:card" content="summary_large_image">
<style>
body {
margin: 0;
padding: 0;
font-family: Whitney, "Helvetica Neue", Helvetica, Arial, sans-serif;
background-color: #282A36;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
animation: fadeIn 0.5s ease;
}
.navbar {
background-color: rgba(51, 51, 51, 0.8);
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 1000;
padding: 10px 0;
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.navbar ul {
list-style-type: none;
margin: 0;
padding: 0;
text-align: center;
}
.navbar ul li {
display: inline-block;
margin-right: 20px;
}
.navbar ul li a {
color: #fff;
text-decoration: none;
font-size: 16px;
transition: all 0.3s ease;
}
.navbar ul li a:hover {
color: #7289da;
}
.container {
text-align: center;
position: relative;
margin-top: 60px;
animation: scaleIn 0.5s ease;
}
.normalrecommendation {
color: #ff0000;
font-weight: bold;
margin-bottom: 20px;
padding: 10px;
background-color: #333;
border-radius: 5px;
display: inline-block;
animation: fadeIn 0.5s ease;
}
.blackbox {
background-color: #333;
border-radius: 8px;
padding: 20px;
max-width: 400px;
margin: auto;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
position: relative;
animation: scaleIn 0.5s ease;
}
h1 {
font-size: 24px;
margin-bottom: 20px;
color: #fff;
font-weight: 500;
animation: fadeIn 0.5s ease;
}
.icon {
width: 100px;
height: 100px;
margin-bottom: 10px;
border-radius: 50%;
animation: rotateIn 0.5s ease;
}
.bold-text {
font-weight: bold;
margin-bottom: 10px;
font-size: 18px;
color: #fff;
animation: fadeIn 0.5s ease;
}
p {
color: #b9bbbe;
margin-bottom: 15px;
animation: fadeIn 0.5s ease;
}
.button {
background-color: #7289da;
color: #fff;
border: none;
padding: 15px 40px;
margin: 10px;
cursor: pointer;
transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
border-radius: 5px;
display: inline-block;
text-decoration: none;
font-weight: bold;
animation: fadeIn 0.5s ease;
}
.button:hover {
background-color: #677bc4;
}
.button.disabled {
opacity: 0.5;
cursor: not-allowed;
}
.checkbox-container {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 20px;
animation: fadeIn 0.5s ease;
}
.checkbox-container input[type="checkbox"] {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
width: 20px;
height: 20px;
border: 2px solid #7289da;
border-radius: 4px;
outline: none;
cursor: pointer;
margin-right: 10px;
transition: background-color 0.3s ease;
}
.checkbox-container input[type="checkbox"]:checked {
background-color: #7289da;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2Zm0 18C9.24 18 7 15.76 7 13C7 10.24 9.24 8 12 8C14.76 8 17 10.24 17 13C17 15.76 14.76 18 12 18Z'/%3E%3C/svg%3E");
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.checkbox-container label {
color: #b9bbbe;
cursor: pointer;
font-size: 16px;
animation: fadeIn 0.5s ease;
}
.checkbox-container label a {
color: #b9bbbe;
text-decoration: underline;
cursor: pointer;
font-size: 16px;
animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes scaleIn {
from {
transform: scale(0.8);
opacity: 0;
}
to {
transform: scale(1);
opacity: 1;
}
}
@keyframes rotateIn {
from {
transform: rotate(-360deg);
opacity: 0;
}
to {
transform: rotate(0deg);
opacity: 1;
}
}
</style>
</head>
<body>
<header class="navbar">
<nav>
<ul>
<li><a href="https://anoxle.github.io/exco/">Home</a></li>
<li><a href="https://anoxle.github.io/exco/invite">Invite</a></li>
<li><a href="https://anoxle.github.io/exco/privacy">Terms</a></li>
<li><a href="https://anoxle.github.io/exco/privacy">Privacy</a></li>
</ul>
</nav>
</header>
<div class="container">
<div class="normalrecommendation">Normal is recommended</div>
<div class="blackbox">
<img src="https://anoxle.github.io/exco/logo2.png" alt="Icon" class="icon">
<h1>Radars!</h1>
<div class="bold-text">Choose Permissions</div>
<div class="checkbox-container">
<input type="checkbox" id="agree-checkbox" name="agree-checkbox">
<label for="agree-checkbox">I agree to the <a href="https://anoxle.github.io/exco/rules" target="_blank">rules</a></label>
</div>
<a href="https://discord.com/oauth2/authorize?client_id=1207724790635561001&permissions=1734363595144951&response_type=code&redirect_uri=https%3A%2F%2Fanoxle.github.io%2Fexco%2Finvited.html&integration_type=0&scope=bot+identify" class="button disabled" id="normal-button">NORMAL</a>
<a href="https://discord.com/oauth2/authorize?client_id=1207724790635561001&permissions=8&response_type=code&redirect_uri=https%3A%2F%2Fanoxle.github.io%2Fexco%2Finvited.html&integration_type=0&scope=bot+identify" class="button disabled" id="admin-button">ADMINISTRATOR</a>
<p>Choose which permissions you would like to invite the Radars! with</p>
</div>
</div>
<script>
if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) {
window.location.href = "https://anoxle.github.io/exco/mobileinvite.html";
}
const normalButton = document.getElementById('normal-button');
const adminButton = document.getElementById('admin-button');
const agreeCheckbox = document.getElementById('agree-checkbox');
agreeCheckbox.addEventListener('change', () => {
if (agreeCheckbox.checked) {
normalButton.classList.remove('disabled');
adminButton.classList.remove('disabled');
} else {
normalButton.classList.add('disabled');
adminButton.classList.add('disabled');
}
});
</script>
</body>
</html>