From ff202082f48db187ef43075887984e016decac6f Mon Sep 17 00:00:00 2001 From: sirpiglr <49359077-sirpiglr@users.noreply.replit.com> Date: Tue, 9 Dec 2025 21:22:45 +0000 Subject: [PATCH] Update website styling to match new design inspiration Update index.html to incorporate new CSS variables for a darker theme, gradient backgrounds, and glassmorphism effects. Replit-Commit-Author: Agent Replit-Commit-Session-Id: aed2e46d-25bb-4b73-81a1-bb9e8437c261 Replit-Commit-Checkpoint-Type: intermediate_checkpoint Replit-Commit-Event-Id: b0d92815-d381-455d-8df6-81dc0f0af00d Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3bdfff67-975a-46ad-9845-fbb6b4a4c4b5/aed2e46d-25bb-4b73-81a1-bb9e8437c261/oWFvNCu Replit-Helium-Checkpoint-Created: true --- aethex-bot/public/index.html | 626 +++++++++++++++++++++++++---------- 1 file changed, 448 insertions(+), 178 deletions(-) diff --git a/aethex-bot/public/index.html b/aethex-bot/public/index.html index 2ae95b4..3cc6eb7 100644 --- a/aethex-bot/public/index.html +++ b/aethex-bot/public/index.html @@ -6,45 +6,56 @@ AeThex Bot - Level Up Your Discord Server - + -
+
+
- + + Sign in with Discord +
+
+ + Discord Community Bot +
+

Level Up Your
Discord Server

-

The ultimate XP, leveling, and community engagement bot. Track progress, earn achievements, complete quests, and unlock rewards.

+ +

XP tracking, achievements, quests, and shop system. Build an engaged community with powerful leveling mechanics and enterprise-grade security.

-
-
+
+
-
-
Servers
+
Active Servers
-
+
-
-
Users
+
Community Members
-
+
-
-
Commands
+
Slash Commands
-
+
-
Uptime
@@ -411,74 +590,165 @@
-
+
+
+ +
+
+
+

Powerful Features

+

Enterprise-grade tools built for community engagement

+
+ Core
📈

XP & Leveling System

-

Earn XP from messages, reactions, and voice chat. Level up with customizable curves and unlock role rewards automatically.

+

Earn XP from messages, reactions, and voice chat. Configurable curves, cooldowns, and automatic role rewards.

+ Engagement
🏆

Achievements & Badges

-

Create custom achievements with various triggers. Users earn badges for milestones, building their profile showcase.

+

Create custom achievements with various triggers. Members earn badges for milestones and special events.

+ Engagement
🎯
-

Quests & Challenges

-

Set up rotating quests with objectives like sending messages, earning XP, or spending time in voice. Reward completion with XP and roles.

+

Quest System

+

Daily and weekly challenges with custom objectives. Reward completion with XP, roles, and exclusive perks.

+ Economy
🛒
-

XP Shop System

-

Let users spend XP on cosmetics, perks, and custom roles. Fully configurable items and pricing.

+

XP Shop

+

Let members spend XP on cosmetics, roles, and custom items. Fully configurable pricing and stock limits.

+ Progression

Prestige System

-

Reset at max level for permanent bonuses. Prestige levels unlock exclusive perks and XP multipliers.

-
- -
-
🏅
-

Leaderboards

-

Weekly, monthly, and all-time leaderboards with automatic resets. See who's on top across your server.

+

Reset at max level for permanent XP bonuses. Prestige levels unlock exclusive perks and bragging rights.

+ Security
🛡️
-

Sentinel Security

-

Anti-nuke protection with heat tracking. Protect your server from mass bans, kicks, and channel deletions.

+

Sentinel Protection

+

Anti-nuke with heat tracking. Protect against mass bans, kicks, and channel deletions automatically.

+ Analytics +
📊
+

Leaderboards

+

Weekly, monthly, and all-time rankings with automatic resets. Track top performers across your server.

+
+ +
+ Support
🎫

Ticket System

-

Create support tickets with categories, transcripts, and staff assignment. Keep your community organized.

+

Create support tickets with categories and transcripts. Keep your community organized and supported.

+ Multi-Server
🔗

Federation Sync

-

Sync roles across multiple servers. Perfect for multi-server communities and partnerships.

+

Sync roles and data across multiple servers. Perfect for multi-community ecosystems and partnerships.

-
+
@@ -522,7 +792,7 @@ if (res.ok) { const user = await res.json(); const btn = document.getElementById('loginBtn'); - btn.innerHTML = ` ${user.globalName || user.username}`; + btn.innerHTML = ` ${user.globalName || user.username}`; btn.href = '/dashboard'; } } catch (e) {}