From 5b6829588f6034e37512244c328abc5586381dfc Mon Sep 17 00:00:00 2001 From: alolika bhowmik <152315710+alo7lika@users.noreply.github.com> Date: Sat, 9 Nov 2024 22:55:53 +0530 Subject: [PATCH 01/13] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..af1975fee --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Questions or need suggestions? + url: https://github.com/anuragverma108/SwapReads/discussions/new?category=q-a + about: You can create a Q&A discussion and ask for clarifications From 994a69aec6ad138de1583d4b6c1741d8d52e3375 Mon Sep 17 00:00:00 2001 From: alolika bhowmik <152315710+alo7lika@users.noreply.github.com> Date: Sat, 9 Nov 2024 23:01:28 +0530 Subject: [PATCH 02/13] Create custom.yml --- .github/ISSUE_TEMPLATE/custom.yml | 70 +++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/custom.yml diff --git a/.github/ISSUE_TEMPLATE/custom.yml b/.github/ISSUE_TEMPLATE/custom.yml new file mode 100644 index 000000000..15d896ab3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.yml @@ -0,0 +1,70 @@ +name: "βš™οΈ Custom Issue" +description: "Submit a custom issue or suggestion for SwapReads." +title: "[Custom]: " +labels: ["custom", "status: needs triage"] +body: + - type: markdown + attributes: + value: | + Thank you for submitting a custom issue for **SwapReads**! This template is intended for any requests or suggestions that don't fit into the bug report, feature request, or documentation categories. + + - type: input + id: issue_summary + attributes: + label: "Issue Summary" + description: "Provide a summary of the custom issue." + placeholder: "E.g., Enhancement suggestion for search functionality" + validations: + required: true + + - type: textarea + id: issue_description + attributes: + label: "Issue Description" + description: "Describe the issue or suggestion in detail." + placeholder: "Provide a detailed description of the custom issue, including the context, use case, or scenario in which this issue occurs or would be relevant..." + validations: + required: true + + - type: textarea + id: proposed_solution + attributes: + label: "Proposed Solution (Optional)" + description: "If you have any ideas or suggestions for how to address this issue, describe them here." + placeholder: "Describe your proposed solution or approach..." + + - type: dropdown + id: priority + attributes: + label: "Priority" + description: "How important is this issue to you?" + options: + - "High - Requires urgent attention" + - "Medium - Should be addressed soon" + - "Low - Can be addressed later" + validations: + required: true + + - type: checkboxes + id: category + attributes: + label: "Category" + description: "Select the category that best describes the issue." + options: + - label: "Enhancement" + - label: "Refactor" + - label: "Security" + - label: "Design" + - label: "Other" + + - type: textarea + id: additional_context + attributes: + label: "Additional Context (Optional)" + description: "Add any other context or information that might be relevant to this issue." + placeholder: "Provide any extra details, screenshots, or references that could help with understanding the issue..." + + - type: markdown + attributes: + value: | + **Thank you for your suggestion!** We appreciate your input and will review your custom issue promptly. πŸ“ From 73dbe5d4a87918a722c38d49466eb92005e7e987 Mon Sep 17 00:00:00 2001 From: KapuluruBhuvaneswariVspdbct Date: Sun, 10 Nov 2024 11:13:32 +0530 Subject: [PATCH 03/13] solved #4887 and #4883 --- assets/html/classic.html | 24 ++++- assets/html/classicq.html | 186 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 209 insertions(+), 1 deletion(-) create mode 100644 assets/html/classicq.html diff --git a/assets/html/classic.html b/assets/html/classic.html index 08bebf7dd..ee726df4c 100644 --- a/assets/html/classic.html +++ b/assets/html/classic.html @@ -1257,7 +1257,29 @@

XYZ
Book Lover

- + + + + diff --git a/assets/html/classicq.html b/assets/html/classicq.html new file mode 100644 index 000000000..867d956d9 --- /dev/null +++ b/assets/html/classicq.html @@ -0,0 +1,186 @@ + + + + + + Classic Literature Quiz + + + + +
+

Classic Literature Quiz

