homepage
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 190 KiB After Width: | Height: | Size: 103 KiB |
@@ -51,20 +51,13 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="col col-12 col-md-4 flex flex-col p-10">
|
<div class="col col-12 col-md-4 flex flex-col p-10">
|
||||||
<div class="mb-20 ld-fancy-heading relative module-title">
|
{{-- <div class="mb-20 ld-fancy-heading relative module-title">
|
||||||
<h3
|
<h3
|
||||||
class="ld-fh-element inline-block relative font-title text-15 font-bold leading-20 mb-1em text-black">
|
class="ld-fh-element inline-block relative font-title text-15 font-bold leading-20 mb-1em text-black">
|
||||||
Subscribe for Newsletter
|
Subscribe for Newsletter
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div> --}}
|
||||||
<div class="lqd-fancy-menu lqd-custom-menu flex flex-col gap-5 relative left lqd-menu-td-none">
|
<div class="lqd-fancy-menu lqd-custom-menu flex flex-col gap-5 relative left lqd-menu-td-none">
|
||||||
|
|
||||||
<form class="flex" action="">
|
|
||||||
<input class=" border-0 w-80percent px-20 text-14 py-10 text-black" type="email"
|
|
||||||
name="email" id="email" placeholder="Enter your Email">
|
|
||||||
<button class="border-0 text-white p-10 text-12 ">Subscribe</button>
|
|
||||||
</form>
|
|
||||||
|
|
||||||
<div class="flex gap-15 mt-10 flex-wrap social-icons-footer">
|
<div class="flex gap-15 mt-10 flex-wrap social-icons-footer">
|
||||||
<a href="{{ setting('facebook') }}" target="blank"><i class="fa-brands fa-facebook"></i></a>
|
<a href="{{ setting('facebook') }}" target="blank"><i class="fa-brands fa-facebook"></i></a>
|
||||||
<a href="{{ setting('youtube') }}" target="blank"> <i class="fa-brands fa-youtube"></i></a>
|
<a href="{{ setting('youtube') }}" target="blank"> <i class="fa-brands fa-youtube"></i></a>
|
||||||
@@ -74,6 +67,15 @@
|
|||||||
<a href="{{ setting('whatsapp') }}" target="blank"> <i
|
<a href="{{ setting('whatsapp') }}" target="blank"> <i
|
||||||
class="fa-brands fa-square-whatsapp"></i></a>
|
class="fa-brands fa-square-whatsapp"></i></a>
|
||||||
</div>
|
</div>
|
||||||
|
<form class="flex" action="">
|
||||||
|
<input class=" border-0 w-80percent px-20 text-14 py-10 text-black" type="email"
|
||||||
|
name="email" id="email" placeholder="Enter your Email">
|
||||||
|
<button class="border-0 text-white p-10 text-12 ">Subscribe</button>
|
||||||
|
</form>
|
||||||
|
<div>
|
||||||
|
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3532.3752814608883!2d85.32120487541293!3d27.705697025564373!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb1907f7e2f099%3A0x517cd88424589879!2sRaffles%20Educare!5e0!3m2!1sen!2snp!4v1755670491057!5m2!1sen!2snp" width="100%" height="150" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -45,7 +45,7 @@
|
|||||||
<!-- next column -->
|
<!-- next column -->
|
||||||
<div class="col col-12 col-md-6" data-custom-animations="true"
|
<div class="col col-12 col-md-6" data-custom-animations="true"
|
||||||
data-ca-options='{"animationTarget": ".accordion", "ease": "power4.out", "initValues":{"y": "-50px", "opacity":0} , "animations":{"y": "0px", "opacity":1}}'>
|
data-ca-options='{"animationTarget": ".accordion", "ease": "power4.out", "initValues":{"y": "-50px", "opacity":0} , "animations":{"y": "0px", "opacity":1}}'>
|
||||||
<h2 class="text-26 text-white text-center">FAQ</h2>
|
<h2 class="text-42 text-white text-center pt-25">FAQ</h2>
|
||||||
<div class="accordion accordion-title-underlined accordion-sm xl:ml-0 pl-10"
|
<div class="accordion accordion-title-underlined accordion-sm xl:ml-0 pl-10"
|
||||||
id="accordion-questions" role="tablist" aria-multiselectable="true">
|
id="accordion-questions" role="tablist" aria-multiselectable="true">
|
||||||
@foreach ($faqs as $index => $faq)
|
@foreach ($faqs as $index => $faq)
|
||||||
|
Reference in New Issue
Block a user