OwlCyberSecurity - MANAGER
Edit File: principal.php
<!DOCTYPE HTML> <html class="no-js"> <title>Management - Principal</title> <?php include('header.php'); ?> <!-- Hero Area --> <div class="hero-area"> <div class="page-banner parallax" style="background-image:url(images/banner/about.jpg);"> <div class="container"> <div class="page-banner-text"> <h1 class="block-title">Principal</h1> </div> </div> </div> </div> <!-- Main Content --> <br> <br> <div id="main-container"> <div class="content"> <div class="container"> <div class="row"> <div class="col-md-4 col-sm-4"> <div class="row"> <div class="col-md-12" data-appear-animation="bounceInRight"> <h3>Management</h3> <hr class="sm"> <div class="alert alert-standard fade in"> <a class="close" href="chairman.php">Chairman</a> </div> <div class="alert alert-info fade in"> <a class="close" href="director.php">Director</a> </div> <div class="alert alert-success fade in"> <a class="close" href="principal.php">Principal</a> </div> </div> </div> </div> <div class="col-md-5 col-sm-5"> <h3>From the Desk of Principal...............</h3> <hr class="sm"> <p> Education is a process of defining Epistemology of Knowledge. It is also gaining awareness of facts, information, descriptions and most importantly skills. Competition is an indicator of limited resources. Achieving success through innovations and training is a true indicator of unlimited intelligence and useful allocation of resources. <br> Where to take higher education is a career affecting major decision that everyone faces. At our campus, we have the benefit of our size that allows us to focus on every individual student needs and nurture them to recognize and attain their ultimate professional goal. <br> This is my noble opportunity to help students realize their true potentials, reach their aspirations and become successful citizens of our community. Exciting times are ahead of us. I welcome you to be a part of our continuing success. </p> </div> <div class="col-md-3 col-sm-3"> <div class="grid-item grid-staff-item"> <div class="grid-item-inner"> <div class="media-box">No image</div> <div class="grid-item-content"> <strong></strong><br> Principal<br> <font color="#fbc41f"> U.S. Ostwal Education Society</font> </div> </div> </div> </div> </div> <hr> <div class="spacer-20"></div> </div> </div> </div><br> <!-- Site Footer --> <?php include('footer.php'); ?> </body> <!-- Mirrored from preview.imithemes.com/born-to-give/about.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 11 Feb 2016 13:07:44 GMT --> </html>