From 3d1b9f6f1de473c3f76c7dd3add2b7422b1f24fc Mon Sep 17 00:00:00 2001 From: sirpiglr <49359077-sirpiglr@users.noreply.replit.com> Date: Tue, 9 Dec 2025 23:53:19 +0000 Subject: [PATCH] Update landing page with new highlight and use cases sections Adds responsive CSS for highlights and use cases grids, updates navigation links to /features and /commands, and removes duplicate Discord link. Replit-Commit-Author: Agent Replit-Commit-Session-Id: aed2e46d-25bb-4b73-81a1-bb9e8437c261 Replit-Commit-Checkpoint-Type: intermediate_checkpoint Replit-Commit-Event-Id: 83c18998-9e10-4a2a-a7f1-500ee97edea5 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3bdfff67-975a-46ad-9845-fbb6b4a4c4b5/aed2e46d-25bb-4b73-81a1-bb9e8437c261/kVU1PZG Replit-Helium-Checkpoint-Created: true --- .replit | 4 + aethex-bot/public/index.html | 443 +++++++++++++++++------------------ 2 files changed, 217 insertions(+), 230 deletions(-) diff --git a/.replit b/.replit index 9585c0f..9ff4e1b 100644 --- a/.replit +++ b/.replit @@ -21,6 +21,10 @@ externalPort = 80 localPort = 8080 externalPort = 8080 +[[ports]] +localPort = 33559 +externalPort = 3000 + [workflows] runButton = "Project" diff --git a/aethex-bot/public/index.html b/aethex-bot/public/index.html index 159750f..1d98d28 100644 --- a/aethex-bot/public/index.html +++ b/aethex-bot/public/index.html @@ -758,6 +758,141 @@ font-size: 1.25rem; font-weight: 600; } + + /* Highlights Grid */ + .highlights-grid { + display: grid; + grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); + gap: 1.5rem; + margin-bottom: 3rem; + } + + .highlight-card { + background: var(--card); + border: 1px solid var(--card-border); + border-radius: 16px; + padding: 2rem; + text-align: center; + transition: all 0.3s; + backdrop-filter: blur(10px); + position: relative; + overflow: hidden; + } + + .highlight-card::before { + content: ''; + position: absolute; + top: 0; + left: 0; + right: 0; + height: 2px; + background: linear-gradient(90deg, transparent, var(--primary), transparent); + opacity: 0; + transition: opacity 0.3s; + } + + .highlight-card:hover { + border-color: var(--card-border-hover); + transform: translateY(-4px); + } + + .highlight-card:hover::before { + opacity: 1; + } + + .highlight-icon { + font-size: 2.5rem; + margin-bottom: 1rem; + transition: transform 0.3s; + } + + .highlight-card:hover .highlight-icon { + transform: scale(1.1); + } + + .highlight-card h3 { + font-size: 1.25rem; + font-weight: 600; + margin-bottom: 0.5rem; + } + + .highlight-card p { + color: var(--muted); + font-size: 0.9rem; + line-height: 1.6; + } + + .features-cta { + display: flex; + gap: 1rem; + justify-content: center; + flex-wrap: wrap; + } + + /* Use Cases Section */ + .use-cases-section { + background: linear-gradient(180deg, rgba(6, 182, 212, 0.02), transparent); + } + + .use-cases-grid { + display: grid; + grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); + gap: 1.5rem; + } + + .use-case-card { + background: var(--card); + border: 1px solid var(--card-border); + border-radius: 16px; + padding: 2rem; + transition: all 0.3s; + backdrop-filter: blur(10px); + position: relative; + overflow: hidden; + } + + .use-case-card::before { + content: ''; + position: absolute; + top: 0; + left: 0; + right: 0; + height: 2px; + background: linear-gradient(90deg, transparent, var(--gradient-3), transparent); + opacity: 0; + transition: opacity 0.3s; + } + + .use-case-card:hover { + border-color: var(--card-border-hover); + transform: translateY(-4px); + } + + .use-case-card:hover::before { + opacity: 1; + } + + .use-case-icon { + font-size: 2rem; + margin-bottom: 1rem; + transition: transform 0.3s; + } + + .use-case-card:hover .use-case-icon { + transform: scale(1.1); + } + + .use-case-card h3 { + font-size: 1.1rem; + font-weight: 600; + margin-bottom: 0.5rem; + } + + .use-case-card p { + color: var(--muted); + font-size: 0.9rem; + line-height: 1.6; + } /* Add Warden Section */ .add-warden-section { @@ -1269,11 +1404,10 @@ @@ -1469,252 +1603,101 @@ - +

Powerful Capabilities

Everything You Need to Build Community

-

Enterprise-grade features designed for engagement, rewards, security, and growth. All included. All free.

+

60+ features across 6 categories. Enterprise-grade tools for engagement, rewards, security, and growth. All free.

- -
-
-
💬
-

Engagement & Progression

+ +
+
+
📈
+

Engagement

+

XP, leveling, prestige, leaderboards, daily claims, and streak bonuses

-
-
-
📈
-

XP & Leveling

-

Earn XP from messages, reactions, voice chat. Configurable curves, cooldowns, and multipliers.

-
-
-
-

Prestige System

-

Reset at max level for permanent XP bonuses. Up to 15% bonus per prestige tier.

-
-
-
🏆
-

Leaderboards

-

Weekly, monthly, and all-time rankings. Server-specific and global federation boards.

-
-
-
📅
-

Daily Claims

-

Reward daily activity with streak bonuses. Configurable rewards and multipliers.

-
+
+
🛡️
+

Security

+

Anti-nuke protection, auto-mod, raid defense, and full audit logging

-
- - -
-
-
🎁
-

Rewards & Economy

-
-
-
-
🎯
-

Quest System

-

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

-
-
-
🎖️
-

Achievements

-

50+ triggers including levels, messages, voice time, and custom events. Unlock badges.

-
-
-
🛒
-

XP Shop

-

Let members spend XP on roles, badges, and custom items. Full inventory system.

-
-
-
🎉
-

Giveaways

-

Automated giveaways with requirements, rerolls, and winner announcements.

-
-
-
- - -
-
-
🛡️
-

Security & Moderation

-
-
-
-
🔥
-

Sentinel Anti-Nuke

-

RAM-based heat tracking detects mass bans, kicks, and deletions. Automatic lockdown.

-
-
-
🤖
-

Auto-Moderation

-

Configurable filters for links, spam, bad words, invites, and mass mentions.

-
-
-
📋
-

Mod Tools

-

Warn, kick, ban, timeout with full logging. View history and audit trails.

-
-
-
-

Verification

-

Link Discord to AeThex platform accounts. Verified badges and role assignments.

-
-
-
- - -
-
-
👥
-

Community Tools

-
-
-
-
🎭
-

Role Panels

-

Interactive button-based role selection. Create multiple panels with requirements.

-
-
-
👋
-

Welcome System

-

Rich embed messages for joins and leaves. Dynamic variables and custom designs.

-
-
-
📢
-

Announcements

-

Schedule messages with embeds. Recurring daily, weekly, or monthly posts.

-
-
-
🔗
-

Federation Sync

-

Map roles between servers. Automatic sync across the entire AeThex network.

-
-
-
- - -
-
-
🎮
+
+
🎮

Fun & Games

+

Trivia, duels, slots, dice, 8-ball, and XP betting

-
-
-
🎱
-

8-Ball & Fortune

-

Ask the magic 8-ball questions, flip coins, and roll dice with custom notation.

-
-
-
🧠
-

Trivia

-

Multiple categories, earn XP for correct answers. Test your knowledge daily.

-
-
-
⚔️
-

Duels

-

Challenge others to 1v1 battles. Bet XP on the outcome for extra rewards.

-
-
-
🎰
-

Slot Machine

-

Try your luck at slots. Match symbols for XP jackpots and winning streaks.

-
+
+
❤️
+

Social

+

Reputation, birthdays, reminders, starboard, and social actions

+
+
+
💰
+

Economy

+

Work system, heists, trading, gifting, and XP shop

+
+
+
🔧
+

Utility

+

Translate, QR codes, polls, embeds, and admin tools

- -
-
-
❤️
-

Social & Interaction

-
-
-
-
-

Reputation

-

Give and receive rep points. Build your community standing over time.

-
-
-
🤗
-

Social Actions

-

Hugs, high-fives, and more with animated GIFs. Express yourself!

-
-
-
🎂
-

Birthdays

-

Set your birthday, view upcoming celebrations, get special recognition.

-
-
-
-

Reminders

-

Set personal reminders. Never forget important events or tasks.

-
-
+ +
+
+ + +
+
+
+

Perfect For

+

Built for Every Community

+

From gaming clans to study groups, Warden adapts to your needs.

- -
-
-
💰
-

Economy & Trading

+
+
+
🎮
+

Gaming Communities

+

Leaderboards, duels, voice XP, and competitive rankings keep gamers engaged

-
-
-
💼
-

Work System

-

Work hourly for XP rewards. Different jobs with varying payouts.

-
-
-
🏦
-

Heists

-

Team up for group heists. Higher risk, higher rewards. Strategy matters.

-
-
-
🎁
-

Gifting

-

Gift XP to friends and community members. Spread the wealth.

-
-
-
🔄
-

Trading

-

Trade items between users. Full inventory system with secure trades.

-
+
+
🎬
+

Content Creators

+

Reward viewers, showcase fan art with starboard, run giveaways for subscribers

-
- - -
-
-
🔧
-

Utility Tools

+
+
💻
+

Developer & Tech

+

Trivia for knowledge, rep system for helpers, birthday celebrations for teams

-
-
-
🌐
-

Translation

-

Translate text between 100+ languages instantly. Break language barriers.

-
-
-
📖
-

Definitions

-

Look up word definitions, synonyms, and usage examples.

-
-
-
🔢
-

Calculator

-

Safe math expression evaluator. Complex calculations made easy.

-
-
-
📱
-

QR Codes

-

Generate QR codes for any text or URL. Share links instantly.

-
+
+
🎨
+

Art & Creative

+

Starboard showcases best work, achievements for milestones, XP for engagement

+
+
+
📚
+

Education & Study

+

Quests for goals, reminders for deadlines, daily streaks for consistency

+
+
+
💼
+

Brand & Business

+

Giveaways for promotions, verification for authenticity, scheduled announcements