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">
<!-- Begin filter section-->
<!-- Filter section end-->
<hr><br>
<table class="table table-striped table-bordered table-condensed">
<thead>
<tr style= "background-color:#BAC4CC;">
<th>TENDER NAME</th>
<th>DESCRIPTION</th>
<th>CLOSING DATE</th>
<th>DOWNLOAD</th>
</tr>
</thead>
<tbody>
<tr>
<td>REQUEST FOR PROPOSALS </td>
<td>PROCUREMENT OF ACCPAC SUPPORT SERVICES FOR THE PERIOD 2025-2027</td>
<td>Tuesday, 29th April 2025 at 14:00 Hours</td>
<td><a href="Tenders/TENDER_ADVERT_(RFP_-_ACCPAC_SUPPORT_SERVICES,_2025-2027[1].pdf"> Download<i class="fa fa-download"></i></a></td>
</tr>
<tr>
<td>PROCUREMENT OF INSURANCE SERVICES </td>
<td>PROCUREMENT REFERENCE No: MHC/2025-2027/INSURANCE SERVICES/2</td>
<td>Tuesday, 29th April 2025 at 14:00 Hours</td>
<td><a href="Tenders/TENDER_ADVERT_(INSURANSE_SERVICES,_2025-2027)[1].pdf"> Download<i class="fa fa-download"></i></a></td>
</tr>
<tr>
<td>Procurement of Vehicles</td>
<td>4*2 Single Cabin Motor Vehicles with Canopy</td>
<td>Thursday 3rd April 2025 at 14:00 Hours</td>
<td><a href="Tenders/TENDER_ADVERT_03042025.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>