From ae986dc8cf9ff560d3e97d96c36fd28c1fcbe538 Mon Sep 17 00:00:00 2001 From: SimolZimol <70102430+SimolZimol@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:16:57 +0200 Subject: [PATCH] modified: templates/user_dashboard.html --- templates/user_dashboard.html | 131 +++++++++++++++++++--------------- 1 file changed, 74 insertions(+), 57 deletions(-) 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; } + + -Your current status and information at a glance.
+ + -{{ user_data.points }} Points
+{{ user_data.points }}
+Points available
{{ rank }}
+ +Your current rank
{{ "Running" if bot_running else "Stopped" }}
+ + {{ "Running" if bot_running else "Stopped" }} + +Current Bot Status
Use the buttons below to quickly perform tasks
- Ask Multus Bot - View My Logs - Add Notes - Delete My Notes + +If you encounter any issues or have questions, reach out to @simolzimol on Discord for assistance!
- Contact Support + Help + Settings + Contact SimolZimol