diff --git a/resources/views/abouts.blade.php b/resources/views/abouts.blade.php index b434d7c..e73552b 100644 --- a/resources/views/abouts.blade.php +++ b/resources/views/abouts.blade.php @@ -166,7 +166,7 @@ Join our institute and become a skilled automotive professional.
- + Apply Courses diff --git a/resources/views/apply.blade.php b/resources/views/apply.blade.php index 1065686..ae4b282 100644 --- a/resources/views/apply.blade.php +++ b/resources/views/apply.blade.php @@ -87,7 +87,7 @@ padding: 12px 30px; font-size: 18px; font-weight: bold; - border-radius: 8px; + /* border-radius: 8px; */ cursor: pointer; width: 100%; } @@ -139,7 +139,6 @@
-
@@ -229,26 +228,96 @@ Education
+
- -
+ +
- - - - + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
- - + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + + + Upload O/L, A/L, NVQ, Diploma or other educational certificates. + +
+ +
+ + + +
@@ -257,10 +326,17 @@
- +
+ +
+ + +
+
+
diff --git a/resources/views/courses.blade.php b/resources/views/courses.blade.php index 1e39be2..22f1143 100644 --- a/resources/views/courses.blade.php +++ b/resources/views/courses.blade.php @@ -11,22 +11,13 @@ --light:#f8f4f7; } -/* .hero{ - background:linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)), - url(https://images.unsplash.com/photo-1486006920555-c77dce18193b?auto=format&fit=crop&w=1600&q=80); - background-size:cover; - background-position:center; - color:#fff; - padding:120px 0; - text-align:center; -} */ - .hero { - background-image: linear-gradient(rgba(135, 125, 145, 0.65), rgba(0, 0, 0, 0.65)), - url('https://images.unsplash.com/photo-1486006920555-c77dce18193b?auto=format&fit=crop&w=1600&q=80'); +.hero { + background-image: linear-gradient(rgba(109, 105, 105, 0.65), rgb(64, 59, 66)), + 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; - color: #fff; + color: #ffffff; padding: 120px 0; text-align: center; } @@ -42,6 +33,43 @@ font-size:18px; } +/* --- Search Box Styling --- */ +.search-box { + max-width: 500px; + margin: 30px auto 0 auto; + position: relative; + display: flex; + box-shadow: 0 8px 25px rgba(0,0,0,0.1); + /* border-radius: 30px; */ + overflow: hidden; + background: #fff; +} + +.search-box input { + width: 100%; + padding: 15px 25px; + border: none; + outline: none; + font-size: 16px; + color: #333; +} + +.search-box button { + background: var(--primary); + color: #fff; + border: none; + padding: 0 25px; + cursor: pointer; + transition: 0.3s; + font-size: 18px; +} + +.search-box button:hover { + background: var(--secondary); +} + + + .course-card{ border:none; border-radius:15px; @@ -71,7 +99,7 @@ .read-btn{ background:var(--primary); color:#fff; - border-radius:30px; + /* border-radius:30px; */ padding:10px 25px; font-weight: 40px; } @@ -87,10 +115,17 @@ padding:25px; box-shadow:0 5px 20px rgba(0,0,0,.08); } + +/* No results message styling */ +#noResults { + font-size: 18px; + font-weight: bold; + color: #666; + margin-top: 20px; +} {{-- Hero --}} -

Our Courses

@@ -98,159 +133,157 @@ Build your future in the automotive industry through practical training and internationally recognized learning experiences.

