File "material_info.php"
Full path: /home/fsibplc/public_html/admin/material_info.php
File
size: 3.19 B (3.19 KB bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
include('./includes/config.php');
$page_title = "First Security Islami Bank PLC.";
//echo $page_title;
//echo $data[0]['value'];
$meta_description = "First Security Islami Bank PLC. Home page description";
$meta_keywords = "First Security Islami Bank PLC., Bank, Website";
include('includes/header.php');
include('includes/navbar.php');
//include('includes/slider.php');
?>
<!-- ++++++++++++++++++++++++++Start Body Tag++++++++++++++++++++++++++ -->
<div class="about_hero statement_bg">
<h3 style="color:#2C318C">Material Information</h3>
</div>
<div class="container mt-5 mb-5">
<h4 class="tab_title">Material Information</h4>
<table class="table table-bordered table-striped table-hover" style="margin:0 auto;">
<thead style="background: hsla(265, 100%, 95%, 0.5);">
<th style="Padding:20px 0;color:#044177">Date</th>
<th style="Padding:20px 0;color:#044177">Title</th>
<th style="Padding:20px 0;color:#044177">View</th>
</thead>
<tbody>
<tr>
<td>14 September, 2025</td>
<td>Disclosure of Material Information</td>
<td style="font-size:12px;"><a href="File/price_sensitive_information/MI Appointment of Comany Secretary.jpg" target="_blank"><img src="resources/details_icon.png" alt=""> Click Here</a></td>
</tr>
<tr>
<td>13 August, 2025</td>
<td>Disclosure of Material Information</td>
<td style="font-size:12px;"><a href="File/price_sensitive_information/IMG-20250814-WA0002.jpg" target="_blank"><img src="resources/details_icon.png" alt=""> Click Here</a></td>
</tr>
<tr>
<td>26 February, 2025</td>
<td>Disclosure of Material Information</td>
<td style="font-size:12px;"><a href="File/price_sensitive_information/Material Information for CS.pdf" target="_blank"><img src="resources/details_icon.png" alt=""> Click Here</a></td>
</tr>
<tr>
<td>02 September, 2024</td>
<td>Information about Board of Directors</td>
<td style="font-size:12px;"><a href="File/price_sensitive_information/2. Information about Board of Directors 02.09.2024.pdf" target="_blank"><img src="resources/details_icon.png" alt=""> Click Here</a></td>
</tr>
<tr>
<td>04 October, 2023</td>
<td>Disclosure of Material Information</td>
<td style="font-size:12px;"><a href="File/price_sensitive_information/material_information.jpeg" target="_blank"><img src="resources/details_icon.png" alt=""> Click Here</a></td>
</tr>
</tbody>
</table>
</div>
<!-- ++++++++++++++++++++++++++Start Footer Section++++++++++++++++++++++++++ -->
<?php include('includes/footer.php'); ?>