|
@@ -26,8 +26,8 @@
|
|
|
|
|
|
<!-- Navbar -->
|
|
<!-- Navbar -->
|
|
<section id="navbar" class="navbar">
|
|
<section id="navbar" class="navbar">
|
|
- <div class="container d-block d-lg-flex flex-lg-row justify-content-between align-items-center h-100">
|
|
|
|
-
|
|
|
|
|
|
+ <div class="container py-1 d-block d-lg-flex flex-lg-row justify-content-between align-items-center h-100">
|
|
|
|
+
|
|
<!-- logo & mobile open close btn -->
|
|
<!-- logo & mobile open close btn -->
|
|
<div class="logo-mobile-btn d-flex justify-content-between align-items-center">
|
|
<div class="logo-mobile-btn d-flex justify-content-between align-items-center">
|
|
<a class="logo">
|
|
<a class="logo">
|
|
@@ -43,26 +43,26 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- main nav link -->
|
|
<!-- main nav link -->
|
|
- <div class="main-link mt-5 py-3 py-lg-0 mt-lg-0 d-lg-flex flex-column flex-lg-row justify-content-between align-items-center text-center">
|
|
|
|
- <div class="mt-4 mt-lg-0 w-100">
|
|
|
|
|
|
+ <div class="main-link py-3 py-lg-0 mt-2 mt-md-4 mt-lg-0 d-lg-flex flex-column flex-lg-row justify-content-between align-items-center text-center">
|
|
|
|
+ <div class="mt-1 mt-md-4 mt-lg-0">
|
|
<a class=" py-2 my-md-0 mx-0 mx-lg-1 px-md-1 px-lg-2 active" href="">Home</a>
|
|
<a class=" py-2 my-md-0 mx-0 mx-lg-1 px-md-1 px-lg-2 active" href="">Home</a>
|
|
</div>
|
|
</div>
|
|
- <div class="mt-4 mt-lg-0">
|
|
|
|
|
|
+ <div class="mt-1 mt-md-4 mt-lg-0">
|
|
<a class="py-2 my-md-0 mx-0 mx-lg-1 px-md-1 px-lg-2 " href="">About</a>
|
|
<a class="py-2 my-md-0 mx-0 mx-lg-1 px-md-1 px-lg-2 " href="">About</a>
|
|
</div>
|
|
</div>
|
|
- <div class="mt-4 mt-lg-0">
|
|
|
|
|
|
+ <div class="mt-1 mt-md-4 mt-lg-0">
|
|
<a class="py-2 my-md-0 mx-0 mx-lg-1 px-md-1 px-lg-2 " href="">Blog</a>
|
|
<a class="py-2 my-md-0 mx-0 mx-lg-1 px-md-1 px-lg-2 " href="">Blog</a>
|
|
</div>
|
|
</div>
|
|
- <div class="mt-4 mt-lg-0">
|
|
|
|
|
|
+ <div class="mt-1 mt-md-4 mt-lg-0">
|
|
<a class="py-2 my-md-0 mx-0 mx-lg-1 px-md-1 px-lg-2 " href="">News</a>
|
|
<a class="py-2 my-md-0 mx-0 mx-lg-1 px-md-1 px-lg-2 " href="">News</a>
|
|
</div>
|
|
</div>
|
|
- <div class="mt-4 mt-lg-0">
|
|
|
|
|
|
+ <div class="mt-1 mt-md-4 mt-lg-0">
|
|
<a class="py-2 my-md-0 mx-0 mx-lg-1 px-md-1 px-lg-2 " href="">Contact</a>
|
|
<a class="py-2 my-md-0 mx-0 mx-lg-1 px-md-1 px-lg-2 " href="">Contact</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- login register -->
|
|
<!-- login register -->
|
|
- <div class="login-register d-lg-flex flex-row justify-content-center align-items-center bg-primary text-white rounded-1 mt-4 mt-lg-0 px-3 py-2 fs-5 text-center">
|
|
|
|
|
|
+ <div class="login-register d-lg-flex flex-row justify-content-center align-items-center bg-primary text-white rounded-1 mt-1 mt-md-4 mt-lg-0 px-3 py-2 fs-5 text-center">
|
|
<span>
|
|
<span>
|
|
<a href="#">লগইন</a>
|
|
<a href="#">লগইন</a>
|
|
</span>
|
|
</span>
|
|
@@ -78,13 +78,13 @@
|
|
|
|
|
|
|
|
|
|
<!-- hero section -->
|
|
<!-- hero section -->
|
|
- <section id="hero" class="py-5">
|
|
|
|
- <div class="container mt-5 py-5 px-1">
|
|
|
|
|
|
+ <section id="hero" class=" py-5">
|
|
|
|
+ <div class="container py-0 py-md-5">
|
|
|
|
|
|
|
|
|
|
- <div class="upper-part row justify-content-between align-items-center h-100 mt-5 pt-5">
|
|
|
|
|
|
+ <div class="upper-part d-block d-flex flex-column flex-lg-row justify-content-between align-items-center mt-2 mt-md-5 pt-5">
|
|
|
|
|
|
- <div class="col-12 col-lg-6 order-1 order-lg-0 mt-5 mt-lg-0 text-center text-lg-start">
|
|
|
|
|
|
+ <div class="content order-1 order-lg-0 mt-5 mt-lg-0 text-center text-lg-start">
|
|
|
|
|
|
<!-- title -->
|
|
<!-- title -->
|
|
<div class="display-5 fw-bold text-primary">
|
|
<div class="display-5 fw-bold text-primary">
|
|
@@ -104,14 +104,14 @@
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <div class="col-12 col-lg-6 order-0 order-lg-1 text-center">
|
|
|
|
|
|
+ <div class="content order-0 order-lg-1 text-center">
|
|
<img class="hero-image mx-auto w-100" src="./images/hero.png" alt="">
|
|
<img class="hero-image mx-auto w-100" src="./images/hero.png" alt="">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="lower-part bg-gradient-blue rounded-2 row">
|
|
<div class="lower-part bg-gradient-blue rounded-2 row">
|
|
|
|
|
|
- <div class=" col-12 col-md-6 col-lg-3 p-0 border-end border-light">
|
|
|
|
|
|
+ <div class=" col-12 col-md-6 col-lg-3 p-0 border-end border-bottom border-light">
|
|
<div class="item h-100 rounded-2 p-3">
|
|
<div class="item h-100 rounded-2 p-3">
|
|
<div class="icon">
|
|
<div class="icon">
|
|
<img class="h-100" src="./images/chart.svg" alt="">
|
|
<img class="h-100" src="./images/chart.svg" alt="">
|
|
@@ -125,7 +125,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <div class=" col-12 col-md-6 col-lg-3 p-0 border-end border-light">
|
|
|
|
|
|
+ <div class=" col-12 col-md-6 col-lg-3 p-0 border-end border-bottom border-light">
|
|
<div class="item h-100 rounded-2 p-3">
|
|
<div class="item h-100 rounded-2 p-3">
|
|
<div class="icon">
|
|
<div class="icon">
|
|
<img class="h-100" src="./images/Clock.svg" alt="">
|
|
<img class="h-100" src="./images/Clock.svg" alt="">
|
|
@@ -139,7 +139,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <div class=" col-12 col-md-6 col-lg-3 p-0 border-end border-light">
|
|
|
|
|
|
+ <div class=" col-12 col-md-6 col-lg-3 p-0 border-end border-bottom border-light">
|
|
<div class="item h-100 rounded-2 p-3">
|
|
<div class="item h-100 rounded-2 p-3">
|
|
<div class="icon">
|
|
<div class="icon">
|
|
<img class="h-100" src="./images/Dictionary.svg" alt="">
|
|
<img class="h-100" src="./images/Dictionary.svg" alt="">
|
|
@@ -176,101 +176,1085 @@
|
|
|
|
|
|
<!-- section upcoming -->
|
|
<!-- section upcoming -->
|
|
<section id="upcoming" >
|
|
<section id="upcoming" >
|
|
- <div class="container py-5">
|
|
|
|
|
|
+ <div class="container pt-5 pb-5 ">
|
|
|
|
|
|
- <div class="bg-primary rounded-3 row">
|
|
|
|
|
|
+ <div class="bg-primary rounded-3 row ">
|
|
|
|
|
|
<!-- upcoming test -->
|
|
<!-- upcoming test -->
|
|
- <div class="upcoming-test col-12 col-md-6 pt-3 pb-4 px-5">
|
|
|
|
|
|
+ <div class="upcoming-test col-12 col-lg-6 pt-3 pb-4 ">
|
|
|
|
|
|
- <div class=" my-2 text-white fs-1 text-center ">
|
|
|
|
- Upcoming Test
|
|
|
|
- </div>
|
|
|
|
|
|
+ <div class=" mt-2 mb-5 text-white fs-1 text-center ">
|
|
|
|
+ Upcoming Test
|
|
|
|
+ </div>
|
|
|
|
|
|
- <!-- exam d details -->
|
|
|
|
- <div class="mt-4 upcoming-content mx-auto bg-white text-blue-dark rounded-3 p-3">
|
|
|
|
|
|
+ <!-- exam d details -->
|
|
|
|
+ <div class="mt-4 upcoming-content mx-auto bg-white text-blue-dark rounded-3 p-3">
|
|
|
|
|
|
- <div class="fs-3 text-center">
|
|
|
|
- Bangladesh Bank
|
|
|
|
- </div>
|
|
|
|
|
|
+ <div class="pt-3 fs-3 text-center">
|
|
|
|
+ Bangladesh Bank
|
|
|
|
+ </div>
|
|
|
|
|
|
- <!-- exam date -->
|
|
|
|
- <div class="mt-3 d-flex justify-content-around align-items-end">
|
|
|
|
|
|
+ <!-- exam date -->
|
|
|
|
+ <div class="mt-3 d-flex justify-content-around align-items-end">
|
|
|
|
|
|
- <!-- month -->
|
|
|
|
- <div>
|
|
|
|
- <div class="">
|
|
|
|
- April
|
|
|
|
|
|
+ <!-- month -->
|
|
|
|
+ <div>
|
|
|
|
+ <div class="">
|
|
|
|
+ April
|
|
|
|
+ </div>
|
|
|
|
+ <div class="fs-1">
|
|
|
|
+ 12
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <!-- day -->
|
|
|
|
+ <div>
|
|
|
|
+ <span class="fs-1">10</span>
|
|
|
|
+ <span>PM</span>
|
|
</div>
|
|
</div>
|
|
|
|
+
|
|
|
|
+ <!-- year -->
|
|
<div class="fs-1">
|
|
<div class="fs-1">
|
|
- 12
|
|
|
|
|
|
+ 2023
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
-
|
|
|
|
- <!-- day -->
|
|
|
|
- <div>
|
|
|
|
- <span class="fs-1">10</span>
|
|
|
|
- <span>PM</span>
|
|
|
|
- </div>
|
|
|
|
|
|
|
|
- <!-- year -->
|
|
|
|
- <div class="fs-1">
|
|
|
|
- 2023
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- </div>
|
|
|
|
-
|
|
|
|
- <!-- booking button -->
|
|
|
|
- <div class="booking-btn text-center mt-3 mx-auto">
|
|
|
|
- <button class="w-100 btn btn-lg bg-white">Book Now</button>
|
|
|
|
- </div>
|
|
|
|
|
|
+ <!-- booking button -->
|
|
|
|
+ <div class="booking-btn text-center mt-3 mx-auto">
|
|
|
|
+ <button class="w-100 btn btn-lg bg-white">Book Now</button>
|
|
|
|
+ </div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- job news -->
|
|
<!-- job news -->
|
|
- <div class="job-news col-12 col-md-6 pt-3 pb-4 px-5">
|
|
|
|
|
|
+ <div class="job-news rounded-3 col-12 col-lg-6 pt-3 pb-2 ">
|
|
|
|
|
|
<div class=" my-2 text-blue-dark fs-1 fw-bold text-center ">
|
|
<div class=" my-2 text-blue-dark fs-1 fw-bold text-center ">
|
|
চাকরির খবর
|
|
চাকরির খবর
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <div class="mt-4 rounded-3 p-3 d-flex justify-content-center">
|
|
|
|
|
|
+ <div class="mt-4 rounded-3 p-3 d-flex flex-row justify-content-center">
|
|
|
|
+
|
|
|
|
+ <div class="news bg-white rounded-3 p-2 me-3">
|
|
|
|
+ <div class="circle-icon">
|
|
|
|
+ <img class="w-100" src="./images/round-dark-blue.svg" alt="">
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-2 text-blue-dark fw-bold fs-3">
|
|
|
|
+ বাংলাদেশ ব্যাংক
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-2 fs-5 text-dark">
|
|
|
|
+ ম্যানেজার পদে নিউগ
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="mt-3 text-white rounded-3 border border-1 border-blue-light-extra">
|
|
|
|
+
|
|
|
|
+ <!-- details -->
|
|
|
|
+ <div class="bg-blue-light-extra rounded-top p-2">
|
|
|
|
+
|
|
|
|
+ <div class="fs-4">
|
|
|
|
+ আবেদন করার শেষ সময়
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-3 d-flex justify-content-around align-items-end">
|
|
|
|
+ <div>
|
|
|
|
+ <div class="small">
|
|
|
|
+ এপ্রিল
|
|
|
|
+ </div>
|
|
|
|
+ <div class="fs-2">
|
|
|
|
+ ১২
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div>
|
|
|
|
+ <span class="fs-2">১০</span>
|
|
|
|
+ <span class="small">PM</span>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <!-- view more link -->
|
|
|
|
+ <div class="p-2">
|
|
|
|
+ <a class="view-more d-flex text-black align-items-center" href="#">
|
|
|
|
+ <span class="fs-6">বিস্তারিত </span>
|
|
|
|
+ <span class="ms-2">
|
|
|
|
+ <img class="icon h-100" src="./images/Arrow-right-black.svg" alt="">
|
|
|
|
+ </span>
|
|
|
|
+ </a>
|
|
|
|
+ </div>
|
|
|
|
|
|
- <div class="news bg-white rounded-3 p-2 mx-1">
|
|
|
|
- <div class="circle-icon">
|
|
|
|
- <img class="w-100" src="./images/round-dark-blue.svg" alt="">
|
|
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
- <div class="mt-2">
|
|
|
|
- বাংলাদেশ ব্যাংক
|
|
|
|
|
|
+
|
|
|
|
+ <div class="news bg-white rounded-3 p-2 ms-3">
|
|
|
|
+ <div class="circle-icon">
|
|
|
|
+ <img class="w-100" src="./images/round-dark-blue.svg" alt="">
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-2 text-blue-dark fw-bold fs-3">
|
|
|
|
+ বাংলাদেশ ব্যাংক
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-2 fs-5 text-dark">
|
|
|
|
+ ম্যানেজার পদে নিউগ
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="mt-3 text-white rounded-3 border border-1 border-purple">
|
|
|
|
+
|
|
|
|
+ <!-- details -->
|
|
|
|
+ <div class="bg-purple rounded-top p-2">
|
|
|
|
+
|
|
|
|
+ <div class="fs-4">
|
|
|
|
+ আবেদন করার শেষ সময়
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-3 d-flex justify-content-around align-items-end">
|
|
|
|
+ <div>
|
|
|
|
+ <div class="small">
|
|
|
|
+ এপ্রিল
|
|
|
|
+ </div>
|
|
|
|
+ <div class="fs-2">
|
|
|
|
+ ১২
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div>
|
|
|
|
+ <span class="fs-2">১০</span>
|
|
|
|
+ <span class="small">PM</span>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <!-- view more link -->
|
|
|
|
+ <div class="p-2">
|
|
|
|
+ <a class="view-more d-flex text-black align-items-center" href="#">
|
|
|
|
+ <span class="fs-6">বিস্তারিত </span>
|
|
|
|
+ <span class="ms-2">
|
|
|
|
+ <img class="icon h-100" src="./images/Arrow-right-black.svg" alt="">
|
|
|
|
+ </span>
|
|
|
|
+ </a>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ </section>
|
|
|
|
+
|
|
|
|
+ <!-- job preparation section -->
|
|
|
|
+ <section id="job-preparation" class="py-5">
|
|
|
|
+ <div class="container padding-reset">
|
|
|
|
+
|
|
|
|
+ <div class="section-title text-blue-dark">
|
|
|
|
+ সরকারি চাকরির সর্বোচ্চ প্রস্তুতি
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="sub-title text-dark">
|
|
|
|
+ বিসিএস কিংবা ব্যাংকে চাকরি - টার্গেট যেটাই হোক, সলিউশন এখানেই!
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="position-relative mt-5 py-2 ">
|
|
|
|
+ <div class="swiper jobPreparationSlider">
|
|
|
|
+ <div class="swiper-wrapper py-3">
|
|
|
|
+
|
|
|
|
+ <div class="swiper-slide">
|
|
|
|
+ <div class="job-preparation-content rounded-3 border border-1 border-purple">
|
|
|
|
+ <!-- details -->
|
|
|
|
+ <div class="bg-purple rounded-top text-white text-center px-3 py-4">
|
|
|
|
+ <div class="fw-bold fs-1">
|
|
|
|
+ বি সি এস
|
|
|
|
+ </div>
|
|
|
|
+ <div class="fs-3">
|
|
|
|
+ প্রশ্ন সমাধান
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-3 text-purple d-flex justify-content-around fs-3 gap-4">
|
|
|
|
+ <div class="bg-white rounded-2 px-4 py-2 flex-fill">
|
|
|
|
+ ১৫৫০টি প্রশ্ন
|
|
|
|
+ </div>
|
|
|
|
+ <div class="bg-white rounded-2 p-2 flex-fill">
|
|
|
|
+ মডেল টেস্ট
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <!-- link -->
|
|
|
|
+ <div class="rounded-3 bg-white px-2 py-3">
|
|
|
|
+ <a class=" d-flex align-items-center text-purple" href="#">
|
|
|
|
+ <span>
|
|
|
|
+ শুরু করুন
|
|
|
|
+ </span>
|
|
|
|
+ <span class="ms-2">
|
|
|
|
+ <img class="icon" src="./images/Arrow-right-purple.svg" alt="">
|
|
|
|
+ </span>
|
|
|
|
+ </a>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="swiper-slide">
|
|
|
|
+ <div class="job-preparation-content rounded-3 border border-1 border-blue-light">
|
|
|
|
+ <!-- details -->
|
|
|
|
+ <div class="bg-blue-light rounded-top text-white text-center px-3 py-4">
|
|
|
|
+ <div class="fw-bold fs-1">
|
|
|
|
+ ব্যাংক জবস
|
|
|
|
+ </div>
|
|
|
|
+ <div class="fs-3">
|
|
|
|
+ প্রশ্ন সমাধান
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-3 text-blue-light d-flex justify-content-around fs-3 gap-4">
|
|
|
|
+ <div class="bg-white rounded-2 px-4 py-2 flex-fill">
|
|
|
|
+ ১৫৫০টি প্রশ্ন
|
|
|
|
+ </div>
|
|
|
|
+ <div class="bg-white rounded-2 p-2 flex-fill">
|
|
|
|
+ মডেল টেস্ট
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <!-- link -->
|
|
|
|
+ <div class="rounded-3 bg-white px-2 py-3">
|
|
|
|
+ <a class=" d-flex align-items-center text-blue-light" href="#">
|
|
|
|
+ <span>
|
|
|
|
+ শুরু করুন
|
|
|
|
+ </span>
|
|
|
|
+ <span class="ms-2">
|
|
|
|
+ <img class="icon" src="./images/Arrow-right-blue-dark.svg" alt="">
|
|
|
|
+ </span>
|
|
|
|
+ </a>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="swiper-slide">
|
|
|
|
+ <div class="job-preparation-content rounded-3 border border-1 border-green-blue">
|
|
|
|
+ <!-- details -->
|
|
|
|
+ <div class="bg-green-blue rounded-top text-white text-center px-3 py-4">
|
|
|
|
+ <div class="fw-bold fs-1">
|
|
|
|
+ মিনিস্ট্রি জবস
|
|
|
|
+ </div>
|
|
|
|
+ <div class="fs-3">
|
|
|
|
+ প্রশ্ন সমাধান
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-3 text-blue-light d-flex justify-content-around fs-3 gap-4">
|
|
|
|
+ <div class="bg-white rounded-2 px-4 py-2 flex-fill">
|
|
|
|
+ ১৫৫০টি প্রশ্ন
|
|
|
|
+ </div>
|
|
|
|
+ <div class="bg-white rounded-2 p-2 flex-fill">
|
|
|
|
+ মডেল টেস্ট
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <!-- link -->
|
|
|
|
+ <div class="rounded-3 bg-white px-2 py-3">
|
|
|
|
+ <a class=" d-flex align-items-center text-green-blue" href="#">
|
|
|
|
+ <span>
|
|
|
|
+ শুরু করুন
|
|
|
|
+ </span>
|
|
|
|
+ <span class="ms-2">
|
|
|
|
+ <img class="icon" src="./images/Arrow-right-blue-green.svg" alt="">
|
|
|
|
+ </span>
|
|
|
|
+ </a>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="swiper-slide">
|
|
|
|
+ <div class="job-preparation-content rounded-3 border border-1 border-purple">
|
|
|
|
+ <!-- details -->
|
|
|
|
+ <div class="bg-purple rounded-top text-white text-center px-3 py-4">
|
|
|
|
+ <div class="fw-bold fs-1">
|
|
|
|
+ বি সি এস
|
|
|
|
+ </div>
|
|
|
|
+ <div class="fs-3">
|
|
|
|
+ প্রশ্ন সমাধান
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-3 text-purple d-flex justify-content-around fs-3 gap-4">
|
|
|
|
+ <div class="bg-white rounded-2 px-4 py-2 flex-fill">
|
|
|
|
+ ১৫৫০টি প্রশ্ন
|
|
|
|
+ </div>
|
|
|
|
+ <div class="bg-white rounded-2 p-2 flex-fill">
|
|
|
|
+ মডেল টেস্ট
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <!-- link -->
|
|
|
|
+ <div class="rounded-3 bg-white px-2 py-3">
|
|
|
|
+ <a class=" d-flex align-items-center text-purple" href="#">
|
|
|
|
+ <span>
|
|
|
|
+ শুরু করুন
|
|
|
|
+ </span>
|
|
|
|
+ <span class="ms-2">
|
|
|
|
+ <img class="icon" src="./images/Arrow-right-purple.svg" alt="">
|
|
|
|
+ </span>
|
|
|
|
+ </a>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="swiper-slide">
|
|
|
|
+ <div class="job-preparation-content rounded-3 border border-1 border-blue-light">
|
|
|
|
+ <!-- details -->
|
|
|
|
+ <div class="bg-blue-light rounded-top text-white text-center px-3 py-4">
|
|
|
|
+ <div class="fw-bold fs-1">
|
|
|
|
+ ব্যাংক জবস
|
|
|
|
+ </div>
|
|
|
|
+ <div class="fs-3">
|
|
|
|
+ প্রশ্ন সমাধান
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-3 text-blue-light d-flex justify-content-around fs-3 gap-4">
|
|
|
|
+ <div class="bg-white rounded-2 px-4 py-2 flex-fill">
|
|
|
|
+ ১৫৫০টি প্রশ্ন
|
|
|
|
+ </div>
|
|
|
|
+ <div class="bg-white rounded-2 p-2 flex-fill">
|
|
|
|
+ মডেল টেস্ট
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <!-- link -->
|
|
|
|
+ <div class="rounded-3 bg-white px-2 py-3">
|
|
|
|
+ <a class=" d-flex align-items-center text-blue-light" href="#">
|
|
|
|
+ <span>
|
|
|
|
+ শুরু করুন
|
|
|
|
+ </span>
|
|
|
|
+ <span class="ms-2">
|
|
|
|
+ <img class="icon" src="./images/Arrow-right-blue-dark.svg" alt="">
|
|
|
|
+ </span>
|
|
|
|
+ </a>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="swiper-slide">
|
|
|
|
+ <div class="job-preparation-content rounded-3 border border-1 border-green-blue">
|
|
|
|
+ <!-- details -->
|
|
|
|
+ <div class="bg-green-blue rounded-top text-white text-center px-3 py-4">
|
|
|
|
+ <div class="fw-bold fs-1">
|
|
|
|
+ মিনিস্ট্রি জবস
|
|
|
|
+ </div>
|
|
|
|
+ <div class="fs-3">
|
|
|
|
+ প্রশ্ন সমাধান
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-3 text-blue-light d-flex justify-content-around fs-3 gap-4">
|
|
|
|
+ <div class="bg-white rounded-2 px-4 py-2 flex-fill">
|
|
|
|
+ ১৫৫০টি প্রশ্ন
|
|
|
|
+ </div>
|
|
|
|
+ <div class="bg-white rounded-2 p-2 flex-fill">
|
|
|
|
+ মডেল টেস্ট
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <!-- link -->
|
|
|
|
+ <div class="rounded-3 bg-white px-2 py-3">
|
|
|
|
+ <a class=" d-flex align-items-center text-green-blue" href="#">
|
|
|
|
+ <span>
|
|
|
|
+ শুরু করুন
|
|
|
|
+ </span>
|
|
|
|
+ <span class="ms-2">
|
|
|
|
+ <img class="icon" src="./images/Arrow-right-blue-green.svg" alt="">
|
|
|
|
+ </span>
|
|
|
|
+ </a>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="swiper-button-next jobPreparationSlider-next"></div>
|
|
|
|
+ <div class="swiper-button-prev jobPreparationSlider-prev"></div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ </section>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <!-- downlopad app section -->
|
|
|
|
+ <section id="download-app" class="py-5">
|
|
|
|
+ <div class="container ">
|
|
|
|
+ <div class="section-title text-blue-dark">
|
|
|
|
+ শেখার মাধ্যমে আপনার লক্ষ্য অর্জন করুন স্টাডিপ্রেসের সাথে
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="mt-5 row align-items-center">
|
|
|
|
+
|
|
|
|
+ <div class="col-12 col-lg-5">
|
|
|
|
+ <img class="w-100" src="./images/app-download.svg" alt="">
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="col-12 col-lg-7 px-5">
|
|
|
|
+ <div class="download-title text-blue-dark fw-bold">
|
|
|
|
+ Download Mobile App
|
|
|
|
+ </div>
|
|
|
|
+ <div class="download-subtitle mt-3 text-dark-light-extra ">
|
|
|
|
+ Start or schedule lessons anytime, anywhere with our Android and iPhone apps.
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-4 d-flex justify-content-center align-items-center gap-3">
|
|
|
|
+ <button class="btn icon-btn p-0">
|
|
|
|
+ <img class="h-100" src="./images/app-store.svg" alt="">
|
|
|
|
+ </button>
|
|
|
|
+ <button class="btn icon-btn p-0">
|
|
|
|
+ <img class="h-100" src="./images/google-play.svg" alt="">
|
|
|
|
+ </button>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </section>
|
|
|
|
|
|
- <div class="news bg-white rounded-3 p-2 mx-1">
|
|
|
|
- <div class="circle-icon">
|
|
|
|
- <img class="w-100" src="./images/round-purple.svg" alt="">
|
|
|
|
|
|
+
|
|
|
|
+ <!-- why studypress -->
|
|
|
|
+ <section id="why-studypress">
|
|
|
|
+
|
|
|
|
+ <div class="top-content pt-5 px-2 text-white">
|
|
|
|
+ <div class="section-title">
|
|
|
|
+ কেন <span class="fw-bold">Studypress</span> শিক্ষার্থীদের প্রথম পছন্দ?
|
|
|
|
+ </div>
|
|
|
|
+ <div class="sub-title mt-3">
|
|
|
|
+ বিসিএস কিংবা ব্যাংকে চাকরি - টার্গেট যেটাই হোক, সলিউশন এখানেই!
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="container mt-2 py-5">
|
|
|
|
+ <div class="row justify-content-between align-items-center">
|
|
|
|
+
|
|
|
|
+ <div class="col-12 col-lg-5 order-1 order-lg-0 mt-5 mt-lg-0">
|
|
|
|
+
|
|
|
|
+ <div class="d-flex flex-column gap-3">
|
|
|
|
+
|
|
|
|
+ <div class="content d-flex align-items-center gap-4 rounded-3 bg-green-blue ps-4 pe-5 py-3">
|
|
|
|
+ <div class="icon">
|
|
|
|
+ <img class="h-100" src="./images/chart.svg" alt="">
|
|
</div>
|
|
</div>
|
|
- <div class="mt-2">
|
|
|
|
- বাংলাদেশ ব্যাংক
|
|
|
|
|
|
+ <div class="fs-4 text-content text-white">
|
|
|
|
+ আপনার অনুশীলনের পারফরম্যান্স দেখুন যেকোন সময়
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="content d-flex align-items-center gap-4 rounded-3 bg-blue-light ps-4 pe-5 py-3">
|
|
|
|
+ <div class="icon">
|
|
|
|
+ <img class="h-100" src="./images/Clock.svg" alt="">
|
|
|
|
+ </div>
|
|
|
|
+ <div class="fs-4 text-content text-white">
|
|
|
|
+ নিজের মতো করে যে কোনো সময়ে পড়াযায়
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="content d-flex align-items-center gap-4 rounded-3 bg-purple ps-4 pe-5 py-3">
|
|
|
|
+ <div class="icon">
|
|
|
|
+ <img class="h-100" src="./images/Dictionary.svg" alt="">
|
|
|
|
+ </div>
|
|
|
|
+ <div class="fs-4 text-content text-white">
|
|
|
|
+ আপনার অনুশীলনের পারফরম্যান্স দেখুন যেকোন সময়
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="col-12 col-lg-6 order-0 order-lg-1">
|
|
|
|
+ <img class="w-100" src="./images/why-studypress girl.png" alt="">
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </section>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <!-- crash course -->
|
|
|
|
+ <section id="crash-course" class="py-5 bg-primary">
|
|
|
|
+ <div class="container padding-reset">
|
|
|
|
+
|
|
|
|
+ <div class="section-title text-white">
|
|
|
|
+ চলে এসেছে নতুন ক্র্যাশ কোর্স
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="mt-2 sub-title text-white">
|
|
|
|
+ আমাদের ক্র্যাশ কোর্স এর মাধ্যমে নিজেকে প্রস্তুত করুন আর দ্রুত
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="mt-5 border border-1 border-white rounded-3 p-3">
|
|
|
|
+ <div class="bg-white rounded p-3">
|
|
|
|
+
|
|
|
|
+ <div class="row">
|
|
|
|
+
|
|
|
|
+ <div class="col-12 col-lg-4">
|
|
|
|
+ <div class="crash-course-content rounded-3 border border-1 border-purple">
|
|
|
|
+ <!-- details -->
|
|
|
|
+ <div class="bg-purple rounded-top text-white text-center px-3 py-4">
|
|
|
|
+ <div class="fw-bold fs-1">
|
|
|
|
+ বি সি এস
|
|
|
|
+ </div>
|
|
|
|
+ <div class="fs-3">
|
|
|
|
+ প্রশ্ন সমাধান
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-3 text-purple d-flex justify-content-around fs-3 gap-4">
|
|
|
|
+ <div class="bg-white rounded-2 px-4 py-2 flex-fill">
|
|
|
|
+ ১৫৫০টি প্রশ্ন
|
|
|
|
+ </div>
|
|
|
|
+ <div class="bg-white rounded-2 p-2 flex-fill">
|
|
|
|
+ মডেল টেস্ট
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <!-- link -->
|
|
|
|
+ <div class="px-2 py-3 d-flex justify-content-between align-items-center">
|
|
|
|
+ <div class="px-2 py-1 bg-purple rounded-2 text-white">
|
|
|
|
+ ১,৫০০ টাকা
|
|
|
|
+ </div>
|
|
|
|
+ <a class="bg-white d-flex align-items-center text-purple" href="#">
|
|
|
|
+ <span>
|
|
|
|
+ শুরু করুন
|
|
|
|
+ </span>
|
|
|
|
+ <span class="ms-2">
|
|
|
|
+ <img class="icon" src="./images/Arrow-right-purple.svg" alt="">
|
|
|
|
+ </span>
|
|
|
|
+ </a>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="col-12 col-lg-4 mt-3 mt-lg-0">
|
|
|
|
+ <div class="crash-course-content rounded-3 border border-1 border-blue-light">
|
|
|
|
+ <!-- details -->
|
|
|
|
+ <div class="bg-blue-light rounded-top text-white text-center px-3 py-4">
|
|
|
|
+ <div class="fw-bold fs-1">
|
|
|
|
+ ব্যাংক জবস
|
|
|
|
+ </div>
|
|
|
|
+ <div class="fs-3">
|
|
|
|
+ প্রশ্ন সমাধান
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-3 text-blue-light d-flex justify-content-around fs-3 gap-4">
|
|
|
|
+ <div class="bg-white rounded-2 px-4 py-2 flex-fill">
|
|
|
|
+ ১৫৫০টি প্রশ্ন
|
|
|
|
+ </div>
|
|
|
|
+ <div class="bg-white rounded-2 p-2 flex-fill">
|
|
|
|
+ মডেল টেস্ট
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <!-- link -->
|
|
|
|
+ <div class="px-2 py-3 d-flex justify-content-between align-items-center">
|
|
|
|
+ <div class="px-2 py-1 bg-blue-light rounded-2 text-white">
|
|
|
|
+ ১,৫০০ টাকা
|
|
|
|
+ </div>
|
|
|
|
+ <a class="bg-white d-flex align-items-center text-blue-light" href="#">
|
|
|
|
+ <span>
|
|
|
|
+ শুরু করুন
|
|
|
|
+ </span>
|
|
|
|
+ <span class="ms-2">
|
|
|
|
+ <img class="icon" src="./images/Arrow-right-blue-dark.svg" alt="">
|
|
|
|
+ </span>
|
|
|
|
+ </a>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="col-12 col-lg-4 mt-3 mt-lg-0">
|
|
|
|
+ <div class="crash-course-content rounded-3 border border-1 border-green-blue">
|
|
|
|
+ <!-- details -->
|
|
|
|
+ <div class="bg-green-blue rounded-top text-white text-center px-3 py-4">
|
|
|
|
+ <div class="fw-bold fs-1">
|
|
|
|
+ মিনিস্ট্রি জবস
|
|
|
|
+ </div>
|
|
|
|
+ <div class="fs-3">
|
|
|
|
+ প্রশ্ন সমাধান
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-3 text-blue-light d-flex justify-content-around fs-3 gap-4">
|
|
|
|
+ <div class="bg-white rounded-2 px-4 py-2 flex-fill">
|
|
|
|
+ ১৫৫০টি প্রশ্ন
|
|
|
|
+ </div>
|
|
|
|
+ <div class="bg-white rounded-2 p-2 flex-fill">
|
|
|
|
+ মডেল টেস্ট
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <!-- link -->
|
|
|
|
+ <div class="px-2 py-3 d-flex justify-content-between align-items-center">
|
|
|
|
+ <div class="px-2 py-1 bg-green-blue rounded-2 text-white">
|
|
|
|
+ ১,৫০০ টাকা
|
|
|
|
+ </div>
|
|
|
|
+ <a class="bg-white d-flex align-items-center text-green-blue" href="#">
|
|
|
|
+ <span>
|
|
|
|
+ শুরু করুন
|
|
|
|
+ </span>
|
|
|
|
+ <span class="ms-2">
|
|
|
|
+ <img class="icon" src="./images/Arrow-right-blue-green.svg" alt="">
|
|
|
|
+ </span>
|
|
|
|
+ </a>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ </section>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <!-- our blog section -->
|
|
|
|
+ <section id="our-blog" class="py-5">
|
|
|
|
+ <div class="container padding-reset">
|
|
|
|
+
|
|
|
|
+ <div class="section-title text-blue-dark">
|
|
|
|
+ পড়ুন আমাদের ব্লগ
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="position-relative mt-5 py-2 ">
|
|
|
|
+ <div class="swiper ourBlogSlider">
|
|
|
|
+ <div class="swiper-wrapper py-3">
|
|
|
|
+
|
|
|
|
+ <div class="swiper-slide">
|
|
|
|
+ <div class="position-relative bg-white rounded-3">
|
|
|
|
+ <img class="w-100" src="./images/our-blog.png" alt="">
|
|
|
|
+
|
|
|
|
+ <div class="px-2 py-2">
|
|
|
|
+ <div class="mt-2 heading text-dark fs-5">
|
|
|
|
+ বাংলাদেশ ব্যাংকের নতুন নিয়ম ...
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-1 small details text-dark-light">
|
|
|
|
+ অনুশীলনের প্রতিটি প্রশ্নের মান এবং আপনার দেওয়া উত্তর বিবেচনা করে আপনার প্রস্তুতির মান নির্ধারণ করে যা ড্যাসবোর্ডে আপনার স্কোর দেখাবে.....।
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="mt-3 d-flex justify-content-end pe-3">
|
|
|
|
+ <a class="px-3 py-2" href="">
|
|
|
|
+ <span class="fs-5">বিস্তারিত </span>
|
|
|
|
+ <span class="ms-2">
|
|
|
|
+ <img class="icon" src="./images/Arrow-right-black.svg" alt="">
|
|
|
|
+ </span>
|
|
|
|
+ </a>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="swiper-slide">
|
|
|
|
+ <div class="position-relative bg-white rounded-3">
|
|
|
|
+ <img class="w-100" src="./images/our-blog.png" alt="">
|
|
|
|
+
|
|
|
|
+ <div class="px-2 py-2">
|
|
|
|
+ <div class="mt-2 heading text-dark fs-5">
|
|
|
|
+ বাংলাদেশ ব্যাংকের নতুন নিয়ম ...
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-1 small details text-dark-light">
|
|
|
|
+ অনুশীলনের প্রতিটি প্রশ্নের মান এবং আপনার দেওয়া উত্তর বিবেচনা করে আপনার প্রস্তুতির মান নির্ধারণ করে যা ড্যাসবোর্ডে আপনার স্কোর দেখাবে.....।
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="mt-3 d-flex justify-content-end pe-3">
|
|
|
|
+ <a class="px-3 py-2" href="">
|
|
|
|
+ <span class="fs-5">বিস্তারিত </span>
|
|
|
|
+ <span class="ms-2">
|
|
|
|
+ <img class="icon" src="./images/Arrow-right-black.svg" alt="">
|
|
|
|
+ </span>
|
|
|
|
+ </a>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="swiper-slide">
|
|
|
|
+ <div class="position-relative bg-white rounded-3">
|
|
|
|
+ <img class="w-100" src="./images/our-blog.png" alt="">
|
|
|
|
+
|
|
|
|
+ <div class="px-2 py-2">
|
|
|
|
+ <div class="mt-2 heading text-dark fs-5">
|
|
|
|
+ বাংলাদেশ ব্যাংকের নতুন নিয়ম ...
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-1 small details text-dark-light">
|
|
|
|
+ অনুশীলনের প্রতিটি প্রশ্নের মান এবং আপনার দেওয়া উত্তর বিবেচনা করে আপনার প্রস্তুতির মান নির্ধারণ করে যা ড্যাসবোর্ডে আপনার স্কোর দেখাবে.....।
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="mt-3 d-flex justify-content-end pe-3">
|
|
|
|
+ <a class="px-3 py-2" href="">
|
|
|
|
+ <span class="fs-5">বিস্তারিত </span>
|
|
|
|
+ <span class="ms-2">
|
|
|
|
+ <img class="icon" src="./images/Arrow-right-black.svg" alt="">
|
|
|
|
+ </span>
|
|
|
|
+ </a>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="swiper-slide">
|
|
|
|
+ <div class="position-relative bg-white rounded-3">
|
|
|
|
+ <img class="w-100" src="./images/our-blog.png" alt="">
|
|
|
|
+
|
|
|
|
+ <div class="px-2 py-2">
|
|
|
|
+ <div class="mt-2 heading text-dark fs-5">
|
|
|
|
+ বাংলাদেশ ব্যাংকের নতুন নিয়ম ...
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-1 small details text-dark-light">
|
|
|
|
+ অনুশীলনের প্রতিটি প্রশ্নের মান এবং আপনার দেওয়া উত্তর বিবেচনা করে আপনার প্রস্তুতির মান নির্ধারণ করে যা ড্যাসবোর্ডে আপনার স্কোর দেখাবে.....।
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="mt-3 d-flex justify-content-end pe-3">
|
|
|
|
+ <a class="px-3 py-2" href="">
|
|
|
|
+ <span class="fs-5">বিস্তারিত </span>
|
|
|
|
+ <span class="ms-2">
|
|
|
|
+ <img class="icon" src="./images/Arrow-right-black.svg" alt="">
|
|
|
|
+ </span>
|
|
|
|
+ </a>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="swiper-slide">
|
|
|
|
+ <div class="position-relative bg-white rounded-3">
|
|
|
|
+ <img class="w-100" src="./images/our-blog.png" alt="">
|
|
|
|
+
|
|
|
|
+ <div class="px-2 py-2">
|
|
|
|
+ <div class="mt-2 heading text-dark fs-5">
|
|
|
|
+ বাংলাদেশ ব্যাংকের নতুন নিয়ম ...
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-1 small details text-dark-light">
|
|
|
|
+ অনুশীলনের প্রতিটি প্রশ্নের মান এবং আপনার দেওয়া উত্তর বিবেচনা করে আপনার প্রস্তুতির মান নির্ধারণ করে যা ড্যাসবোর্ডে আপনার স্কোর দেখাবে.....।
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="mt-3 d-flex justify-content-end pe-3">
|
|
|
|
+ <a class="px-3 py-2" href="">
|
|
|
|
+ <span class="fs-5">বিস্তারিত </span>
|
|
|
|
+ <span class="ms-2">
|
|
|
|
+ <img class="icon" src="./images/Arrow-right-black.svg" alt="">
|
|
|
|
+ </span>
|
|
|
|
+ </a>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="swiper-slide">
|
|
|
|
+ <div class="position-relative bg-white rounded-3">
|
|
|
|
+ <img class="w-100" src="./images/our-blog.png" alt="">
|
|
|
|
+
|
|
|
|
+ <div class="px-2 py-2">
|
|
|
|
+ <div class="mt-2 heading text-dark fs-5">
|
|
|
|
+ বাংলাদেশ ব্যাংকের নতুন নিয়ম ...
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-1 small details text-dark-light">
|
|
|
|
+ অনুশীলনের প্রতিটি প্রশ্নের মান এবং আপনার দেওয়া উত্তর বিবেচনা করে আপনার প্রস্তুতির মান নির্ধারণ করে যা ড্যাসবোর্ডে আপনার স্কোর দেখাবে.....।
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="mt-3 d-flex justify-content-end pe-3">
|
|
|
|
+ <a class="px-3 py-2" href="">
|
|
|
|
+ <span class="fs-5">বিস্তারিত </span>
|
|
|
|
+ <span class="ms-2">
|
|
|
|
+ <img class="icon" src="./images/Arrow-right-black.svg" alt="">
|
|
|
|
+ </span>
|
|
|
|
+ </a>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="swiper-button-next ourBlogSlider-next"></div>
|
|
|
|
+ <div class="swiper-button-prev ourBlogSlider-prev"></div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ </section>
|
|
|
|
+
|
|
|
|
+ <!-- word of the day -->
|
|
|
|
+ <section id="word-of-day" class="py-5">
|
|
|
|
+ <div class="container">
|
|
|
|
+ <div class="row justify-content-between">
|
|
|
|
+
|
|
|
|
+ <!-- word of the day -->
|
|
|
|
+ <div class="col-12 col-lg-5">
|
|
|
|
+
|
|
|
|
+ <div class="title text-center">
|
|
|
|
+ <span>প্রতিদিন নতুন শব্দ শিখেনিন</span>
|
|
|
|
+ <br>
|
|
|
|
+ <span>Word of the Day তে </span>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <!-- word of day content -->
|
|
|
|
+ <div class="mt-5">
|
|
|
|
+ <img class="w-100" src="./images/WOD_web.png" alt="">
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <!-- on this day -->
|
|
|
|
+ <div class="col-12 col-lg-5">
|
|
|
|
+
|
|
|
|
+ <div class="title text-center">
|
|
|
|
+ <span>জেনেনিন আজকের দিনে</span>
|
|
|
|
+ <br>
|
|
|
|
+ <span>শরণিয় কি হয়েছিল </span>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <!-- on this day content -->
|
|
|
|
+ <div class="mt-5">
|
|
|
|
+ <div class="position-relative mt-5 py-2 ">
|
|
|
|
+ <div class="swiper onThisDay px-5">
|
|
|
|
+ <div class="swiper-wrapper py-5">
|
|
|
|
+
|
|
|
|
+ <div class="swiper-slide">
|
|
|
|
+ <div class="text-center">
|
|
|
|
+ <div class="year">
|
|
|
|
+ <span class="fw-bold text-blue-dark">সন :</span>
|
|
|
|
+ <span class="ms-3">২০০৬ </span>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-3 content ">
|
|
|
|
+ ইরাকের সাবেক প্রেসিডেন্ট সাদ্দাম হোসেনকে আল দুজাইল ট্রায়ালে মৃত্যুদণ্ডে দণ্ডিত করা হয়।
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="swiper-slide">
|
|
|
|
+ <div class="text-center">
|
|
|
|
+ <div class="year">
|
|
|
|
+ <span class="fw-bold text-blue-dark">সন :</span>
|
|
|
|
+ <span class="ms-3">২০০৬ </span>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-3 content ">
|
|
|
|
+ ইরাকের সাবেক প্রেসিডেন্ট সাদ্দাম হোসেনকে আল দুজাইল ট্রায়ালে মৃত্যুদণ্ডে দণ্ডিত করা হয়।
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="swiper-slide">
|
|
|
|
+ <div class="text-center">
|
|
|
|
+ <div class="year">
|
|
|
|
+ <span class="fw-bold text-blue-dark">সন :</span>
|
|
|
|
+ <span class="ms-3">২০০৬ </span>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-3 content ">
|
|
|
|
+ ইরাকের সাবেক প্রেসিডেন্ট সাদ্দাম হোসেনকে আল দুজাইল ট্রায়ালে মৃত্যুদণ্ডে দণ্ডিত করা হয়।
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="swiper-slide">
|
|
|
|
+ <div class="text-center">
|
|
|
|
+ <div class="year">
|
|
|
|
+ <span class="fw-bold text-blue-dark">সন :</span>
|
|
|
|
+ <span class="ms-3">২০০৬ </span>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-3 content ">
|
|
|
|
+ ইরাকের সাবেক প্রেসিডেন্ট সাদ্দাম হোসেনকে আল দুজাইল ট্রায়ালে মৃত্যুদণ্ডে দণ্ডিত করা হয়।
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="swiper-slide">
|
|
|
|
+ <div class="text-center">
|
|
|
|
+ <div class="year">
|
|
|
|
+ <span class="fw-bold text-blue-dark">সন :</span>
|
|
|
|
+ <span class="ms-3">২০০৬ </span>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-3 content ">
|
|
|
|
+ ইরাকের সাবেক প্রেসিডেন্ট সাদ্দাম হোসেনকে আল দুজাইল ট্রায়ালে মৃত্যুদণ্ডে দণ্ডিত করা হয়।
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="swiper-slide">
|
|
|
|
+ <div class="text-center">
|
|
|
|
+ <div class="year">
|
|
|
|
+ <span class="fw-bold text-blue-dark">সন :</span>
|
|
|
|
+ <span class="ms-3">২০০৬ </span>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-3 content ">
|
|
|
|
+ ইরাকের সাবেক প্রেসিডেন্ট সাদ্দাম হোসেনকে আল দুজাইল ট্রায়ালে মৃত্যুদণ্ডে দণ্ডিত করা হয়।
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="swiper-slide">
|
|
|
|
+ <div class="text-center">
|
|
|
|
+ <div class="year">
|
|
|
|
+ <span class="fw-bold text-blue-dark">সন :</span>
|
|
|
|
+ <span class="ms-3">২০০৬ </span>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-3 content ">
|
|
|
|
+ ইরাকের সাবেক প্রেসিডেন্ট সাদ্দাম হোসেনকে আল দুজাইল ট্রায়ালে মৃত্যুদণ্ডে দণ্ডিত করা হয়।
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="swiper-button-next onThisDay-next"></div>
|
|
|
|
+ <div class="swiper-button-prev onThisDay-prev"></div>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ </div>
|
|
|
|
+ </section>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <!-- footer -->
|
|
|
|
+ <section id="footer" class="py-5 text-dark">
|
|
|
|
+ <div class="container">
|
|
|
|
+ <div class="row justify-content-evenly">
|
|
|
|
+
|
|
|
|
+ <!-- company detail -->
|
|
|
|
+ <div class="col-12 col-lg-6 col-xl-4">
|
|
|
|
+ <div class="brand-logo">
|
|
|
|
+ <img class="w-100" src="./images/Logo-main-small-version.svg" alt="">
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="company-details mt-5">
|
|
|
|
+
|
|
|
|
+ <!-- phone -->
|
|
|
|
+ <div class="mt-3 d-flex align-items-center">
|
|
|
|
+ <span class="company-details-icon">
|
|
|
|
+ <img class="w-100" src="./images/footer-phone.svg" alt="">
|
|
|
|
+ </span>
|
|
|
|
+ <span class="ms-3">
|
|
|
|
+ 00 00 00
|
|
|
|
+ </span>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <!-- email -->
|
|
|
|
+ <div class="mt-3 d-flex align-items-center">
|
|
|
|
+ <span class="company-details-icon">
|
|
|
|
+ <img class="w-100" src="./images/footer _mail_.svg" alt="">
|
|
|
|
+ </span>
|
|
|
|
+ <span class="ms-3">
|
|
|
|
+ info@studypress.com
|
|
|
|
+ </span>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <!-- website -->
|
|
|
|
+ <div class="mt-3 d-flex align-items-center">
|
|
|
|
+ <span class="company-details-icon">
|
|
|
|
+ <img class="w-100" src="./images/footer _globe_.svg" alt="">
|
|
|
|
+ </span>
|
|
|
|
+ <span class="ms-3">
|
|
|
|
+ www.studypress.com
|
|
|
|
+ </span>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <!-- location -->
|
|
|
|
+ <div class="mt-3 d-flex align-items-center">
|
|
|
|
+ <span class="company-details-icon">
|
|
|
|
+ <img class="w-100" src="./images/footer-location.svg" alt="">
|
|
|
|
+ </span>
|
|
|
|
+ <span class="ms-3">
|
|
|
|
+ House: #00, Road:#00, Sector : 00 Uttara- Dhaka-1230
|
|
|
|
+ </span>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <!-- nav link -->
|
|
|
|
+ <div class="mt-4 mt-xl-0 col-12 col-lg-6 col-xl-4 pt-5">
|
|
|
|
+ <div class="content-title">
|
|
|
|
+ প্রয়োজনীয় লিঙ্ক
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="link">
|
|
|
|
+ <div class="mt-2">
|
|
|
|
+ <a class="active" href="#">Home </a>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-2">
|
|
|
|
+ <a href="#">About </a>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-2">
|
|
|
|
+ <a href="#">Blog </a>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-2">
|
|
|
|
+ <a href="#">News </a>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mt-2">
|
|
|
|
+ <a href="#">Contacct </a>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <!-- social and terms cnd -->
|
|
|
|
+ <div class="mt-4 mt-xl-0 col-12 col-lg-6 col-xl-4 pt-5">
|
|
|
|
+ <div class="content-title text-center">
|
|
|
|
+ আমাদের সম্পর্কে আর জানতে
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <!-- social link -->
|
|
|
|
+ <div class="mt-2 d-flex justify-content-center gap-2 py-1">
|
|
|
|
+
|
|
|
|
+ <!-- facebook -->
|
|
|
|
+ <a class="social-link" href="#">
|
|
|
|
+ <img class="w-100" src="./images/facebook.svg" alt="">
|
|
|
|
+ </a>
|
|
|
|
+
|
|
|
|
+ <!-- facebook -->
|
|
|
|
+ <a class="social-link" href="#">
|
|
|
|
+ <img class="w-100" src="./images/Linkedin_.svg" alt="">
|
|
|
|
+ </a>
|
|
|
|
|
|
|
|
+ <!-- facebook -->
|
|
|
|
+ <a class="social-link" href="#">
|
|
|
|
+ <img class="w-100" src="./images/instagram.svg" alt="">
|
|
|
|
+ </a>
|
|
|
|
+
|
|
|
|
+ <!-- facebook -->
|
|
|
|
+ <a class="social-link" href="#">
|
|
|
|
+ <img class="w-100" src="./images/youtube.svg" alt="">
|
|
|
|
+ </a>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <!-- policy link -->
|
|
|
|
+ <div class="mt-3 policy-link d-flex justify-content-center gap-2">
|
|
|
|
+ <a href="#">Terms & Conditions |</a>
|
|
|
|
+ <a href="#">Refund Policy |</a>
|
|
|
|
+ <a href="#">Privacy Policy</a>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <!-- app download link -->
|
|
|
|
+ <div class="app-download-link-container mt-3 d-flex justify-content-center gap-3">
|
|
|
|
+ <!-- app store -->
|
|
|
|
+ <a class="app-download-link" href="#">
|
|
|
|
+ <img class="h-100" src="./images/app-store.svg" alt="">
|
|
|
|
+ </a>
|
|
|
|
+ <!-- google play -->
|
|
|
|
+ <a class="app-download-link" href="#">
|
|
|
|
+ <img class="h-100" src="./images/google-play.svg" alt="">
|
|
|
|
+ </a>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
<!-- bootstrap js -->
|
|
<!-- bootstrap js -->
|
|
<script src="./js/bootstrap.bundle.min.js"></script>
|
|
<script src="./js/bootstrap.bundle.min.js"></script>
|
|
-
|
|
|
|
|
|
|
|
<!-- swiper carosuel -->
|
|
<!-- swiper carosuel -->
|
|
<script src="./js/swiper-bundle.min.js"></script>
|
|
<script src="./js/swiper-bundle.min.js"></script>
|