12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043 |
- <!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/news-archive.css">
- <title>Studypress | News</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="./blog-archive.html" class="link-item">Blog</a>
- </li>
- <li>
- <a href="#" class="link-item active">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>News</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="./news-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="./news-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="./news-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 News
- </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="./news-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>
- <!-- local news -->
- <section class="single-item-archive-wraper">
- <h3 class="archive-title">
- Local News
- </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="./news-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>
- <!-- international news -->
- <section class="single-item-archive-wraper">
- <h3 class="archive-title">
- International News
- </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="./news-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 News -->
- <section class="single-item-archive-wraper">
- <h3 class="archive-title">
- All News
- </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="./news-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="./news-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 News -->
- <div class="side-items-archive-wrapper">
- <h4 class="side-item-title">
- Top News
- </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="./news-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="./news-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="./news-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="./news-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>
-
- <!-- Highlight -->
- <div class="side-items-archive-wrapper">
- <h4 class="side-item-title">
- Highlight of the week
- </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="./news-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="./news-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="./news-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="./news-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>
- <!-- New Products -->
- <div class="side-items-archive-wrapper">
- <h4 class="side-item-title">
- Most Read
- </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="./news-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="./news-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="./news-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="./news-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="./blog-archive.html" >Blog</a>
- </li>
- <li>
- <a href="#" class="active">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>
- <!-- custom js -->
- <script src="./js/custom.js"></script>
- </body>
- </html>
|