File "notice.php"

Full path: /home/fsibplc/public_html/fsib/notice.php
File size: 2.09 B (2.09 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">
        <h3>Compliance</h3>

    </div> -->


    <div class="container history_container p-5">
        <h4 class="tab_title">Notice</h4>
        <div class="table-responsive">
        <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">Title</th>
                <th style="Padding:20px 0;color:#044177">Publish Date</th>
                <th style="Padding:20px 0;color:#044177">Closing Date</th>
                <th style="Padding:20px 0;color:#044177">Download</th>
            </thead>
            <tr>
                <td><b>GENERAL SERVICE DIVISION ENLISTMENT NOTICE</td>
                <td>15-01-2025</td>
                <td></td>

                 <td  style="font-size:12px;"><a href="./File/Notice/Enlistment Notice Newspaper.pdf" target="_blank"><img src="resources/details_icon.png" alt=""> Click Here</a></td>
            </tr>
             <tr>
                <td><b>GENERAL SERVICE DIVISION ENLISTMENT SAMPLE FORM</td>
                <td>15-01-2025</td>
                <td></td>

                 <td  style="font-size:12px;"><a href="./File/Notice/Enlistement_sample_form.docx" target="_blank"><img src="resources/details_icon.png" alt=""> Click Here</a></td>
            </tr>
          
           
           
        </table>
        </div>
    </div>




        
<!-- ++++++++++++++++++++++++++Start Footer Section++++++++++++++++++++++++++ -->
<?php include('includes/footer.php'); ?>