File "executive_committee.php"
Full path: /home/fsibplc/public_html/fsib/executive_committee.php
File
size: 1.55 B
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" style="background-image:url('HeroBg/board.png');">
<h3 style="color:#6963b8">Executive Committee</h3>
</div>
<div class="tab about_tab" style="margin:0 auto;padding:0px;background:url('resources/mega.png');">
<div class="container text-center">
<button class="tablinks" onclick="openTab(event, 'sm')">Senior Management</button>
<button class="tablinks" id="defaultOpen" onclick="openTab(event, 'ec')">Executive Committee</button>
<button class="tablinks" onclick="openTab(event, 'bac')">Audit Committee</button>
<button class="tablinks" onclick="openTab(event, 'brmc')">Risk Management Committee</button>
<button class="tablinks" onclick="openTab(event, 'mhd')">Management & Head of Divisions</button>
<button class="tablinks" onclick="openTab(event, 'sb')" style="border:0">Shariah Board</button>
</div>
</div>
<?php include 'about_management.php'; ?>
<!-- ++++++++++++++++++++++++++Start Footer Section++++++++++++++++++++++++++ -->
<?php include('includes/footer.php'); ?>