ok

Mini Shell

Direktori : /home2/selectio/public_html/pvmatricschool.com/
Upload File :
Current File : /home2/selectio/public_html/pvmatricschool.com/hsc-resultachivements.php

<?php include "header.php";?> 
<style>

.ttm-row {
    padding: 35px 0;
}
  .ttm-page-title-row {
    background: white;
  }
 @media only screen and (min-width: 1200px) {
  .img-r {height:auto;
      width:100%;box-shadow: rgb(18 106 203 / 40%) 0px 0px 0px 2px, rgb(6 8 11 / 65%) 0px 4px 6px -1px, rgb(255 225 225 / 8%) 0px 1px 0px inset;
  }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .img-r {height:auto;width:100%;box-shadow: rgb(18 106 203 / 40%) 0px 0px 0px 2px, rgb(6 8 11 / 65%) 0px 4px 6px -1px, rgb(255 225 225 / 8%) 0px 1px 0px inset;}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .img-r {height: auto;width:100%;box-shadow: rgb(18 106 203 / 40%) 0px 0px 0px 2px, rgb(6 8 11 / 65%) 0px 4px 6px -1px, rgb(255 225 225 / 8%) 0px 1px 0px inset;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .img-r {height:fit-content; width: 100%;box-shadow: rgb(18 106 203 / 40%) 0px 0px 0px 2px, rgb(6 8 11 / 65%) 0px 4px 6px -1px, rgb(255 225 225 / 8%) 0px 1px 0px inset;}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .img-r {height: auto;width:150%;box-shadow: rgb(18 106 203 / 40%) 0px 0px 0px 2px, rgb(6 8 11 / 65%) 0px 4px 6px -1px, rgb(255 225 225 / 8%) 0px 1px 0px inset;}
} 

 @media only screen and (min-width: 1200px) {
  .img-d {height:auto;width:auto;}
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .img-d {height:auto;width:100%;}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .img-d {height:auto;width:100%;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .img-d {height: fit-content;width:100%;}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .img-d {height:auto;width:150%;}
} 

</style>
<!-- page-title -->

<!-- page-title end-->
<!--site-main start-->
<div class="site-main">
  <!--introduction-section-->
  <section class="ttm-row introduction-section clearfix">
    <div class="container">
         <div class="row align-items-center" style="text-align: center;">
        <div class="col-lg-12">
          <div class="page-title-heading">
            <h2 class="title" style="Color:black;">HSC RESULTS ACHIVEMENTS</h2>
          </div>
          
        </div>
      </div>
      <div class="row">
          <?php
            	$i=0;
            	$statement = $pdo->prepare("SELECT * FROM tbl_photo where type='ACADEMIC RESULTS'");
            	$statement->execute();
            	$result = $statement->fetchAll(PDO::FETCH_ASSOC);							
            	foreach ($result as $row) { ?>
        <div class="col-results">
            <div class="col-lg-12 col-xs-12">
              <h4><?=$row['caption']?></h4>
            </div>
            <div class="col-lg-8 col-xs-12">
              <div class="mt_5 pb-55 res-991-pb-40">
                <img class="img-r" src="dashboard/assets/uploads/<?=$row['photo']?>" alt="">
              </div>
            </div> 
        </div>
       <?php } ?> 
      </div>
      <!-- row end -->
    </div>
  </section>
</div> <?php include "footer.php";?>

Zerion Mini Shell 1.0