From 6354480e6340700abb53dc8150446f018475277d Mon Sep 17 00:00:00 2001 From: Joe <127773439+joegeorge022@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:18:12 +0530 Subject: [PATCH] Update progress_dashboard.html --- progress_dashboard.html | 265 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 263 insertions(+), 2 deletions(-) diff --git a/progress_dashboard.html b/progress_dashboard.html index 1afe039..33ca612 100644 --- a/progress_dashboard.html +++ b/progress_dashboard.html @@ -3,7 +3,7 @@ - Python 30-Day Project - Group 8 - Progress Dashboard + Python 30-Day Project - Progress Dashboard @@ -137,12 +137,49 @@ font-size: 0.875rem; font-weight: 500; } + + .nav-tabs { + border-bottom: 1px solid var(--border-color); + } + + .nav-tabs .nav-link { + color: var(--muted-color); + border: none; + border-bottom: 2px solid transparent; + padding: 0.75rem 1rem; + } + + .nav-tabs .nav-link:hover { + color: var(--text-color); + border-color: transparent; + } + + .nav-tabs .nav-link.active { + color: var(--accent-color); + background: none; + border-bottom: 2px solid var(--accent-color); + } + + .badge { + padding: 0.35em 0.65em; + font-size: 0.75em; + font-weight: 600; + border-radius: 0.25rem; + } + + .bg-success { + background-color: var(--success-color) !important; + } + + .bg-danger { + background-color: #ef4444 !important; + }
-

Group-8 Python 30 Day Project Dashboard

+

Python 30-Day Project Dashboard

Last updated:

@@ -213,8 +250,108 @@

Student Progress Overview

+ + +