|
@@ -0,0 +1,1077 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="en">
|
|
|
+<head>
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
+
|
|
|
+ <!-- font awesome -->
|
|
|
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
|
|
+
|
|
|
+ <!-- pico css -->
|
|
|
+ <link rel="stylesheet" href="./css/pico.min.css">
|
|
|
+
|
|
|
+ <!-- Pico css Bootstrap grid -->
|
|
|
+ <link rel="stylesheet" href="css/pico-bootstrap-grid.min.css" />
|
|
|
+
|
|
|
+ <!-- style css -->
|
|
|
+ <link rel="stylesheet" href="./css/blog-archive.css">
|
|
|
+
|
|
|
+
|
|
|
+ <title>Studypress | Blogs</title>
|
|
|
+</head>
|
|
|
+<body>
|
|
|
+
|
|
|
+ <nav id="navbar" class="navbar navbar-expand-lg">
|
|
|
+
|
|
|
+ <div class="container-fluid">
|
|
|
+
|
|
|
+ <!-- navbar brand -->
|
|
|
+ <div class="nav-icons">
|
|
|
+ <a class="navbar-brand" href="./index.html">
|
|
|
+ <img src="./images/studypress-main-logo.svg" alt="">
|
|
|
+ </a>
|
|
|
+
|
|
|
+ <button id="res-btn" class="res-btn">
|
|
|
+ <i class="fa-solid fa-bars"></i>
|
|
|
+ </button>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <ul class="nav-links">
|
|
|
+ <li>
|
|
|
+ <a href="./index.html" class="link-item">Home</a>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <a href="./about.html" class="link-item">About</a>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <a href="#" class="link-item active">Blogs</a>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <a href="./news-archive.html" class="link-item">News</a>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <a href="./contact.html" class="link-item">Contact</a>
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <a class="link-btn" href="#" role="button">
|
|
|
+ Join for free
|
|
|
+ </a>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </nav>
|
|
|
+
|
|
|
+ <main>
|
|
|
+
|
|
|
+ <div class="container">
|
|
|
+
|
|
|
+
|
|
|
+ <h2 class="page-title">
|
|
|
+ Studypress <strong>Blog</strong>
|
|
|
+ </h2>
|
|
|
+
|
|
|
+ <div class="archive-wraper row g-5">
|
|
|
+
|
|
|
+ <!-- main section -->
|
|
|
+ <div class="col-12 col-lg-8">
|
|
|
+
|
|
|
+ <!-- archive hero -->
|
|
|
+ <div id="archive-hero">
|
|
|
+
|
|
|
+ <div class="single-item">
|
|
|
+
|
|
|
+ <div class="img-container">
|
|
|
+ <img src="./images/blog-1.svg" alt="">
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="details">
|
|
|
+ <a href="./blog-single.html" class="title">
|
|
|
+ English Learning Tips and Tricks for Beginners to Advanced Learners
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="single-item">
|
|
|
+
|
|
|
+ <div class="img-container">
|
|
|
+ <img src="./images/blog-2.svg" alt="">
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="details">
|
|
|
+ <a href="./blog-single.html" class="title">
|
|
|
+ English Learning Tips and Tricks for Beginners to Advanced Learners
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="single-item">
|
|
|
+
|
|
|
+ <div class="img-container">
|
|
|
+ <img src="./images/blog-3.svg" alt="">
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="details">
|
|
|
+ <a href="./blog-single.html" class="title">
|
|
|
+ English Learning Tips and Tricks for Beginners to Advanced Learners
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+ <!-- latest -->
|
|
|
+ <section class="single-item-archive-wraper">
|
|
|
+
|
|
|
+ <h3 class="archive-title">
|
|
|
+ Latest Posts
|
|
|
+ </h3>
|
|
|
+
|
|
|
+ <div id="single-item-container" class=" row g-4 g-lg-3">
|
|
|
+
|
|
|
+ <div class="col-12 col-md-6 col-lg-4">
|
|
|
+
|
|
|
+ <div class="single-item">
|
|
|
+ <div class="img-container">
|
|
|
+ <img src="./images/news-1.png" alt="">
|
|
|
+ </div>
|
|
|
+ <div class="details">
|
|
|
+
|
|
|
+ <h6 class="tags">
|
|
|
+ Buisness
|
|
|
+ </h6>
|
|
|
+
|
|
|
+ <a href="./blog-single.html" class="title">
|
|
|
+ How to keep up with the changing world in modern days
|
|
|
+ </a>
|
|
|
+
|
|
|
+ <h6 class="item-date">
|
|
|
+ September 12, 2023
|
|
|
+ </h6>
|
|
|
+
|
|
|
+ <p class="desc">
|
|
|
+ Fully online degree from one of the top engineering schools offers unprecedented flexibility for working adults to advance their careers By Marni Baker Stein, Chief Content Officer at . . .
|
|
|
+ </p>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="col-12 col-md-6 col-lg-4">
|
|
|
+
|
|
|
+ <div class="single-item">
|
|
|
+ <div class="img-container">
|
|
|
+ <img src="./images/news-2.png" alt="">
|
|
|
+ </div>
|
|
|
+ <div class="details">
|
|
|
+
|
|
|
+ <h6 class="tags">
|
|
|
+ Buisness
|
|
|
+ </h6>
|
|
|
+
|
|
|
+ <h5 class="title">
|
|
|
+ How to keep up with the changing world in modern days
|
|
|
+ </h5>
|
|
|
+
|
|
|
+ <h6 class="item-date">
|
|
|
+ September 12, 2023
|
|
|
+ </h6>
|
|
|
+
|
|
|
+ <p class="desc">
|
|
|
+ Fully online degree from one of the top engineering schools offers unprecedented flexibility for working adults to advance their careers By Marni Baker Stein, Chief Content Officer at . . .
|
|
|
+ </p>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="col-12 col-md-6 col-lg-4">
|
|
|
+
|
|
|
+ <div class="single-item">
|
|
|
+ <div class="img-container">
|
|
|
+ <img src="./images/news-3.png" alt="">
|
|
|
+ </div>
|
|
|
+ <div class="details">
|
|
|
+
|
|
|
+ <h6 class="tags">
|
|
|
+ Buisness
|
|
|
+ </h6>
|
|
|
+
|
|
|
+ <h5 class="title">
|
|
|
+ How to keep up with the changing world in modern days
|
|
|
+ </h5>
|
|
|
+
|
|
|
+ <h6 class="item-date">
|
|
|
+ September 12, 2023
|
|
|
+ </h6>
|
|
|
+
|
|
|
+ <p class="desc">
|
|
|
+ Fully online degree from one of the top engineering schools offers unprecedented flexibility for working adults to advance their careers By Marni Baker Stein, Chief Content Officer at . . .
|
|
|
+ </p>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </section>
|
|
|
+
|
|
|
+ <!-- Did You Know? -->
|
|
|
+ <section class="single-item-archive-wraper">
|
|
|
+
|
|
|
+ <h3 class="archive-title">
|
|
|
+ Did You Know?
|
|
|
+ </h3>
|
|
|
+
|
|
|
+ <div id="single-item-container" class=" row g-4 g-lg-3">
|
|
|
+
|
|
|
+ <div class="col-12 col-md-6 col-lg-4">
|
|
|
+
|
|
|
+ <div class="single-item">
|
|
|
+ <div class="img-container">
|
|
|
+ <img src="./images/news-1.png" alt="">
|
|
|
+ </div>
|
|
|
+ <div class="details">
|
|
|
+
|
|
|
+ <h6 class="tags">
|
|
|
+ Buisness
|
|
|
+ </h6>
|
|
|
+
|
|
|
+ <a href="./blog-single.html" class="title">
|
|
|
+ How to keep up with the changing world in modern days
|
|
|
+ </a>
|
|
|
+
|
|
|
+ <h6 class="item-date">
|
|
|
+ September 12, 2023
|
|
|
+ </h6>
|
|
|
+
|
|
|
+ <p class="desc">
|
|
|
+ Fully online degree from one of the top engineering schools offers unprecedented flexibility for working adults to advance their careers By Marni Baker Stein, Chief Content Officer at . . .
|
|
|
+ </p>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="col-12 col-md-6 col-lg-4">
|
|
|
+
|
|
|
+ <div class="single-item">
|
|
|
+ <div class="img-container">
|
|
|
+ <img src="./images/news-2.png" alt="">
|
|
|
+ </div>
|
|
|
+ <div class="details">
|
|
|
+
|
|
|
+ <h6 class="tags">
|
|
|
+ Buisness
|
|
|
+ </h6>
|
|
|
+
|
|
|
+ <h5 class="title">
|
|
|
+ How to keep up with the changing world in modern days
|
|
|
+ </h5>
|
|
|
+
|
|
|
+ <h6 class="item-date">
|
|
|
+ September 12, 2023
|
|
|
+ </h6>
|
|
|
+
|
|
|
+ <p class="desc">
|
|
|
+ Fully online degree from one of the top engineering schools offers unprecedented flexibility for working adults to advance their careers By Marni Baker Stein, Chief Content Officer at . . .
|
|
|
+ </p>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="col-12 col-md-6 col-lg-4">
|
|
|
+
|
|
|
+ <div class="single-item">
|
|
|
+ <div class="img-container">
|
|
|
+ <img src="./images/news-3.png" alt="">
|
|
|
+ </div>
|
|
|
+ <div class="details">
|
|
|
+
|
|
|
+ <h6 class="tags">
|
|
|
+ Buisness
|
|
|
+ </h6>
|
|
|
+
|
|
|
+ <h5 class="title">
|
|
|
+ How to keep up with the changing world in modern days
|
|
|
+ </h5>
|
|
|
+
|
|
|
+ <h6 class="item-date">
|
|
|
+ September 12, 2023
|
|
|
+ </h6>
|
|
|
+
|
|
|
+ <p class="desc">
|
|
|
+ Fully online degree from one of the top engineering schools offers unprecedented flexibility for working adults to advance their careers By Marni Baker Stein, Chief Content Officer at . . .
|
|
|
+ </p>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </section>
|
|
|
+
|
|
|
+ <!-- Top Picks for You -->
|
|
|
+ <section class="single-item-archive-wraper">
|
|
|
+
|
|
|
+ <h3 class="archive-title">
|
|
|
+ Top Picks for You
|
|
|
+ </h3>
|
|
|
+
|
|
|
+ <div id="single-item-container" class=" row g-4 g-lg-3">
|
|
|
+
|
|
|
+ <div class="col-12 col-md-6 col-lg-4">
|
|
|
+
|
|
|
+ <div class="single-item">
|
|
|
+ <div class="img-container">
|
|
|
+ <img src="./images/news-1.png" alt="">
|
|
|
+ </div>
|
|
|
+ <div class="details">
|
|
|
+
|
|
|
+ <h6 class="tags">
|
|
|
+ Buisness
|
|
|
+ </h6>
|
|
|
+
|
|
|
+ <a href="./blog-single.html" class="title">
|
|
|
+ How to keep up with the changing world in modern days
|
|
|
+ </a>
|
|
|
+
|
|
|
+ <h6 class="item-date">
|
|
|
+ September 12, 2023
|
|
|
+ </h6>
|
|
|
+
|
|
|
+ <p class="desc">
|
|
|
+ Fully online degree from one of the top engineering schools offers unprecedented flexibility for working adults to advance their careers By Marni Baker Stein, Chief Content Officer at . . .
|
|
|
+ </p>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="col-12 col-md-6 col-lg-4">
|
|
|
+
|
|
|
+ <div class="single-item">
|
|
|
+ <div class="img-container">
|
|
|
+ <img src="./images/news-2.png" alt="">
|
|
|
+ </div>
|
|
|
+ <div class="details">
|
|
|
+
|
|
|
+ <h6 class="tags">
|
|
|
+ Buisness
|
|
|
+ </h6>
|
|
|
+
|
|
|
+ <h5 class="title">
|
|
|
+ How to keep up with the changing world in modern days
|
|
|
+ </h5>
|
|
|
+
|
|
|
+ <h6 class="item-date">
|
|
|
+ September 12, 2023
|
|
|
+ </h6>
|
|
|
+
|
|
|
+ <p class="desc">
|
|
|
+ Fully online degree from one of the top engineering schools offers unprecedented flexibility for working adults to advance their careers By Marni Baker Stein, Chief Content Officer at . . .
|
|
|
+ </p>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="col-12 col-md-6 col-lg-4">
|
|
|
+
|
|
|
+ <div class="single-item">
|
|
|
+ <div class="img-container">
|
|
|
+ <img src="./images/news-3.png" alt="">
|
|
|
+ </div>
|
|
|
+ <div class="details">
|
|
|
+
|
|
|
+ <h6 class="tags">
|
|
|
+ Buisness
|
|
|
+ </h6>
|
|
|
+
|
|
|
+ <h5 class="title">
|
|
|
+ How to keep up with the changing world in modern days
|
|
|
+ </h5>
|
|
|
+
|
|
|
+ <h6 class="item-date">
|
|
|
+ September 12, 2023
|
|
|
+ </h6>
|
|
|
+
|
|
|
+ <p class="desc">
|
|
|
+ Fully online degree from one of the top engineering schools offers unprecedented flexibility for working adults to advance their careers By Marni Baker Stein, Chief Content Officer at . . .
|
|
|
+ </p>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </section>
|
|
|
+
|
|
|
+ <!-- All Blogs -->
|
|
|
+ <section class="single-item-archive-wraper">
|
|
|
+
|
|
|
+ <h3 class="archive-title">
|
|
|
+ All Blogs
|
|
|
+ </h3>
|
|
|
+
|
|
|
+ <div id="single-item-container" class=" row g-4 g-lg-3">
|
|
|
+
|
|
|
+ <div class="col-12 col-md-6 col-lg-4">
|
|
|
+
|
|
|
+ <div class="single-item">
|
|
|
+ <div class="img-container">
|
|
|
+ <img src="./images/news-1.png" alt="">
|
|
|
+ </div>
|
|
|
+ <div class="details">
|
|
|
+
|
|
|
+ <h6 class="tags">
|
|
|
+ Buisness
|
|
|
+ </h6>
|
|
|
+
|
|
|
+ <a href="./blog-single.html" class="title">
|
|
|
+ How to keep up with the changing world in modern days
|
|
|
+ </a>
|
|
|
+
|
|
|
+ <h6 class="item-date">
|
|
|
+ September 12, 2023
|
|
|
+ </h6>
|
|
|
+
|
|
|
+ <p class="desc">
|
|
|
+ Fully online degree from one of the top engineering schools offers unprecedented flexibility for working adults to advance their careers By Marni Baker Stein, Chief Content Officer at . . .
|
|
|
+ </p>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="col-12 col-md-6 col-lg-4">
|
|
|
+
|
|
|
+ <div class="single-item">
|
|
|
+ <div class="img-container">
|
|
|
+ <img src="./images/news-2.png" alt="">
|
|
|
+ </div>
|
|
|
+ <div class="details">
|
|
|
+
|
|
|
+ <h6 class="tags">
|
|
|
+ Buisness
|
|
|
+ </h6>
|
|
|
+
|
|
|
+ <h5 class="title">
|
|
|
+ How to keep up with the changing world in modern days
|
|
|
+ </h5>
|
|
|
+
|
|
|
+ <h6 class="item-date">
|
|
|
+ September 12, 2023
|
|
|
+ </h6>
|
|
|
+
|
|
|
+ <p class="desc">
|
|
|
+ Fully online degree from one of the top engineering schools offers unprecedented flexibility for working adults to advance their careers By Marni Baker Stein, Chief Content Officer at . . .
|
|
|
+ </p>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="col-12 col-md-6 col-lg-4">
|
|
|
+
|
|
|
+ <div class="single-item">
|
|
|
+ <div class="img-container">
|
|
|
+ <img src="./images/news-3.png" alt="">
|
|
|
+ </div>
|
|
|
+ <div class="details">
|
|
|
+
|
|
|
+ <h6 class="tags">
|
|
|
+ Buisness
|
|
|
+ </h6>
|
|
|
+
|
|
|
+ <h5 class="title">
|
|
|
+ How to keep up with the changing world in modern days
|
|
|
+ </h5>
|
|
|
+
|
|
|
+ <h6 class="item-date">
|
|
|
+ September 12, 2023
|
|
|
+ </h6>
|
|
|
+
|
|
|
+ <p class="desc">
|
|
|
+ Fully online degree from one of the top engineering schools offers unprecedented flexibility for working adults to advance their careers By Marni Baker Stein, Chief Content Officer at . . .
|
|
|
+ </p>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="col-12 col-md-6 col-lg-4">
|
|
|
+
|
|
|
+ <div class="single-item">
|
|
|
+ <div class="img-container">
|
|
|
+ <img src="./images/news-1.png" alt="">
|
|
|
+ </div>
|
|
|
+ <div class="details">
|
|
|
+
|
|
|
+ <h6 class="tags">
|
|
|
+ Buisness
|
|
|
+ </h6>
|
|
|
+
|
|
|
+ <a href="./blog-single.html" class="title">
|
|
|
+ How to keep up with the changing world in modern days
|
|
|
+ </a>
|
|
|
+
|
|
|
+ <h6 class="item-date">
|
|
|
+ September 12, 2023
|
|
|
+ </h6>
|
|
|
+
|
|
|
+ <p class="desc">
|
|
|
+ Fully online degree from one of the top engineering schools offers unprecedented flexibility for working adults to advance their careers By Marni Baker Stein, Chief Content Officer at . . .
|
|
|
+ </p>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="col-12 col-md-6 col-lg-4">
|
|
|
+
|
|
|
+ <div class="single-item">
|
|
|
+ <div class="img-container">
|
|
|
+ <img src="./images/news-2.png" alt="">
|
|
|
+ </div>
|
|
|
+ <div class="details">
|
|
|
+
|
|
|
+ <h6 class="tags">
|
|
|
+ Buisness
|
|
|
+ </h6>
|
|
|
+
|
|
|
+ <h5 class="title">
|
|
|
+ How to keep up with the changing world in modern days
|
|
|
+ </h5>
|
|
|
+
|
|
|
+ <h6 class="item-date">
|
|
|
+ September 12, 2023
|
|
|
+ </h6>
|
|
|
+
|
|
|
+ <p class="desc">
|
|
|
+ Fully online degree from one of the top engineering schools offers unprecedented flexibility for working adults to advance their careers By Marni Baker Stein, Chief Content Officer at . . .
|
|
|
+ </p>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="col-12 col-md-6 col-lg-4">
|
|
|
+
|
|
|
+ <div class="single-item">
|
|
|
+ <div class="img-container">
|
|
|
+ <img src="./images/news-3.png" alt="">
|
|
|
+ </div>
|
|
|
+ <div class="details">
|
|
|
+
|
|
|
+ <h6 class="tags">
|
|
|
+ Buisness
|
|
|
+ </h6>
|
|
|
+
|
|
|
+ <h5 class="title">
|
|
|
+ How to keep up with the changing world in modern days
|
|
|
+ </h5>
|
|
|
+
|
|
|
+ <h6 class="item-date">
|
|
|
+ September 12, 2023
|
|
|
+ </h6>
|
|
|
+
|
|
|
+ <p class="desc">
|
|
|
+ Fully online degree from one of the top engineering schools offers unprecedented flexibility for working adults to advance their careers By Marni Baker Stein, Chief Content Officer at . . .
|
|
|
+ </p>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <a href="#" class="link-btn" role="button">
|
|
|
+ আরো দেখুন
|
|
|
+ </a>
|
|
|
+
|
|
|
+ </section>
|
|
|
+
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <!-- side section -->
|
|
|
+ <section id="side-section" class="col-12 col-lg-4">
|
|
|
+
|
|
|
+ <!-- top stories -->
|
|
|
+ <div class="side-items-archive-wrapper">
|
|
|
+
|
|
|
+ <h4 class="side-item-title">
|
|
|
+ Top Stories
|
|
|
+ </h4>
|
|
|
+
|
|
|
+ <div class="side-items-container row g-3">
|
|
|
+
|
|
|
+ <div class="col-12 col-md-6 col-lg-12">
|
|
|
+
|
|
|
+ <div class="single-item">
|
|
|
+
|
|
|
+ <div class="img-container">
|
|
|
+ <img src="./images/news-1.png" alt="">
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="details">
|
|
|
+ <a href="./blog-single.html" class="title">
|
|
|
+ Can AI Help you to learn faster or is it taking away your critical thinking skills by doing all the hard work for you?
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="col-12 col-md-6 col-lg-12">
|
|
|
+
|
|
|
+ <div class="single-item">
|
|
|
+
|
|
|
+ <div class="img-container">
|
|
|
+ <img src="./images/news-1.png" alt="">
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="details">
|
|
|
+ <a href="./blog-single.html" class="title">
|
|
|
+ Can AI Help you to learn faster or is it taking away your critical thinking skills by doing all the hard work for you?
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="col-12 col-md-6 col-lg-12">
|
|
|
+
|
|
|
+ <div class="single-item">
|
|
|
+
|
|
|
+ <div class="img-container">
|
|
|
+ <img src="./images/news-1.png" alt="">
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="details">
|
|
|
+ <a href="./blog-single.html" class="title">
|
|
|
+ Can AI Help you to learn faster or is it taking away your critical thinking skills by doing all the hard work for you?
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="col-12 col-md-6 col-lg-12">
|
|
|
+
|
|
|
+ <div class="single-item">
|
|
|
+
|
|
|
+ <div class="img-container">
|
|
|
+ <img src="./images/news-1.png" alt="">
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="details">
|
|
|
+ <a href="./blog-single.html" class="title">
|
|
|
+ Can AI Help you to learn faster or is it taking away your critical thinking skills by doing all the hard work for you?
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <!-- add container -->
|
|
|
+ <div class="add-container">
|
|
|
+ <img src="./images/ad.png" alt="">
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+ <!-- Testimonial -->
|
|
|
+ <div class="side-items-archive-wrapper">
|
|
|
+
|
|
|
+ <h4 class="side-item-title">
|
|
|
+ Testimonial
|
|
|
+ </h4>
|
|
|
+
|
|
|
+ <div class="side-testimonial-container row g-3">
|
|
|
+
|
|
|
+ <div class="col-12 col-md-6 col-lg-12">
|
|
|
+
|
|
|
+ <div class="single-testimonial">
|
|
|
+
|
|
|
+ <div class="img-container">
|
|
|
+ <img src="./images/human.png" alt="">
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="details">
|
|
|
+ <p class="testimonial">
|
|
|
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.
|
|
|
+ </p>
|
|
|
+
|
|
|
+ <div class="name">
|
|
|
+ <span>- </span> <span>- Saju Ahmed</span>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="ocupation">
|
|
|
+ Primary School Teacher
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="col-12 col-md-6 col-lg-12">
|
|
|
+
|
|
|
+ <div class="single-testimonial">
|
|
|
+
|
|
|
+ <div class="img-container">
|
|
|
+ <img src="./images/human.png" alt="">
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="details">
|
|
|
+ <p class="testimonial">
|
|
|
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.
|
|
|
+ </p>
|
|
|
+
|
|
|
+ <div class="name">
|
|
|
+ <span>- </span> <span>- Saju Ahmed</span>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="ocupation">
|
|
|
+ Primary School Teacher
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="col-12 col-md-6 col-lg-12">
|
|
|
+
|
|
|
+ <div class="single-testimonial">
|
|
|
+
|
|
|
+ <div class="img-container">
|
|
|
+ <img src="./images/human.png" alt="">
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="details">
|
|
|
+ <p class="testimonial">
|
|
|
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.
|
|
|
+ </p>
|
|
|
+
|
|
|
+ <div class="name">
|
|
|
+ <span>- </span> <span>- Saju Ahmed</span>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="ocupation">
|
|
|
+ Primary School Teacher
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="col-12 col-md-6 col-lg-12">
|
|
|
+
|
|
|
+ <div class="single-testimonial">
|
|
|
+
|
|
|
+ <div class="img-container">
|
|
|
+ <img src="./images/human.png" alt="">
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="details">
|
|
|
+ <p class="testimonial">
|
|
|
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.
|
|
|
+ </p>
|
|
|
+
|
|
|
+ <div class="name">
|
|
|
+ <span>- </span> <span>- Saju Ahmed</span>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="ocupation">
|
|
|
+ Primary School Teacher
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <!-- add container -->
|
|
|
+ <div class="add-container">
|
|
|
+ <img src="./images/ad.png" alt="">
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <!-- New Products -->
|
|
|
+ <div class="side-items-archive-wrapper">
|
|
|
+
|
|
|
+ <h4 class="side-item-title">
|
|
|
+ New Products
|
|
|
+ </h4>
|
|
|
+
|
|
|
+ <div class="side-items-container row g-3">
|
|
|
+
|
|
|
+ <div class="col-12 col-md-6 col-lg-12">
|
|
|
+
|
|
|
+ <div class="single-item">
|
|
|
+
|
|
|
+ <div class="img-container">
|
|
|
+ <img src="./images/news-1.png" alt="">
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="details">
|
|
|
+ <a href="./blog-single.html" class="title">
|
|
|
+ Can AI Help you to learn faster or is it taking away your critical thinking skills by doing all the hard work for you?
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="col-12 col-md-6 col-lg-12">
|
|
|
+
|
|
|
+ <div class="single-item">
|
|
|
+
|
|
|
+ <div class="img-container">
|
|
|
+ <img src="./images/news-1.png" alt="">
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="details">
|
|
|
+ <a href="./blog-single.html" class="title">
|
|
|
+ Can AI Help you to learn faster or is it taking away your critical thinking skills by doing all the hard work for you?
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="col-12 col-md-6 col-lg-12">
|
|
|
+
|
|
|
+ <div class="single-item">
|
|
|
+
|
|
|
+ <div class="img-container">
|
|
|
+ <img src="./images/news-1.png" alt="">
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="details">
|
|
|
+ <a href="./blog-single.html" class="title">
|
|
|
+ Can AI Help you to learn faster or is it taking away your critical thinking skills by doing all the hard work for you?
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="col-12 col-md-6 col-lg-12">
|
|
|
+
|
|
|
+ <div class="single-item">
|
|
|
+
|
|
|
+ <div class="img-container">
|
|
|
+ <img src="./images/news-1.png" alt="">
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="details">
|
|
|
+ <a href="./blog-single.html" class="title">
|
|
|
+ Can AI Help you to learn faster or is it taking away your critical thinking skills by doing all the hard work for you?
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+ </section>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+ </main>
|
|
|
+
|
|
|
+
|
|
|
+ <footer id="footer">
|
|
|
+
|
|
|
+ <div class="container">
|
|
|
+
|
|
|
+ <div class="top-part">
|
|
|
+ <ul>
|
|
|
+
|
|
|
+ <li>
|
|
|
+ <img class="short-icon" src="./images/logo-short.svg" alt="">
|
|
|
+ </li>
|
|
|
+
|
|
|
+ <li>
|
|
|
+ <a href="./index.html">Home</a>
|
|
|
+ </li>
|
|
|
+
|
|
|
+ <li>
|
|
|
+ <a href="./about.html" >About</a>
|
|
|
+ </li>
|
|
|
+
|
|
|
+ <li>
|
|
|
+ <a href="#" class="active">Blogs</a>
|
|
|
+ </li>
|
|
|
+
|
|
|
+ <li>
|
|
|
+ <a href="./news-archive.html" >News</a>
|
|
|
+ </li>
|
|
|
+
|
|
|
+ <li>
|
|
|
+ <a href="./contact.html" >Contact</a>
|
|
|
+ </li>
|
|
|
+
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="bottom-part row g-5">
|
|
|
+
|
|
|
+ <div class="col-12 col-md-6">
|
|
|
+ <ul class="address">
|
|
|
+
|
|
|
+ <li>
|
|
|
+ <span>
|
|
|
+ <i class="fa-solid fa-phone"></i>
|
|
|
+ </span>
|
|
|
+ <span>
|
|
|
+ 01624-595959
|
|
|
+ </span>
|
|
|
+ </li>
|
|
|
+
|
|
|
+ <li>
|
|
|
+ <span>
|
|
|
+ <i class="fa-solid fa-envelope"></i>
|
|
|
+ </span>
|
|
|
+ <span>
|
|
|
+ studypressbd@gmail.com
|
|
|
+ </span>
|
|
|
+ </li>
|
|
|
+
|
|
|
+ <li>
|
|
|
+ <span>
|
|
|
+ <i class="fa-solid fa-globe"></i>
|
|
|
+ </span>
|
|
|
+ <span>
|
|
|
+ www.studypress.org
|
|
|
+ </span>
|
|
|
+ </li>
|
|
|
+
|
|
|
+ <li>
|
|
|
+ <span>
|
|
|
+ <i class="fa-solid fa-location-dot"></i>
|
|
|
+ </span>
|
|
|
+ <span>
|
|
|
+ House 37, Road 3, Sector 9, Uttara, Dhaka-1230
|
|
|
+ </span>
|
|
|
+ </li>
|
|
|
+
|
|
|
+ </ul>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="col-12 col-md-6">
|
|
|
+
|
|
|
+ <div class="other-link">
|
|
|
+
|
|
|
+ <p>আমাদের সম্পর্কে আরো জানতে</p>
|
|
|
+
|
|
|
+ <div class="social-link">
|
|
|
+
|
|
|
+ <a href="#" class="single-link">
|
|
|
+ <img src="./images/facebook.svg.svg" alt="">
|
|
|
+ </a>
|
|
|
+
|
|
|
+ <a href="#" class="single-link">
|
|
|
+ <img src="./images/Linkedin_.svg.svg" alt="">
|
|
|
+ </a>
|
|
|
+
|
|
|
+ <a href="#" class="single-link">
|
|
|
+ <img src="./images/Instagram.svg.svg" alt="">
|
|
|
+ </a>
|
|
|
+
|
|
|
+ <a href="#" class="single-link">
|
|
|
+ <img src="./images/youtube.svg.svg" alt="">
|
|
|
+ </a>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="privacy-links">
|
|
|
+ <a href="#">Terms & Conditions</a>
|
|
|
+ <a href="#">Refund Policy</a>
|
|
|
+ <a href="#">Privacy Policy</a>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="app-download">
|
|
|
+
|
|
|
+ <a href="#">
|
|
|
+ <img src="./images/app-store.svg.png" alt="">
|
|
|
+ <img src="./images/google-play.svg.svg" alt="">
|
|
|
+ </a>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </footer>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <!-- swiper slider js -->
|
|
|
+ <script src="https:/cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.js"></script>
|
|
|
+
|
|
|
+ <!-- custom js -->
|
|
|
+ <script src="./js/custom.js"></script>
|
|
|
+
|
|
|
+
|
|
|
+</body>
|
|
|
+</html>
|