Skip to content

Commit

Permalink
Merge pull request #10 from TDW-2023/new-feature
Browse files Browse the repository at this point in the history
about content done
  • Loading branch information
DinaX02 authored Dec 2, 2023
2 parents f36e6d4 + a75514e commit ce5732b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 17 deletions.
22 changes: 7 additions & 15 deletions src/components/About/ContentAbout.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,21 +106,13 @@ const ContentAbout = () => {
<TextContainer>
<HeroTitle>ReadQuest.</HeroTitle>
<ParagrHomepage>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum a pellentesque elit, at ultricies purus. Phasellus porta mi tortor, eu fringilla turpis malesuada sed. Mauris quis magna non neque cursus interdum. Donec eu nisl tincidunt, rutrum nisl eget, vehicula justo.
<br />
Now you can search, select, and add new books to your personal
reading list.
<br />
Organize, discover, and immerse yourself in new literary adventures.
<br></br>
Dive into a vast collection of books, ranging from timeless classics
to the latest releases.
<br />
Now you can search, select, and add new books to your personal
reading list.
<br />
Organize, discover, and immerse yourself in new literary adventures.
<br></br>
The ReadQuest project was created within the scope of the Technologies and Web Development unit.
<br></br><br></br>
This project allows the user to immerse themselves in the universe of books, for this reason, ReadQuest uses the Google Books API as a data source, which allows us to offer our users the opportunity to explore and learn more about their favorite books.
<br></br>
This way, the user can discover new books and obtain some extra details about them. ReadQuest has the great advantage of allowing the user to save their list of readings they have already done and even create a list of their future readings, all without having to log in.
<br></br><br></br>
Embark on this emotional journey through the literary universe and create your virtual library with ReadQuest!
</ParagrHomepage>
</TextContainer>
<ImageHeroHomepage>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Homepage/ContentHomepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const ContentHomepage = () => {
<TextContainer>
<HeroTitle>Discover.</HeroTitle>
<ParagrHomepage>
Dive into a vast collection of books, ranging from timeless classics
Dive into a vast collection of books, ranging from the classics
to the latest releases.
<br />
Now you can search, select, and add new books to your personal
Expand Down
2 changes: 1 addition & 1 deletion src/components/Navbar_Inside.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const NavbarInside = ()=> {
<strong><Link to={"/"}>ReadQuest</Link></strong>
</span>
<div className={`nav-items ${isOpen && "open"}`}>
<Link to={""}>To Read</Link>
<Link to={"/to-read-page"}>To Read</Link>
<Link to={""}>Have Read</Link>
<Link to={"/about"}>About</Link>
<Link to={"/search-page"}>Search</Link>
Expand Down

0 comments on commit ce5732b

Please sign in to comment.