news-archive.html 41 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043
  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/news-archive.css">
  14. <title>Studypress | News</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="./blog-archive.html" class="link-item">Blog</a>
  37. </li>
  38. <li>
  39. <a href="#" class="link-item active">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>News</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="./news-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="./news-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="./news-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 News
  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="./news-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. <!-- local news -->
  165. <section class="single-item-archive-wraper">
  166. <h3 class="archive-title">
  167. Local News
  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="./news-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. <!-- international news -->
  236. <section class="single-item-archive-wraper">
  237. <h3 class="archive-title">
  238. International News
  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="./news-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 News -->
  307. <section class="single-item-archive-wraper">
  308. <h3 class="archive-title">
  309. All News
  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="./news-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="./news-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 News -->
  447. <div class="side-items-archive-wrapper">
  448. <h4 class="side-item-title">
  449. Top News
  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="./news-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="./news-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="./news-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="./news-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. <!-- Highlight -->
  507. <div class="side-items-archive-wrapper">
  508. <h4 class="side-item-title">
  509. Highlight of the week
  510. </h4>
  511. <div class="side-items-container row g-3">
  512. <div class="col-12 col-md-6 col-lg-12">
  513. <div class="single-item">
  514. <div class="img-container">
  515. <img src="./images/news-1.png" alt="">
  516. </div>
  517. <div class="details">
  518. <a href="./news-single.html" class="title">
  519. Can AI Help you to learn faster or is it taking away your critical thinking skills by doing all the hard work for you?
  520. </a>
  521. </div>
  522. </div>
  523. </div>
  524. <div class="col-12 col-md-6 col-lg-12">
  525. <div class="single-item">
  526. <div class="img-container">
  527. <img src="./images/news-1.png" alt="">
  528. </div>
  529. <div class="details">
  530. <a href="./news-single.html" class="title">
  531. Can AI Help you to learn faster or is it taking away your critical thinking skills by doing all the hard work for you?
  532. </a>
  533. </div>
  534. </div>
  535. </div>
  536. <div class="col-12 col-md-6 col-lg-12">
  537. <div class="single-item">
  538. <div class="img-container">
  539. <img src="./images/news-1.png" alt="">
  540. </div>
  541. <div class="details">
  542. <a href="./news-single.html" class="title">
  543. Can AI Help you to learn faster or is it taking away your critical thinking skills by doing all the hard work for you?
  544. </a>
  545. </div>
  546. </div>
  547. </div>
  548. <div class="col-12 col-md-6 col-lg-12">
  549. <div class="single-item">
  550. <div class="img-container">
  551. <img src="./images/news-1.png" alt="">
  552. </div>
  553. <div class="details">
  554. <a href="./news-single.html" class="title">
  555. Can AI Help you to learn faster or is it taking away your critical thinking skills by doing all the hard work for you?
  556. </a>
  557. </div>
  558. </div>
  559. </div>
  560. </div>
  561. </div>
  562. <!-- add container -->
  563. <div class="add-container">
  564. <img src="./images/ad.png" alt="">
  565. </div>
  566. <!-- New Products -->
  567. <div class="side-items-archive-wrapper">
  568. <h4 class="side-item-title">
  569. Most Read
  570. </h4>
  571. <div class="side-items-container row g-3">
  572. <div class="col-12 col-md-6 col-lg-12">
  573. <div class="single-item">
  574. <div class="img-container">
  575. <img src="./images/news-1.png" alt="">
  576. </div>
  577. <div class="details">
  578. <a href="./news-single.html" class="title">
  579. Can AI Help you to learn faster or is it taking away your critical thinking skills by doing all the hard work for you?
  580. </a>
  581. </div>
  582. </div>
  583. </div>
  584. <div class="col-12 col-md-6 col-lg-12">
  585. <div class="single-item">
  586. <div class="img-container">
  587. <img src="./images/news-1.png" alt="">
  588. </div>
  589. <div class="details">
  590. <a href="./news-single.html" class="title">
  591. Can AI Help you to learn faster or is it taking away your critical thinking skills by doing all the hard work for you?
  592. </a>
  593. </div>
  594. </div>
  595. </div>
  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="./news-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="./news-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>
  621. </div>
  622. </section>
  623. </div>
  624. </div>
  625. </main>
  626. <footer id="footer">
  627. <div class="container">
  628. <div class="top-part">
  629. <ul>
  630. <li>
  631. <img class="short-icon" src="./images/logo-short.svg" alt="">
  632. </li>
  633. <li>
  634. <a href="./index.html">Home</a>
  635. </li>
  636. <li>
  637. <a href="./about.html" >About</a>
  638. </li>
  639. <li>
  640. <a href="./blog-archive.html" >Blog</a>
  641. </li>
  642. <li>
  643. <a href="#" class="active">News</a>
  644. </li>
  645. <li>
  646. <a href="./contact.html" >Contact</a>
  647. </li>
  648. </ul>
  649. </div>
  650. <div class="bottom-part row g-5">
  651. <div class="col-12 col-md-6">
  652. <ul class="address">
  653. <li>
  654. <span>
  655. <i class="fa-solid fa-phone"></i>
  656. </span>
  657. <span>
  658. 01624-595959
  659. </span>
  660. </li>
  661. <li>
  662. <span>
  663. <i class="fa-solid fa-envelope"></i>
  664. </span>
  665. <span>
  666. studypressbd@gmail.com
  667. </span>
  668. </li>
  669. <li>
  670. <span>
  671. <i class="fa-solid fa-globe"></i>
  672. </span>
  673. <span>
  674. www.studypress.org
  675. </span>
  676. </li>
  677. <li>
  678. <span>
  679. <i class="fa-solid fa-location-dot"></i>
  680. </span>
  681. <span>
  682. House 37, Road 3, Sector 9, Uttara, Dhaka-1230
  683. </span>
  684. </li>
  685. </ul>
  686. </div>
  687. <div class="col-12 col-md-6">
  688. <div class="other-link">
  689. <p>আমাদের সম্পর্কে আরো জানতে</p>
  690. <div class="social-link">
  691. <a href="#" class="single-link">
  692. <img src="./images/facebook.svg.svg" alt="">
  693. </a>
  694. <a href="#" class="single-link">
  695. <img src="./images/Linkedin_.svg.svg" alt="">
  696. </a>
  697. <a href="#" class="single-link">
  698. <img src="./images/Instagram.svg.svg" alt="">
  699. </a>
  700. <a href="#" class="single-link">
  701. <img src="./images/youtube.svg.svg" alt="">
  702. </a>
  703. </div>
  704. <div class="privacy-links">
  705. <a href="#">Terms & Conditions</a>
  706. <a href="#">Refund Policy</a>
  707. <a href="#">Privacy Policy</a>
  708. </div>
  709. <div class="app-download">
  710. <a href="#">
  711. <img src="./images/app-store.svg.png" alt="">
  712. <img src="./images/google-play.svg.svg" alt="">
  713. </a>
  714. </div>
  715. </div>
  716. </div>
  717. </div>
  718. </div>
  719. </footer>
  720. <!-- custom js -->
  721. <script src="./js/custom.js"></script>
  722. </body>
  723. </html>