blog-archive.html 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <!-- font awesome -->
  7. <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" />
  8. <!-- pico css -->
  9. <link rel="stylesheet" href="./css/pico.min.css">
  10. <!-- Pico css Bootstrap grid -->
  11. <link rel="stylesheet" href="css/pico-bootstrap-grid.min.css" />
  12. <!-- style css -->
  13. <link rel="stylesheet" href="./css/blog-archive.css">
  14. <title>Studypress | Blogs</title>
  15. </head>
  16. <body>
  17. <nav id="navbar" class="navbar navbar-expand-lg">
  18. <div class="container-fluid">
  19. <!-- navbar brand -->
  20. <div class="nav-icons">
  21. <a class="navbar-brand" href="./index.html">
  22. <img src="./images/studypress-main-logo.svg" alt="">
  23. </a>
  24. <button id="res-btn" class="res-btn">
  25. <i class="fa-solid fa-bars"></i>
  26. </button>
  27. </div>
  28. <ul class="nav-links">
  29. <li>
  30. <a href="./index.html" class="link-item">Home</a>
  31. </li>
  32. <li>
  33. <a href="./about.html" class="link-item">About</a>
  34. </li>
  35. <li>
  36. <a href="#" class="link-item active">Blogs</a>
  37. </li>
  38. <li>
  39. <a href="./news-archive.html" class="link-item">News</a>
  40. </li>
  41. <li>
  42. <a href="./contact.html" class="link-item">Contact</a>
  43. </li>
  44. <li>
  45. <a class="link-btn" href="#" role="button">
  46. Join for free
  47. </a>
  48. </li>
  49. </ul>
  50. </div>
  51. </nav>
  52. <main>
  53. <div class="container">
  54. <h2 class="page-title">
  55. Studypress <strong>Blog</strong>
  56. </h2>
  57. <div class="archive-wraper row g-5">
  58. <!-- main section -->
  59. <div class="col-12 col-lg-8">
  60. <!-- archive hero -->
  61. <div id="archive-hero">
  62. <div class="single-item">
  63. <div class="img-container">
  64. <img src="./images/blog-1.svg" alt="">
  65. </div>
  66. <div class="details">
  67. <a href="./blog-single.html" class="title">
  68. English Learning Tips and Tricks for Beginners to Advanced Learners
  69. </a>
  70. </div>
  71. </div>
  72. <div class="single-item">
  73. <div class="img-container">
  74. <img src="./images/blog-2.svg" alt="">
  75. </div>
  76. <div class="details">
  77. <a href="./blog-single.html" class="title">
  78. English Learning Tips and Tricks for Beginners to Advanced Learners
  79. </a>
  80. </div>
  81. </div>
  82. <div class="single-item">
  83. <div class="img-container">
  84. <img src="./images/blog-3.svg" alt="">
  85. </div>
  86. <div class="details">
  87. <a href="./blog-single.html" class="title">
  88. English Learning Tips and Tricks for Beginners to Advanced Learners
  89. </a>
  90. </div>
  91. </div>
  92. </div>
  93. <!-- latest -->
  94. <section class="single-item-archive-wraper">
  95. <h3 class="archive-title">
  96. Latest Posts
  97. </h3>
  98. <div id="single-item-container" class=" row g-4 g-lg-3">
  99. <div class="col-12 col-md-6 col-lg-4">
  100. <div class="single-item">
  101. <div class="img-container">
  102. <img src="./images/news-1.png" alt="">
  103. </div>
  104. <div class="details">
  105. <h6 class="tags">
  106. Buisness
  107. </h6>
  108. <a href="./blog-single.html" class="title">
  109. How to keep up with the changing world in modern days
  110. </a>
  111. <h6 class="item-date">
  112. September 12, 2023
  113. </h6>
  114. <p class="desc">
  115. 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 . . .
  116. </p>
  117. </div>
  118. </div>
  119. </div>
  120. <div class="col-12 col-md-6 col-lg-4">
  121. <div class="single-item">
  122. <div class="img-container">
  123. <img src="./images/news-2.png" alt="">
  124. </div>
  125. <div class="details">
  126. <h6 class="tags">
  127. Buisness
  128. </h6>
  129. <h5 class="title">
  130. How to keep up with the changing world in modern days
  131. </h5>
  132. <h6 class="item-date">
  133. September 12, 2023
  134. </h6>
  135. <p class="desc">
  136. 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 . . .
  137. </p>
  138. </div>
  139. </div>
  140. </div>
  141. <div class="col-12 col-md-6 col-lg-4">
  142. <div class="single-item">
  143. <div class="img-container">
  144. <img src="./images/news-3.png" alt="">
  145. </div>
  146. <div class="details">
  147. <h6 class="tags">
  148. Buisness
  149. </h6>
  150. <h5 class="title">
  151. How to keep up with the changing world in modern days
  152. </h5>
  153. <h6 class="item-date">
  154. September 12, 2023
  155. </h6>
  156. <p class="desc">
  157. 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 . . .
  158. </p>
  159. </div>
  160. </div>
  161. </div>
  162. </div>
  163. </section>
  164. <!-- Did You Know? -->
  165. <section class="single-item-archive-wraper">
  166. <h3 class="archive-title">
  167. Did You Know?
  168. </h3>
  169. <div id="single-item-container" class=" row g-4 g-lg-3">
  170. <div class="col-12 col-md-6 col-lg-4">
  171. <div class="single-item">
  172. <div class="img-container">
  173. <img src="./images/news-1.png" alt="">
  174. </div>
  175. <div class="details">
  176. <h6 class="tags">
  177. Buisness
  178. </h6>
  179. <a href="./blog-single.html" class="title">
  180. How to keep up with the changing world in modern days
  181. </a>
  182. <h6 class="item-date">
  183. September 12, 2023
  184. </h6>
  185. <p class="desc">
  186. 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 . . .
  187. </p>
  188. </div>
  189. </div>
  190. </div>
  191. <div class="col-12 col-md-6 col-lg-4">
  192. <div class="single-item">
  193. <div class="img-container">
  194. <img src="./images/news-2.png" alt="">
  195. </div>
  196. <div class="details">
  197. <h6 class="tags">
  198. Buisness
  199. </h6>
  200. <h5 class="title">
  201. How to keep up with the changing world in modern days
  202. </h5>
  203. <h6 class="item-date">
  204. September 12, 2023
  205. </h6>
  206. <p class="desc">
  207. 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 . . .
  208. </p>
  209. </div>
  210. </div>
  211. </div>
  212. <div class="col-12 col-md-6 col-lg-4">
  213. <div class="single-item">
  214. <div class="img-container">
  215. <img src="./images/news-3.png" alt="">
  216. </div>
  217. <div class="details">
  218. <h6 class="tags">
  219. Buisness
  220. </h6>
  221. <h5 class="title">
  222. How to keep up with the changing world in modern days
  223. </h5>
  224. <h6 class="item-date">
  225. September 12, 2023
  226. </h6>
  227. <p class="desc">
  228. 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 . . .
  229. </p>
  230. </div>
  231. </div>
  232. </div>
  233. </div>
  234. </section>
  235. <!-- Top Picks for You -->
  236. <section class="single-item-archive-wraper">
  237. <h3 class="archive-title">
  238. Top Picks for You
  239. </h3>
  240. <div id="single-item-container" class=" row g-4 g-lg-3">
  241. <div class="col-12 col-md-6 col-lg-4">
  242. <div class="single-item">
  243. <div class="img-container">
  244. <img src="./images/news-1.png" alt="">
  245. </div>
  246. <div class="details">
  247. <h6 class="tags">
  248. Buisness
  249. </h6>
  250. <a href="./blog-single.html" class="title">
  251. How to keep up with the changing world in modern days
  252. </a>
  253. <h6 class="item-date">
  254. September 12, 2023
  255. </h6>
  256. <p class="desc">
  257. 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 . . .
  258. </p>
  259. </div>
  260. </div>
  261. </div>
  262. <div class="col-12 col-md-6 col-lg-4">
  263. <div class="single-item">
  264. <div class="img-container">
  265. <img src="./images/news-2.png" alt="">
  266. </div>
  267. <div class="details">
  268. <h6 class="tags">
  269. Buisness
  270. </h6>
  271. <h5 class="title">
  272. How to keep up with the changing world in modern days
  273. </h5>
  274. <h6 class="item-date">
  275. September 12, 2023
  276. </h6>
  277. <p class="desc">
  278. 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 . . .
  279. </p>
  280. </div>
  281. </div>
  282. </div>
  283. <div class="col-12 col-md-6 col-lg-4">
  284. <div class="single-item">
  285. <div class="img-container">
  286. <img src="./images/news-3.png" alt="">
  287. </div>
  288. <div class="details">
  289. <h6 class="tags">
  290. Buisness
  291. </h6>
  292. <h5 class="title">
  293. How to keep up with the changing world in modern days
  294. </h5>
  295. <h6 class="item-date">
  296. September 12, 2023
  297. </h6>
  298. <p class="desc">
  299. 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 . . .
  300. </p>
  301. </div>
  302. </div>
  303. </div>
  304. </div>
  305. </section>
  306. <!-- All Blogs -->
  307. <section class="single-item-archive-wraper">
  308. <h3 class="archive-title">
  309. All Blogs
  310. </h3>
  311. <div id="single-item-container" class=" row g-4 g-lg-3">
  312. <div class="col-12 col-md-6 col-lg-4">
  313. <div class="single-item">
  314. <div class="img-container">
  315. <img src="./images/news-1.png" alt="">
  316. </div>
  317. <div class="details">
  318. <h6 class="tags">
  319. Buisness
  320. </h6>
  321. <a href="./blog-single.html" class="title">
  322. How to keep up with the changing world in modern days
  323. </a>
  324. <h6 class="item-date">
  325. September 12, 2023
  326. </h6>
  327. <p class="desc">
  328. 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 . . .
  329. </p>
  330. </div>
  331. </div>
  332. </div>
  333. <div class="col-12 col-md-6 col-lg-4">
  334. <div class="single-item">
  335. <div class="img-container">
  336. <img src="./images/news-2.png" alt="">
  337. </div>
  338. <div class="details">
  339. <h6 class="tags">
  340. Buisness
  341. </h6>
  342. <h5 class="title">
  343. How to keep up with the changing world in modern days
  344. </h5>
  345. <h6 class="item-date">
  346. September 12, 2023
  347. </h6>
  348. <p class="desc">
  349. 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 . . .
  350. </p>
  351. </div>
  352. </div>
  353. </div>
  354. <div class="col-12 col-md-6 col-lg-4">
  355. <div class="single-item">
  356. <div class="img-container">
  357. <img src="./images/news-3.png" alt="">
  358. </div>
  359. <div class="details">
  360. <h6 class="tags">
  361. Buisness
  362. </h6>
  363. <h5 class="title">
  364. How to keep up with the changing world in modern days
  365. </h5>
  366. <h6 class="item-date">
  367. September 12, 2023
  368. </h6>
  369. <p class="desc">
  370. 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 . . .
  371. </p>
  372. </div>
  373. </div>
  374. </div>
  375. <div class="col-12 col-md-6 col-lg-4">
  376. <div class="single-item">
  377. <div class="img-container">
  378. <img src="./images/news-1.png" alt="">
  379. </div>
  380. <div class="details">
  381. <h6 class="tags">
  382. Buisness
  383. </h6>
  384. <a href="./blog-single.html" class="title">
  385. How to keep up with the changing world in modern days
  386. </a>
  387. <h6 class="item-date">
  388. September 12, 2023
  389. </h6>
  390. <p class="desc">
  391. 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 . . .
  392. </p>
  393. </div>
  394. </div>
  395. </div>
  396. <div class="col-12 col-md-6 col-lg-4">
  397. <div class="single-item">
  398. <div class="img-container">
  399. <img src="./images/news-2.png" alt="">
  400. </div>
  401. <div class="details">
  402. <h6 class="tags">
  403. Buisness
  404. </h6>
  405. <h5 class="title">
  406. How to keep up with the changing world in modern days
  407. </h5>
  408. <h6 class="item-date">
  409. September 12, 2023
  410. </h6>
  411. <p class="desc">
  412. 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 . . .
  413. </p>
  414. </div>
  415. </div>
  416. </div>
  417. <div class="col-12 col-md-6 col-lg-4">
  418. <div class="single-item">
  419. <div class="img-container">
  420. <img src="./images/news-3.png" alt="">
  421. </div>
  422. <div class="details">
  423. <h6 class="tags">
  424. Buisness
  425. </h6>
  426. <h5 class="title">
  427. How to keep up with the changing world in modern days
  428. </h5>
  429. <h6 class="item-date">
  430. September 12, 2023
  431. </h6>
  432. <p class="desc">
  433. 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 . . .
  434. </p>
  435. </div>
  436. </div>
  437. </div>
  438. </div>
  439. <a href="#" class="link-btn" role="button">
  440. আরো দেখুন
  441. </a>
  442. </section>
  443. </div>
  444. <!-- side section -->
  445. <section id="side-section" class="col-12 col-lg-4">
  446. <!-- top stories -->
  447. <div class="side-items-archive-wrapper">
  448. <h4 class="side-item-title">
  449. Top Stories
  450. </h4>
  451. <div class="side-items-container row g-3">
  452. <div class="col-12 col-md-6 col-lg-12">
  453. <div class="single-item">
  454. <div class="img-container">
  455. <img src="./images/news-1.png" alt="">
  456. </div>
  457. <div class="details">
  458. <a href="./blog-single.html" class="title">
  459. Can AI Help you to learn faster or is it taking away your critical thinking skills by doing all the hard work for you?
  460. </a>
  461. </div>
  462. </div>
  463. </div>
  464. <div class="col-12 col-md-6 col-lg-12">
  465. <div class="single-item">
  466. <div class="img-container">
  467. <img src="./images/news-1.png" alt="">
  468. </div>
  469. <div class="details">
  470. <a href="./blog-single.html" class="title">
  471. Can AI Help you to learn faster or is it taking away your critical thinking skills by doing all the hard work for you?
  472. </a>
  473. </div>
  474. </div>
  475. </div>
  476. <div class="col-12 col-md-6 col-lg-12">
  477. <div class="single-item">
  478. <div class="img-container">
  479. <img src="./images/news-1.png" alt="">
  480. </div>
  481. <div class="details">
  482. <a href="./blog-single.html" class="title">
  483. Can AI Help you to learn faster or is it taking away your critical thinking skills by doing all the hard work for you?
  484. </a>
  485. </div>
  486. </div>
  487. </div>
  488. <div class="col-12 col-md-6 col-lg-12">
  489. <div class="single-item">
  490. <div class="img-container">
  491. <img src="./images/news-1.png" alt="">
  492. </div>
  493. <div class="details">
  494. <a href="./blog-single.html" class="title">
  495. Can AI Help you to learn faster or is it taking away your critical thinking skills by doing all the hard work for you?
  496. </a>
  497. </div>
  498. </div>
  499. </div>
  500. </div>
  501. </div>
  502. <!-- add container -->
  503. <div class="add-container">
  504. <img src="./images/ad.png" alt="">
  505. </div>
  506. <!-- Testimonial -->
  507. <div class="side-items-archive-wrapper">
  508. <h4 class="side-item-title">
  509. Testimonial
  510. </h4>
  511. <div class="side-testimonial-container row g-3">
  512. <div class="col-12 col-md-6 col-lg-12">
  513. <div class="single-testimonial">
  514. <div class="img-container">
  515. <img src="./images/human.png" alt="">
  516. </div>
  517. <div class="details">
  518. <p class="testimonial">
  519. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.
  520. </p>
  521. <div class="name">
  522. <span>- </span> <span>- Saju Ahmed</span>
  523. </div>
  524. <div class="ocupation">
  525. Primary School Teacher
  526. </div>
  527. </div>
  528. </div>
  529. </div>
  530. <div class="col-12 col-md-6 col-lg-12">
  531. <div class="single-testimonial">
  532. <div class="img-container">
  533. <img src="./images/human.png" alt="">
  534. </div>
  535. <div class="details">
  536. <p class="testimonial">
  537. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.
  538. </p>
  539. <div class="name">
  540. <span>- </span> <span>- Saju Ahmed</span>
  541. </div>
  542. <div class="ocupation">
  543. Primary School Teacher
  544. </div>
  545. </div>
  546. </div>
  547. </div>
  548. <div class="col-12 col-md-6 col-lg-12">
  549. <div class="single-testimonial">
  550. <div class="img-container">
  551. <img src="./images/human.png" alt="">
  552. </div>
  553. <div class="details">
  554. <p class="testimonial">
  555. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.
  556. </p>
  557. <div class="name">
  558. <span>- </span> <span>- Saju Ahmed</span>
  559. </div>
  560. <div class="ocupation">
  561. Primary School Teacher
  562. </div>
  563. </div>
  564. </div>
  565. </div>
  566. <div class="col-12 col-md-6 col-lg-12">
  567. <div class="single-testimonial">
  568. <div class="img-container">
  569. <img src="./images/human.png" alt="">
  570. </div>
  571. <div class="details">
  572. <p class="testimonial">
  573. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.
  574. </p>
  575. <div class="name">
  576. <span>- </span> <span>- Saju Ahmed</span>
  577. </div>
  578. <div class="ocupation">
  579. Primary School Teacher
  580. </div>
  581. </div>
  582. </div>
  583. </div>
  584. </div>
  585. </div>
  586. <!-- add container -->
  587. <div class="add-container">
  588. <img src="./images/ad.png" alt="">
  589. </div>
  590. <!-- New Products -->
  591. <div class="side-items-archive-wrapper">
  592. <h4 class="side-item-title">
  593. New Products
  594. </h4>
  595. <div class="side-items-container row g-3">
  596. <div class="col-12 col-md-6 col-lg-12">
  597. <div class="single-item">
  598. <div class="img-container">
  599. <img src="./images/news-1.png" alt="">
  600. </div>
  601. <div class="details">
  602. <a href="./blog-single.html" class="title">
  603. Can AI Help you to learn faster or is it taking away your critical thinking skills by doing all the hard work for you?
  604. </a>
  605. </div>
  606. </div>
  607. </div>
  608. <div class="col-12 col-md-6 col-lg-12">
  609. <div class="single-item">
  610. <div class="img-container">
  611. <img src="./images/news-1.png" alt="">
  612. </div>
  613. <div class="details">
  614. <a href="./blog-single.html" class="title">
  615. Can AI Help you to learn faster or is it taking away your critical thinking skills by doing all the hard work for you?
  616. </a>
  617. </div>
  618. </div>
  619. </div>
  620. <div class="col-12 col-md-6 col-lg-12">
  621. <div class="single-item">
  622. <div class="img-container">
  623. <img src="./images/news-1.png" alt="">
  624. </div>
  625. <div class="details">
  626. <a href="./blog-single.html" class="title">
  627. Can AI Help you to learn faster or is it taking away your critical thinking skills by doing all the hard work for you?
  628. </a>
  629. </div>
  630. </div>
  631. </div>
  632. <div class="col-12 col-md-6 col-lg-12">
  633. <div class="single-item">
  634. <div class="img-container">
  635. <img src="./images/news-1.png" alt="">
  636. </div>
  637. <div class="details">
  638. <a href="./blog-single.html" class="title">
  639. Can AI Help you to learn faster or is it taking away your critical thinking skills by doing all the hard work for you?
  640. </a>
  641. </div>
  642. </div>
  643. </div>
  644. </div>
  645. </div>
  646. </section>
  647. </div>
  648. </div>
  649. </main>
  650. <footer id="footer">
  651. <div class="container">
  652. <div class="top-part">
  653. <ul>
  654. <li>
  655. <img class="short-icon" src="./images/logo-short.svg" alt="">
  656. </li>
  657. <li>
  658. <a href="./index.html">Home</a>
  659. </li>
  660. <li>
  661. <a href="./about.html" >About</a>
  662. </li>
  663. <li>
  664. <a href="#" class="active">Blogs</a>
  665. </li>
  666. <li>
  667. <a href="./news-archive.html" >News</a>
  668. </li>
  669. <li>
  670. <a href="./contact.html" >Contact</a>
  671. </li>
  672. </ul>
  673. </div>
  674. <div class="bottom-part row g-5">
  675. <div class="col-12 col-md-6">
  676. <ul class="address">
  677. <li>
  678. <span>
  679. <i class="fa-solid fa-phone"></i>
  680. </span>
  681. <span>
  682. 01624-595959
  683. </span>
  684. </li>
  685. <li>
  686. <span>
  687. <i class="fa-solid fa-envelope"></i>
  688. </span>
  689. <span>
  690. studypressbd@gmail.com
  691. </span>
  692. </li>
  693. <li>
  694. <span>
  695. <i class="fa-solid fa-globe"></i>
  696. </span>
  697. <span>
  698. www.studypress.org
  699. </span>
  700. </li>
  701. <li>
  702. <span>
  703. <i class="fa-solid fa-location-dot"></i>
  704. </span>
  705. <span>
  706. House 37, Road 3, Sector 9, Uttara, Dhaka-1230
  707. </span>
  708. </li>
  709. </ul>
  710. </div>
  711. <div class="col-12 col-md-6">
  712. <div class="other-link">
  713. <p>আমাদের সম্পর্কে আরো জানতে</p>
  714. <div class="social-link">
  715. <a href="#" class="single-link">
  716. <img src="./images/facebook.svg.svg" alt="">
  717. </a>
  718. <a href="#" class="single-link">
  719. <img src="./images/Linkedin_.svg.svg" alt="">
  720. </a>
  721. <a href="#" class="single-link">
  722. <img src="./images/Instagram.svg.svg" alt="">
  723. </a>
  724. <a href="#" class="single-link">
  725. <img src="./images/youtube.svg.svg" alt="">
  726. </a>
  727. </div>
  728. <div class="privacy-links">
  729. <a href="#">Terms & Conditions</a>
  730. <a href="#">Refund Policy</a>
  731. <a href="#">Privacy Policy</a>
  732. </div>
  733. <div class="app-download">
  734. <a href="#">
  735. <img src="./images/app-store.svg.png" alt="">
  736. <img src="./images/google-play.svg.svg" alt="">
  737. </a>
  738. </div>
  739. </div>
  740. </div>
  741. </div>
  742. </div>
  743. </footer>
  744. <!-- swiper slider js -->
  745. <script src="https:/cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.js"></script>
  746. <!-- custom js -->
  747. <script src="./js/custom.js"></script>
  748. </body>
  749. </html>