-
Notifications
You must be signed in to change notification settings - Fork 30
/
index.html
365 lines (364 loc) · 15 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
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
<!DOCTYPE html>
<html lang="en">
<head>
<link
rel="shortcut icon"
type="image/png"
href="https://cdn.glitch.com/0fb8a174-b679-4edc-8188-8ec3f09dd7da%2Fa029752c08b61c59fb88f330d759da2f.png?v=1622694100414"
/>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="The Best Multi-purpose bot that suits all your needs! Moderation, Music, Games, Utilities, We cover it all!"
/>
<meta name="author" content="Infinity" />
<meta
property="og:image"
content="https://cdn.glitch.com/0fb8a174-b679-4edc-8188-8ec3f09dd7da%2Fa029752c08b61c59fb88f330d759da2f.png?v=1622694100414"
/>
<meta property="og:url" content="https://infinitybot.tk" />
<meta name="theme-color" content="#0000FF" />
<title>
Infinity
</title>
<link
href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/fe5629e38b.js"
crossorigin="anonymous"
></script>
</head>
<body oncontextmenu="return false">
<header class="text-gray-400 bg-gray-900 body-font">
<div
class="container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center"
>
<a
class="flex title-font font-medium items-center text-white mb-4 md:mb-0"
>
<img
src="https://cdn.glitch.com/0fb8a174-b679-4edc-8188-8ec3f09dd7da%2Fa029752c08b61c59fb88f330d759da2f.png?v=1622694100414"
width="40"
height="40"
/>
</a>
<nav
class="md:ml-auto md:mr-auto flex flex-wrap items-center text-base justify-center"
>
<a href="#" class="mr-5 hover:text-white">Home</a>
<a href="/commands" class="mr-5 hover:text-white">Commands</a>
<a href="/changelogs" class="mr-5 hover:text-white">Change Logs</a>
<a href="/invite" class="mr-5 hover:text-white">Invite Infinity</a>
<a href="/support" class="mr-5 hover:text-white">Support Server</a>
<a href="/privacy" class="mr-5 hover:text-white">Privacy Policy</a>
<a href="/team" class="mr-5 hover:text-white">About Us</a>
</nav>
</div>
</header>
<hr />
<section class="text-gray-400 bg-gray-900 body-font">
<div
class="container mx-auto flex px-5 py-24 items-center justify-center flex-col"
>
<img
class="lg:w-2/6 md:w-3/6 w-5/6 mb-10 object-cover object-center rounded"
alt="hero"
src="https://cdn.glitch.com/0fb8a174-b679-4edc-8188-8ec3f09dd7da%2Fa029752c08b61c59fb88f330d759da2f.png?v=1622694100414"
/>
<div class="text-center lg:w-2/3 w-full">
<h1
class="title-font sm:text-4xl text-3xl mb-4 font-medium text-white"
>
Infinity
</h1>
<p class="leading-relaxed mb-8">
The best multi-purpose bot that suits all your needs!
</p>
<div class="flex justify-center">
<button
class="inline-flex text-white bg-indigo-500 border-0 py-2 px-6 focus:outline-none hover:bg-indigo-600 rounded text-lg"
>
<a href="/invite">Add To Discord</a>
</button>
<button
class="ml-4 inline-flex text-white bg-gray-800 border-0 py-2 px-6 focus:outline-none hover:bg-gray-700 hover:text-white rounded text-lg"
>
<a href="/support">Support Server</a>
</button>
</div>
</div>
</div>
</section>
<hr />
<section class="text-gray-400 body-font bg-gray-900">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-wrap w-full mb-20">
<div class="lg:w-1/2 w-full mb-6 lg:mb-0">
<h1
class="sm:text-3xl text-2xl font-medium title-font mb-2 text-white"
>
Features
</h1>
<div class="h-1 w-20 bg-indigo-500 rounded"></div>
</div>
</div>
<div class="flex flex-wrap -m-4">
<div class="xl:w-1/4 md:w-1/2 p-4">
<div class="bg-gray-800 bg-opacity-40 p-6 rounded-lg">
<img
class="h-40 rounded w-full object-cover object-center mb-6"
src="https://cdn.glitch.com/0fb8a174-b679-4edc-8188-8ec3f09dd7da%2Fee71b2954fb4-article-190705-ssl-config-body.jpg?v=1622693344066"
alt="content"
/>
<h2 class="text-lg text-indigo-400 font-medium title-font mb-4">
Configurable Features
</h2>
<p class="leading-relaxed text-base">
You can customise Infinity to work according to your server!
From Autorole to Welcomer, Logging to Reaction Roles, Custom
Prefix to Custom Commands, we cover it all!
</p>
</div>
</div>
<div class="xl:w-1/4 md:w-1/2 p-4">
<div class="bg-gray-800 bg-opacity-40 p-6 rounded-lg">
<img
class="h-40 rounded w-full object-cover object-center mb-6"
src="https://cdn.glitch.com/0fb8a174-b679-4edc-8188-8ec3f09dd7da%2FThe-20-Best-Royalty-Free-Music-Sites-in-2018.png?v=1622693260328"
alt="content"
/>
<h2 class="text-lg text-indigo-400 font-medium title-font mb-4">
Music Features
</h2>
<p class="leading-relaxed text-base">
Infinity has alot of Music features as well! We have Reaction Controlled
Music and a lot of interesting Musoc Commands!
</p>
</div>
</div>
<div class="xl:w-1/4 md:w-1/2 p-4">
<div class="bg-gray-800 bg-opacity-40 p-6 rounded-lg">
<img
class="h-40 rounded w-full object-cover object-center mb-6"
src="https://cdn.glitch.com/0fb8a174-b679-4edc-8188-8ec3f09dd7da%2FTheSimpleDollar-Fun-With-Friends.png?v=1622693480770"
alt="content"
/>
<h2 class="text-lg text-indigo-400 font-medium title-font mb-4">
Fun Commands
</h2>
<p class="leading-relaxed text-base">
Infinity Includes Fun Commands as well. There are bunch of fun
commands you'll love to check out!
</p>
</div>
</div>
<div class="xl:w-1/4 md:w-1/2 p-4">
<div class="bg-gray-800 bg-opacity-40 p-6 rounded-lg">
<img
class="h-40 rounded w-full object-cover object-center mb-6"
src="https://cdn.glitch.com/0fb8a174-b679-4edc-8188-8ec3f09dd7da%2F10x-featured-social-media-image-size.png?v=1622693591704"
alt="content"
/>
<h2 class="text-lg text-indigo-400 font-medium title-font mb-4">
Images Commands
</h2>
<p class="leading-relaxed text-base">
Infinity got Image Manipulation Too? Yep! Why not? There are a
bunch of Image Manipulation commands as well! Be sure to check
them out!
</p>
</div>
</div>
<div class="xl:w-1/4 md:w-1/2 p-4">
<div class="bg-gray-800 bg-opacity-40 p-6 rounded-lg">
<img
class="h-40 rounded w-full object-cover object-center mb-6"
src="https://cdn.glitch.com/0fb8a174-b679-4edc-8188-8ec3f09dd7da%2FAI-Content-Moderation.jpg?v=1622693798767"
alt="content"
/>
<h2 class="text-lg text-indigo-400 font-medium title-font mb-4">
Moderation Commands
</h2>
<p class="leading-relaxed text-base">
Infinity includes alot of Moderation Commands as well. Use them
to keep your server clean and keep the discipline maintained!
</p>
</div>
</div>
<div class="xl:w-1/4 md:w-1/2 p-4">
<div class="bg-gray-800 bg-opacity-40 p-6 rounded-lg">
<img
class="h-40 rounded w-full object-cover object-center mb-6"
src="https://cdn.glitch.com/0fb8a174-b679-4edc-8188-8ec3f09dd7da%2Fdownload.png?v=1622693921439"
alt="content"
/>
<h2 class="text-lg text-indigo-400 font-medium title-font mb-4">
Games Commands
</h2>
<p class="leading-relaxed text-base">
The Newest feature added to Infinity, The Games Section! Play
retro games like Snake, Battleship etc, Reaction Controlled
Akinator too! and alot of other games as well!
</p>
</div>
</div>
<div class="xl:w-1/4 md:w-1/2 p-4">
<div class="bg-gray-800 bg-opacity-40 p-6 rounded-lg">
<img
class="h-40 rounded w-full object-cover object-center mb-6"
src="https://cdn.glitch.com/0fb8a174-b679-4edc-8188-8ec3f09dd7da%2Fpg_datadictedgo_112619.jpg?v=1622788933711"
alt="content"
/>
<h2 class="text-lg text-indigo-400 font-medium title-font mb-4">
Information Commands
</h2>
<p class="leading-relaxed text-base">
Infinity has some Information Commands too, so you can have some
info relating a user, server, our bot or even emojis!
</p>
</div>
</div>
<div class="xl:w-1/4 md:w-1/2 p-4">
<div class="bg-gray-800 bg-opacity-40 p-6 rounded-lg">
<img
class="h-40 rounded w-full object-cover object-center mb-6"
src="https://cdn.glitch.com/0fb8a174-b679-4edc-8188-8ec3f09dd7da%2FUtility-Software_Feature.png?v=1622789159862"
alt="content"
/>
<h2 class="text-lg text-indigo-400 font-medium title-font mb-4">
Utility Commands
</h2>
<p class="leading-relaxed text-base">
Infinity has tons of utilites, which are going to be very useful
for your Discord Server. From Creating Channels to Deleting
Channels, Creating Roles to Deleting Roles, Infinity has them
all!
</p>
</div>
</div>
</div>
</div>
</section>
<hr />
<section class="text-gray-400 bg-gray-900 body-font">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-wrap -m-4 text-center">
<div class="p-4 md:w-1/4 sm:w-1/2 w-full">
<div class="border-2 border-gray-800 px-4 py-6 rounded-lg">
<svg
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
class="text-indigo-400 w-12 h-12 mb-3 inline-block"
viewBox="0 0 24 24"
>
<path d="M8 17l4 4 4-4m-4-5v9"></path>
<path
d="M20.88 18.09A5 5 0 0018 9h-1.26A8 8 0 103 16.29"
></path>
</svg>
<h2 class="title-font font-medium text-3xl text-white">170+</h2>
<p class="leading-relaxed">Commands</p>
</div>
</div>
<div class="p-4 md:w-1/4 sm:w-1/2 w-full">
<div class="border-2 border-gray-800 px-4 py-6 rounded-lg">
<svg
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
class="text-indigo-400 w-12 h-12 mb-3 inline-block"
viewBox="0 0 24 24"
>
<path d="M17 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2"></path>
<circle cx="9" cy="7" r="4"></circle>
<path d="M23 21v-2a4 4 0 00-3-3.87m-4-12a4 4 0 010 7.75"></path>
</svg>
<h2 class="title-font font-medium text-3xl text-white">40k+</h2>
<p class="leading-relaxed">Users</p>
</div>
</div>
<div class="p-4 md:w-1/4 sm:w-1/2 w-full">
<div class="border-2 border-gray-800 px-4 py-6 rounded-lg">
<svg
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
class="text-indigo-400 w-12 h-12 mb-3 inline-block"
viewBox="0 0 24 24"
>
<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path>
</svg>
<h2 class="title-font font-medium text-3xl text-white">110+</h2>
<p class="leading-relaxed">Servers</p>
</div>
</div>
<div class="p-4 md:w-1/4 sm:w-1/2 w-full">
<div class="border-2 border-gray-800 px-4 py-6 rounded-lg">
<svg
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
class="text-indigo-400 w-12 h-12 mb-3 inline-block"
viewBox="0 0 24 24"
>
<path
d="M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1zM4 22v-7"
></path>
</svg>
<h2 class="title-font font-medium text-3xl text-white">3k+</h2>
<p class="leading-relaxed">Channels</p>
</div>
</div>
</div>
</div>
</section>
<hr />
<footer class="text-gray-400 bg-gray-900 body-font">
<div
class="container px-5 py-8 mx-auto flex items-center sm:flex-row flex-col"
>
<a
class="flex title-font font-medium items-center md:justify-start justify-center text-white"
>
<img
src="https://cdn.glitch.com/0fb8a174-b679-4edc-8188-8ec3f09dd7da%2Fa029752c08b61c59fb88f330d759da2f.png?v=1622694100414"
width="40"
height="40"
/>
<span class="ml-3 text-xl">Infinity</span>
</a>
<p
class="text-sm text-gray-400 sm:ml-4 sm:pl-4 sm:border-l-2 sm:border-gray-800 sm:py-2 sm:mt-0 mt-4"
>
Copyright © 2021. All Rights Reserved. @Infinity-Bot-Team
</p>
<span
class="inline-flex sm:ml-auto sm:mt-0 mt-4 justify-center sm:justify-start"
>
<a
href="https://top.gg/bot/733670294086221865"
class="ml-3 text-gray-400"
>
<i class="fab fa-discord"></i>
</a>
</span>
</div>
</footer>
<noscript>
Please enable JavaScript in your browser, to view this page properly!
</noscript>
</body>
</html>