+
+ +
+ + + + +
+ + + + + From ee1c35cba4e7c92028bc577b9e7604d9fa523206 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 05:44:00 +0000 Subject: [PATCH 04/13] Update repo structure --- README.md | 1 + repo_structure.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index e8df2dfe6..a1b89fa09 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,7 @@ β”‚ β”‚ β”œβ”€β”€ boy.html β”‚ β”‚ β”œβ”€β”€ checkout.html β”‚ β”‚ β”œβ”€β”€ classic.html +β”‚ β”‚ β”œβ”€β”€ classicq.html β”‚ β”‚ β”œβ”€β”€ comedy.html β”‚ β”‚ β”œβ”€β”€ custom.html β”‚ β”‚ β”œβ”€β”€ cyberpunk.html diff --git a/repo_structure.txt b/repo_structure.txt index 4485b6fd0..d46e1b273 100644 --- a/repo_structure.txt +++ b/repo_structure.txt @@ -123,6 +123,7 @@ β”‚ β”‚ β”œβ”€β”€ boy.html β”‚ β”‚ β”œβ”€β”€ checkout.html β”‚ β”‚ β”œβ”€β”€ classic.html +β”‚ β”‚ β”œβ”€β”€ classicq.html β”‚ β”‚ β”œβ”€β”€ comedy.html β”‚ β”‚ β”œβ”€β”€ custom.html β”‚ β”‚ β”œβ”€β”€ cyberpunk.html From d8719687a9f4e6d269dd215cfdaf06e2a8fa31fc Mon Sep 17 00:00:00 2001 From: KapuluruBhuvaneswariVspdbct Date: Sun, 10 Nov 2024 11:28:47 +0530 Subject: [PATCH 05/13] solved #4886 --- assets/html/classic.html | 3 ++ assets/html/classica.html | 96 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 99 insertions(+) create mode 100644 assets/html/classica.html diff --git a/assets/html/classic.html b/assets/html/classic.html index ee726df4c..2e40eabb0 100644 --- a/assets/html/classic.html +++ b/assets/html/classic.html @@ -1280,6 +1280,9 @@

XYZ
Book Lover

+ + + diff --git a/assets/html/classica.html b/assets/html/classica.html new file mode 100644 index 000000000..569297d45 --- /dev/null +++ b/assets/html/classica.html @@ -0,0 +1,96 @@ + + + + + + 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.
  • +
+ + +
+ + + From e3b391f9b4600cd9ed6f12eb84a20cb54edcc87d Mon Sep 17 00:00:00 2001 From: KapuluruBhuvaneswariVspdbct Date: Sun, 10 Nov 2024 12:49:16 +0530 Subject: [PATCH 06/13] solved #4885 #4884 #4891 --- assets/html/romance.html | 31 ++++++- assets/html/romancea.html | 95 +++++++++++++++++++ assets/html/romanceq.html | 186 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 309 insertions(+), 3 deletions(-) create mode 100644 assets/html/romancea.html create mode 100644 assets/html/romanceq.html diff --git a/assets/html/romance.html b/assets/html/romance.html index 43b7bc074..61bdfab80 100644 --- a/assets/html/romance.html +++ b/assets/html/romance.html @@ -1277,12 +1277,37 @@

XYZ
Book Lover

- + +

Romance Books

+ + + + + + + -

Romance Books

-
diff --git a/assets/html/romancea.html b/assets/html/romancea.html new file mode 100644 index 000000000..7f5e488a0 --- /dev/null +++ b/assets/html/romancea.html @@ -0,0 +1,95 @@ + + + + + + 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.
  • +
+ + +
+ + + diff --git a/assets/html/romanceq.html b/assets/html/romanceq.html new file mode 100644 index 000000000..a56726817 --- /dev/null +++ b/assets/html/romanceq.html @@ -0,0 +1,186 @@ + + + + + + Romance Books Quiz + + + + +
+

Romance Books Quiz

