A sleek, modern landing page template for Discord bots powered by HTML, TailwindCSS, and GSAP animations.
- 🎨 Modern gradient design
- 📱 Responsive layout
- ⚡ GSAP animations
- 🎯 Expandable command categories
- 🌙 Dark theme + blur effects
- 🔄 Loading animations
- 📊 Live GitHub stats
- 💫 Interactive UI elements
# Clone repository
git clone github.com/redolenthalo/discord-bot-website-template
# Navigate to directory
cd discord-bot-website-template
# Open in browser
open index.html
-
Bot Info
<!-- Update in index.html --> <title>Your Bot Name</title> <meta name="description" content="Your bot description">
-
Assets
# Replace with your images /images/ ├── logo.png # Bot logo └── user.png # Testimonial avatars
-
Colors
/* Modify in styles.css */ .gradient-bg { background: linear-gradient(-45deg, #dc2626, #991b1b); }
// Configure in script.js
const commandsData = {
moderation: {
icon: "🛡️",
title: "Moderation",
commands: [
{
name: "/ban",
description: "Ban a user",
permission: "ADMINISTRATOR"
}
]
}
};
💝 A star would be greatly appreciated!