Server IP : 103.53.40.154 / Your IP : 3.145.37.219 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/aviationpestcontrolcorporation.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include("site-header.php");?> <!-- =-=-=-=-=-=-= HEADER END =-=-=-=-=-=-= --> <!-- =-=-=-=-=-=-= INNER FLASH =-=-=-=-=-=-= --> <?php include("site-header-flash-inner.php");?> <!-- =-=-=-=-=-=-= INNER FLASH END =-=-=-=-=-=-= --> <!-- =-=-=-=-=-=-= Gallery =-=-=-=-=-=-= --> <section id="gallery" class="custom-padding"> <div class="container"> <div class="portfolio-container text-center"> <ul id="portfolio-grid" class="three-column hover-two"> <?php $sql_gallery=db_query("select * from tbl_gallery where 1 order by gallery_id asc"); if(mysqli_num_rows($sql_gallery) >0){ while($GALLERY_DATA=mysqli_fetch_array($sql_gallery)){ @extract($GALLERY_DATA); ?> <li class="portfolio-item gutter"> <div class="portfolio"> <div class="tt-overlay"></div> <img src="<?=$site_url?>/gallery_images/<?=$GALLERY_DATA['gallery_image_name']?>" alt="Gallery Image" title="<?=$GALLERY_DATA['gallery_image_title']?>" style="width:100%; height:240px;" > <!-- /.project-info --> <ul class="portfolio-details"> <li><a class="tt-lightbox" href="<?=$site_url?>/gallery_images/<?=$GALLERY_DATA['gallery_image_name']?>"><i class="fa fa-search"></i></a></li> </ul> </div> <!-- /.portfolio --> </li> <?php } } ?> </ul> </div> <!-- /.portfolio --> </li> </ul> </div> <!-- portfolio-container --> </div> <!-- end container --> </section> <!-- =-=-=-=-=-=-= Blog & News end =-=-=-=-=-=-= --> <!-- =-=-=-=-=-=-= Call To Action =-=-=-=-=-=-= --> <div class="parallex-small "> <div class="container"> <div class="row custom-padding-20 "> <div class="col-md-8 col-sm-8"> <div class="parallex-text"> <h4>Not sure which solution fits you business needs?</h4> </div> <!-- end subsection-text --> </div> <!-- end col-md-8 --> <div class="col-md-4 col-sm-4"> <div class="parallex-button"> <a href="<?=$site_url?>/enquiry.html" class="btn btn-lg btn-clean">Get a quote <i class="fa fa-angle-double-right "></i></a> </div> <!-- end parallex-button --> </div> <!-- end col-md-4 --> </div> <!-- end row --> </div> <!-- end container --> </div> <!-- =-=-=-=-=-=-= Call To Action End =-=-=-=-=-=-= --> <!-- =-=-=-=-=-=-= FOOTER =-=-=-=-=-=-= --> <?php include("site-footer.php");?>