From 2e799d798af5e242640de24fe395f135af36e2f2 Mon Sep 17 00:00:00 2001 From: imadhigp Date: Mon, 20 Jul 2026 17:02:26 +0530 Subject: [PATCH] change themes 0720 --- resources/views/abouts.blade.php | 3 +- resources/views/apply.blade.php | 174 +++++++++++++++----------- resources/views/contacts.blade.php | 3 +- resources/views/courses.blade.php | 20 +-- resources/views/layouts/app.blade.php | 3 +- resources/views/students.blade.php | 7 +- resources/views/welcome.blade.php | 26 ++-- 7 files changed, 135 insertions(+), 101 deletions(-) diff --git a/resources/views/abouts.blade.php b/resources/views/abouts.blade.php index 4b7e0c3..eb5163d 100644 --- a/resources/views/abouts.blade.php +++ b/resources/views/abouts.blade.php @@ -28,8 +28,7 @@ body { .hero-about{ min-height:60vh; background: - linear-gradient(rgba(62, 81, 184, 0.85), rgba(117, 57, 57, 0.8)), - url('https://images.pexels.com/photos/1595385/pexels-photo-1595385.jpeg'); + linear-gradient(rgba(163, 177, 251, 0.26), rgb(50, 31, 31)), url('https://images.pexels.com/photos/1595385/pexels-photo-1595385.jpeg'); background-size:cover; background-position:center; display:flex; diff --git a/resources/views/apply.blade.php b/resources/views/apply.blade.php index 7e0db7f..895adbf 100644 --- a/resources/views/apply.blade.php +++ b/resources/views/apply.blade.php @@ -1,24 +1,30 @@ @extends('layouts.app') -@section('title','Apply Now') +@section('title', 'Apply Now') @section('content')
-
+

Course Enrolment Form

-

Automobile Engineering Academy

+

+ Automobile Engineering Academy +

-

- Course Enrolment Form + New Student Registration

-
+
@csrf @@ -146,32 +176,32 @@
- +
- +
- - + +
- +
- - + +
- +
@@ -198,17 +228,17 @@
- +
- +
- +
@@ -216,7 +246,7 @@
@@ -224,12 +254,12 @@ {{-- EDUCATION --}}
- Education + Academic Qualifications
- + +
@@ -266,10 +296,10 @@
+ +
- - + +
- +
@@ -301,24 +331,24 @@
- +
- +
{{-- TERMS AND CONDITIONS --}} -
+
-
-
+
diff --git a/resources/views/contacts.blade.php b/resources/views/contacts.blade.php index 7481419..8f3216e 100644 --- a/resources/views/contacts.blade.php +++ b/resources/views/contacts.blade.php @@ -28,8 +28,7 @@ body { .hero-contact{ min-height:50vh; background: - linear-gradient(rgba(62, 81, 184, 0.85), rgba(117, 57, 57, 0.8)), - url('https://images.pexels.com/photos/3184465/pexels-photo-3184465.jpeg'); + linear-gradient(rgba(227, 227, 227, 0.19), rgba(117, 57, 57, 0.8)), url('https://images.pexels.com/photos/3184465/pexels-photo-3184465.jpeg'); background-size:cover; background-position:center; display:flex; diff --git a/resources/views/courses.blade.php b/resources/views/courses.blade.php index 3293b14..f785aed 100644 --- a/resources/views/courses.blade.php +++ b/resources/views/courses.blade.php @@ -33,8 +33,7 @@ body { /* ===== Hero Section ===== */ .hero { - background-image: linear-gradient(rgba(10, 103, 223, 0.9), rgba(117, 57, 57, 0.85)), - url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1600&q=80'); + background-image: linear-gradient(rgba(207, 220, 238, 0.9), rgba(35, 29, 29, 0.85)), url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1600&q=80'); background-size: cover; background-position: center; background-repeat: no-repeat; @@ -79,7 +78,7 @@ body { } .search-box button { - background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 100%); + background: linear-gradient(135deg, #3B43B6 0%, var(--secondary-hover) 100%); color: #fff; border: none; padding: 0 30px; @@ -139,7 +138,7 @@ body { font-size: 23px; font-weight: 750; line-height: 1.3; - color: var(--primary); + color:#1A4E7B; margin-bottom: 8px; transition: color 0.3s ease; } @@ -215,7 +214,7 @@ body { } .read-btn { - background: var(--primary-light); + background: #822424; color: #fff; padding: 13px 28px; font-weight: 600; @@ -248,7 +247,7 @@ body { .features-section h2 { font-size: 36px; font-weight: 800; - color: var(--primary); + color: #304599; margin-bottom: 12px; } @@ -494,11 +493,14 @@ $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 94cd23a..b9497ba 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -52,7 +52,8 @@ } .site-footer { - background: #182EA4; + background:#253EB3; + /* background: #182EA4; */ color: #ffffff; padding: 60px 0 30px; } diff --git a/resources/views/students.blade.php b/resources/views/students.blade.php index 98a8188..f9df8ad 100644 --- a/resources/views/students.blade.php +++ b/resources/views/students.blade.php @@ -28,8 +28,9 @@ body { } .hero { - background: linear-gradient(rgba(214, 218, 238, 0.85), rgba(117, 57, 57, 0.8)), + background: linear-gradient(rgba(214, 218, 238, 0.85), rgba(0, 0, 0, 0.6)), url('https://images.pexels.com/photos/3802510/pexels-photo-3802510.jpeg'); + background-size: cover; background-position: center; color: #fff; @@ -55,8 +56,8 @@ body { .portal-icon { width: 70px; height: 70px; - background: #4361ba; - color: #fff; + background: #822a32; + color: #ffed8b; border-radius: 50%; display: flex; align-items: center; diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 3da763b..5fdb352 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -263,7 +263,8 @@ body { } .read-btn { - background: #3E51B8; + background:#822424; + /* background: #3E51B8; */ color: white; /* border: 2px solid var(--primary); */ padding: 10px 20px; @@ -277,8 +278,8 @@ body { } .course-card:hover .read-btn { - background: #0a67df; - border-color: #0a67df; + background: #822424; + border-color: #e3eb73; color: #fff; } @@ -289,7 +290,7 @@ body { left: 0; width: 100%; height: 100%; - background: linear-gradient(rgba(117, 57, 57, 0.94), rgba(0, 9, 15, 0.88)), url('https://images.unsplash.com/photo-1581093803931-46e730e7622e?auto=format&fit=crop&w=1600&q=80'); + background: linear-gradient(rgba(122, 123, 177, 0.9), rgba(0, 9, 15, 0.31)), url('https://images.unsplash.com/photo-1581093803931-46e730e7622e?auto=format&fit=crop&w=1600&q=80'); background-position: center; background-size: cover; z-index: 1; @@ -318,15 +319,16 @@ body { transition: all 0.3s ease; } -.custom-feature-card:hover { +.custom-feature-card:hover + { transform: translateY(-5px); background: rgba(255, 255, 255, 0.07); border-color: rgba(255, 255, 255, 0.2); } .icon-box { - background: rgba(255, 255, 255, 0.1); - color: #FFE618; + background: #6a2525; + color: #FFE618; width: 60px; height: 60px; border-radius: 12px; @@ -338,8 +340,8 @@ body { } .custom-feature-card:hover .icon-box { - background: white; - color: #FFE618; + background: #6a2525; + color: #faf9f5; } /* ===== Animations ===== */ @@ -383,8 +385,8 @@ body {
- Academic Programs -

Our Top Courses

+ Academic Programs +

Our Top Courses

Explore our professional, industry-recognized automotive engineering curriculums.

@@ -461,7 +463,7 @@ body {