From 4ffc04c9381373b89edb3de3f09dfcee0911ebb6 Mon Sep 17 00:00:00 2001 From: SrijaVuppala295 Date: Sat, 9 Nov 2024 13:55:57 +0530 Subject: [PATCH 1/6] done --- romantic-esc.html | 437 +++++++++++++++++++++++++--------------------- 1 file changed, 242 insertions(+), 195 deletions(-) diff --git a/romantic-esc.html b/romantic-esc.html index abbf6483..ad2054c4 100644 --- a/romantic-esc.html +++ b/romantic-esc.html @@ -211,187 +211,159 @@ -
- -
- +
-
+ // Repeat the animation + requestAnimationFrame(animateCircles); +} + + // Start the animation + animateCircles(); + + function scrollToGenre(genreId) { + const element = document.getElementById(genreId); + if (element) { + element.scrollIntoView({ behavior: 'smooth', block: 'start' }); + } + } + + @@ -426,61 +398,136 @@

XYZ
Book Lover

#chaps { margin-top: 150px; /* Adjust the margin-top value as needed */ } - + /* Ensure the card itself has a border and the container is defined */ +/* Ensure the card itself has a border and the container is defined */ +.chapter-card { + background-color: white; /* Initial background color */ + border-radius: 8px; + padding: 20px; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow effect for depth */ + transition: all 0.3s ease; /* Smooth transition for all changes */ +} -
-
+/* Apply hover effect for color changes */ +.chapter-card:hover { + background-color: #ffb6b9; /* Change background color to pink on hover */ +} -

+/* Apply hover effect for the heading to darken its color */ +.chapter-card:hover .card-title { + color: #b36b6b; /* Darker shade of the title */ +} -

- Explore New Worlds - -

+/* Bold and large heading */ +.card-title { + font-size: 2em; /* Increase font size */ + font-weight: bold; /* Make the title bold */ + color: #333; /* Default color */ + transition: color 0.3s ease; /* Smooth color transition */ +} -
+ -
  • -
    +
  • +
    -

    +

    "Heartfelt tales of Happiness and love"

    -

    "Enriching stories to warm your heart"

    +

    Leave the Ordinary Behind

    -

    -

    -
    -
  • +

    + Take a break from the ordinary and step into the extraordinary. Let books transport you into realms + where magic is real, heroes rise, and challenges are overcome. Explore our collection, swap your + favorites, and find stories that make your imagination soar. +

    + Books are a soothing retreat when reality becomes too demanding. +

    + + + + +
  • +
    + + +

    "Enriching stories to warm your heart"

    +

    Adventure Awaits in Every Chapter

    + +

    + Books are portals to adventures waiting to be explored—journey through ancient kingdoms, futuristic + landscapes, or distant galaxies. With each turn of the page, you’ll uncover new cultures, ideas, and + perspectives. Dive in and experience the thrill of discovery, one book at a time! +

    + Adventure is waiting just one page away, and the best part is that your next thrill lies in a book swap +

    + +
    +
  • - -
    + +

    From a5b50c1052b1e67bec9f47729fd4af5708867459 Mon Sep 17 00:00:00 2001 From: KapuluruBhuvaneswariVspdbct Date: Sat, 9 Nov 2024 20:36:51 +0530 Subject: [PATCH 2/6] solved #4849 and #4850 --- assets/html/boy.html | 49 +++++++++++++++++++++++++++++++------ assets/html/nectar.html | 54 +++++++++++++++++++++++++++++++++-------- 2 files changed, 86 insertions(+), 17 deletions(-) diff --git a/assets/html/boy.html b/assets/html/boy.html index 01dabcbd..66e701fe 100644 --- a/assets/html/boy.html +++ b/assets/html/boy.html @@ -32,8 +32,8 @@ color: white; border: none; border-radius: 5px; - display: block; /* Make buttons block elements for vertical display */ - width: 100%; /* Make buttons full width */ + display: block; + width: 100%; } button:hover { @@ -45,8 +45,14 @@ } .option { - margin: 5px 0; /* Space between options */ + margin: 5px 0; } + + .solution { + margin-top: 10px; + text-align: left; + } + @@ -59,6 +65,7 @@

    A Suitable Boy Quiz

    + diff --git a/assets/html/nectar.html b/assets/html/nectar.html index b8c43c1d..8001b639 100644 --- a/assets/html/nectar.html +++ b/assets/html/nectar.html @@ -3,11 +3,11 @@ - Nectar in a Sieve Quiz + The Nectar in a Sieve Quiz
    -

    Nectar in a Sieve Quiz

    +

    The Nectar in a Sieve Quiz

    +
    From 67beb656545735e11d4135537768c8bda7fde148 Mon Sep 17 00:00:00 2001 From: KapuluruBhuvaneswariVspdbct Date: Sat, 9 Nov 2024 20:44:45 +0530 Subject: [PATCH 3/6] solved #4852 --- assets/html/un.html | 54 ++++++++++++++++++++++++++++++++++++--------- 1 file changed, 44 insertions(+), 10 deletions(-) diff --git a/assets/html/un.html b/assets/html/un.html index 86637619..56e7e1a5 100644 --- a/assets/html/un.html +++ b/assets/html/un.html @@ -3,11 +3,11 @@ - Untouchable Quiz + The Untouchable Quiz
    -

    Untouchable Quiz

    +

    The Untouchable Quiz

    +
    From 166952d1885c38fcef86e19a8b769adb1141f6cd Mon Sep 17 00:00:00 2001 From: SrijaVuppala295 Date: Sat, 9 Nov 2024 21:12:49 +0530 Subject: [PATCH 4/6] done --- audiobook.html | 44 ++++++++++++++++++++++++++++---------------- 1 file changed, 28 insertions(+), 16 deletions(-) diff --git a/audiobook.html b/audiobook.html index b8f778f1..60d157a1 100644 --- a/audiobook.html +++ b/audiobook.html @@ -3,7 +3,7 @@ - Privacy Notice - SwapReads + @@ -860,6 +860,17 @@ z-index: 99999999; transition: transform 0.1s ease-out; } + .logo { + display: flex; + align-items: center; +} + +.logopic { + height: 80px; /* Adjust as needed */ + width: auto; + object-fit: contain; +} + @@ -912,7 +923,7 @@