ok
Direktori : /proc/thread-self/root/home2/selectio/www/caliberembedded.com/ |
Current File : //proc/thread-self/root/home2/selectio/www/caliberembedded.com/incubation.php |
<?php include 'header.php'; ?> <style> .main-banner-in{ padding-bottom: 40px; } .main-banner-in .h1-title{ margin-top: -10%; } </style> <section class="main-banner-in"> <span class="shape-1 animate-this"> <img src="assets/images/shape-1.png" alt="shape"> </span> <span class="shape-2 animate-this"> <img src="assets/images/shape-2.png" alt="shape"> </span> <span class="shape-3 animate-this"> <img src="assets/images/shape-3.png" alt="shape"> </span> <span class="shape-4 animate-this"> <img src="assets/images/shape-4.png" alt="shape"> </span> <div class="container"> <div class="row"> <div class="col-lg-12"> <h1 class="h1-title">Incubation Cell</h1> </div> </div> </div> </section> <div class="main-banner-breadcrum"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="banner-breadcrum"> <ul> <li><a href="index.php">Home</a></li> <li><i class="fa fa-angle-right" aria-hidden="true"></i></li> <li><a href="Product.php">Incubation Cell</a></li> </ul> </div> </div> </div> </div> </div> <!--Pricing Box Start--> <section class="main-pricing-in"> <div class="container"> <div class="row"> <?php $statement = $pdo->prepare("SELECT * FROM tbl_service WHERE service_type=4 AND status=1"); $statement->execute(); $res_service = $statement->fetchAll(PDO::FETCH_ASSOC); foreach ($res_service as $row_services) { ?> <div class="col-lg-6" style="padding: 20px;"> <div class="pricing-box"> <a href="incubation-details.php?incubation=<?=$row_services['id']?>" <h3 class="h3-title"><?=$row_services['title']?></h3> </a> </div> </div> <?php } ?> </div> </div> </section> <?php include 'footer.php'; ?>