GOOGLE

aku nok ndi : /home/astwardha/public_html/astwardha/astwardha.in/
File Up :
aku nok ndi : /home/astwardha/public_html/astwardha/astwardha.in/index.php

<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from sdmca.edu.in/ by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 27 Sep 2018 18:21:24 GMT -->
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta name="author" content="">
  <title>Agnihotri School of Technology (Polytechnic) Wardha</title>
  <!-- core CSS -->
  <link href="css/bootstrap.min.css" rel="stylesheet">
  <link href="css/font-awesome.min.css" rel="stylesheet">
  <link href="css/animate.min.css" rel="stylesheet">
  <link href="css/prettyPhoto.css" rel="stylesheet">
  <link href="css/main.css" rel="stylesheet">
  <link href="css/responsive.css" rel="stylesheet">
  <link rel="shortcut icon" href="">
  <script >
   $(document).ready(function () {
    $("#background-image").fullscreenBackground();
  });
</script>
<!-- banner code end-->
<script src="js/slider.js"></script>
<script src="includePage.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
</head><!--/head-->
<body class="homepage">
<?php   include("header.php"); ?>
<section id="main-slider" class="no-margin ">
 <div class="container container_bg_banner width"  >
        <div class="col-md-9 col-sm-8 wow fadeInDown" data-wow-duration="1000ms" data-wow-delay="600ms" style="border:0px solid red; padding:0px;">
         <div  style=" background:#000; padding-bottom:5px;">
          <!-- banner start -->
         <?php include("slider.php");?>
          <!-- Arrow Navigator -->
</div>
<script>jssor_1_slider_init();</script>
</div>
<?php include("important_news.php");?>
</div>
</section><!--/#main-slider-->
<section id="middle">
  <div class="container container_bg">
    <div class="row">
      <div class="col-sm-3 col-md-3 wow fadeInDown">
       <script >
        ajaxinclude("left_Site.html");
      </script> 
    </div><!--/.col-sm-6-->
    <div class="col-sm-8 col-md-9 wow fadeInDown padding_main_bottom">
      <?php  $sql="SELECT * FROM home";
      $result=mysqli_query($con,$sql);
       $row=mysqli_fetch_array($result);
      ?>
     <h1 style="padding-top:0px; margin-top:0px; color: green;">
      <b><?php echo $row["heading"];?></b></h1>
     <hr/>
     <p><?php echo $row["details"];?>
       </p><br>
     <div class="col-md-12" >
      <div class="col-md-4 faculty_bg_2" >
        <br/>
        <?php $president="SELECT * FROM management WHERE `body`='President'";
      $president1=mysqli_query($con,$president);
       $rowpresident=mysqli_fetch_array($president1);
      ?>
        <p class="text_Center m_heading_color">President Message<br>
          <div style="background:#FFFFFF; padding:5px; margin-bottom:5px;border-radius:1px;">
            <table>
              <tr>
                <td valign="top"><img src="uploadedImage/body/<?php echo $rowpresident['image'];?>" width="150" height="120"></td>
                <td valign="top"><?php echo substr($rowpresident['content'],0,80);?><br/>
                  <a href="chairman.php" style="color: blue;"> Read More...</a></td>
              </tr>
            </table>
            <hr/>
            <p><b style="color: red;"><?php echo $rowpresident['designation'];?></b></p>
          </div></p>
        </div>
        <?php $secretory="SELECT * FROM management WHERE `body`='Secretary'";
      $secretory1=mysqli_query($con,$secretory);
       $rowsecretory=mysqli_fetch_array($secretory1);
      ?>
        <div class="col-md-4 faculty_bg_2" ><br>
          <p class="text_Center m_heading_color">Secretary Message<br>
          <div style="background:#FFFFFF; padding:5px; margin-bottom:5px;border-radius:1px; height: 228px;"">
            <table>
               <tr>
                <td valign="top"><img src="uploadedImage/body/<?php echo $rowsecretory['image'];?>" width="150" height="120"></td>
                <td valign="top"><?php echo substr($rowsecretory['content'],0,80);?><br/>
                  <a href="secretory.php" style="color: blue;"> Read More...</a></td>
              </tr>
            </table>
            <hr/>
                  <p><b style="color: red;"><?php echo $rowsecretory['designation'];?></b></p>

          </div></p>
         </div>
          <?php $principal="SELECT * FROM management WHERE `body`='Principle'";
      $principal1=mysqli_query($con,$principal);
       $rowprincipal=mysqli_fetch_array($principal1);
      ?>
          <div class="col-md-4 faculty_bg_2" ><br>
          <p class="text_Center m_heading_color">Principal Message<br>
          <div style="background:#FFFFFF; padding:5px; margin-bottom:5px;border-radius:1px; height: 228px;"">
            <table>
              <tr>
                <td valign="top"><img src="uploadedImage/body/<?php echo $rowprincipal['image'];?>" width="150" height="120"></td>
                <td valign="top"><?php echo substr($rowprincipal['content'],0,80);?><br/>
                  <a href="secretory.php" style="color: blue;"> Read More...</a></td>
              </tr>
            </table>
            <hr/>
                <p><b style="color: red;"><?php echo $rowprincipal['designation'];?></b></p>

          </div></p>

         </div>
		 
       </div>
	   
	   <div class="row"></div>
	   <br>
 
	   <p> <h3 class="m_heading_color">Image Gallery</h3>
	 <?php include("imagegallery/index.php");?>
     </div>
   </div><!--/.row-->
 </div><!--/.container-->
</section><!--/#middle-->
<!--/#content-->
<!--/#partner-->
<!--/#conatcat-info-->
<!--/#bottom-->
<style>
  hr {
height: 1px;
color: red;
background-color: red;
border: none;
}
</style>
<br/>
<script >
  ajaxinclude("footer.html");
</script> 
<!--/#footer-->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/jquery.isotope.min.js"></script>
<script src="js/main.js"></script>
<script src="js/wow.min.js"></script>
</body>
<!-- Mirrored from sdmca.edu.in/ by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 27 Sep 2018 18:25:12 GMT -->
</html>

Copyright © 1945 - 2024 GOOGLE