bug fixes
This commit is contained in:
BIN
public/raffles/assets/images/general/our-partner-img copy.png
Normal file
BIN
public/raffles/assets/images/general/our-partner-img copy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 190 KiB |
BIN
public/raffles/assets/images/video/raffles-20years.gif
Normal file
BIN
public/raffles/assets/images/video/raffles-20years.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 592 KiB |
@@ -88,11 +88,11 @@
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="flex justify-between border-top pt-20 pb-30">
|
||||
<p class="text-black text-12 text-medium m-0">{{ setting('copyright') }}</p>
|
||||
<p class="text-black text-12 text-medium m-0">Designed by <a
|
||||
<div class="flex justify-between border-top pt-10 pb-10">
|
||||
<p class="text-black text-12 text-medium m-0">All rights reserved 2025. Raffles Educare </p>
|
||||
<p class="text-black text-14 text-medium m-0">Designed by <a
|
||||
href="https://www.bibhutisolutions.com/" target="blank"
|
||||
class="text-black underline cursor-pointer">Bibhuti Solutions</a> </p>
|
||||
class="text-black underline cursor-pointer bibhuti">Bibhuti Solutions</a> </p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@@ -45,7 +45,7 @@
|
||||
<a href="{{ route('country.single', $country->slug) }}"
|
||||
class="service-item">
|
||||
<div class="service-icon blue-bg">
|
||||
<img src="{{ $country->image }}"
|
||||
<img src="{{ asset($country->image) }}"
|
||||
alt="">
|
||||
</div>
|
||||
<div class="service-content">
|
||||
|
@@ -4,7 +4,7 @@
|
||||
$firstAcc = $page->children[0];
|
||||
@endphp
|
||||
<div class="study-destinations-banner">
|
||||
<img src="{{ asset($page->banner) }}" width="1425" height="356" alt="study uk">
|
||||
<img src="{{ $page->banner }}" width="1425" height="356" alt="study uk">
|
||||
</div>
|
||||
|
||||
<section class="container py-30 free-resources">
|
||||
|
@@ -13,12 +13,7 @@
|
||||
|
||||
@include('client.raffles.parts.universities-slider')
|
||||
|
||||
<div class="flex justify-center py-5 sm:hidden ">
|
||||
<p class="horz-line"></p>
|
||||
</div>
|
||||
|
||||
<div class="testimonial-boxes flex justify-start flex-wrap pl-5 pt-50 gap-5 relative "
|
||||
data-custom-animations="true"
|
||||
<div class="testimonial-boxes flex justify-start flex-wrap pl-5 pt-50 gap-5 relative " data-custom-animations="true"
|
||||
data-ca-options='{"animationTarget": ".animation-element", "ease": "power4.inOut", "initValues":{"x": "-10px", "y": "10px", "opacity":0} , "animations":{"x": "0px", "y": "0px", "opacity":1}}'>
|
||||
@foreach ($counters as $counter)
|
||||
<div class="box">
|
||||
@@ -34,55 +29,9 @@
|
||||
@endforeach
|
||||
</div>
|
||||
|
||||
|
||||
<div class="uni-bg-image">
|
||||
<div class="flex justify-center py-5 sm:hidden ">
|
||||
<p class="horz-line "></p>
|
||||
</div>
|
||||
<!-- image -->
|
||||
<div class="relative flex gap-0" id="animated-section">
|
||||
<div class="line-group left-group">
|
||||
<div class="line-item">
|
||||
<div class="line-text">Left service</div>
|
||||
<div class="line"></div>
|
||||
|
||||
</div>
|
||||
<div class="line-item">
|
||||
<div class="line-text">Left service</div>
|
||||
|
||||
<div class="line"></div>
|
||||
</div>
|
||||
<div class="line-item">
|
||||
<div class="line-text">Left service</div>
|
||||
|
||||
<div class="line"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="uni-img flex justify-center items-center mx-auto center-imag sm:hidden">
|
||||
<img src="{{ asset('raffles/assets/images/general/years.png') }}" alt="">
|
||||
</div>
|
||||
|
||||
<div class="line-group right-group">
|
||||
<div class="line-item">
|
||||
<div class="line"></div>
|
||||
<div class="line-text">Right service</div>
|
||||
</div>
|
||||
<div class="line-item">
|
||||
<div class="line"></div>
|
||||
<div class="line-text">Right service</div>
|
||||
</div>
|
||||
<div class="line-item">
|
||||
<div class="line"></div>
|
||||
<div class="line-text">Right service</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<video autoplay muted loop>
|
||||
<source src="{{ asset('raffles/assets/images/video/dots.mp4') }}" type="video/mp4">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
<div class="uni-video">
|
||||
<div class="container">
|
||||
<img src="{{ asset('raffles/assets/images/video/raffles-20years.gif')}}" alt="">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section-break"></div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user