+
@php - $courses=[ - -[ -'image'=>'https://images.unsplash.com/photo-1486262715619-67b85e0b08d3?auto=format&fit=crop&w=900&q=80', -'title'=>'Diploma in Automotive Engineering', -'duration'=>'2 Years', -'level'=>'Diploma', -'description'=>'Learn engine systems, diagnostics, vehicle maintenance, workshop practices and modern automotive technologies.', -], - -[ -'image'=>'https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=900&q=80', -'title'=>'Mechanical Systems Technology', -'duration'=>'18 Months', -'level'=>'Certificate', -'description'=>'Study suspension, steering, transmission, braking systems and practical repair techniques.', -], - -[ -'image'=>'https://images.unsplash.com/photo-1502877338535-766e1452684a?auto=format&fit=crop&w=900&q=80', -'title'=>'Electric Vehicle Technology', -'duration'=>'1 Year', -'level'=>'Advanced', -'description'=>'Explore EV batteries, charging infrastructure, electric drivetrains and smart mobility systems.', -], - -[ -'image'=>'https://images.unsplash.com/photo-1511919884226-fd3cad34687c?auto=format&fit=crop&w=900&q=80', -'title'=>'Hybrid Vehicle Maintenance', -'duration'=>'10 Months', -'level'=>'Professional', -'description'=>'Learn hybrid engine operation, diagnostics and maintenance procedures.', -], - -[ -'image'=>'https://images.unsplash.com/photo-1504215680853-026ed2a45def?auto=format&fit=crop&w=900&q=80', -'title'=>'Auto Electrical Systems', -'duration'=>'8 Months', -'level'=>'Certificate', -'description'=>'Understand vehicle wiring, sensors, ECU systems and electronic diagnostics.', -], - -[ -'image'=>'https://images.unsplash.com/photo-1517524008697-84bbe3c3fd98?auto=format&fit=crop&w=900&q=80', -'title'=>'Automobile Service Technician', -'duration'=>'1 Year', -'level'=>'NVQ', -'description'=>'Hands-on training in servicing, repairing and maintaining modern vehicles.', -], - + [ + 'image'=>'https://images.unsplash.com/photo-1486262715619-67b85e0b08d3?auto=format&fit=crop&w=900&q=80', + 'title'=>'Diploma in Automotive Engineering', + 'duration'=>'2 Years', + 'level'=>'Diploma', + 'description'=>'Learn engine systems, diagnostics, vehicle maintenance, workshop practices and modern automotive technologies.', + ], + [ + 'image'=>'https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=900&q=80', + 'title'=>'Mechanical Systems Technology', + 'duration'=>'18 Months', + 'level'=>'Certificate', + 'description'=>'Study suspension, steering, transmission, braking systems and practical repair techniques.', + ], + [ + 'image'=>'https://images.unsplash.com/photo-1502877338535-766e1452684a?auto=format&fit=crop&w=900&q=80', + 'title'=>'Electric Vehicle Technology', + 'duration'=>'1 Year', + 'level'=>'Advanced', + 'description'=>'Explore EV batteries, charging infrastructure, electric drivetrains and smart mobility systems.', + ], + [ + 'image'=>'https://images.unsplash.com/photo-1511919884226-fd3cad34687c?auto=format&fit=crop&w=900&q=80', + 'title'=>'Hybrid Vehicle Maintenance', + 'duration'=>'10 Months', + 'level'=>'Professional', + 'description'=>'Learn hybrid engine operation, diagnostics and maintenance procedures.', + ], + [ + 'image'=>'https://images.unsplash.com/photo-1504215680853-026ed2a45def?auto=format&fit=crop&w=900&q=80', + 'title'=>'Auto Electrical Systems', + 'duration'=>'8 Months', + 'level'=>'Certificate', + 'description'=>'Understand vehicle wiring, sensors, ECU systems and electronic diagnostics.', + ], + [ + 'image'=>'https://images.unsplash.com/photo-1517524008697-84bbe3c3fd98?auto=format&fit=crop&w=900&q=80', + 'title'=>'Automobile Service Technician', + 'duration'=>'1 Year', + 'level'=>'NVQ', + 'description'=>'Hands-on training in servicing, repairing and maintaining modern vehicles.', + ], ]; - @endphp
-
+
+ +
+

No courses found matching your search.

+
-
+
+ @foreach($courses as $course) +
+
+ {{ $course['title'] }} +
+ + {{ $course['level'] }} + +

+ {{ $course['title'] }} +

+

+ {{ $course['description'] }} +

+
+
+ Duration + {{ $course['duration'] }} +
+ Apply Course +
+
+
+ @endforeach +
-@foreach($courses as $course) - -
- -
- -{{ $course['title'] }} - -
- - -{{ $course['level'] }} - - -

-{{ $course['title'] }} -

- -

-{{ $course['description'] }} -

- -
- -
- - -Duration - - - -{{ $course['duration'] }} - - -
- - -Apply Course - - -
- -
- -
- -@endforeach - -
- -
+
-
- -
- -

-Why Study With Us? -

- -
- -
-

-

Experienced Lecturers

-
- -
-

-

Modern Workshops

-
- -
-

-

Industry Certification

-
- -
-

-

Career Guidance

-
- -
- -
- -
+
+
+

Why Study With Us?

+
+
+

+

Experienced Lecturers

+
+
+

+

Modern Workshops

+
+
+

