Skip to content

Commit

Permalink
fix swiper in home
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy-ali-basha committed Sep 26, 2024
1 parent 9826a06 commit ebf490e
Showing 1 changed file with 31 additions and 10 deletions.
41 changes: 31 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,34 @@ <h2 class="text-yellow fw-bold mb-2">
</div>
</div>
</div>
<div class="swiper-pagination homeSwiper-pagination"></div>
</div>
</section>
</div>
<section>
<h2 class="text-white text-center mt-3">Reviews</h2>
<div class="swiper swiperReviws my-5">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="row ">
<div class="col-md-6">
<div class="screen-frame">
<iframe width="560" height="315" src="https://www.youtube.com/embed/DmND-QCvftY?si=aET14gLkQBVDWN28"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-6 d-flex flex-column justify-content-center align-items-start">
<h2 class="text-yellow fw-bold mb-2">
Business Setup in UAE & Egypt
</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut
elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus
leo.
</p>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut
elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus
leo.
</p>
<div class="btn btn-white text-dark bg-white">Click here</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="row ">
<div class="col-md-6">
Expand Down Expand Up @@ -144,8 +164,9 @@ <h2 class="text-yellow fw-bold mb-2">
</div>
</div>
<div class="swiper-pagination homeSwiper-pagination"></div>
</div>
</section>
</section>
</div>

</div>
<section>
<h2 class="text-white">Reviews</h2>
Expand Down

0 comments on commit ebf490e

Please sign in to comment.