+
+ +
+ + + + +
+ + + + + From dada6a1ad58a2fe217996c9c1aff639ac688e1d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 07:20:02 +0000 Subject: [PATCH 07/13] Update repo structure --- README.md | 3 +++ repo_structure.txt | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index a1b89fa09..a7b3c54f5 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,7 @@ β”‚ β”‚ β”œβ”€β”€ boy.html β”‚ β”‚ β”œβ”€β”€ checkout.html β”‚ β”‚ β”œβ”€β”€ classic.html +β”‚ β”‚ β”œβ”€β”€ classica.html β”‚ β”‚ β”œβ”€β”€ classicq.html β”‚ β”‚ β”œβ”€β”€ comedy.html β”‚ β”‚ β”œβ”€β”€ custom.html @@ -224,6 +225,8 @@ β”‚ β”‚ β”œβ”€β”€ read.html β”‚ β”‚ β”œβ”€β”€ read_later.html β”‚ β”‚ β”œβ”€β”€ romance.html +β”‚ β”‚ β”œβ”€β”€ romancea.html +β”‚ β”‚ β”œβ”€β”€ romanceq.html β”‚ β”‚ β”œβ”€β”€ satire.html β”‚ β”‚ β”œβ”€β”€ school.html β”‚ β”‚ β”œβ”€β”€ science-fiction.html diff --git a/repo_structure.txt b/repo_structure.txt index d46e1b273..c39fffecf 100644 --- a/repo_structure.txt +++ b/repo_structure.txt @@ -123,6 +123,7 @@ β”‚ β”‚ β”œβ”€β”€ boy.html β”‚ β”‚ β”œβ”€β”€ checkout.html β”‚ β”‚ β”œβ”€β”€ classic.html +β”‚ β”‚ β”œβ”€β”€ classica.html β”‚ β”‚ β”œβ”€β”€ classicq.html β”‚ β”‚ β”œβ”€β”€ comedy.html β”‚ β”‚ β”œβ”€β”€ custom.html @@ -169,6 +170,8 @@ β”‚ β”‚ β”œβ”€β”€ read.html β”‚ β”‚ β”œβ”€β”€ read_later.html β”‚ β”‚ β”œβ”€β”€ romance.html +β”‚ β”‚ β”œβ”€β”€ romancea.html +β”‚ β”‚ β”œβ”€β”€ romanceq.html β”‚ β”‚ β”œβ”€β”€ satire.html β”‚ β”‚ β”œβ”€β”€ school.html β”‚ β”‚ β”œβ”€β”€ science-fiction.html From fd00a57ad31871b262c10d0da8a5612677606ab8 Mon Sep 17 00:00:00 2001 From: KapuluruBhuvaneswariVspdbct Date: Sun, 10 Nov 2024 13:46:07 +0530 Subject: [PATCH 08/13] solved #4911 #4912 #4913 --- assets/html/suspense-thriller.html | 31 ++++- assets/html/suspensea.html | 94 +++++++++++++++ assets/html/suspenseq.html | 186 +++++++++++++++++++++++++++++ 3 files changed, 309 insertions(+), 2 deletions(-) create mode 100644 assets/html/suspensea.html create mode 100644 assets/html/suspenseq.html diff --git a/assets/html/suspense-thriller.html b/assets/html/suspense-thriller.html index bca93da6d..359a41741 100644 --- a/assets/html/suspense-thriller.html +++ b/assets/html/suspense-thriller.html @@ -1260,10 +1260,37 @@

XYZ
Book Lover

Suspense Thriller

+

Explore each book further by clicking on the covers!

+ + + + + + + + -

Explore each book further by clicking on the covers!

-
+
diff --git a/assets/html/suspensea.html b/assets/html/suspensea.html new file mode 100644 index 000000000..c0b1a611f --- /dev/null +++ b/assets/html/suspensea.html @@ -0,0 +1,94 @@ + + + + + + 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.
  • +
+ + +
+ + + diff --git a/assets/html/suspenseq.html b/assets/html/suspenseq.html new file mode 100644 index 000000000..33a84d5ad --- /dev/null +++ b/assets/html/suspenseq.html @@ -0,0 +1,186 @@ + + + + + + Suspense Thriller Books Quiz + + + + +
+

Suspense Thriller Books Quiz

+
+ +
+ + + + +
+ + + + + From 6efdbda5477632af1e63c1ba627307171e123cb0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 08:17:20 +0000 Subject: [PATCH 09/13] Update repo structure --- README.md | 2 ++ repo_structure.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index a7b3c54f5..809f96d03 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,8 @@ β”‚ β”‚ β”œβ”€β”€ settings.html β”‚ β”‚ β”œβ”€β”€ social.html β”‚ β”‚ β”œβ”€β”€ suspense-thriller.html +β”‚ β”‚ β”œβ”€β”€ suspensea.html +β”‚ β”‚ β”œβ”€β”€ suspenseq.html β”‚ β”‚ β”œβ”€β”€ tips.html β”‚ β”‚ β”œβ”€β”€ top10.html β”‚ β”‚ β”œβ”€β”€ true-crime.html diff --git a/repo_structure.txt b/repo_structure.txt index c39fffecf..82c77d9fc 100644 --- a/repo_structure.txt +++ b/repo_structure.txt @@ -179,6 +179,8 @@ β”‚ β”‚ β”œβ”€β”€ settings.html β”‚ β”‚ β”œβ”€β”€ social.html β”‚ β”‚ β”œβ”€β”€ suspense-thriller.html +β”‚ β”‚ β”œβ”€β”€ suspensea.html +β”‚ β”‚ β”œβ”€β”€ suspenseq.html β”‚ β”‚ β”œβ”€β”€ tips.html β”‚ β”‚ β”œβ”€β”€ top10.html β”‚ β”‚ β”œβ”€β”€ true-crime.html From b2988c81bacd236a598019bbe540c5d5b472312f Mon Sep 17 00:00:00 2001 From: SrijaVuppala295 Date: Sun, 10 Nov 2024 14:00:46 +0530 Subject: [PATCH 10/13] done --- assets/html/classic.html | 210 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 210 insertions(+) diff --git a/assets/html/classic.html b/assets/html/classic.html index 2e40eabb0..89a0cbba9 100644 --- a/assets/html/classic.html +++ b/assets/html/classic.html @@ -1275,6 +1275,216 @@

