File "foreign_corner.php"

Full path: /home/fsibplc/public_html/fsib/foreign_corner.php
File size: 4.29 B (4.29 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++++++++++++++++++++++++++ -->

<!-- example -->

<div class="about_hero" style="background-image:url('HeroBg/ForeignCornerBg.png');height:300px">
    <h3 style="color:#28336E"></h3>
</div>

<div class="foreign_service_container">
    <h4 class="text-success" style="margin-bottom:40px;">আমাদের অনলাইন সেবা ব্যবহার করতে অথবা Apps ডাউনলোড করতে নিচের লিংকগুলো ব্যবহার করুন</h4>
        <div class="card-container">
            <div class="card">
                <h5 class="mb-4" style="font-weight:500;color:#243578">FSIB Cloud</h5>
                <div class="image-container">
                    <a href="https://play.google.com/store/apps/details?id=com.fsiblbd.fsiblcloud" target="_blank">
                        <img src="resources/cloud/playstore.png" alt="Image 1">
                    </a>
                    <a href="https://apps.apple.com/us/app/fsib-cloud-banking/id1447744597" target="_blank">
                        <img src="resources/cloud/appstore.png" alt="Image 2">
                    </a>
                </div>
            </div>
            <div class="card">
                <h5 class="mb-4" style="font-weight:500;color:#243578">FSIB dCloud</h5>
                <div class="image-container">
                    <a href="https://play.google.com/store/search?q=dcloud&c=apps" target="_blank">
                        <img src="resources/cloud/playstore.png" alt="Image 1">
                    </a>
                    <a href="https://apps.apple.com/us/app/dcloud-digital-shariah-banking/id6467605842" target="_blank">
                        <img src="resources/cloud/appstore.png" alt="Image 2">
                    </a>
                </div>
            </div>
            
        </div>
</div>
    


<div class="container my-4 offshore">

    <div class="row justify-content-center my-4">
        <h4 class="text-center text-success" style="text-align:left;">Option 1: <a
                href="#" style="text:red; text-decoration:underline;">Account Opening Request</a></h4>
        <h4 class="text-center text-success" style="text-align:left;">Option 2: Simple steps to open account using FSIB
            EKYC from any country</h4>

        <div class="d-flex justify-content-center">
            <img src="resources/foreign_corner/1.jpg" alt="Image 1" style="display: block; margin: 10px 0;
            width: 50%;">
        </div>
        <div class="d-flex justify-content-center">
            <img src="resources/foreign_corner/2.jpg" alt="Image 1" style="display: block; margin: 10px 0;
            width: 50%;">
        </div>
        <div class="d-flex justify-content-center">
            <img src="resources/foreign_corner/3.jpg" alt="Image 1" style="display: block; margin: 10px 0;
            width: 50%;">
        </div>
        <div class="d-flex justify-content-center">
            <img src="resources/foreign_corner/4.jpg" alt="Image 1" style="display: block; margin: 10px 0;
            width: 50%;">
        </div>
        <div class="d-flex justify-content-center">
            <img src="resources/foreign_corner/5.jpg" alt="Image 1" style="display: block; margin: 10px 0;
            width: 50%;">
        </div>
        <div class="d-flex justify-content-center">
            <img src="resources/foreign_corner/6.jpg" alt="Image 1" style="display: block; margin: 10px 0;
            width: 50%;">
        </div>
        <div class="d-flex justify-content-center">
            <img src="resources/foreign_corner/7.jpg" alt="Image 1" style="display: block; margin: 10px 0;
            width: 50%;">
        </div>
    </div>
</div>

<!-- image slider modal -->


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