ok
Direktori : /home2/selectio/public_html/pvmatricschool.com/ |
Current File : /home2/selectio/public_html/pvmatricschool.com/gallery1.php |
<?php include "header.php";?> <style> .ttm-page-title-row{ background: url(icons/banner/about-banner.jpg); } </style> <!-- page-title --> <div class="ttm-page-title-row"> <div class="ttm-page-title-row-inner ttm-textcolor-white"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-12"> <div class="page-title-heading"> <h2 class="title">Gallery</h2> </div> <div class="breadcrumb-wrapper"> <span> <a title="Homepage" href="index.php">Home</a> </span> <span class="ttm-bread-sep"> > </span> <span class="current">Gallery</span> </div> </div> </div> </div> </div> </div><!-- page-title end--> <!--site-main start--> <div class="site-main"> <!--portfolio-section--> <section class="ttm-row portfolio-section clearfix"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="ttm-tabs"> <ul class="tabs portfolio-filter"> <li class="tab active"><a href="#" data-filter="*">all</a></li> <li class="tab"><a href="#" data-filter=".campus">Lab</a></li> <li class="tab"><a href="#" data-filter=".study">Sports</a></li> <li class="tab"><a href="#" data-filter=".classes">Toppers</a></li> <li class="tab"><a href="#" data-filter=".library">PTA</a></li> <li class="tab"><a href="#" data-filter=".News">News Imprints</a></li> </ul> <div class="content-tab"> <!-- content-inner --> <div class="row multi-columns-row ttm-boxes-spacing-10px isotope-project"> <div class="ttm-box-col-wrapper col-lg-4 col-md-4 col-sm-6 campus"> <!-- featured-imagebox --> <div class="featured-imagebox featured-imagebox-portfolio"> <!-- ttm-box-view-overlay --> <div class="ttm-box-view-overlay ttm-portfolio-box-view-overlay"> <!-- featured-thumbnail --> <div class="featured-thumbnail"> <a href="#"> <img class="img-fluid" src="icons/gallery/sciencelab.jpg" alt="image"></a> </div><!-- featured-thumbnail end--> <div class="featured-iconbox ttm-media-link"> <a class="ttm_prettyphoto ttm_image" title="campus" data-rel="prettyPhoto" href="icons/gallery/sciencelab.jpg"> <i class="fa fa-expand"></i> </a> </div> </div><!-- ttm-box-view-overlay end--> </div><!-- featured-imagebox --> </div> <?php $i=0; $statement = $pdo->prepare("SELECT * FROM tbl_photo where type='LAB FACILITIES'"); $statement->execute(); $result = $statement->fetchAll(PDO::FETCH_ASSOC); foreach ($result as $row) { ?> <div class="ttm-box-col-wrapper col-lg-4 col-md-4 col-sm-6 campus"> <!-- featured-imagebox --> <div class="featured-imagebox featured-imagebox-portfolio"> <!-- ttm-box-view-overlay --> <div class="ttm-box-view-overlay ttm-portfolio-box-view-overlay"> <!-- featured-thumbnail --> <div class="featured-thumbnail"> <a href="#"> <img class="img-fluid" src="icons/gallery/sciencelab.jpg" alt="image"></a> </div><!-- featured-thumbnail end--> <div class="featured-iconbox ttm-media-link"> <a class="ttm_prettyphoto ttm_image" title="campus" data-rel="prettyPhoto" href="icons/gallery/sciencelab.jpg"> <i class="fa fa-expand"></i> </a> </div> </div><!-- ttm-box-view-overlay end--> </div><!-- featured-imagebox --> </div> <?php } ?> <div class="ttm-box-col-wrapper col-lg-4 col-md-4 col-sm-6 classes"> <!-- featured-imagebox --> <div class="featured-imagebox featured-imagebox-portfolio"> <!-- ttm-box-view-overlay --> <div class="ttm-box-view-overlay ttm-portfolio-box-view-overlay"> <!-- featured-thumbnail --> <div class="featured-thumbnail"> <a href="#"> <img class="img-fluid" src="icons/gallery/tprs.jpg" alt="image"></a> </div><!-- featured-thumbnail end--> <div class="featured-iconbox ttm-media-link"> <a class="ttm_prettyphoto ttm_image" title=" classes / library / study" data-rel="prettyPhoto" href="icons/gallery/tprs.jpg"> <i class="fa fa-expand"></i> </a> </div> </div><!-- ttm-box-view-overlay end--> </div><!-- featured-imagebox --> </div> <div class="ttm-box-col-wrapper col-lg-4 col-md-4 col-sm-6 classes"> <!-- featured-imagebox --> <div class="featured-imagebox featured-imagebox-portfolio"> <!-- ttm-box-view-overlay --> <div class="ttm-box-view-overlay ttm-portfolio-box-view-overlay"> <!-- featured-thumbnail --> <div class="featured-thumbnail"> <a href="#"> <img class="img-fluid" src="icons/gallery/tpr1.jpg" alt="image"></a> </div><!-- featured-thumbnail end--> <div class="featured-iconbox ttm-media-link"> <a class="ttm_prettyphoto ttm_image" title="classes / study" data-rel="prettyPhoto" href="icons/gallery/tpr1.jpg"> <i class="fa fa-expand"></i> </a> </div> </div><!-- ttm-box-view-overlay end--> </div><!-- featured-imagebox --> </div> <div class="ttm-box-col-wrapper col-lg-4 col-md-4 col-sm-6 classes"> <!-- featured-imagebox --> <div class="featured-imagebox featured-imagebox-portfolio"> <!-- ttm-box-view-overlay --> <div class="ttm-box-view-overlay ttm-portfolio-box-view-overlay"> <!-- featured-thumbnail --> <div class="featured-thumbnail"> <a href="#"> <img class="img-fluid" src="icons/gallery/tpr2.jpg" alt="image"></a> </div><!-- featured-thumbnail end--> <div class="featured-iconbox ttm-media-link"> <a class="ttm_prettyphoto ttm_image" title="classes / study" data-rel="prettyPhoto" href="icons/gallery/tpr2.jpg"> <i class="fa fa-expand"></i> </a> </div> </div><!-- ttm-box-view-overlay end--> </div><!-- featured-imagebox --> </div> <div class="ttm-box-col-wrapper col-lg-4 col-md-4 col-sm-6 classes"> <!-- featured-imagebox --> <div class="featured-imagebox featured-imagebox-portfolio"> <!-- ttm-box-view-overlay --> <div class="ttm-box-view-overlay ttm-portfolio-box-view-overlay"> <!-- featured-thumbnail --> <div class="featured-thumbnail"> <a href="#"> <img class="img-fluid" src="icons/gallery/tpr3.jpg" alt="image"></a> </div><!-- featured-thumbnail end--> <div class="featured-iconbox ttm-media-link"> <a class="ttm_prettyphoto ttm_image" title="classes / study" data-rel="prettyPhoto" href="icons/gallery/tpr3.jpg"> <i class="fa fa-expand"></i> </a> </div> </div><!-- ttm-box-view-overlay end--> </div><!-- featured-imagebox --> </div> <div class="ttm-box-col-wrapper col-lg-4 col-md-4 col-sm-6 classes"> <!-- featured-imagebox --> <div class="featured-imagebox featured-imagebox-portfolio"> <!-- ttm-box-view-overlay --> <div class="ttm-box-view-overlay ttm-portfolio-box-view-overlay"> <!-- featured-thumbnail --> <div class="featured-thumbnail"> <a href="#"> <img class="img-fluid" src="icons/gallery/tpr4.jpg" alt="image"></a> </div><!-- featured-thumbnail end--> <div class="featured-iconbox ttm-media-link"> <a class="ttm_prettyphoto ttm_image" title="classes / study" data-rel="prettyPhoto" href="icons/gallery/tpr4.jpg"> <i class="fa fa-expand"></i> </a> </div> </div><!-- ttm-box-view-overlay end--> </div><!-- featured-imagebox --> </div> <div class="ttm-box-col-wrapper col-lg-4 col-md-4 col-sm-6 library"> <!-- featured-imagebox --> <div class="featured-imagebox featured-imagebox-portfolio"> <!-- ttm-box-view-overlay --> <div class="ttm-box-view-overlay ttm-portfolio-box-view-overlay"> <!-- featured-thumbnail --> <div class="featured-thumbnail"> <a href="#"> <img class="img-fluid" src="icons/gallery/PTA.jpg" alt="image"></a> </div><!-- featured-thumbnail end--> <div class="featured-iconbox ttm-media-link"> <a class="ttm_prettyphoto ttm_image" title="classes / study" data-rel="prettyPhoto" href="icons/gallery/PTA.jpg"> <i class="fa fa-expand"></i> </a> </div> </div><!-- ttm-box-view-overlay end--> </div><!-- featured-imagebox --> </div> <div class="ttm-box-col-wrapper col-lg-4 col-md-4 col-sm-6 News"> <!-- featured-imagebox --> <div class="featured-imagebox featured-imagebox-portfolio"> <!-- ttm-box-view-overlay --> <div class="ttm-box-view-overlay ttm-portfolio-box-view-overlay"><!-- featured-thumbnail --> <div class="featured-thumbnail"> <a href="#"> <img class="img-fluid" src="icons/gallery/newspaperimprint2.jpg" alt="image"></a> </div><!-- featured-thumbnail end --> <div class="featured-iconbox ttm-media-link"> <a class="ttm_prettyphoto ttm_image" title="News" data-rel="prettyPhoto" href="icons/gallery/newspaperimprint2.jpg"> <i class="fa fa-expand"></i> </a> </div> </div><!-- ttm-box-view-overlay end--> </div><!-- featured-imagebox --> </div> <div class="ttm-box-col-wrapper col-lg-4 col-md-4 col-sm-6 News"> <!-- featured-imagebox --> <div class="featured-imagebox featured-imagebox-portfolio"> <!-- ttm-box-view-overlay --> <div class="ttm-box-view-overlay ttm-portfolio-box-view-overlay"><!-- featured-thumbnail --> <div class="featured-thumbnail"> <a href="#"> <img class="img-fluid" src="icons/gallery/newsimprint1.jpg" alt="image"></a> </div><!-- featured-thumbnail end --> <div class="featured-iconbox ttm-media-link"> <a class="ttm_prettyphoto ttm_image" title="News" data-rel="prettyPhoto" href="icons/gallery/newsimprint1.jpg"> <i class="fa fa-expand"></i> </a> </div> </div><!-- ttm-box-view-overlay end--> </div><!-- featured-imagebox --> </div> <div class="ttm-box-col-wrapper col-lg-4 col-md-4 col-sm-6 study"> <!-- featured-imagebox --> <div class="featured-imagebox featured-imagebox-portfolio"> <!-- ttm-box-view-overlay --> <div class="ttm-box-view-overlay ttm-portfolio-box-view-overlay"> <!-- featured-thumbnail --> <div class="featured-thumbnail"> <a href="#"> <img class="img-fluid" src="icons/gallery/sports.jpg" alt="image"></a> </div><!-- featured-thumbnail end--> <div class="featured-iconbox ttm-media-link"> <a class="ttm_prettyphoto ttm_image" title="campus / study" data-rel="prettyPhoto" href="icons/gallery/sports.jpg"> <i class="fa fa-expand"></i> </a> </div> </div><!-- ttm-box-view-overlay end--> </div><!-- featured-imagebox --> </div> </div> </div> </div> </div> </div> </div> </section> <!--portfolio-section--> </div><!--site-main end--> <?php include "footer.php";?>