From a1a41fbadaad6d5e802751220b94db0b743ab74c Mon Sep 17 00:00:00 2001 From: imadhigp Date: Fri, 10 Jul 2026 17:02:49 +0530 Subject: [PATCH] fix0710 --- resources/views/StudentPortal.blade.php | 640 +++++++++++++++--------- resources/views/apply.blade.php | 2 +- resources/views/layouts/app.blade.php | 6 +- resources/views/welcome.blade.php | 16 +- 4 files changed, 426 insertions(+), 238 deletions(-) diff --git a/resources/views/StudentPortal.blade.php b/resources/views/StudentPortal.blade.php index 968b026..1150c1a 100644 --- a/resources/views/StudentPortal.blade.php +++ b/resources/views/StudentPortal.blade.php @@ -3,281 +3,471 @@ - Student Services - LMS Dashboard - - + Dashboard - Student Portal + - - + + + .course-tag{ + width:38px; + height:38px; + border-radius:10px; + background:var(--light); + color:var(--primary); + display:flex; + align-items:center; + justify-content:center; + font-weight:700; + font-size:.85rem; + } -
-
-

Student Portal

-

- Access your courses, timetable, assignments, examination results, - payments and profile from one place. -

+ .progress{ + height:6px; + border-radius:10px; + background:#eee; + } - + .progress-bar{ + background:var(--primary); + } + + .deadline-item{ + display:flex; + gap:14px; + padding:12px 0; + border-bottom:1px solid #f1f1f4; + } + + .deadline-item:last-child{ border-bottom:none; } + + .deadline-date{ + min-width:52px; + text-align:center; + background:var(--light); + color:var(--primary); + border-radius:10px; + padding:6px 4px; + font-weight:700; + font-size:.8rem; + line-height:1.2; + } + + .badge-soft{ + background:var(--light); + color:var(--primary); + font-weight:600; + padding:5px 10px; + border-radius:8px; + font-size:.75rem; + } + + /* ---------- Mobile ---------- */ + .sidebar-toggle{ + display:none; + } + + @media (max-width: 991px){ + .sidebar{ + left:calc(-1 * var(--sidebar-width)); + } + .sidebar.show{ + left:0; + } + .main{ + margin-left:0; + } + .sidebar-toggle{ + display:inline-flex; + } + } + + + + + + + + +
+
+
+ +

Welcome back, Nimasha

+

Here's what's happening with your studies today.

+
+
+ +
N
+
-
-
-
-
-

Student Services

-

- Everything you need during your academic journey. -

+ +
+
+
+
+
6
+
Enrolled Courses
+
+
+
+
+
+
3
+
Pending Assignments
+
+
+
+
+
+
78%
+
Average Result
+
+
+
+
+
+
Rs. 12,000
+
Balance Due
+
+
+
+ +
+ +
+
+
My Courses
+ +
+
+
DS
+
+
Data Structures & Algorithms
+
Dr. K. Perera
+
+
+
+
+
72%
+
+
+ +
+
+
WD
+
+
Web Application Development
+
Ms. S. Fernando
+
+
+
+
+
58%
+
+
+ +
+
+
DB
+
+
Database Management Systems
+
Mr. R. Silva
+
+
+
+
+
85%
+
+
+ +
+
+
NW
+
+
Computer Networks
+
Dr. A. Bandara
+
+
+
+
+
40%
+
+
+
+ + +
+
Recent Exam Results
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CourseSemesterGradeStatus
Data Structures & AlgorithmsSem 3A-Passed
Database Management SystemsSem 3B+Passed
Computer NetworksSem 2BPassed
+
+
-
-
-
-
- + +
+
+
Upcoming Deadlines
+ +
+
12
JUL
+
+
Database Assignment 02
+
Database Management Systems
+
+
+ +
+
15
JUL
+
+
Web Dev Project Submission
+
Web Application Development
+
+
+ +
+
20
JUL
+
+
Networks Quiz 03
+
Computer Networks
-

My Courses

-

View enrolled courses and learning materials.

-
-
-
- -
-

Class Timetable

-

Check your weekly lecture schedule.

-
-
+
+
Today's Timetable
-
-
-
- +
+
9
AM
+
+
Data Structures & Algorithms
+
Lecture Hall 2
-

Assignments

-

Submit assignments and download resources.

-
-
-
-
- +
+
11
AM
+
+
Database Lab
+
Computer Lab 1
-

Exam Results

-

View semester and final examination results.

-
-
-
-
- +
+
2
PM
+
+
Computer Networks
+
Lecture Hall 5
-

Fee Payments

-

Pay course fees and download payment receipts.

-
-
- -
-
-
- -
-

Student Profile

-

Update your personal information securely.

-
+ -
-
-
-

Quick Links

-
- - -
-
+ + \ No newline at end of file diff --git a/resources/views/apply.blade.php b/resources/views/apply.blade.php index 62765c9..464dd62 100644 --- a/resources/views/apply.blade.php +++ b/resources/views/apply.blade.php @@ -17,7 +17,7 @@ } .hero { - height: 220px; /* Hero එකේ උස තවත් අඩු කළා */ + height: 220px; background: linear-gradient(rgba(20,20,20,.55),rgba(20,20,20,.55)), url('https://images.unsplash.com/photo-1517520287167-4bbf64a00d66?auto=format&fit=crop&w=1600&q=80'); background-size: cover; diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index 5135ce6..b0aeab1 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -178,7 +178,7 @@ -