diff --git a/assets/css/custom.css b/assets/css/custom.css index 48aefb6..6fcb2fc 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -1,26 +1,49 @@ +/* E-Waste Reclaimer Custom Styles */ + +:root { + --primary-color: #28a745; + --secondary-color: #6c757d; + --light-gray: #f8f9fa; + --dark-color: #343a40; +} + body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + display: flex; + flex-direction: column; + min-height: 100vh; } -.btn-success { - background-color: #28a745; - border-color: #28a745; +main { + flex: 1; } -.btn-success:hover { +.navbar-brand { + font-weight: bold; +} + +.btn-primary { + background-color: var(--primary-color); + border-color: var(--primary-color); +} + +.btn-primary:hover { background-color: #218838; border-color: #1e7e34; } - .text-success { - color: #28a745 !important; + color: var(--primary-color) !important; } - -.card { - transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out; +.hero-section { + background: linear-gradient(to right, rgba(40, 167, 69, 0.1), rgba(248, 249, 250, 0.1)), var(--light-gray); + border-bottom: 5px solid var(--primary-color); } - -.card:hover { - transform: translateY(-5px); - box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; +.card-icon i { + color: var(--primary-color); } +.bg-dark { + background-color: var(--dark-color) !important; +} +footer { + background-color: var(--dark-color); +} \ No newline at end of file diff --git a/dashboard.php b/dashboard.php index 6f10d70..dd240f2 100644 --- a/dashboard.php +++ b/dashboard.php @@ -14,49 +14,66 @@ require_once 'db/config.php'; Dashboard - E-Waste Reclaimer + -
-
- -
-
+ -
-
-

Welcome, !

-

This is your dashboard. From here you will be able to submit e-waste, track your points, and see your submission history.

- -
-
-

Your Points

-

0

-

Keep recycling to earn more!

-
-
-

Submissions

-

0

- Submit New E-Waste +
+
+

Welcome, !

+
+ +

This is your dashboard. From here you can submit e-waste, track your points, and view your submission history.

+ +
+
+
+
+
Your Points
+

0

+

Keep recycling to earn more!

+
-
+
+
+
+
Your Submissions
+

0

+ Submit New E-Waste +
+
+
+
-