XYZ
Book Lover

a:hover { text-decoration: none; /* Remove underline on hover */ } + /* Added: Image for J.K. Rowling */ + .pride { + background-image: url("../images/pride.jpg"); + background-size: cover; + /* Ensures the image covers the div */ + background-position: center; + /* Centers the image */ + background-repeat: no-repeat; + /* Prevents repeating */ + } + + .moby { + background-image: url("../images/moby.jpg"); + background-size: cover; + /* Ensures the image covers the div */ + background-position: center; + /* Centers the image */ + background-repeat: no-repeat; + } + + .war { + background-image: url("../images/war.jpeg"); + background-size: cover; + /* Ensures the image covers the div */ + background-position: center; + /* Centers the image */ + background-repeat: no-repeat; + } + + .orwell { + background-image: url("../images/1984.jpg"); + background-size: cover; + /* Ensures the image covers the div */ + background-position: center; + /* Centers the image */ + background-repeat: no-repeat; + } + + .dickens { + background-image: url("../images/great-expectations.jpeg"); + background-size: cover; + /* Ensures the image covers the div */ + background-position: center; + /* Centers the image */ + background-repeat: no-repeat; + } + + .mockingbird { + background-image: url("../images/to_kill_a_mockingbird.png"); + background-size: cover; + /* Ensures the image covers the div */ + background-position: center; + /* Centers the image */ + background-repeat: no-repeat; + } + + /* Added: Image for Mark Twain */ + .Twain { + background-image: url("../images/great_gatsby.jpg"); + background-size: cover; + /* Ensures the image covers the div */ + background-position: center; + /* Centers the image */ + background-repeat: no-repeat; + /* Prevents repeating */ + } + + /* Added: Image for George Orwell */ + .Orwell { + background-image: url("../images/crime_and_punishment.jpg"); + background-size: cover; + /* Ensures the image covers the div */ + background-position: center; + /* Centers the image */ + background-repeat: no-repeat; + /* Prevents repeating */ + } + + /* Added: Image for Agatha Christie */ + .Christie { + background-image: url("../images/catcher_in_the_rye.jpg"); + background-size: cover; + /* Ensures the image covers the div */ + background-position: center; + /* Centers the image */ + background-repeat: no-repeat; + /* Prevents repeating */ + } + + /* Added: Image for Dr. Seuss */ + .Seuss { + background-image: url("../images/jane_eyre.jpg"); + background-size: cover; + /* Ensures the image covers the div */ + background-position: center; + /* Centers the image */ + background-repeat: no-repeat; + /* Prevents repeating */ + } + + /* Added: Image for Jane Austen */ + .Austen { + background-image: url("../images/odyssey.jpg"); + background-size: cover; + /* Ensures the image covers the div */ + background-position: center; + /* Centers the image */ + background-repeat: no-repeat; + /* Prevents repeating */ + } + + /* Added: Image for Charles Dickens */ + .Dickens { + background-image: url("../images/brothers_karamazov.jpg"); + background-size: cover; + /* Ensures the image covers the div */ + background-position: center; + /* Centers the image */ + background-repeat: no-repeat; + /* Prevents repeating */ + } + + /* Added: Image for William Shakespeare */ + .Shakespeare { + background-image: url("../images/anna_karenina.jpg"); + background-size: cover; + /* Ensures the image covers the div */ + background-position: center; + /* Centers the image */ + background-repeat: no-repeat; + /* Prevents repeating */ + } + + /* Added: Image for H.G. Wells */ + .Wells { + background-image: url("../images/frankenstein.jpg"); + background-size: cover; + /* Ensures the image covers the div */ + background-position: center; + /* Centers the image */ + background-repeat: no-repeat; + /* Prevents repeating */ + } + + /* Added: Image for Leo Tolstoy */ + .Tolstoy { + background-image: url("../images/wuthering_heights.jpg"); + background-size: cover; + /* Ensures the image covers the div */ + background-position: center; + /* Centers the image */ + background-repeat: no-repeat; + /* Prevents repeating */ + } + + /* Added: Image for Fyodor Dostoevsky */ + .Dostoevsky { + background-image: url("../images/scarlet.jpg"); + background-size: cover; + /* Ensures the image covers the div */ + background-position: center; + /* Centers the image */ + background-repeat: no-repeat; + /* Prevents repeating */ + } + + /* Added: Image for Virginia Woolf */ + .Woolf { + background-image: url("../images/dracula.webp"); + background-size: cover; + /* Ensures the image covers the div */ + background-position: center; + /* Centers the image */ + background-repeat: no-repeat; + /* Prevents repeating */ + } + + /* Added: Image for James Joyce */ + .Joyce { + background-image: url("../images/les.jpg"); + background-size: cover; + /* Ensures the image covers the div */ + background-position: center; + /* Centers the image */ + background-repeat: no-repeat; + /* Prevents repeating */ + } + + /* Added: Image for Oscar Wilde */ + .Wilde { + background-image: url("../images/Madame Bovary.webp"); + background-size: cover; + /* Ensures the image covers the div */ + background-position: center; + /* Centers the image */ + background-repeat: no-repeat; + /* Prevents repeating */ + } + + /* Added: Image for Ernest Hemingway */ + .Hemingway { + background-image: url("../images/The Picture of Dorian Gray.jpg"); + background-size: cover; + /* Ensures the image covers the div */ + background-position: center; + /* Centers the image */ + background-repeat: no-repeat; + /* Prevents repeating */ + } + From 53e68d7fec31238febe2a046dfae524c950ff8a1 Mon Sep 17 00:00:00 2001 From: SrijaVuppala295 <140592148+SrijaVuppala295@users.noreply.github.com> Date: Sun, 10 Nov 2024 14:04:28 +0530 Subject: [PATCH 11/13] 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 e69de29bb..000000000 From bae2829b3bc75052a94bb505debbedb93c645ee8 Mon Sep 17 00:00:00 2001 From: SrijaVuppala295 <140592148+SrijaVuppala295@users.noreply.github.com> Date: Sun, 10 Nov 2024 14:04:59 +0530 Subject: [PATCH 12/13] Update book_recommend.html --- assets/html/book_recommend.html | 543 ++++++++++++++++++-------------- 1 file changed, 308 insertions(+), 235 deletions(-) diff --git a/assets/html/book_recommend.html b/assets/html/book_recommend.html index 7a4d62d78..dde77d217 100644 --- a/assets/html/book_recommend.html +++ b/assets/html/book_recommend.html @@ -39,53 +39,16 @@ + +
  • +
    +
    +
    - -
  • -
  • -
    - -
    - - - - - +
    + +
    + + +
    -
    - + + + + + + + + + + + + + + + + +
    + +
    + +
    -
    --> - - - + From f2edc5b680bc8fecff9a5d3646300dfb2f87b2a3 Mon Sep 17 00:00:00 2001 From: SrijaVuppala295 <140592148+SrijaVuppala295@users.noreply.github.com> Date: Sun, 10 Nov 2024 14:05:19 +0530 Subject: [PATCH 13/13] Update diverseLiteracy.html --- diverseLiteracy.html | 3303 +++++++++++++++++++++--------------------- 1 file changed, 1628 insertions(+), 1675 deletions(-) diff --git a/diverseLiteracy.html b/diverseLiteracy.html index ec621f721..695c92601 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! +

    +
    + +
    +
    + + + + + +
    + +
    + + +
    +
    + + + + + + + + - +
    + +
    +
    + +
    + +
    + + + + + + + + + + + -
    -

    Quick Links

    - + + + - - - - -
    - -
    - - + + +
    + +
    +
    - - - - - - - - - - - - -
    -
    - -
    - -
    - - - - - - - - - - - - - - - + + + + - - - - + + - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + // Start the animation + animateCircles(); + + - \ No newline at end of file