File "index.php"
Full path: /home/fsibplc/public_html/sommilito-bank1/index.php
File
size: 3.6 B (3.6 KB bytes)
MIME-type: text/html
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php include 'header.php' ?>
<!-- Slider main container -->
<div class="swiper">
<!-- Additional required wrapper -->
<div class="swiper-wrapper">
<!-- Slides -->
<div class="swiper-slide"><img src="assets/slider/1.jpeg" class="w-full h-full object-contain"></div>
<div class="swiper-slide"><img src="assets/slider/2.jpeg" class="w-full h-full object-cover"></div>
<div class="swiper-slide"><img src="assets/slider/3.jpeg" class="w-full h-full object-cover"></div>
<div class="swiper-slide"><img src="assets/slider/4.jpeg" class="w-full h-full object-cover"></div>
<div class="swiper-slide"><img src="assets/slider/5.jpeg" class="w-full h-full object-cover"></div>
</div>
<!-- If we need pagination -->
<div class="swiper-pagination"></div>
<!-- If we need navigation buttons -->
<div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>
<div class="swiper-pagination"></div>
<!-- If we need scrollbar -->
<!-- <div class="swiper-scrollbar"></div> -->
</div>
<div class="bg-teal-900 text-white py-3 overflow-hidden">
<div class="flex items-center space-x-4 px-4">
<!-- Label -->
<span class="bg-red-600 px-3 py-1 text-sm font-semibold rounded">
Latest
</span>
<!-- Scrolling -->
<div class="overflow-hidden w-full relative">
<div class="flex space-x-10 whitespace-nowrap animate-marquee">
<p href="#" class="flex items-center space-x-2 hover:text-blue-400">
<span class="text-yellow-400">•</span>
<span>The fourth meeting of the Board of Directors of Sammilito Islami Bank PLC was held on 02 February 2026 at City Centre, Motijheel. </span>
</p>
<p href="#" class="flex items-center space-x-2 hover:text-blue-400">
<span class="text-yellow-400">•</span>
<span>02 Dec2025: FSIB Administrator exchanges views with the Divisional Heads, Zonal Heads and Branch Managers</span>
</p>
<p href="#" class="flex items-center space-x-2 hover:text-blue-400">
<span class="text-yellow-400">•</span>
<span>14 July 2025: গ্লোবাল ইসলামী ব্যাংকের অর্ধবার্ষিক ব্যবসায় উন্নয়ন সম্মেলন- ২০২৫ অনুষ্ঠিত</span>
</p>
</div>
</div>
</div>
</div>
<?php include 'card.php' ?>
<?php include 'product-services.php' ?>
<?php include 'footer.php'; ?>
<script>
const swiper = new Swiper('.swiper', {
// Optional parameters
direction: 'horizontal',
loop: true,
// If we need pagination
pagination: {
el: '.swiper-pagination',
dynamicBullets: true,
type: "progressbar",
},
// Navigation arrows
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
// And if we need scrollbar
scrollbar: {
el: '.swiper-scrollbar',
},
});
</script>
</body>
</html>