Create New Item
×
Item Type
File
Folder
Item Name
×
Search file in folder and subfolders...
File Manager
/
sommilito-bank
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php include 'header.php' ?> <!-- For page Hero --> <?php $page = 'About'; $title = "MD's Message"; include 'page-hero.php'; ?> <section class="bg-gray-50 py-16"> <div class="max-w-6xl mx-auto px-6"> <!-- Header --> <div class="text-center mb-12"> <h2 class="text-3xl md:text-4xl font-semibold text-gray-800"> Managing Director (C.C) </h2> <p class="mt-2 text-gray-500"> Sammilito Islami Bank PLC </p> </div> <!-- Card --> <div class="bg-white shadow-md rounded-2xl p-6 md:p-10"> <div class="grid md:grid-cols-3 gap-8 items-start"> <!-- Image Section --> <div class="md:col-span-1 flex flex-col items-center text-center"> <img src="assets/images/management/md.jpg" alt="Managing Director" class="w-64 h-75 object-cover rounded-xl shadow-sm" > <h3 class="mt-4 text-lg font-semibold text-teal-900"> Mr. Md. Sawkatul Alam </h3> <p class="text-sm text-gray-500"> Managing Director (C.C) </p> </div> <!-- Content Section --> <div class="md:col-span-2 text-gray-700 leading-relaxed space-y-5 text-justify"> <p> Mr. Md. Sawkatul Alam is the Managing Director (C.C) of Sammilito Islami Bank PLC. Md. Sawkatul Alam, executive director, Bangladesh Bank, obtained both his bachelor's and master's degrees from the Department of Mathematics, University of Dhaka, and later earned a professional master's degree from the Department of Economics of the same university. </p> <p> Beginning his career as an assistant director at Bangladesh Bank in 1996, Md. Sawkatul Alam built a distinguished career spanning 28 years in the central bank. During this time, he served in key positions at Bangladesh Bank's Barishal and Rajshahi offices, as well as at the Department of Offsite Supervision, Bangladesh Financial Intelligence Unit, Banking Inspection Division, and also as a member of the board of directors of Bangladesh Municipal Development Fund. </p> <p> As part of his professional duties, he participated in various meetings, seminars and training workshops held in the United Kingdom, France, Austria, South Korea, Thailand, India, Mongolia, Sri Lanka and Nepal. </p> </div> </div> </div> </div> </section> <?php include 'footer.php' ?>