+

Industry Certification

+
+
+

+

Career Guidance

+
+
+
+
+ + @endsection \ No newline at end of file diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index f51a4a5..67e1011 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -246,10 +246,11 @@

Quick Links

@@ -304,8 +305,7 @@ function submitLogout() { .then(data => { if (data.success) { alert('Logged out successfully!'); - // සාර්ථකව Logout වුණාම කෙලින්ම මුල් පිටුවට (Home - /) යවනවා. - // එවිට Auth::check() false වී Sign In / Register බටන් ටික බලාගන්න පුළුවන්. + window.location.href = '/'; } else { alert('Logout failed. Please try again.'); @@ -329,6 +329,7 @@ window.addEventListener('click', function () { const dropdown = document.getElementById('userDropdownContent'); if (dropdown) { dropdown.style.display = 'none'; } }); + \ No newline at end of file diff --git a/resources/views/signin.blade.php b/resources/views/signin.blade.php index d6dae99..7d2deb1 100644 --- a/resources/views/signin.blade.php +++ b/resources/views/signin.blade.php @@ -9,6 +9,7 @@ } * { font-family: 'Arial', Helvetica, sans-serif; + transform: scale(0.95); } /* LEFT PANEL */ @@ -56,6 +57,8 @@ .input-container { position: relative; margin-bottom: 25px; + font-size: 22px; + font-family: arial; } .input-container input { @@ -66,7 +69,9 @@ border-bottom: 2px solid #ddd; background: transparent; outline: none; - font-size: 16px; + font-size: 22px; + font-family: arial; + } .input-container label { @@ -76,12 +81,17 @@ color: #744a68; transition: .3s; pointer-events: none; + font-size: 22px; + font-family: arial; + } /* FLOATING LABEL & VALIDATION STATES */ .input-container input:focus, .input-container input:valid { border-bottom-color: #744a68; + font-size: 20px; + font-family: arial; } .input-container input:focus + label, @@ -95,7 +105,7 @@ /* FORGOT PASSWORD */ .forgot-link { color: #744a68; - font-size: 14px; + font-size: 16px; text-decoration: none; font-weight: 500; transition: color 0.2s ease-in-out; @@ -115,7 +125,7 @@ background: #5E244E; border: none; color: white; - border-radius: 8px; + /* border-radius: 8px; */ transition: background 0.2s ease-in-out, transform 0.1s ease; } @@ -141,6 +151,8 @@ color: #744a68; text-decoration: none; font-weight: 600; + font-size: 16px; + font-family: arial; } .dontacc a:hover { diff --git a/resources/views/signup.blade.php b/resources/views/signup.blade.php index 821dd5a..18b718c 100644 --- a/resources/views/signup.blade.php +++ b/resources/views/signup.blade.php @@ -9,6 +9,11 @@ font-family: 'Arial', Helvetica, sans-serif; } + * { + font-family: 'Arial'; + transform: scale(0.95); + } + .left-panel { min-height: 100vh; background: #f8f9fa; @@ -27,7 +32,7 @@ max-width: 520px; background: #fff; padding: 40px; - border-radius: 15px; + /* border-radius: 15px; */ box-shadow: 0 15px 40px rgba(0, 0, 0, .12); } @@ -49,6 +54,8 @@ .input-container { position: relative; margin-bottom: 25px; + font-size: 22px; + font-family: arial; } .input-container input { @@ -58,7 +65,9 @@ padding: 12px 0 12px 5px; outline: none; background: transparent; - font-family: 'Arial', Helvetica, sans-serif; + font-family: 'Arial'; + font-size: 22px; + font-family: arial; } .input-container label { @@ -70,10 +79,14 @@ pointer-events: none; background: transparent; padding: 0 4px; + font-size: 22px; + font-family: arial; } .input-container input:focus { border-color: #744a68; + font-size: 20px; + font-family: arial; } /* Reliable floating label mechanism via :placeholder-shown */ @@ -93,17 +106,22 @@ background:#5E244E; border: none; margin-bottom:10px; + font-size: 22px; } .dontacc { text-align: center; margin-top: 20px; + font-size: 19px; } .dontacc a { text-decoration: none; font-weight: 600; color: #5E244E; + font-size: 20px; + font-family: arial; + } @media(max-width: 991px) { @@ -188,7 +206,7 @@
-
+
+ + + + + + + @endsection \ No newline at end of file diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 24c1879..da603fe 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -13,7 +13,7 @@