-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
556 lines (549 loc) · 22.8 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
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>YOUR BOT</title>
<link rel="icon" type="image/x-icon" href="./images/logo.png">
<meta content="#dc2626" data-react-helmet="true" name="theme-color" />
<meta
name="title"
content="YOUR BOT - Take Your Server to the Next Level"
/>
<meta
name="description"
content="YOUR BOT is a versatile Discord bot with features like giveaways, leveling, Minecraft server status tracking, games, button roles, and a much more, designed to enhance server management and engagement."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="#" />
<meta
property="og:title"
content="YOUR BOT - Take Your Server to the Next Level"
/>
<meta
property="og:description"
content="YOUR BOT is a versatile Discord bot with features like giveaways, leveling, Minecraft server status tracking, games, button roles, and a much more, designed to enhance server management and engagement."
/>
<meta property="og:image" content="./images/logo.png" />
<meta property="og:color" content="#5b21b6" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="#" />
<meta
property="twitter:title"
content="YOUR BOT - Take Your Server to the Next Level"
/>
<meta
property="twitter:description"
content="YOUR BOT is a versatile Discord bot with features like giveaways, leveling, Minecraft server status tracking, games, button roles, and a much more, designed to enhance server management and engagement."
/>
<meta property="twitter:image" content="./images/logo.png" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollTrigger.min.js"></script>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="css/styles.css" />
<script src="js/script.js"></script>
</head>
<body
class="bg-black text-white max-h-[400px] overflow-y-auto [&::-webkit-scrollbar]:w-2 [&::-webkit-scrollbar-track]:rounded-full [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-thumb]:bg-red-500"
>
<div
id="loader"
class="fixed inset-0 bg-black z-50 flex items-center justify-center"
>
<div
class="w-12 h-12 border-4 border-red-500 border-t-transparent rounded-full animate-spin"
></div>
</div>
<nav class="fixed w-full z-50 top-0">
<div class="nav-blur bg-black/30 border-b border-white/10">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex items-center justify-between h-20">
<div class="flex items-center gap-2">
<img
src="images/logo.png"
alt="YOUR BOT Logo"
class="w-10 h-10 rounded-lg"
/>
<span
class="text-2xl font-bold bg-clip-text text-transparent bg-gradient-to-r from-red-500 to-red-700"
>YOUR BOT</span
>
</div>
<div class="hidden md:flex gap-8">
<a
href="#hero"
class="text-white/70 hover:text-white transition-colors"
>Home</a
>
<a
href="#features"
class="text-white/70 hover:text-white transition-colors"
>Features</a
>
<a
href="#commands"
class="text-white/70 hover:text-white transition-colors"
>Commands</a
>
<a
href="#testimonials"
class="text-white/70 hover:text-white transition-colors"
>Testimonials</a
>
</div>
<div class="md:hidden">
<button onclick="toggleMobileMenu()" class="text-white p-2">
<svg
class="w-6 h-6"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
>
<path
class="menu-icon"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M4 6h16M4 12h16M4 18h16"
></path>
</svg>
</button>
</div>
<a href="#" class="hidden md:block">
<button
class="bg-white/10 hover:bg-white/20 px-6 py-2 rounded-lg transition-all duration-300"
>
Add to Discord
</button>
</a>
</div>
<div id="mobileMenu" class="hidden md:hidden">
<div class="px-2 pt-2 pb-3 space-y-1 bg-black/50 rounded-lg mt-2">
<a
href="#hero"
class="block px-3 py-2 text-white/70 hover:text-white transition-colors"
>Home</a
>
<a
href="#features"
class="block px-3 py-2 text-white/70 hover:text-white transition-colors"
>Features</a
>
<a
href="#commands"
class="block px-3 py-2 text-white/70 hover:text-white transition-colors"
>Commands</a
>
<a
href="#testimonials"
class="block px-3 py-2 text-white/70 hover:text-white transition-colors"
>Testimonials</a
>
<a
href="#"
class="block px-3 py-2 text-white/70 hover:text-white transition-colors"
>Add to Discord</a
>
</div>
</div>
</div>
</div>
</nav>
<section id="hero" class="min-h-screen relative overflow-hidden">
<div class="absolute inset-0 gradient-bg opacity-10"></div>
<div
class="absolute inset-0 bg-[radial-gradient(ellipse_at_center,_var(--tw-gradient-stops))] from-red-900/40 via-black to-black"
></div>
<div class="relative max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 pt-32">
<div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center">
<div class="space-y-8 text-center lg:text-left mt-16 lg:mt-0">
<h1 class="text-4xl md:text-6xl font-bold leading-tight">
Take Your Server to the
<span
class="bg-clip-text text-transparent bg-gradient-to-r from-red-500 to-red-700"
>Next Level</span
>
</h1>
<p class="text-lg md:text-xl text-white/70">
Experience the most powerful Discord bot with advanced moderation,
music, and automation features.
</p>
<div
class="flex flex-col gap-4 sm:flex-row sm:gap-8 justify-center lg:justify-start"
>
<a
href="#"
class="inline-flex items-center justify-center gradient-bg px-8 py-4 rounded-xl font-semibold hover:opacity-90 transition-opacity duration-300"
>
Add to Discord
</a>
<a
href="#commands"
class="inline-flex items-center justify-center bg-white/10 hover:bg-white/20 px-8 py-4 rounded-xl font-semibold transition-colors duration-300"
>
View Commands
</a>
</div>
</div>
<div class="relative">
<div class="lg:hidden"></div>
<div
class="lg:block hidden absolute inset-0 bg-red-500 rounded-3xl blur-3xl opacity-20"
></div>
<img
src="images/logo.png"
alt="Bot Dashboard"
class="relative rounded-3xl w-full max-w-md mx-auto sm:max-w-full md:w-auto hidden lg:block"
/>
</div>
</div>
</div>
</section>
<section id="features" class="py-32 relative">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-20">
<h2 class="text-5xl font-bold mb-4">Features of YOUR BOT</h2>
<p class="text-xl text-white/70">
Everything you need to enhance and manage your Discord server with
ease.
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="feature-card p-8 rounded-2xl">
<div
class="w-14 h-14 gradient-bg rounded-xl mb-6 flex items-center justify-center text-2xl"
>
⚡
</div>
<h3 class="text-2xl font-bold mb-4">99.9% Uptime</h3>
<p class="text-white/70">
YOUR BOT runs 24/7 with industry-leading uptime, ensuring your
server is always managed without interruptions.
</p>
</div>
<div class="feature-card p-8 rounded-2xl">
<div
class="w-14 h-14 gradient-bg rounded-xl mb-6 flex items-center justify-center text-2xl"
>
🔨
</div>
<h3 class="text-2xl font-bold mb-4">Powerful Moderation</h3>
<p class="text-white/70">
Keep your server safe with advanced moderation tools, including
bans, mutes, warnings, and automated filters.
</p>
</div>
<div class="feature-card p-8 rounded-2xl">
<div
class="w-14 h-14 gradient-bg rounded-xl mb-6 flex items-center justify-center text-2xl"
>
🎁
</div>
<h3 class="text-2xl font-bold mb-4">Giveaways & Rewards</h3>
<p class="text-white/70">
Easily create giveaways with interactive join buttons, rerolls,
and customizable prize options for your community.
</p>
</div>
</div>
</div>
</section>
<section id="commands" class="py-32 relative">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-20">
<h2 class="text-5xl font-bold mb-4">Commands</h2>
<p class="text-xl text-white/70">
Explore all available bot commands
</p>
</div>
<div class="space-y-6" id="commands-container"></div>
</div>
</section>
<section id="testimonials" class="py-32 relative">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-20">
<h2 class="text-5xl font-bold mb-4 text-white">What Our Users Say</h2>
<p class="text-xl text-white/70">
See how YOUR BOT is transforming Discord server management for our
users.
</p>
</div>
<div class="relative">
<div
class="flex overflow-x-auto space-x-8 pb-10 [&::-webkit-scrollbar]:h-1 [&::-webkit-scrollbar-thumb]:bg-red-500 [&::-webkit-scrollbar-track]:rounded-full [&::-webkit-scrollbar-thumb]:rounded-full"
>
<div
class="testimonial-card feature-card p-8 rounded-2xl min-w-[400px] max-w-[500px]"
>
<div
class="w-16 h-16 gradient-bg rounded-full mb-6 flex items-center justify-center text-2xl"
>
<img
class="rounded-full"
src="./images/user.png"
alt="User 1"
/>
</div>
<p class="text-white/70 text-lg mb-4">
"This bot is an absolute game-changer! Managing my server has
never been easier. The features are robust, and the performance
is top-notch. Highly recommend it!"
</p>
<h4 class="text-xl font-bold text-white">Alex Nightshade</h4>
<p class="text-sm text-white/70">Community Moderator</p>
</div>
<div
class="testimonial-card feature-card p-8 rounded-2xl min-w-[400px] max-w-[500px]"
>
<div
class="w-16 h-16 gradient-bg rounded-full mb-6 flex items-center justify-center text-2xl"
>
<img
class="rounded-full"
src="./images/user.png"
alt="User 2"
/>
</div>
<p class="text-white/70 text-lg mb-4">
"YOUR BOT is my new go-to for managing everything in my server.
The commands are intuitive, and the customization is fantastic!"
</p>
<h4 class="text-xl font-bold text-white">Luna Everstorm</h4>
<p class="text-sm text-white/70">Server Admin</p>
</div>
<div
class="testimonial-card feature-card p-8 rounded-2xl min-w-[400px] max-w-[500px]"
>
<div
class="w-16 h-16 gradient-bg rounded-full mb-6 flex items-center justify-center text-2xl"
>
<img
class="rounded-full"
src="./images/user.png"
alt="User 3"
/>
</div>
<p class="text-white/70 text-lg mb-4">
"I was skeptical at first, but wow! This bot exceeded my
expectations. The auto-moderation is a lifesaver, and the
engagement features keep my members active!"
</p>
<h4 class="text-xl font-bold text-white">Ronan Void</h4>
<p class="text-sm text-white/70">Server Owner</p>
</div>
<div
class="testimonial-card feature-card p-8 rounded-2xl min-w-[400px] max-w-[500px]"
>
<div
class="w-16 h-16 gradient-bg rounded-full mb-6 flex items-center justify-center text-2xl"
>
<img
class="rounded-full"
src="./images/user.png"
alt="User 4"
/>
</div>
<p class="text-white/70 text-lg mb-4">
"A must-have for any serious Discord community. The support team
is great, and the bot runs smoother than any I've tried before!"
</p>
<h4 class="text-xl font-bold text-white">Evelyn Starfall</h4>
<p class="text-sm text-white/70">Server Owner</p>
</div>
<div
class="testimonial-card feature-card p-8 rounded-2xl min-w-[400px] max-w-[500px]"
>
<div
class="w-16 h-16 gradient-bg rounded-full mb-6 flex items-center justify-center text-2xl"
>
<img
class="rounded-full"
src="./images/user.png"
alt="User 5"
/>
</div>
<p class="text-white/70 text-lg mb-4">
"I replaced three different bots with this one! It does
everything I need and more. The customization options are next
level."
</p>
<h4 class="text-xl font-bold text-white">Orion Ashford</h4>
<p class="text-sm text-white/70">Guild Leader</p>
</div>
</div>
</div>
</div>
</section>
<section
class="bg-black min-h-screen flex flex-col items-center justify-center p-4 sm:p-8 md:p-16 lg:p-32"
>
<div class="text-center mb-20">
<h2 class="text-5xl font-bold mb-4 text-white">Connect With Us</h2>
<p class="text-xl text-white/70">
Join our community and contribute to development.
</p>
</div>
<div
class="w-full max-w-2xl flex flex-col gap-8 items-center sm:px-6 lg:px-8"
>
<div
class="bg-white/5 border border-white/10 rounded-2xl p-6 w-full max-w-md transition-colors feature-card"
>
<div class="flex items-center gap-4 mb-6">
<div
class="w-12 h-12 gradient-bg rounded-xl flex items-center justify-center text-2xl"
>
<svg class="w-6 h-6" fill="currentcolor" viewbox="0 0 24 24">
<path
d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"
></path>
</svg>
</div>
<div>
<h3 class="text-white text-xl font-bold">Source Code</h3>
<p class="text-white/70 text-sm">View on GitHub</p>
</div>
</div>
<div class="flex items-center justify-between">
<div class="flex items-center gap-4 text-white/70 text-sm">
<div class="flex items-center gap-1">
<svg class="w-4 h-4" fill="currentcolor" viewbox="0 0 16 16">
<path
d="M8 .25a.75.75 0 01.673.418l1.882 3.815 4.21.612a.75.75 0 01.416 1.279l-3.046 2.97.719 4.192a.75.75 0 01-1.088.791L8 12.347l-3.766 1.98a.75.75 0 01-1.088-.79l.72-4.194L.818 6.374a.75.75 0 01.416-1.28l4.21-.611L7.327.668A.75.75 0 018 .25z"
></path>
</svg>
<span id="stars-count">Loading...</span>
</div>
<div class="flex items-center gap-1">
<svg class="w-4 h-4" fill="currentcolor" viewbox="0 0 16 16">
<path
d="M5 3.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm0 2.122a2.25 2.25 0 10-1.5 0v.878A2.25 2.25 0 005.75 8.5h1.5v2.128a2.251 2.251 0 101.5 0V8.5h1.5a2.25 2.25 0 002.25-2.25v-.878a2.25 2.25 0 10-1.5 0v.878a.75.75 0 01-.75.75h-4.5A.75.75 0 015 6.25v-.878zm3.75 7.378a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm3-8.75a.75.75 0 100-1.5.75.75 0 000 1.5z"
></path>
</svg>
<span id="forks-count">Loading...</span>
</div>
</div>
<a
href="https://github.com/RedolentHalo/discord-bot-website-template"
class="bg-red-600 hover:bg-red-700 text-white text-sm font-medium px-4 py-2 rounded-lg transition-colors"
>View Source</a
>
</div>
</div>
<div
class="bg-white/5 border border-white/10 rounded-2xl p-6 w-full max-w-md transition-colors feature-card"
>
<div class="flex items-center gap-4 mb-6">
<img
src="images/logo.png"
alt="Server Icon"
class="w-12 h-12 rounded-xl"
/>
<div>
<h3 class="text-white text-xl font-bold">YOUR BOT Community</h3>
<p class="text-white/70 text-sm">Official Discord Server</p>
</div>
</div>
<div class="flex items-center justify-between">
<div class="flex items-center gap-4 text-white/70 text-sm">
<div class="flex items-center gap-2">
<div class="w-2 h-2 rounded-full bg-green-500"></div>
<span>699 Online</span>
</div>
<div class="w-1 h-1 rounded-full bg-white/20"></div>
<span>1000 Members</span>
</div>
<a
href="#"
class="bg-[#5865F2] hover:bg-[#4752C4] text-white text-sm font-medium px-4 py-2 rounded-lg transition-colors"
>Join Server</a
>
</div>
</div>
</div>
</section>
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-center py-16">
<button
onclick="scrollToTop()"
class="group bg-white/5 border border-white/10 rounded-2xl p-4 transition-all hover:border-red-500"
>
<svg
class="w-6 h-6 text-white/70 group-hover:text-white transition-colors"
fill="none"
viewbox="0 0 24 24"
stroke="currentcolor"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M5 10l7-7m0 0l7 7m-7-7v18"
></path>
</svg>
</button>
</div>
</div>
<footer class="text-white py-16 border-t border-white/10">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-1 md:grid-cols-3 gap-12">
<div>
<img
class="h-10 mb-6"
src="./images/logo.png"
alt="YOUR BOT Logo"
/>
<p class="text-lg text-white/70">
YOUR BOT is the ultimate tool for transforming your Discord server
management with powerful features like leveling, moderation,
giveaways, and more!
</p>
</div>
<div>
<h4 class="text-xl font-semibold mb-4">Quick Links</h4>
<ul class="space-y-4">
<li>
<a href="#hero" class="text-white/70 hover:text-white">Home</a>
</li>
<li>
<a href="#features" class="text-white/70 hover:text-white"
>Features</a
>
</li>
<li>
<a href="#commands" class="text-white/70 hover:text-white"
>Commands</a
>
</li>
<li>
<a href="#testimonials" class="text-white/70 hover:text-white"
>Testimonials</a
>
</li>
</ul>
</div>
<div>
<h4 class="text-xl font-semibold mb-4">Follow Us</h4>
<ul class="space-y-4">
<li>
<a href="#" class="text-white/70 hover:text-white">Invite</a>
</li>
<li>
<a href="#" class="text-white/70 hover:text-white">Discord</a>
</li>
<li>
<a href="#" class="text-white/70 hover:text-white">GitHub</a>
</li>
</ul>
</div>
</div>
<div class="mt-12 border-t border-white/20 pt-6 text-center">
<p class="text-sm text-white/50">
© 2025 YOUR BOT. All rights reserved. • Not affiliated with Discord
Inc.
</p>
</div>
</div>
</footer>
</body>
</html>