File "corporate_governance_code.php"

Full path: /home/fsibplc/public_html/fsib/corporate_governance_code.php
File size: 1.69 B
MIME-type: text/html
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<!doctype html>
<html lang="en">

<?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="d-flex">
        <div class="tab vertical_tab" style="background:url('resources/mega.png');">

            <button class="tablinks" onclick="openTab(event, 'dr')">Directors’ Report</button>
            <button class="tablinks" onclick="openTab(event, 'sp')">Shareholding Position</button>
            <button class="tablinks" onclick="openTab(event, 'sdc')">Share Department Contact</button>
            <button class="tablinks" id="defaultOpen" onclick="openTab(event, 'ccgc')">Compliance of Corporate Governance Code</button>
            <button class="tablinks" onclick="openTab(event, 'ddp')">Dividend Distribution Policy</button>
            <button class="tablinks" onclick="openTab(event, 'ud')">Unclaimed/Unsettled Dividend</button>
            <button class="tablinks" onclick="openTab(event, 'ddcr')" style="border:0">Dividend Distribution Compliance Report 2022</button>

        </div>

        <?php include 'about_compliance.php'; ?>

    </div>

    


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