Mini Shell
<!DOCTYPE html>
<html class="wide wow-animation" lang="en">
<?php
include_once('includes/Header.php');
?>
<a class="d-block" href="" target="blank"><img class="d-block w-100" src="images/MHCB1.jpg" height="200"></a>
<!--Main container start-->
<section class="section section-md bg-gray-100">
<div class="container text-center">
<div class="row row-50 text-start">
<div class="col-lg-12">
<div id="page-wrapper">
<hr>
<table class="table table-striped table-bordered table-condensed">
<thead>
<tr style= "background-color:#BAC4CC;">
<th>VACANCY NAME</th>
<th>DESCRIPTION</th>
<th>CLOSING DATE</th>
<th>DOWNLOAD</th>
</tr>
</thead>
<tbody>
<tr>
<td>Various Positions </td>
<td>Secretary(1), Human Resource Assistant(2), Process Server (1), Administrative Assistant(1) </td>
<td>Friday, 06 June 2025</td>
<td><a href="Vacancies/MHC_Vacancies_Due_06June_2025.pdf"> Download<i class="fa fa-download"></i></a></td>
</tr>
</tbody>
</table>
</div>
</div></div></section>
<?php
include_once('includes/Footer.php');
?>
</body>
</html>