From fda982468088c2d250abed2bee6a2978fb3179e4 Mon Sep 17 00:00:00 2001 From: sanika1345 <153575361+sanika1345@users.noreply.github.com> Date: Sun, 10 Nov 2024 11:28:40 +0530 Subject: [PATCH 01/19] added functionality to add my blog section --- assets/html/add-your-blog.html | 226 +++++++++++++++++++++++++++++++++ assets/html/blog.html | 7 +- 2 files changed, 230 insertions(+), 3 deletions(-) create mode 100644 assets/html/add-your-blog.html diff --git a/assets/html/add-your-blog.html b/assets/html/add-your-blog.html new file mode 100644 index 00000000..a8b73ac3 --- /dev/null +++ b/assets/html/add-your-blog.html @@ -0,0 +1,226 @@ + + + + + +SwapReads Blog Writer + + + + +
+

Write Your Blog on SwapReads

+ +

Express Your thoughts and get your blog published on Swapread

+


+ + +
+
+ +
+ +
+
+ +
+ +
+
+
+ + + +
+
+
+ + +
+
+ + +
+
+ + + + + diff --git a/assets/html/blog.html b/assets/html/blog.html index a90862d9..b67abccf 100644 --- a/assets/html/blog.html +++ b/assets/html/blog.html @@ -169,7 +169,7 @@

Exploring Different Book Genres

Want to add your Blog?


- + - + +
From d05b623e50653209fd347e5a764f4ce04e826000 Mon Sep 17 00:00:00 2001 From: Aryan Ramesh Jain <138214350+jainaryan04@users.noreply.github.com> Date: Sun, 10 Nov 2024 14:40:15 +0530 Subject: [PATCH 02/19] inline back to top #4932 --- assets/html/event.html | 62 +++++++++++++++++++++++------------------- 1 file changed, 34 insertions(+), 28 deletions(-) diff --git a/assets/html/event.html b/assets/html/event.html index 67d024d9..ce90e2e1 100644 --- a/assets/html/event.html +++ b/assets/html/event.html @@ -1132,20 +1132,37 @@

-

- © - All Rights Reserved. Made with ❤ by Guardian Hackers. -

- + + + -
-
- -
-
- -
-
+ + + + @@ -589,284 +567,158 @@

+ function scrollToGenre(genreId) { + const element = document.getElementById(genreId); + if (element) { + element.scrollIntoView({ behavior: 'smooth', block: 'start' }); + } + } + +
@@ -1810,14 +1662,29 @@

${book.title}

- - + +
From 11922372eb48f744a68b2a1ae354eb130fbba371 Mon Sep 17 00:00:00 2001 From: SrijaVuppala295 <140592148+SrijaVuppala295@users.noreply.github.com> Date: Sun, 10 Nov 2024 14:53:33 +0530 Subject: [PATCH 04/19] Deleted --- aaa | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 aaa diff --git a/aaa b/aaa deleted file mode 100644 index e69de29b..00000000 From ba09f62727be06f4c1d748041fa910c122f06120 Mon Sep 17 00:00:00 2001 From: SrijaVuppala295 <140592148+SrijaVuppala295@users.noreply.github.com> Date: Sun, 10 Nov 2024 14:54:50 +0530 Subject: [PATCH 05/19] Update diverseLiteracy.html --- diverseLiteracy.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/diverseLiteracy.html b/diverseLiteracy.html index ec621f72..f6176432 100644 --- a/diverseLiteracy.html +++ b/diverseLiteracy.html @@ -1937,4 +1937,5 @@

Privacy Notice

