| Server IP : 172.64.80.1 / Your IP : 172.69.58.221 Web Server : Apache System : Linux mail.federalpolyede.edu.ng 5.10.0-32-amd64 #1 SMP Debian 5.10.223-1 (2024-08-10) x86_64 User : federalpolyede.edu.ng_idh35skikv ( 10000) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/federalpolyede.edu.ng/httpdocs_backup/ |
Upload File : |
<?php
require_once('headerMain.php');
?>
<!-- Page Content -->
<div class="container">
<!-- Marketing Icons Section -->
<div class="row">
<div class="col-lg-12" style="color: #900000">
<h1 class="page-header">
Meet the Management Team!
</h1>
</div>
</div>
<?php
$i='Yes';
if ($i=='Yes'){
echo '<h2>Page will be available very soon..</h2>';
}else{
?>
<div class="panel panel-default">
<div class="panel-body col-lg-4" style="text-align: center">
<div ><img src="images/rector.jpg" class="img-circle " width="140" height="140"></div>
Bldr. Hussaini, Patrick Mosisiyenemo<br> Rector<br>B.Sc., MSc, FNIOB, MNIM
</div>
<div class="panel-body col-lg-4" style="text-align: center">
<div ><img src="images/dr_Academic.JPG" class="img-circle " width="140" height="140"></div>
Dr. Arthur O. Ajah <br> Deputy Rector (Academics)<br>B.Sc, M.ed, Ph.D, MABEN
</div>
<div class="panel-body col-lg-4" style="text-align: center">
<div ><img src="images/dr_Admin2.jpg" class="img-circle " width="140" height="140"></div>
Dr. Mrs Adewusi C. O. <br> Deputy Rector (Admin)<br>ff
</div>
</div>
<div class="panel-body col-lg-4" style="text-align: center">
<div ><img src="images/registrar.jpe" class="img-circle " width="140" height="140"></div>
O. A. Ogunleye <br>Registrar<br> B.A.Ed (Hons) ABU, M.Ed, (Lagos),M.A. (Ed) Ife, PGDPA (LAUTECH) MNIM
</div>
<div class="panel-body col-lg-4" style="text-align: center">
<div ><img src="images/librarian.jpe" class="img-circle " width="140" height="140"></div>
M .B. Joseph <br> Polytechnic Librarian<br> BLs. (ABU), M.Ls (Ibadan), CLN, MNLA
</div>
<div class="panel-body col-lg-4" style="text-align: center">
<div ><img src="images/bursar.jpe" class="img-circle " width="140" height="140"></div>
R. O. Bababunmi <br>Bursar <br> B.Ed, (Benin) MBA, (Ife), FCA
</div>
<?php
}
?>
</div>
</div>
<?php
require_once('footerMain.php')
?>