ok
Direktori : /proc/self/root/home/ngwcolle/www/ |
Current File : //proc/self/root/home/ngwcolle/www/about-us.php |
<?php include "header.php"; include "admin/includes/config.php"; $cquery=mysqli_query($con, "SELECT * from tbl_college"); $singleRow = mysqli_fetch_row($cquery); ?> <section class="inner-banner"></section> <section class="breadcrumb-sec"> <div class="container"> <div class="row"> <div class="col-md-12"> <nav aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="index.html">Home</a></li> <li><i class="fa fa-caret-right" aria-hidden="true"></i></li> <li class="breadcrumb-item">About Us</li> </ol> </nav> </div> </div> </div> </section> <section class="section-15 about-section" id="body"> <div class="container"> <div class="row"> <div class="col-md-9"> <div class="title"> <h1><span>About Us</span></h1> </div> <p class="text-justify"><?php echo $singleRow[10];?></p> <h2 class="subheading">Location</h2> <p class="text-justify"><?php echo $singleRow[5];?></p> <h2 class="subheading">Establishment History</h2> <p class="text-justify">In the year: <?php echo date("d/m/Y",strtotime($singleRow[1]));?> by the Govt.of Odisha order no. <?php echo $singleRow[6];?></p> <h2 class="subheading">College Service Codes</h2> <p class="text-justify">The Institute registered and obtained the following codes for its jurisdiction:</p> <ul class="ul-list"> <li>SAMS Code : <?php echo $singleRow[2];?></li> <li>AISHE Code : <?php echo $singleRow[4];?></li> <li>Affiliation type : <?php echo $singleRow[3];?></li> </ul> <h2 class="subheading">PRINCIPAL's DETAILS</h2> <p class="text-justify"><?php echo $singleRow[14];?></p> <h2 class="subheading">Departments</h2> <p class="text-justify">There are 07 Departments in the Institute. They are:</p> <ul class="ul-list"> <li>Department of Education</li> <li>Department of Economics</li> <li>Department of Odia</li> <li>Department of History</li> <li>Department of Political Science</li> <li>Department of Home Science</li> <li>Department of English</li> </ul> <!--for department end--> </div> <?php include"sidebar.php";?> </div> </section> <?php include"footer.php";?>