- \ No newline at end of file + + From d6be7ff68097a6e7b22b6e2761fee33815bfae36 Mon Sep 17 00:00:00 2001 From: SrijaVuppala295 <140592148+SrijaVuppala295@users.noreply.github.com> Date: Sun, 10 Nov 2024 15:13:20 +0530 Subject: [PATCH 06/19] Update diverseLiteracy.html --- diverseLiteracy.html | 3299 +++++++++++++++++++++--------------------- 1 file changed, 1625 insertions(+), 1674 deletions(-) diff --git a/diverseLiteracy.html b/diverseLiteracy.html index 5db4661c..18df1346 100644 --- a/diverseLiteracy.html +++ b/diverseLiteracy.html @@ -1,66 +1,67 @@ -SwapReads - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - - - - - - + .hamburger{ + display: block; + } + .nav-h{ + height: 78px; + width: 100vw; + } + .vis-h{ + opacity: 0; + } + .logo img{ + position: relative; + top: 17px; + left: 350px; + } + } + @media only screen and (max-width:990px){ + .header{ + height: 0; + } + .navbar-list{ + top: 0; + } + .logo img{ + top: -9px; + left: 50px; + + } + } + @media (min-width: 990px){ + .grid-list { + grid-template-columns: repeat(2, 1fr); +} + } + .chapter-card{ + width: 30vw; + height: 400px; + } + + .chapter-card { + transition: transform 0.3s ease, box-shadow 0.3s ease; + } + +.chapter-card:hover { + transform: scale(1.05); + box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); +} + .genre{ + margin-top: 200px; + } + .light-mode .switch-container { + right: 140px; + top: 10px; +} +.switch-checkbox:checked + .switch-label .switch-button { + transform: translateX(13px); + /* background-color: #34495e; */ +} +.ben { + color: var(--sonic-silver); + font-size: 24px; + font-weight: bold; + margin-bottom: 20px; + text-align: center; + +} +.chapter-card:hover .ben{ +color: #d26d6d; +} + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + - - - -
- - - -
-

- Diverse Literary Adventures - -

-
-

- Introduction to swap reads - -

- -
    -
  • -
    -

    -

    -

    Connecting Book Lovers and Promoting Reading Culture
    - SwapReads is an online platform designed to connect book enthusiasts and facilitate the exchange of books. It aims to promote a vibrant reading culture by making it easier for users to discover new titles, share their favorite books, and connect with fellow readers through discussions and reviews. -

    -
    -
  • -
  • -
    -

    -

    -

    Personalized Recommendations and Eco-Friendly Practices
    - SwapReads offers personalized book recommendations to help users find their next great read. By encouraging sustainable reading habits and reducing the need for new book purchases, the platform supports eco-friendly practices, fostering a community that celebrates the joy of reading while promoting environmental consciousness. -

    -
    -
  • - - -
-
-
-

- Maximizing Book Swapping on SwapReads - -

-
    -
  • -
    -

    -

    -

    Joining SwapReads
    - Join SwapReads by creating an account and setting up your profile. Fill out your reading preferences and interests to enhance your swapping experience. -

    -
    -
  • -
  • -
    -

    -

    -

    Building Your Book Collection -
    - Explore SwapReads' extensive library to discover new titles and classics alike. Add books to your virtual shelf to showcase your collection and attract swap offers. Keep your wishlist updated with books you're eager to read, signaling to others what you're looking for and increasing your chances of successful swaps. -

    -
    -
  • -
  • -
    -

    -

    -

    Initiating Swaps
    - Initiating swaps on SwapReads is simple and interactive. Browse through other users' collections or search for specific titles. When you find a book of interest, send a swap request detailing what you're offering in return. Engage in friendly communication to finalize the swap and expand your reading options. -

    -
    -
  • -
  • -
    -

    -

    -

    Rating and Reviewing
    - After completing a swap, contribute to the community by rating and reviewing the books you've received. Your insights help others make informed decisions and build trust within the SwapReads community. Share your thoughts on the book's plot, characters, and overall reading experience. Participate in discussions and book reviews to foster connections and enrich the swapping experience for everyone involved. -

    -
    -
  • -
-
-
-

- Budget-Friendly Reading Habits - -

-
    -
  • -
    -

    -

    -

    Leveraging Public Libraries
    - Many communities organize book swap events at libraries, community centers, or local cafes. Keep an eye on community bulletin boards, local event listings, and social media groups to find upcoming events. Attending these events is a great way to meet fellow book lovers and exchange books. -

    -
    -
  • -
  • -
    -

    -

    -

    Participating in Book Sales and Discounts
    - Stay informed about book sales and discounts from retailers and online platforms. Follow publishers on social media, subscribe to newsletters, and join loyalty programs for exclusive offers. Utilize discount codes and seasonal promotions to maximize savings on your book purchases. -
    -
  • -
  • -
    -

    -

    -

    Exploring E-books
    - Discover affordable reading options through e-books . Many platforms offer free or discounted titles, especially classics and indie publications. Subscribe to newsletters and follow platforms like Kindle and Audible for promotional offers. -

    -
    -
  • -
  • -
    -

    -

    -

    Secondhand Bookstores and Online Markets
    - Find budget-friendly reads at secondhand bookstores and online marketplaces. Explore diverse selections and uncover hidden gems at discounted prices. Consider selling or trading books you've finished to refresh your collection economically. -

    -
    -
  • -
-
-
- - - - - - - -
-
-
-
- -
- - - -
-

SwapReads.com is the ultimate destination for book - lovers - seeking to swap and - - discover new literary gems. - Connect with fellow enthusiasts, exchange your favorite reads, and embark on exciting new adventures in - the - world of literature—all on one convenient platform. Join us and dive into a universe of endless - possibilities! -

+
+

+ Diverse Literary Adventures + +

+
+

+ Introduction to swap reads + +

+ +
    +
  • +
    +

    +

    +

    Connecting Book Lovers and Promoting Reading Culture
    + SwapReads is an online platform designed to connect book enthusiasts and facilitate the exchange of books. It aims to promote a vibrant reading culture by making it easier for users to discover new titles, share their favorite books, and connect with fellow readers through discussions and reviews. +

    +
    +
  • +
  • +
    +

    +

    +

    Personalized Recommendations and Eco-Friendly Practices
    + SwapReads offers personalized book recommendations to help users find their next great read. By encouraging sustainable reading habits and reducing the need for new book purchases, the platform supports eco-friendly practices, fostering a community that celebrates the joy of reading while promoting environmental consciousness. +

    +
    +
  • + + +
+
+
+

+ Maximizing Book Swapping on SwapReads + +

+ +
    +
  • +
    +

    +

    +

    Joining SwapReads
    + Join SwapReads by creating an account and setting up your profile. Fill out your reading preferences and interests to enhance your swapping experience. +

    +
    +
  • +
  • +
    +

    +

    +

    Building Your Book Collection +
    + Explore SwapReads' extensive library to discover new titles and classics alike. Add books to your virtual shelf to showcase your collection and attract swap offers. Keep your wishlist updated with books you're eager to read, signaling to others what you're looking for and increasing your chances of successful swaps. +

    +
    +
  • +
  • +
    +

    +

    +

    Initiating Swaps
    + Initiating swaps on SwapReads is simple and interactive. Browse through other users' collections or search for specific titles. When you find a book of interest, send a swap request detailing what you're offering in return. Engage in friendly communication to finalize the swap and expand your reading options. +

    +
    +
  • +
  • +
    +

    +

    +

    Rating and Reviewing
    + After completing a swap, contribute to the community by rating and reviewing the books you've received. Your insights help others make informed decisions and build trust within the SwapReads community. Share your thoughts on the book's plot, characters, and overall reading experience. Participate in discussions and book reviews to foster connections and enrich the swapping experience for everyone involved. +

    +
    +
  • +
+
+
+

+ Budget-Friendly Reading Habits + +

+ +
    +
  • +
    +

    +

    +

    Leveraging Public Libraries
    + Many communities organize book swap events at libraries, community centers, or local cafes. Keep an eye on community bulletin boards, local event listings, and social media groups to find upcoming events. Attending these events is a great way to meet fellow book lovers and exchange books. +

    +
    +
  • +
  • +
    +

    +

    +

    Participating in Book Sales and Discounts
    + Stay informed about book sales and discounts from retailers and online platforms. Follow publishers on social media, subscribe to newsletters, and join loyalty programs for exclusive offers. Utilize discount codes and seasonal promotions to maximize savings on your book purchases. +
    +
  • +
  • +
    +

    +

    +

    Exploring E-books
    + Discover affordable reading options through e-books . Many platforms offer free or discounted titles, especially classics and indie publications. Subscribe to newsletters and follow platforms like Kindle and Audible for promotional offers. +

    +
    +
  • +
  • +
    +

    +

    +

    Secondhand Bookstores and Online Markets
    + Find budget-friendly reads at secondhand bookstores and online marketplaces. Explore diverse selections and uncover hidden gems at discounted prices. Consider selling or trading books you've finished to refresh your collection economically. +

    +
    +
  • +
+
+
+ + +
+
+
+ +
+ + + +
+

SwapReads.com is the ultimate destination for book + lovers + seeking to swap and + + discover new literary gems. + Connect with fellow enthusiasts, exchange your favorite reads, and embark on exciting new adventures in + the + world of literature—all on one convenient platform. Join us and dive into a universe of endless + possibilities! +

+
+
-
-
-
-

Quick Links

- + + + + + + + + - - - - -
- -
- - + + +
+ +
+
- - - - - - - - - - -
- -
-
- -
- -
- -
-
- - - - - - - - - - - - + + + + -
- - - + + - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - + // Start the animation + animateCircles(); + - From a8adfdf3eeba7fea4cbf115c6f9ba56b1be70557 Mon Sep 17 00:00:00 2001 From: Aryan Ramesh Jain <138214350+jainaryan04@users.noreply.github.com> Date: Sun, 10 Nov 2024 15:14:36 +0530 Subject: [PATCH 07/19] add back to top #4932 --- index.html | 92 ++++++++++++++++++++++++++++++------------------------ 1 file changed, 51 insertions(+), 41 deletions(-) diff --git a/index.html b/index.html index f4fa4d82..bc6ba004 100644 --- a/index.html +++ b/index.html @@ -6241,6 +6241,7 @@

Rateus

font-size: 18px; color: #ffffff; text-shadow: 2px 2px 2px black; +} .ok-button { background-color: #f37777; /* Button background color */ @@ -7205,50 +7206,59 @@

Subscribe to Our Newsletter

-
From 02c30081e8725023097ca74d8f135a9a680bbcfe Mon Sep 17 00:00:00 2001 From: Aryan Ramesh Jain <138214350+jainaryan04@users.noreply.github.com> Date: Sun, 10 Nov 2024 17:37:22 +0530 Subject: [PATCH 09/19] remove back to top #4932 --- assets/html/event.html | 22 ---------------------- index.html | 29 ++--------------------------- 2 files changed, 2 insertions(+), 49 deletions(-) diff --git a/assets/html/event.html b/assets/html/event.html index ce90e2e1..bfbe198b 100644 --- a/assets/html/event.html +++ b/assets/html/event.html @@ -1133,33 +1133,11 @@

-
-
- -
- -

- © All Rights Reserved. Made with ❤ by Guardian Hackers. -

- -
- -
-
- - diff --git a/index.html b/index.html index bc6ba004..7b8f3440 100644 --- a/index.html +++ b/index.html @@ -7183,16 +7183,7 @@

Subscribe to Our Newsletter

-
- -
+
@@ -7217,16 +7208,6 @@

Subscribe to Our Newsletter

Our Contributors | Refund Policy - - - - +
From a4e4f7b52e24a5c835ffba7cf2769071bc2f7ba4 Mon Sep 17 00:00:00 2001 From: akash70629 Date: Sun, 10 Nov 2024 17:39:23 +0530 Subject: [PATCH 10/19] unwanted page removed --- cookies.html | 31 ------- darkmode1.html | 233 ------------------------------------------------- email.css | 98 --------------------- email.html | 117 ------------------------- footer1.css | 71 --------------- footer1.html | 130 --------------------------- 6 files changed, 680 deletions(-) delete mode 100644 cookies.html delete mode 100644 darkmode1.html delete mode 100644 email.css delete mode 100644 email.html delete mode 100644 footer1.css delete mode 100644 footer1.html diff --git a/cookies.html b/cookies.html deleted file mode 100644 index 612d265d..00000000 --- a/cookies.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - Cookie Consent Box - - - - - - - - - - - diff --git a/darkmode1.html b/darkmode1.html deleted file mode 100644 index c03ff2ab..00000000 --- a/darkmode1.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/email.css b/email.css deleted file mode 100644 index 8671ef8d..00000000 --- a/email.css +++ /dev/null @@ -1,98 +0,0 @@ -.newsletter-container { - background-color: #f28b82; - padding: 30px; - border-radius: 10px; - text-align: center; - max-width: 400px; - margin: 0 auto; -} - -.newsletter-container h2 { - font-family: Arial, sans-serif; - font-size: 1.8em; - font-weight: bold; - color: #000; -} - -.newsletter-container p { - font-size: 1em; - color: #4a4a4a; -} - -.newsletter-form { - margin-top: 20px; -} - -.newsletter-form input[type="email"] { - padding: 10px; - width: 100%; - max-width: 300px; - margin-bottom: 15px; - font-size: 1em; - border: 1px solid #b22222; - border-radius: 5px; - outline: none; - color: #000; - background-color: #fff; -} - -.newsletter-form input[type="email"]::placeholder { - color: #b22222; -} - -.newsletter-form button { - padding: 10px 30px; - background-color: #8b0000; - border: none; - color: white; - font-size: 1.2em; - cursor: pointer; - border-radius: 5px; -} - -.newsletter-form button:hover { - background-color: #b22222; -} - -.social-icons { - margin-top: 20px; -} - -.social-icons a { - text-decoration: none; - color: #000; - font-size: 1.8em; - margin: 0 10px; -} - -.social-icons a:hover { - color: #b22222; -} - -/* Mobile responsiveness */ -@media (max-width: 600px) { - .newsletter-container { - padding: 15px; - max-height: 300px; - } - - .newsletter-container h2 { - font-size: 1.5em; - } - - .newsletter-container p { - font-size: 0.9em; - } - - .newsletter-form input[type="email"] { - max-width: 100%; - } - - .newsletter-form button { - font-size: 1em; - } - - .social-icons a { - font-size: 1.5em; - } -} diff --git a/email.html b/email.html deleted file mode 100644 index 70938e5c..00000000 --- a/email.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - Document - - - - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - - - diff --git a/footer1.css b/footer1.css deleted file mode 100644 index c6aef14c..00000000 --- a/footer1.css +++ /dev/null @@ -1,71 +0,0 @@ -.swapreads-container { - display: flex; - justify-content: space-between; - background-color: linear-gradient(135deg,#cf9aff,#95c0ff); - padding: 40px; - border-radius: 15px; - max-width: 1000px; - margin: 0 auto; - font-family: Arial, sans-serif; - justify-content: space-between; - align-items: center; - max-width: 1200px; - margin: 0 auto; - padding: 0 20px; -} - -.swapreads-content { - flex: 2; - padding-right: 30px; -} - -.swapreads-content h1 { - font-size: 2.5em; - font-weight: bold; - color: #000; -} - -.swapreads-content p { - font-size: 1.2em; - line-height: 1.8; - color: #4a4a4a; - text-align: justify; -} - -.quick-links { - flex: 1; - padding-left: 20px; -} - -.quick-links h3 { - font-size: 1.6em; - font-weight: bold; - color: #000; -} - -.quick-links ul { - list-style: none; - padding: 0; -} - -.quick-links ul li { - margin-bottom: 15px; -} - -.quick-links ul li a { - text-decoration: none; - color: #4a4a4a; - font-size: 1.1em; - display: flex; - align-items: center; -} - -.quick-links ul li a i { - margin-right: 10px; - font-size: 1.3em; - color: #8b0000; -} - -.quick-links ul li a:hover { - color: #b22222; -} \ No newline at end of file diff --git a/footer1.html b/footer1.html deleted file mode 100644 index 182e27ea..00000000 --- a/footer1.html +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - Document - - - - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

SwapReads

-

- SwapReads.com is the ultimate destination for book lovers seeking to swap and discover new literary gems. Connect with fellow enthusiasts, exchange your favorite reads, and embark on exciting new adventures in the world of literature—all on one convenient platform. Join us and dive into a universe of endless possibilities! -

-
- - -
- - - - - From 28e114ff15083f33ec4f8d2248f6ebadffda2ae6 Mon Sep 17 00:00:00 2001 From: akash70629 Date: Sun, 10 Nov 2024 17:48:27 +0530 Subject: [PATCH 11/19] deleted more file --- e.css | 65 ---------------------------------- e.html | 108 --------------------------------------------------------- e.js | 12 ------- 3 files changed, 185 deletions(-) delete mode 100644 e.css delete mode 100644 e.html delete mode 100644 e.js diff --git a/e.css b/e.css deleted file mode 100644 index 31ba7d1b..00000000 --- a/e.css +++ /dev/null @@ -1,65 +0,0 @@ -:root { - --chinese-violet_30: hsla(304, 14%, 46%, 0.3); - --chinese-violet: hsl(304, 14%, 46%); - --sonic-silver: hsl(206, 11%, 59%); - --old-rose_30: hsla(357, 37%, 62%, 0.3); - --ghost-white: hsl(233, 33%, 95%); - --light-pink: hsl(357, 93%, 84%); - --light-gray: hsl(0, 0%, 80%); - --old-rose: hsl(357, 37%, 62%); - --seashell: hsl(20, 43%, 93%); - --charcoal: hsl(203, 30%, 26%); - --white: hsl(0, 0%, 100%); - --black: rgb(0, 0, 0); - --old-rose_1: hwb(357 6% 36%); - } - - * { - margin: 0; - padding: 0; - box-sizing: border-box; - } - - body { - background-color: var(--ghost-white); - color: var(--charcoal); - font-family: Arial, sans-serif; - display: flex; - justify-content: center; - align-items: center; - height: 100vh; - text-align: center; - } - - .container { - background-color: var(--seashell); - padding: 2rem; - border-radius: 10px; - box-shadow: 0 4px 8px var(--old-rose_30); - } - - h1 { - font-size: 6rem; - color: var(--old-rose); - } - - p { - font-size: 1.5rem; - margin: 1rem 0; - color: var(--chinese-violet); - } - - .home-link { - display: inline-block; - margin-top: 1rem; - padding: 0.5rem 1rem; - background-color: var(--light-pink); - color: var(--white); - text-decoration: none; - border-radius: 5px; - transition: background-color 0.3s ease; - } - - .home-link:hover { - background-color: var(--old-rose); - } diff --git a/e.html b/e.html deleted file mode 100644 index 5d891002..00000000 --- a/e.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - 404 Not Found - - - - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

404

-

Oops! The page you are looking for cannot be found.

-

You will be redirected to the homepage in 5 seconds.

- Go to Home -
- - - - - diff --git a/e.js b/e.js deleted file mode 100644 index de97076a..00000000 --- a/e.js +++ /dev/null @@ -1,12 +0,0 @@ -// Countdown timer -let countdown = 5; -const countdownElement = document.getElementById('countdown'); - -const interval = setInterval(() => { - countdown--; - countdownElement.textContent = countdown; - if (countdown <= 0) { - clearInterval(interval); - window.location.href = 'index.html'; - } -}, 1000); From 2b15687df97b98f4c1b9ad01450beeafdd4cf829 Mon Sep 17 00:00:00 2001 From: KapuluruBhuvaneswariVspdbct Date: Sun, 10 Nov 2024 18:19:40 +0530 Subject: [PATCH 12/19] solved #4984 #4985 #4986 --- assets/html/poetry.html | 27 ++++++ assets/html/poetrya.html | 93 ++++++++++++++++++++ assets/html/poetryp.html | 186 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 306 insertions(+) create mode 100644 assets/html/poetrya.html create mode 100644 assets/html/poetryp.html diff --git a/assets/html/poetry.html b/assets/html/poetry.html index a7a0ad42..4d495b26 100644 --- a/assets/html/poetry.html +++ b/assets/html/poetry.html @@ -1218,6 +1218,33 @@

Poetry Books

Explore each book further by clicking on the covers!

+ + + + + + + +
diff --git a/assets/html/poetrya.html b/assets/html/poetrya.html new file mode 100644 index 00000000..06c67b64 --- /dev/null +++ b/assets/html/poetrya.html @@ -0,0 +1,93 @@ + + + + + + Approach to Reading Poetry Books + + + + +
+

How to Approach Reading Poetry Books

+

Reading poetry can be an emotional and enriching experience. Here's a guide to help you dive into some of the most popular poetry collections:

+
    +
  • Read Slowly and Reflect: Poetry often requires a slow, contemplative read. Take your time with each line and reflect on its meaning.
  • +
  • Explore Themes: Poetry often explores themes of love, loss, identity, and nature. Think about how these themes resonate with your own life.
  • +
  • Appreciate the Language: Pay attention to the language, rhythm, and imagery. Poetry is an art form that uses words to paint vivid pictures.
  • +
  • Connect with the Poet: Get to know the background of the poet and their life experiences. This can deepen your understanding of the collection.
  • +
  • Read Aloud: Poetry has a musical quality, so reading it aloud can help you appreciate its sound and flow.
  • +
+ +

Popular Poetry Books

+
    +
  • The Sun and Her Flowers by Rupi Kaur – A beautiful collection of poems about growth, healing, and self-love.
  • +
  • Milk and Honey by Rupi Kaur – A deeply personal exploration of pain, love, and loss through raw, emotional poetry.
  • +
  • Citizens by Claudia Rankine – A thought-provoking collection that explores race, identity, and the complexities of living in America.
  • +
  • Leaves of Grass by Walt Whitman – A classic collection that explores themes of individualism, nature, and the American experience.
  • +
  • Love Poems by Pablo Neruda – A passionate collection of poems about love, desire, and human connection.
  • +
+ + +
+ + + diff --git a/assets/html/poetryp.html b/assets/html/poetryp.html new file mode 100644 index 00000000..1374ce1e --- /dev/null +++ b/assets/html/poetryp.html @@ -0,0 +1,186 @@ + + + + + + Poetry Books Quiz + + + + +
+

Poetry Books Quiz

+
+ +
+ + + + +
+ + + + + From 0f50142344a5e7433d10fb2ba38930eb1f3b39f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 12:50:17 +0000 Subject: [PATCH 13/19] Update repo structure --- README.md | 2 ++ repo_structure.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 6dea291b..8f30c2cb 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,8 @@ │ │ ├── nonfiction.html │ │ ├── philosophy.html │ │ ├── poetry.html +│ │ ├── poetrya.html +│ │ ├── poetryp.html │ │ ├── profileedit.html │ │ ├── psycological-thriller.html │ │ ├── quiz.html diff --git a/repo_structure.txt b/repo_structure.txt index b4994178..59ab06cb 100644 --- a/repo_structure.txt +++ b/repo_structure.txt @@ -169,6 +169,8 @@ │ │ ├── nonfiction.html │ │ ├── philosophy.html │ │ ├── poetry.html +│ │ ├── poetrya.html +│ │ ├── poetryp.html │ │ ├── profileedit.html │ │ ├── psycological-thriller.html │ │ ├── quiz.html From 040f3612b0c27db4aaf87e5878ad2ad29df86ab1 Mon Sep 17 00:00:00 2001 From: Riya Chauhan <96919050+Riyachauhan11@users.noreply.github.com> Date: Sun, 10 Nov 2024 18:33:57 +0530 Subject: [PATCH 14/19] approaches styling updated --- assets/html/biographya.html | 267 +++++++++++++------ assets/html/classica.html | 504 +++++++++++++++++++++++------------- assets/html/fantasya.html | 268 +++++++++++++------ assets/html/historya.html | 264 +++++++++++++------ assets/html/horrora.html | 272 +++++++++++++------ assets/html/romancea.html | 263 +++++++++++++------ assets/html/sciencea.html | 256 ++++++++++++------ assets/html/selfa.html | 253 ++++++++++++------ assets/html/suspensea.html | 259 ++++++++++++------ 9 files changed, 1832 insertions(+), 774 deletions(-) diff --git a/assets/html/biographya.html b/assets/html/biographya.html index 1dba81cb..fcd62d4f 100644 --- a/assets/html/biographya.html +++ b/assets/html/biographya.html @@ -1,95 +1,214 @@ - - - + + + Approach to Reading Biography Books - - - -
-

How to Approach Reading Biography Books

-

Biographies offer an intimate glimpse into the lives of inspiring individuals. Here are some tips to make the most of your journey through these personal stories:

-
    -
  • Start with Interest: Choose biographies that resonate with your interests or personal goals. This helps you stay engaged and motivated.
  • -
  • Reflect on the Journey: Focus on the subject’s life experiences, challenges, and accomplishments. Consider how their life lessons might apply to your own.
  • -
  • Look for Themes: Many biographies highlight universal themes like resilience, self-discovery, and personal growth. Identifying these can enrich your reading.
  • -
  • Engage Emotionally: Biographies are often emotionally powerful. Allow yourself to connect with the subject’s emotions and insights.
  • -
  • Learn from Their Challenges: Many biographies showcase perseverance in the face of adversity. Reflect on how the subject overcame difficulties.
  • -
  • Take Notes: Jot down impactful quotes or lessons you want to remember. These can be great for future inspiration.
  • -
- -

Popular Biography Books

-
    -
  • The Diary of a Young Girl by Anne Frank – A poignant diary that captures the experiences of a young girl hiding during the Holocaust.
  • -
  • Long Walk to Freedom by Nelson Mandela – An inspiring story of Mandela's journey from oppression to freedom and leadership in South Africa.
  • -
  • Becoming by Michelle Obama – A deeply personal memoir of the former First Lady’s experiences and personal growth.
  • -
  • I Am Malala by Malala Yousafzai – The remarkable story of a young activist fighting for girls’ education in Pakistan.
  • -
  • Educated by Tara Westover – A memoir of a young woman’s quest for knowledge, breaking free from an isolated upbringing.
  • -
  • The Autobiography of Malcolm X – A powerful narrative of Malcolm X’s life, transformation, and activism.
  • -
- - -
- - + + +
+

How to Approach Reading Biography Books

+

+ Biographies offer an intimate glimpse into the lives of inspiring + individuals. Here are some tips to make the most of your journey through + these personal stories: +

+
    +
  • + Start with Interest: Choose biographies that resonate + with your interests or personal goals. This helps you stay engaged and + motivated. +
  • +
  • + Reflect on the Journey: Focus on the subject’s life + experiences, challenges, and accomplishments. Consider how their life + lessons might apply to your own. +
  • +
  • + Look for Themes: Many biographies highlight universal + themes like resilience, self-discovery, and personal growth. + Identifying these can enrich your reading. +
  • +
  • + Engage Emotionally: Biographies are often emotionally + powerful. Allow yourself to connect with the subject’s emotions and + insights. +
  • +
  • + Learn from Their Challenges: Many biographies + showcase perseverance in the face of adversity. Reflect on how the + subject overcame difficulties. +
  • +
  • + Take Notes: Jot down impactful quotes or lessons you + want to remember. These can be great for future inspiration. +
  • +
+ +

Popular Biography Books

+
    +
  • + The Diary of a Young Girl by Anne Frank – A poignant + diary that captures the experiences of a young girl hiding during the + Holocaust. +
  • +
  • + Long Walk to Freedom by Nelson Mandela – An inspiring + story of Mandela's journey from oppression to freedom and leadership + in South Africa. +
  • +
  • + Becoming by Michelle Obama – A deeply personal memoir + of the former First Lady’s experiences and personal growth. +
  • +
  • + I Am Malala by Malala Yousafzai – The remarkable + story of a young activist fighting for girls’ education in Pakistan. +
  • +
  • + Educated by Tara Westover – A memoir of a young + woman’s quest for knowledge, breaking free from an isolated + upbringing. +
  • +
  • + The Autobiography of Malcolm X – A powerful narrative + of Malcolm X’s life, transformation, and activism. +
  • +
+ + +
+ diff --git a/assets/html/classica.html b/assets/html/classica.html index 9b34b603..50454e6d 100644 --- a/assets/html/classica.html +++ b/assets/html/classica.html @@ -1,205 +1,341 @@ - - - + + + Approach to Reading Classic Literature - - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
-

How to Approach Reading Classic Literature

-

Reading classic literature can be a rewarding experience, but it often requires a thoughtful approach. Here are some tips to help you get started:

-
    -
  • Start with the Right Book: Choose a classic that matches your interests. For adventure, try Treasure Island; for romance, consider Pride and Prejudice.
  • -
  • Understand the Context: Learning about the historical and cultural background can enrich your understanding. Try reading an introduction or summary beforehand.
  • -
  • Take Your Time: Classics are often dense and richly layered. Read slowly, take breaks, and savor the details.
  • -
  • Annotate and Take Notes: Jotting down thoughts, questions, or new words can deepen your engagement with the text.
  • -
  • Discuss with Others: Joining a book club or discussing with friends can offer new perspectives and make the experience more enjoyable.
  • -
  • Use Supplemental Resources: Online resources like SparkNotes or study guides can provide summaries and analyses to aid comprehension.
  • -
- -

Examples of Classic Literature

-
    -
  • Pride and Prejudice by Jane Austen – A tale of love, society, and class in Regency-era England.
  • -
  • Moby-Dick by Herman Melville – An adventurous quest on the high seas, exploring obsession and revenge.
  • -
  • 1984 by George Orwell – A dystopian novel about totalitarianism and the dangers of a controlled society.
  • -
  • Great Expectations by Charles Dickens – A story of ambition, social class, and personal growth in Victorian England.
  • -
  • To Kill a Mockingbird by Harper Lee – A powerful narrative on racial injustice and moral integrity in the American South.
  • -
  • War and Peace by Leo Tolstoy – A sprawling tale of Russian society, war, and personal fate during the Napoleonic era.
  • -
  • The Great Gatsby by F. Scott Fitzgerald – A critique of the American Dream set in the Jazz Age.
  • -
- - -
- - + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+

How to Approach Reading Classic Literature

+

+ Reading classic literature can be a rewarding experience, but it often + requires a thoughtful approach. Here are some tips to help you get + started: +

+
    +
  • + Start with the Right Book: Choose a classic that + matches your interests. For adventure, try Treasure Island; + for romance, consider Pride and Prejudice. +
  • +
  • + Understand the Context: Learning about the historical + and cultural background can enrich your understanding. Try reading an + introduction or summary beforehand. +
  • +
  • + Take Your Time: Classics are often dense and richly + layered. Read slowly, take breaks, and savor the details. +
  • +
  • + Annotate and Take Notes: Jotting down thoughts, + questions, or new words can deepen your engagement with the text. +
  • +
  • + Discuss with Others: Joining a book club or + discussing with friends can offer new perspectives and make the + experience more enjoyable. +
  • +
  • + Use Supplemental Resources: Online resources like + SparkNotes or study guides can provide summaries and analyses to aid + comprehension. +
  • +
+ +

Examples of Classic Literature

+
    +
  • + Pride and Prejudice by Jane Austen – A tale of love, + society, and class in Regency-era England. +
  • +
  • + Moby-Dick by Herman Melville – An adventurous quest + on the high seas, exploring obsession and revenge. +
  • +
  • + 1984 by George Orwell – A dystopian novel about + totalitarianism and the dangers of a controlled society. +
  • +
  • + Great Expectations by Charles Dickens – A story of + ambition, social class, and personal growth in Victorian England. +
  • +
  • + To Kill a Mockingbird by Harper Lee – A powerful + narrative on racial injustice and moral integrity in the American + South. +
  • +
  • + War and Peace by Leo Tolstoy – A sprawling tale of + Russian society, war, and personal fate during the Napoleonic era. +
  • +
  • + The Great Gatsby by F. Scott Fitzgerald – A critique + of the American Dream set in the Jazz Age. +
  • +
+ + +
+ diff --git a/assets/html/fantasya.html b/assets/html/fantasya.html index 1d1c356f..01d4001a 100644 --- a/assets/html/fantasya.html +++ b/assets/html/fantasya.html @@ -1,95 +1,215 @@ - - - + + + Approach to Reading Fantasy Literature - - - -
-

How to Approach Reading Fantasy Literature

-

Fantasy literature opens doors to magical worlds and grand adventures. Here are some tips to enhance your journey into these enchanting realms:

-
    -
  • Begin with a Classic: Starting with well-known fantasy books can help you get a feel for the genre. The Hobbit or The Chronicles of Narnia are excellent options.
  • -
  • Embrace World-Building: Fantasy often involves intricate worlds with unique rules. Take time to absorb details about the setting, magic systems, and cultures.
  • -
  • Follow the Characters’ Growth: Many fantasy novels are character-driven. Pay attention to their journey, development, and relationships.
  • -
  • Note Recurring Themes: Fantasy literature often explores themes of courage, friendship, and the battle between good and evil. Recognizing these can deepen your experience.
  • -
  • Use Maps and Glossaries: Many fantasy books come with maps or glossaries—refer to these for a better understanding of locations and terms.
  • -
  • Join a Book Community: Discussing fantasy books with others can add to your enjoyment and help you discover new series.
  • -
- -

Popular Fantasy Books

-
    -
  • Harry Potter and the Sorcerer’s Stone by J.K. Rowling – The start of a magical journey at Hogwarts School of Witchcraft and Wizardry.
  • -
  • The Hobbit by J.R.R. Tolkien – A classic tale of adventure, courage, and the discovery of unexpected strength.
  • -
  • The Name of the Wind by Patrick Rothfuss – A captivating story of a young prodigy navigating magic, mystery, and personal quests.
  • -
  • A Game of Thrones by George R.R. Martin – A complex tale of power, politics, and survival in a richly detailed world.
  • -
  • The Chronicles of Narnia by C.S. Lewis – An epic series exploring magic, bravery, and friendship through a world beyond the wardrobe.
  • -
  • The Wheel of Time by Robert Jordan – A vast and immersive series following the battle between light and dark across generations.
  • -
- - -
- - + + +
+

How to Approach Reading Fantasy Literature

+

+ Fantasy literature opens doors to magical worlds and grand adventures. + Here are some tips to enhance your journey into these enchanting realms: +

+
    +
  • + Begin with a Classic: Starting with well-known + fantasy books can help you get a feel for the genre. + The Hobbit or The Chronicles of Narnia are excellent + options. +
  • +
  • + Embrace World-Building: Fantasy often involves + intricate worlds with unique rules. Take time to absorb details about + the setting, magic systems, and cultures. +
  • +
  • + Follow the Characters’ Growth: Many fantasy novels + are character-driven. Pay attention to their journey, development, and + relationships. +
  • +
  • + Note Recurring Themes: Fantasy literature often + explores themes of courage, friendship, and the battle between good + and evil. Recognizing these can deepen your experience. +
  • +
  • + Use Maps and Glossaries: Many fantasy books come with + maps or glossaries—refer to these for a better understanding of + locations and terms. +
  • +
  • + Join a Book Community: Discussing fantasy books with + others can add to your enjoyment and help you discover new series. +
  • +
+ +

Popular Fantasy Books

+
    +
  • + Harry Potter and the Sorcerer’s Stone by J.K. Rowling + – The start of a magical journey at Hogwarts School of Witchcraft and + Wizardry. +
  • +
  • + The Hobbit by J.R.R. Tolkien – A classic tale of + adventure, courage, and the discovery of unexpected strength. +
  • +
  • + The Name of the Wind by Patrick Rothfuss – A + captivating story of a young prodigy navigating magic, mystery, and + personal quests. +
  • +
  • + A Game of Thrones by George R.R. Martin – A complex + tale of power, politics, and survival in a richly detailed world. +
  • +
  • + The Chronicles of Narnia by C.S. Lewis – An epic + series exploring magic, bravery, and friendship through a world beyond + the wardrobe. +
  • +
  • + The Wheel of Time by Robert Jordan – A vast and + immersive series following the battle between light and dark across + generations. +
  • +
+ + +
+ diff --git a/assets/html/historya.html b/assets/html/historya.html index 5d68be28..fa0e572b 100644 --- a/assets/html/historya.html +++ b/assets/html/historya.html @@ -1,94 +1,212 @@ - - - + + + Approach to Reading Historical Fiction Books - - - -
-

How to Approach Reading Historical Fiction Books

-

Historical fiction books blend real history with fictional narratives. Here are some tips to get the most out of this genre:

-
    -
  • Understand the Historical Context: Research the period and events depicted in the book to enhance your understanding of the story.
  • -
  • Pay Attention to Character Development: Historical fiction often focuses on complex characters set against historical backdrops. Observe how they evolve through the challenges of their time.
  • -
  • Reflect on the Historical Themes: Many historical fiction books explore significant historical events, social issues, and cultural changes. Consider how these themes resonate with today's world.
  • -
  • Embrace the Setting: The setting is often an integral part of historical fiction. Let the details of the time and place transport you into the world of the story.
  • -
  • Read Multiple Perspectives: Historical fiction often gives voice to characters from diverse backgrounds. Understanding different viewpoints adds depth to your experience.
  • -
- -

Popular Historical Fiction Books

-
    -
  • The Nightingale by Kristin Hannah – A powerful story about two sisters during World War II in Nazi-occupied France.
  • -
  • All the Light We Cannot See by Anthony Doerr – A haunting novel set during World War II, following a blind French girl and a German soldier.
  • -
  • The Book Thief by Markus Zusak – A moving tale set in Nazi Germany, narrated by Death, about a young girl's love for books and the people she meets.
  • -
  • Alief Network by Jasmine Saeed – A gripping story set in a dystopian world, intertwining history and technology.
  • -
  • Homegoing by Yaa Gyasi – A multi-generational epic following the diverging paths of two half-sisters and their descendants, from slavery in Ghana to America.
  • -
  • The Tattooist of Auschwitz by Heather Morris – A tale of survival, love, and hope, set in the Auschwitz-Birkenau concentration camp during World War II.
  • -
- - -
- - + + +
+

How to Approach Reading Historical Fiction Books

+

+ Historical fiction books blend real history with fictional narratives. + Here are some tips to get the most out of this genre: +

+
    +
  • + Understand the Historical Context: Research the + period and events depicted in the book to enhance your understanding + of the story. +
  • +
  • + Pay Attention to Character Development: Historical + fiction often focuses on complex characters set against historical + backdrops. Observe how they evolve through the challenges of their + time. +
  • +
  • + Reflect on the Historical Themes: Many historical + fiction books explore significant historical events, social issues, + and cultural changes. Consider how these themes resonate with today's + world. +
  • +
  • + Embrace the Setting: The setting is often an integral + part of historical fiction. Let the details of the time and place + transport you into the world of the story. +
  • +
  • + Read Multiple Perspectives: Historical fiction often + gives voice to characters from diverse backgrounds. Understanding + different viewpoints adds depth to your experience. +
  • +
+ +

Popular Historical Fiction Books

+
    +
  • + The Nightingale by Kristin Hannah – A powerful story + about two sisters during World War II in Nazi-occupied France. +
  • +
  • + All the Light We Cannot See by Anthony Doerr – A + haunting novel set during World War II, following a blind French girl + and a German soldier. +
  • +
  • + The Book Thief by Markus Zusak – A moving tale set in + Nazi Germany, narrated by Death, about a young girl's love for books + and the people she meets. +
  • +
  • + Alief Network by Jasmine Saeed – A gripping story set + in a dystopian world, intertwining history and technology. +
  • +
  • + Homegoing by Yaa Gyasi – A multi-generational epic + following the diverging paths of two half-sisters and their + descendants, from slavery in Ghana to America. +
  • +
  • + The Tattooist of Auschwitz by Heather Morris – A tale + of survival, love, and hope, set in the Auschwitz-Birkenau + concentration camp during World War II. +
  • +
+ + +
+ diff --git a/assets/html/horrora.html b/assets/html/horrora.html index 7bb8d6fc..8ac3b752 100644 --- a/assets/html/horrora.html +++ b/assets/html/horrora.html @@ -1,98 +1,216 @@ - - - + + + Approach to Reading Horror Literature - - - -
-

How to Approach Reading Horror Literature

-

Horror literature invites you into dark realms filled with suspense, fear, and the unknown. Here are some tips to make your journey through the genre even more thrilling:

-
    -
  • Start with a Classic: Familiarize yourself with the genre by reading foundational works. Dracula or Frankenstein are great introductions.
  • -
  • Embrace the Atmosphere: Horror is often about mood and atmosphere. Let yourself be absorbed by the eerie settings, haunting details, and suspenseful moments.
  • -
  • Focus on Psychological Depth: Many horror novels delve into the psyche. Pay attention to characters' fears, doubts, and motivations as they face the unknown.
  • -
  • Identify Recurring Themes: Themes like fear of the unknown, mortality, and madness frequently appear in horror. Noticing these can deepen your appreciation.
  • -
  • Use a Glossary: Horror literature often includes occult terms or lore—refer to glossaries or online resources to better understand specific terminology.
  • -
  • Join a Horror Book Community: Discussing horror literature with others can amplify the thrill and give you insights into new authors and sub-genres.
  • -
- -

Popular Horror Books

-
    -
  • Dracula by Bram Stoker – The quintessential vampire tale that explores fear, seduction, and immortality.
  • -
  • Frankenstein by Mary Shelley – A haunting exploration of science, ambition, and the boundaries of human control.
  • -
  • It by Stephen King – A chilling story of childhood fears and a creature that takes on the form of what its victims fear most.
  • -
  • The Haunting of Hill House by Shirley Jackson – A terrifying tale of a haunted mansion and the psychological breakdown of its inhabitants.
  • -
  • The Exorcist by William Peter Blatty – A harrowing story of possession and faith, often considered one of the scariest novels ever written.
  • -
  • Bird Box by Josh Malerman – A suspenseful tale of survival where looking at an unseen force can lead to madness and death.
  • -
- - -
- - + + +
+

How to Approach Reading Horror Literature

+

+ Horror literature invites you into dark realms filled with suspense, + fear, and the unknown. Here are some tips to make your journey through + the genre even more thrilling: +

+
    +
  • + Start with a Classic: Familiarize yourself with the + genre by reading foundational works. Dracula or + Frankenstein are great introductions. +
  • +
  • + Embrace the Atmosphere: Horror is often about mood + and atmosphere. Let yourself be absorbed by the eerie settings, + haunting details, and suspenseful moments. +
  • +
  • + Focus on Psychological Depth: Many horror novels + delve into the psyche. Pay attention to characters' fears, doubts, and + motivations as they face the unknown. +
  • +
  • + Identify Recurring Themes: Themes like fear of the + unknown, mortality, and madness frequently appear in horror. Noticing + these can deepen your appreciation. +
  • +
  • + Use a Glossary: Horror literature often includes + occult terms or lore—refer to glossaries or online resources to better + understand specific terminology. +
  • +
  • + Join a Horror Book Community: Discussing horror + literature with others can amplify the thrill and give you insights + into new authors and sub-genres. +
  • +
+ +

Popular Horror Books

+
    +
  • + Dracula by Bram Stoker – The quintessential vampire + tale that explores fear, seduction, and immortality. +
  • +
  • + Frankenstein by Mary Shelley – A haunting exploration + of science, ambition, and the boundaries of human control. +
  • +
  • + It by Stephen King – A chilling story of childhood + fears and a creature that takes on the form of what its victims fear + most. +
  • +
  • + The Haunting of Hill House by Shirley Jackson – A + terrifying tale of a haunted mansion and the psychological breakdown + of its inhabitants. +
  • +
  • + The Exorcist by William Peter Blatty – A harrowing + story of possession and faith, often considered one of the scariest + novels ever written. +
  • +
  • + Bird Box by Josh Malerman – A suspenseful tale of + survival where looking at an unseen force can lead to madness and + death. +
  • +
+ + +
+ diff --git a/assets/html/romancea.html b/assets/html/romancea.html index 7f5e488a..6a1deb6c 100644 --- a/assets/html/romancea.html +++ b/assets/html/romancea.html @@ -1,95 +1,210 @@ - - - + + + Approach to Reading Romance Literature - - - -
-

How to Approach Reading Romance Literature

-

Diving into romance novels can be an enjoyable and heartwarming experience. Here are some tips to enhance your reading journey:

-
    -
  • Pick a Genre You Love: Romance is broad, covering contemporary, historical, fantasy, and more. Choose a theme that resonates with you to start.
  • -
  • Get to Know the Tropes: Romance novels often follow familiar tropes like enemies-to-lovers, second-chance romance, or friends-to-lovers. Recognizing these can add to your enjoyment.
  • -
  • Immerse Yourself in the Characters: Romance is character-driven. Take your time getting to know the main characters and their journeys.
  • -
  • Keep an Open Heart: Romance literature often explores vulnerability and personal growth, so be open to the emotional ups and downs.
  • -
  • Join a Book Community: Book clubs, online forums, or social media groups dedicated to romance can add to your experience and help you discover new favorites.
  • -
- -

Popular Romance Novels

-
    -
  • Pride and Prejudice by Jane Austen – A classic romance with sharp wit and timeless social commentary.
  • -
  • Outlander by Diana Gabaldon – A time-traveling adventure romance with historical depth and epic love.
  • -
  • Me Before You by Jojo Moyes – A contemporary romance that’s as heartwarming as it is heartbreaking.
  • -
  • The Hating Game by Sally Thorne – An enemies-to-lovers story that’s both fun and emotionally engaging.
  • -
  • The Kiss Quotient by Helen Hoang – A unique and refreshing love story featuring diverse characters and perspectives.
  • -
  • It Ends with Us by Colleen Hoover – A raw, emotional romance that tackles real-life issues and love’s complexities.
  • -
  • Beach Read by Emily Henry – A romance between two writers with a beautiful setting and heartfelt storytelling.
  • -
- - -
- - + + +
+

How to Approach Reading Romance Literature

+

+ Diving into romance novels can be an enjoyable and heartwarming + experience. Here are some tips to enhance your reading journey: +

+
    +
  • + Pick a Genre You Love: Romance is broad, covering + contemporary, historical, fantasy, and more. Choose a theme that + resonates with you to start. +
  • +
  • + Get to Know the Tropes: Romance novels often follow + familiar tropes like enemies-to-lovers, second-chance romance, or + friends-to-lovers. Recognizing these can add to your enjoyment. +
  • +
  • + Immerse Yourself in the Characters: Romance is + character-driven. Take your time getting to know the main characters + and their journeys. +
  • +
  • + Keep an Open Heart: Romance literature often explores + vulnerability and personal growth, so be open to the emotional ups and + downs. +
  • +
  • + Join a Book Community: Book clubs, online forums, or + social media groups dedicated to romance can add to your experience + and help you discover new favorites. +
  • +
+ +

Popular Romance Novels

+
    +
  • + Pride and Prejudice by Jane Austen – A classic + romance with sharp wit and timeless social commentary. +
  • +
  • + Outlander by Diana Gabaldon – A time-traveling + adventure romance with historical depth and epic love. +
  • +
  • + Me Before You by Jojo Moyes – A contemporary romance + that’s as heartwarming as it is heartbreaking. +
  • +
  • + The Hating Game by Sally Thorne – An + enemies-to-lovers story that’s both fun and emotionally engaging. +
  • +
  • + The Kiss Quotient by Helen Hoang – A unique and + refreshing love story featuring diverse characters and perspectives. +
  • +
  • + It Ends with Us by Colleen Hoover – A raw, emotional + romance that tackles real-life issues and love’s complexities. +
  • +
  • + Beach Read by Emily Henry – A romance between two + writers with a beautiful setting and heartfelt storytelling. +
  • +
+ + +
+ diff --git a/assets/html/sciencea.html b/assets/html/sciencea.html index 7ea18f6b..b36d9800 100644 --- a/assets/html/sciencea.html +++ b/assets/html/sciencea.html @@ -1,94 +1,204 @@ - - - + + + Approach to Reading Science Fiction Literature - - - -
-

How to Approach Reading Science Fiction Literature

-

Science fiction offers imaginative worlds and profound ideas. Here are some tips for diving into the genre:

-
    -
  • Start with a Subgenre You Enjoy: Sci-fi includes everything from space operas to dystopias and cyberpunk. Find one that appeals to you.
  • -
  • Immerse in the World-Building: Sci-fi novels often create entire worlds—take time to appreciate the details and settings.
  • -
  • Explore the Big Ideas: Sci-fi tackles themes like technology, society, and human nature. Reflecting on these adds depth to your reading.
  • -
  • Embrace the Imagination: Science fiction often defies current reality, so be open to creative and speculative ideas.
  • -
  • Join a Sci-Fi Community: Connecting with fellow readers can enhance your experience and expose you to more great reads.
  • -
- -

Popular Science Fiction Novels

-
    -
  • Dune by Frank Herbert – A sweeping saga exploring politics, religion, and power on a desert planet.
  • -
  • Neuromancer by William Gibson – The seminal cyberpunk novel diving into cyberspace and AI.
  • -
  • Foundation by Isaac Asimov – A tale of galactic empires and the preservation of knowledge.
  • -
  • The Left Hand of Darkness by Ursula K. Le Guin – A thought-provoking story exploring gender and society.
  • -
  • Snow Crash by Neal Stephenson – A fast-paced cyberpunk adventure blending technology and mythology.
  • -
  • Ender's Game by Orson Scott Card – A gripping story of a young strategist in an interstellar war.
  • -
- - -
- - + + +
+

How to Approach Reading Science Fiction Literature

+

+ Science fiction offers imaginative worlds and profound ideas. Here are + some tips for diving into the genre: +

+
    +
  • + Start with a Subgenre You Enjoy: Sci-fi includes + everything from space operas to dystopias and cyberpunk. Find one that + appeals to you. +
  • +
  • + Immerse in the World-Building: Sci-fi novels often + create entire worlds—take time to appreciate the details and settings. +
  • +
  • + Explore the Big Ideas: Sci-fi tackles themes like + technology, society, and human nature. Reflecting on these adds depth + to your reading. +
  • +
  • + Embrace the Imagination: Science fiction often defies + current reality, so be open to creative and speculative ideas. +
  • +
  • + Join a Sci-Fi Community: Connecting with fellow + readers can enhance your experience and expose you to more great + reads. +
  • +
+ +

Popular Science Fiction Novels

+
    +
  • + Dune by Frank Herbert – A sweeping saga exploring + politics, religion, and power on a desert planet. +
  • +
  • + Neuromancer by William Gibson – The seminal cyberpunk + novel diving into cyberspace and AI. +
  • +
  • + Foundation by Isaac Asimov – A tale of galactic + empires and the preservation of knowledge. +
  • +
  • + The Left Hand of Darkness by Ursula K. Le Guin – A + thought-provoking story exploring gender and society. +
  • +
  • + Snow Crash by Neal Stephenson – A fast-paced + cyberpunk adventure blending technology and mythology. +
  • +
  • + Ender's Game by Orson Scott Card – A gripping story + of a young strategist in an interstellar war. +
  • +
+ + +
+ diff --git a/assets/html/selfa.html b/assets/html/selfa.html index b86f76ac..0c80807f 100644 --- a/assets/html/selfa.html +++ b/assets/html/selfa.html @@ -1,93 +1,202 @@ - - - + + + Approach to Reading Self-Help Books - - - -
-

How to Approach Reading Self-Help Books

-

Self-help books offer insights and strategies for personal growth and improvement. Here are some tips for making the most of your reading:

-
    -
  • Define Your Purpose: Know what areas you want to work on, such as productivity, mindset, or relationships. This will help you select books that meet your needs.
  • -
  • Take Notes: Self-help books are often filled with actionable advice. Taking notes can help you remember key points and ideas to implement.
  • -
  • Reflect and Apply: Don’t just read—pause and consider how each chapter’s lessons apply to your life, and commit to trying out the advice.
  • -
  • Be Patient with the Process: Personal growth takes time. Be consistent in applying what you learn, and don’t rush the results.
  • -
  • Revisit Your Favorites: Self-help books often offer new insights with each read. Revisiting them can reinforce ideas and provide fresh motivation.
  • -
- -

Popular Self-Help Books

-
    -
  • Atomic Habits by James Clear – A guide to building good habits and breaking bad ones for a more productive life.
  • -
  • The Power of Now by Eckhart Tolle – A book on mindfulness and living in the present moment.
  • -
  • You Are a Badass by Jen Sincero – An uplifting book focused on boosting confidence and self-worth.
  • -
  • The 7 Habits of Highly Effective People by Stephen Covey – A classic that covers timeless principles for success.
  • -
  • Mindset: The New Psychology of Success by Carol S. Dweck – An exploration of the impact of having a growth mindset.
  • -
- - -
- - + + +
+

How to Approach Reading Self-Help Books

+

+ Self-help books offer insights and strategies for personal growth and + improvement. Here are some tips for making the most of your reading: +

+
    +
  • + Define Your Purpose: Know what areas you want to work + on, such as productivity, mindset, or relationships. This will help + you select books that meet your needs. +
  • +
  • + Take Notes: Self-help books are often filled with + actionable advice. Taking notes can help you remember key points and + ideas to implement. +
  • +
  • + Reflect and Apply: Don’t just read—pause and consider + how each chapter’s lessons apply to your life, and commit to trying + out the advice. +
  • +
  • + Be Patient with the Process: Personal growth takes + time. Be consistent in applying what you learn, and don’t rush the + results. +
  • +
  • + Revisit Your Favorites: Self-help books often offer + new insights with each read. Revisiting them can reinforce ideas and + provide fresh motivation. +
  • +
+ +

Popular Self-Help Books

+
    +
  • + Atomic Habits by James Clear – A guide to building + good habits and breaking bad ones for a more productive life. +
  • +
  • + The Power of Now by Eckhart Tolle – A book on + mindfulness and living in the present moment. +
  • +
  • + You Are a Badass by Jen Sincero – An uplifting book + focused on boosting confidence and self-worth. +
  • +
  • + The 7 Habits of Highly Effective People by Stephen + Covey – A classic that covers timeless principles for success. +
  • +
  • + Mindset: The New Psychology of Success by Carol S. + Dweck – An exploration of the impact of having a growth mindset. +
  • +
+ + +
+ diff --git a/assets/html/suspensea.html b/assets/html/suspensea.html index c0b1a611..017add8a 100644 --- a/assets/html/suspensea.html +++ b/assets/html/suspensea.html @@ -1,94 +1,207 @@ - - - + + + Approach to Reading Suspense Thriller Literature - - - -
-

How to Approach Reading Suspense Thriller Literature

-

Delving into suspense thrillers can be an intense and exciting journey. Here are some tips to make the most of your reading experience:

-
    -
  • Choose a Theme You’re Intrigued By: Suspense thrillers span psychological thrillers, crime, mystery, and more. Select a subgenre that piques your curiosity.
  • -
  • Pay Attention to Details: Suspense stories often rely on subtle clues and foreshadowing. Keep track of details as they may play a crucial role in the plot.
  • -
  • Engage with the Characters’ Mindsets: Many thrillers dive deep into psychological aspects. Understanding character motivations can add to the thrill.
  • -
  • Be Prepared for Twists: Thrillers are known for their twists. Expect the unexpected and enjoy the suspense as it unfolds.
  • -
  • Join a Book Club: Discussing thrillers with others can enhance your experience and offer new perspectives on plot twists and themes.
  • -
- -

Popular Suspense Thriller Novels

-
    -
  • Gone Girl by Gillian Flynn – A dark and twisted tale of marriage, secrets, and manipulation.
  • -
  • The Girl with the Dragon Tattoo by Stieg Larsson – A gripping mystery with complex characters and intense suspense.
  • -
  • Big Little Lies by Liane Moriarty – A blend of thriller and social commentary with secrets unraveling in a small town.
  • -
  • The Woman in the Window by A.J. Finn – A psychological thriller full of unreliable narration and shocking twists.
  • -
  • The Couple Next Door by Shari Lapena – A fast-paced thriller about secrets and betrayals between neighbors.
  • -
  • The Silent Patient by Alex Michaelides – A captivating psychological thriller about silence, trauma, and secrets.
  • -
- - -
- - + + +
+

How to Approach Reading Suspense Thriller Literature

+

+ Delving into suspense thrillers can be an intense and exciting journey. + Here are some tips to make the most of your reading experience: +

+
    +
  • + Choose a Theme You’re Intrigued By: Suspense + thrillers span psychological thrillers, crime, mystery, and more. + Select a subgenre that piques your curiosity. +
  • +
  • + Pay Attention to Details: Suspense stories often rely + on subtle clues and foreshadowing. Keep track of details as they may + play a crucial role in the plot. +
  • +
  • + Engage with the Characters’ Mindsets: Many thrillers + dive deep into psychological aspects. Understanding character + motivations can add to the thrill. +
  • +
  • + Be Prepared for Twists: Thrillers are known for their + twists. Expect the unexpected and enjoy the suspense as it unfolds. +
  • +
  • + Join a Book Club: Discussing thrillers with others + can enhance your experience and offer new perspectives on plot twists + and themes. +
  • +
+ +

Popular Suspense Thriller Novels

+
    +
  • + Gone Girl by Gillian Flynn – A dark and twisted tale + of marriage, secrets, and manipulation. +
  • +
  • + The Girl with the Dragon Tattoo by Stieg Larsson – A + gripping mystery with complex characters and intense suspense. +
  • +
  • + Big Little Lies by Liane Moriarty – A blend of + thriller and social commentary with secrets unraveling in a small + town. +
  • +
  • + The Woman in the Window by A.J. Finn – A + psychological thriller full of unreliable narration and shocking + twists. +
  • +
  • + The Couple Next Door by Shari Lapena – A fast-paced + thriller about secrets and betrayals between neighbors. +
  • +
  • + The Silent Patient by Alex Michaelides – A + captivating psychological thriller about silence, trauma, and secrets. +
  • +
+ + +
+ From b2291ac9dc24756646031e3ff19c04f66e27c322 Mon Sep 17 00:00:00 2001 From: Aryan Ramesh Jain <138214350+jainaryan04@users.noreply.github.com> Date: Sun, 10 Nov 2024 18:40:48 +0530 Subject: [PATCH 15/19] Feat: random book recommendation #4993 --- book.js | 39 +++++++++++++++++++ bookrec.html | 26 +++++++++++++ index.html | 3 ++ styles.css | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 174 insertions(+) create mode 100644 book.js create mode 100644 bookrec.html create mode 100644 styles.css diff --git a/book.js b/book.js new file mode 100644 index 00000000..8e3b0dcd --- /dev/null +++ b/book.js @@ -0,0 +1,39 @@ +const books = [ + { + title: "To Kill a Mockingbird", + author: "Harper Lee", + genre: "Fiction", + description: "A novel about racial injustice in the Deep South." + }, + { + title: "1984", + author: "George Orwell", + genre: "Dystopian", + description: "A totalitarian regime uses surveillance to control its citizens." + }, + { + title: "The Great Gatsby", + author: "F. Scott Fitzgerald", + genre: "Classic", + description: "A story of love, wealth, and social change in the 1920s." + }, + { + title: "The Catcher in the Rye", + author: "J.D. Salinger", + genre: "Fiction", + description: "A young man struggles with the pressures of adulthood." + } + ]; + + document.getElementById("recommend-btn").addEventListener("click", function() { + const randomIndex = Math.floor(Math.random() * books.length); + const book = books[randomIndex]; + + document.getElementById("book-title").textContent = book.title; + document.getElementById("book-author").textContent = `Author: ${book.author}`; + document.getElementById("book-genre").textContent = `Genre: ${book.genre}`; + document.getElementById("book-description").textContent = book.description; + + document.getElementById("book-info").style.display = "block"; + }); + \ No newline at end of file diff --git a/bookrec.html b/bookrec.html new file mode 100644 index 00000000..b63b2d04 --- /dev/null +++ b/bookrec.html @@ -0,0 +1,26 @@ + + + + + + Book Recommendations + + + +
+ + + + + +
+

Title

+

Author

+

Genre

+

Description

+
+
+ + + + diff --git a/index.html b/index.html index 15f65e8a..9c5cfc9a 100644 --- a/index.html +++ b/index.html @@ -4200,6 +4200,9 @@

+
+
+ + + diff --git a/assets/html/philosophy.html b/assets/html/philosophy.html index a53e24b9..be943b2f 100644 --- a/assets/html/philosophy.html +++ b/assets/html/philosophy.html @@ -1219,6 +1219,33 @@

Philosophy Books

Explore each book further by clicking on the covers!

+ + + + + + + +
diff --git a/assets/html/phip.html b/assets/html/phip.html new file mode 100644 index 00000000..e8160e52 --- /dev/null +++ b/assets/html/phip.html @@ -0,0 +1,186 @@ + + + + + + Philosophy Books Quiz + + + + +
+

Philosophy Books Quiz

+
+ +
+ + + + +
+ + + + + From d7c25eee56a7a606c9f086c8af5f5017ef51ce46 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 13:19:47 +0000 Subject: [PATCH 17/19] Update repo structure --- README.md | 2 ++ repo_structure.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 8f30c2cb..e0f72986 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,9 @@ │ │ ├── ngo.html │ │ ├── noir.html │ │ ├── nonfiction.html +│ │ ├── phia.html │ │ ├── philosophy.html +│ │ ├── phip.html │ │ ├── poetry.html │ │ ├── poetrya.html │ │ ├── poetryp.html diff --git a/repo_structure.txt b/repo_structure.txt index 59ab06cb..cd9c9714 100644 --- a/repo_structure.txt +++ b/repo_structure.txt @@ -167,7 +167,9 @@ │ │ ├── ngo.html │ │ ├── noir.html │ │ ├── nonfiction.html +│ │ ├── phia.html │ │ ├── philosophy.html +│ │ ├── phip.html │ │ ├── poetry.html │ │ ├── poetrya.html │ │ ├── poetryp.html From bf38b1b33d45fcd74a1ec6bb18a6a251a35ac726 Mon Sep 17 00:00:00 2001 From: KapuluruBhuvaneswariVspdbct Date: Sun, 10 Nov 2024 18:55:27 +0530 Subject: [PATCH 18/19] solved #4996 --- assets/html/adv.html | 186 +++++++++++++++++++++++++++++++++++++ assets/html/adventure.html | 24 +++++ 2 files changed, 210 insertions(+) create mode 100644 assets/html/adv.html diff --git a/assets/html/adv.html b/assets/html/adv.html new file mode 100644 index 00000000..37c652ff --- /dev/null +++ b/assets/html/adv.html @@ -0,0 +1,186 @@ + + + + + + Adventure Books Quiz + + + + +
+

Adventure Books Quiz

+
+ +
+ + + + +
+ + + + + diff --git a/assets/html/adventure.html b/assets/html/adventure.html index 6c0ba810..3dbd60e9 100644 --- a/assets/html/adventure.html +++ b/assets/html/adventure.html @@ -1219,6 +1219,30 @@

Adventure Books

Explore each book further by clicking on the covers!

+ + + + +
From 188d6f5478e582c4548da96b5501838a8ae12c1f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 13:26:20 +0000 Subject: [PATCH 19/19] Update repo structure --- README.md | 1 + repo_structure.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index e0f72986..fdcf4378 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,7 @@ │ │ ├── Error.html │ │ ├── about.html │ │ ├── addremovebook.html +│ │ ├── adv.html │ │ ├── adventure.html │ │ ├── assets/ │ │ │ └── css/ diff --git a/repo_structure.txt b/repo_structure.txt index cd9c9714..5750c3c0 100644 --- a/repo_structure.txt +++ b/repo_structure.txt @@ -105,6 +105,7 @@ │ │ ├── Error.html │ │ ├── about.html │ │ ├── addremovebook.html +│ │ ├── adv.html │ │ ├── adventure.html │ │ ├── assets/ │ │ │ └── css/