Update landing page styles and add new event cover image

This commit is contained in:
2025-07-10 18:05:30 +05:45
parent 6c2da0d37c
commit 3c93db14fe
2 changed files with 14 additions and 9 deletions

View File

@ -800,15 +800,20 @@
<section class="hero-section"> <section class="hero-section">
<div class="container-fluid"> <div class="container-fluid">
<div class="row min-vh-100" style="background: linear-gradient(135deg, #264552, #203a43, #19343f);"> <div class="row min-vh-100" style="background: #e1e9ec ; align-items:star; ">
<div class="col-lg-6 d-flex flex-column"> <div class="col-lg-6 d-flex flex-column p-4" style="background: #e1e9ec; margin-top:-30px">
<h1 style="font-size:42px; padding-bottom:5px; color:#EC2E23;">Think NewZealand, Think Rohini</h1>
<p style="font-size:18px; padding-bottom:40px; color:gray;">Register today to know more about going
Abroad</p>
@foreach ($banners as $banner) @foreach ($banners as $banner)
<img src="{{ asset($banner->cover) }}" alt="Landing Image" class="img-fluid h-100 w-100" <img src="{{ asset($banner->cover) }}" alt="Landing Image" class="img-fluid w-100"
style="object-fit: cover;"> style="object-fit: cover; ">
@endforeach @endforeach
</div> </div>
<div class="col-lg-6 d-flex align-items-center justify-content-center p-4"> <div class="col-lg-6 d-flex align-items-center justify-content-center p-4" style="background: #e1e9ec;">
<div class="w-100" style="max-width: 500px;"> <div class="w-100" style="max-width: 500px;">
<div class="form-container animate-fade-in-up p-4 rounded-4 shadow" <div class="form-container animate-fade-in-up p-4 rounded-4 shadow"
style="background: #c9c6c6; color: #333; border: 1px solid #ddd; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);"> style="background: #c9c6c6; color: #333; border: 1px solid #ddd; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);">
@ -859,8 +864,8 @@
<div class="form-group mb-3"> <div class="form-group mb-3">
<label for="passed_year" class="form-label">Passed Year <span <label for="passed_year" class="form-label">Passed Year <span
class="text-danger">*</span></label> class="text-danger">*</span></label>
<input type="text" class="form-control border border-light-subtle" id="passed_year" <input type="text" class="form-control border border-light-subtle"
name="passed_year" placeholder="Enter Passed Year" required> id="passed_year" name="passed_year" placeholder="Enter Passed Year" required>
</div> </div>
@if ($setting->recaptcha_site_key) @if ($setting->recaptcha_site_key)
@ -887,7 +892,7 @@
<!-- Successful Visa Grants --> <!-- Successful Visa Grants -->
<section class="section-padding" style="background-color: #aeb5bb"> <section class="section-padding" style="background-color: #ffff">
<div class="container"> <div class="container">
<h2 class="section-title text-center" style="color: #fc4e24"> <h2 class="section-title text-center" style="color: #fc4e24">
Trusted by Many Testimonials Trusted by Many Testimonials
@ -939,7 +944,7 @@
</div> </div>
</section> </section>
<section class="section-padding" style="background-color: #c1c8cf"> <section class="section-padding" style="background-color: #fffff">
<div class="container"> <div class="container">
<h2 class="section-title text-center" style="color: #fc4e24"> <h2 class="section-title text-center" style="color: #fc4e24">
Our Success Stories Our Success Stories

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB