JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "carousel-sec.blade.php"

Full Path: /var/www/lionsclub/core/resources/views/frontEnd/home/carousel-sec.blade.php
File size: 1.37 KB
MIME-type: text/x-php
Charset: utf-8

<?php
$Ourimpact_class =["rect-c1","rect-c2","rect-c1"];
$Leadership_class =["taking-action","lion-serve","lcif-campaign","serve-through"];
$design_imgs= ["white-line","blue-line","white-line"];
$rosehand_bg = ["rosehand.png"];
$ourevent_bg =["ourevent-bg.png","verticle-yellow-line.png"];

?>

<!-- leadership section starts ______________________________________________________-->
<!-- <section class="container  home-section2 leadership-sec" data-aos="fade-up"> -->
                    

<!-- FAQ  start--> <div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
  <div class="carousel-inner">
    <div class="carousel-item active">
      <img src="..." class="d-block w-100" alt="...">
    </div>
    <div class="carousel-item">
      <img src="..." class="d-block w-100" alt="...">
    </div>
    <div class="carousel-item">
      <img src="..." class="d-block w-100" alt="...">
    </div>
  </div>
  <a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
    <span class="carousel-control-prev-icon" aria-hidden="true"></span>
    <span class="sr-only">Previous</span>
  </a>
  <a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
    <span class="carousel-control-next-icon" aria-hidden="true"></span>
    <span class="sr-only">Next</span>
  </a>
</div>
<!-- FAQ End-->