diff --git a/resources/views/StudentPortal.blade.php b/resources/views/StudentPortal.blade.php index 1e307f9..5723811 100644 --- a/resources/views/StudentPortal.blade.php +++ b/resources/views/StudentPortal.blade.php @@ -108,12 +108,13 @@ body{ .service-card i{ font-size:45px; - color:var(--primary); + color: #6C2B2E; margin-bottom:20px; } .service-card h5{ font-weight:700; + color: #773939; } .service-card p{ diff --git a/resources/views/abouts.blade.php b/resources/views/abouts.blade.php index 56288bd..f24041a 100644 --- a/resources/views/abouts.blade.php +++ b/resources/views/abouts.blade.php @@ -160,7 +160,7 @@ body { .btn-view-courses{ background: #822424; color: #fff; - padding: 14px 35px; + /* padding: 14px ; */ border-radius: 40px; font-weight: 600; transition: all 0.3s ease; @@ -242,7 +242,7 @@ body { .hero-about { min-height: 60vh; - background: linear-gradient(rgba(194, 217, 255, 0.75), rgba(0, 0, 0, 0.85)), url('https://images.unsplash.com/photo-1617814076367-b759c7d7e738?auto=format&fit=crop&w=1600&q=80'); + background: linear-gradient(rgba(194, 217, 255, 0.75), rgba(0, 0, 0, 0.85)),url('https://images.unsplash.com/photo-1552519507-da3b142c6e3d?auto=format&fit=crop&w=1600&q=80'); background-size: cover; background-position: center; display: flex; diff --git a/resources/views/contacts.blade.php b/resources/views/contacts.blade.php index ebd54f1..229523a 100644 --- a/resources/views/contacts.blade.php +++ b/resources/views/contacts.blade.php @@ -28,7 +28,7 @@ body { .hero-contact{ min-height:50vh; background: - linear-gradient(rgba(218, 225, 255, 0.56), rgba(0, 0, 0, 0.8)), url('https://images.pexels.com/photos/3184465/pexels-photo-3184465.jpeg'); + linear-gradient(rgba(233, 236, 246, 0.6), rgba(39, 35, 35, 0.71)), url('https://images.pexels.com/photos/3184465/pexels-photo-3184465.jpeg'); background-size:cover; background-position:center; display:flex; @@ -94,7 +94,7 @@ body { } .info-card i { - color: #FFC926 !important; + color: #861E28 !important; transition: color 0.3s ease; } @@ -135,7 +135,7 @@ body {

Contact Us

-

We are here to help you. Reach us anytime.

+

We are here to help you. Reach us anytime.

diff --git a/resources/views/courses.blade.php b/resources/views/courses.blade.php index 203641a..5257137 100644 --- a/resources/views/courses.blade.php +++ b/resources/views/courses.blade.php @@ -506,11 +506,11 @@ $courses=[ {{-- Why Study With Us Section --}}
-
+ <

Why Study With Us?

diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index d378208..5820ef2 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -43,6 +43,7 @@ margin-left: 20px; transition: 0.2s ease; font-weight: bold; + font-size: 18px; } .nav-link:hover, diff --git a/resources/views/layouts/studentportalnav.blade.php b/resources/views/layouts/studentportalnav.blade.php index 105b2e2..113f9ee 100644 --- a/resources/views/layouts/studentportalnav.blade.php +++ b/resources/views/layouts/studentportalnav.blade.php @@ -13,11 +13,11 @@
-
+

Student Portal

@@ -314,27 +338,88 @@ body {

-
+ + +
+
+ + +
+

Quick Links

+

Access important student portals and resources instantly

+
+ + + +
diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 84067d2..126bc20 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -101,7 +101,7 @@ body { .hero { - height: 650px; + height:636px; background: linear-gradient(rgba(207, 226, 255, 0.88), rgba(0, 9, 15, 0.75)), url('https://images.unsplash.com/photo-1517524206127-48bbd363f3d7?auto=format&fit=crop&w=1600&q=80'); background-position: center; background-size: cover; @@ -118,7 +118,7 @@ body { } .hero h1 { - font-size: 60px; + font-size: 63px; font-weight: 800; margin-top: -87px; text-shadow: 0 2px 15px rgba(0,0,0,0.3); @@ -427,36 +427,37 @@ body { @foreach($courses as $key => $course)