ok
Direktori : /home/ngwcolle/www/ |
Current File : /home/ngwcolle/www/principal-s-message.php |
<?php include"header.php"; date_default_timezone_set('Asia/Kolkata'); include "admin/includes/config.php"; $cquery=mysqli_query($con, "SELECT * from tbl_principal where status='1'"); $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">Principal's Message</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>Principal's Message</span></h1> </div> <div style="margin-bottom:15px; float:right; margin-left:15px;"><img src="upload/teacher/<?php echo $singleRow['6']; ?>" alt="" width="400" height="228" /> </div> <div style="margin-bottom:15px;"><span style="color: rgb(0, 0, 128);"><span style="font-size: medium;"><span style="margin: 0px; padding: 0px;"><strong><?php echo $singleRow['1']; ?></strong></span></span></span></div> <div style="position:relative;"> <p><span style="color: #045697;"><strong>Designation </strong></span>: Principal, NGWC ASKA,GANJAM<br /> <span style="color: #045697;"><strong>Phone No.</strong></span> : <?php echo $singleRow['4']; ?> <br /> <span style="color: #045697;"><strong>E-mail (Official)</strong></span> : <br /> <!--<span style="color: #045697;">Profile Webpage</span> : [<a href="https://riebbs.ac.in/principal-details.php" target="_blank">Click here</a>]<br />--> <span style="color: #045697;"><strong>Experience </strong></span> : <br /> <strong>Administrative Experience </strong><br /> <strong><?php echo $singleRow['3']; ?></strong></p> </div> <div style="display:block; position:relative; margin:20px 0px 20px 0px"> </div> <div class="point2"> <ul> <li style="font-size:17px; font-weight:bold;"><a href="principals-list.php">Incumbency List of Principals</a></li> </ul> </div> <!--for department start--> <!--for department end--> </div> <?php include"sidebar.php";?> </div> </section> <?php include"footer.php";?>