diff --git a/templates/user_dashboard.html b/templates/user_dashboard.html index 87ac900..7c56d3f 100644 --- a/templates/user_dashboard.html +++ b/templates/user_dashboard.html @@ -1,5 +1,6 @@ + @@ -9,26 +10,42 @@ body { background-color: #f7f7f7; } - .dashboard-card { - margin-bottom: 20px; + .card { + margin-top: 20px; } - .dashboard-header { + .card-header { + background-color: #343a40; + color: white; + } + .user-info { + margin-top: 20px; + } + .points { + font-size: 2em; + color: #28a745; + } + .badge-rank { + font-size: 1.2em; + padding: 10px; + } + .footer { background-color: #343a40; color: white; padding: 20px; - } - .card-icon { - font-size: 50px; + text-align: center; + margin-top: 50px; } + + -
-
-

Welcome, {{ user_info.username }}!

-

Your current status and information at a glance.

+ + -
- + +
+
+
-
+
+
+ Points +
-
- -
-

Points

-

{{ user_data.points }} Points

+

{{ user_data.points }}

+

Points available

- +
-
+
+
+ Rank +
-
- -
-

Rank

-

{{ rank }}

+ + {{ 'Owner' if user_data.permission == 10 else 'Admin' if user_data.permission == 8 else 'Mod' if user_data.permission == 5 else 'User' }} + +

Your current rank

- +
-
+
+
+ Bot Status +
-
- -
-

Bot Status

-

{{ "Running" if bot_running else "Stopped" }}

+ + {{ "Running" if bot_running else "Stopped" }} + +

Current Bot Status

-
- -
-
-
-

Quick Actions

-

Use the buttons below to quickly perform tasks

- Ask Multus Bot - View My Logs - Add Notes - Delete My Notes + +
+
+
+
+ Useful Links
-
-
- - -
-
-

Need Help?

-

If you encounter any issues or have questions, reach out to @simolzimol on Discord for assistance!

- Contact Support + Help + Settings + Contact SimolZimol
-