diff --git a/assets/css/refresher.css b/assets/css/refresher.css index 43a822ed9..e55e98e11 100644 --- a/assets/css/refresher.css +++ b/assets/css/refresher.css @@ -43,8 +43,8 @@ right: 30px; } #caduceus { - width: 50px; - height: 50px; + width: 30px; + height: 30px; } } @@ -58,8 +58,8 @@ and (-webkit-min-device-pixel-ratio: 2) { right: 60px; } #caduceus { - width: 50px; - height: 50px; + width: 30px; + height: 30px; } } @@ -72,8 +72,8 @@ and (-webkit-min-device-pixel-ratio: 2) { right: 8px; } #caduceus { - width: 50px; - height: 50px; + width: 30px; + height: 30px; } } @@ -87,8 +87,8 @@ and (-webkit-min-device-pixel-ratio: 3) { right: 10px; } #caduceus { - width: 50px; - height: 50px; + width: 30px; + height: 30px; } } @@ -102,8 +102,8 @@ and (-webkit-min-device-pixel-ratio: 3) { right: 12px; } #caduceus { - width: 50px; - height: 50px; + width: 30px; + height: 30px; } } @@ -114,7 +114,7 @@ and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) { #caduceus { - width: 50px; - height: 50px; + width: 30px; + height: 30px; } } \ No newline at end of file diff --git a/assets/css/style.css b/assets/css/style.css index ff2f9ae01..ce14eb0f7 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1091,11 +1091,11 @@ body.dark-mode .dropdown-menu-item:hover { } body.dark-mode .chapter-card { - background-color: var(--chinese-violet); + /* background-color: var(--chinese-violet); */ } body.dark-mode .chapter-card::before { - background-color: var(--old-rose); + background: var(--old-rose); } body.dark-mode .chapter-card:hover { @@ -1216,20 +1216,40 @@ body.dark-mode .chapter-card:hover { padding: 20px 0px; } .pricing-card { + box-shadow: rgba(53, 31, 31, 0.5) 0px 5px 10px 0px inset; padding: 40px 50px; background-color: var(--seashell); text-align: center; transition: var(--transition-2); border-radius: var(--radius-5); - box-shadow: var(--shadow-2); + /* box-shadow: var(--shadow-2); */ display: flex; flex-direction: column; justify-content: space-between; - min-height: 200px; + min-height: 150px; margin-top: 100px; } + +.pricing-card button{ + margin-top: 20px !important; + box-shadow: rgba(50, 50, 93, 0.5) 0px 50px 100px -20px inset, + rgba(0, 0, 0, 0.7) 0px 30px 60px -30px, + rgba(10, 37, 64, 0.75) 0px -2px 6px 0px inset; + font-weight: 500 !important; +} +body.dark-mode .pricing-card button{ + margin-left: auto !important; + margin-right: auto !important; + background-color: #faa2a2 !important; + color:#6a1818 !important; + box-shadow: rgba(80, 80, 92, 0.5) 0px 50px 100px -20px inset, + rgba(86, 73, 73, 0.7) 0px 30px 60px -30px, + rgba(74, 76, 78, 0.75) 0px -2px 6px 0px inset; + font-weight: 500 !important; + +} .dark-mode .pricing-card { - background-color: #151111; + background:linear-gradient(#000000, #8e4949); } .dark-mode .pricing-card .card-title { color: white; @@ -1251,6 +1271,10 @@ body.dark-mode .chapter-card:hover { } .pricing-card .price { + box-shadow: rgba(53, 31, 31, 0.5) 0px 5px 10px 0px ; + background: linear-gradient(#8f3838, #db7272); + color:white !important; + border-radius: 10px; font-family: var(--ff-philosopher); font-size: var(--fs-1); color: var(--charcoal); @@ -3238,7 +3262,11 @@ footer { fill: #1e1c1c; } - +.iconrow{ + display: flex; + flex-direction: row; + justify-content: space-between; +} /* Switch Container */ .switch-container { position: absolute; @@ -3446,6 +3474,9 @@ body.dark-mode .pricing-card h3 { gap: 10px; } +body.dark-mode .chapter-card{ + background:linear-gradient(#090e11, #4b2e2e); +} /* Medium devices (large tablets and small laptops, 768px to 1060px) */ @media (min-width: 950px) and (max-width: 1060px) { .foot-top { diff --git a/assets/html/audio.html b/assets/html/audio.html new file mode 100644 index 000000000..327ab8878 --- /dev/null +++ b/assets/html/audio.html @@ -0,0 +1,169 @@ + + + + + + SwapReads - Custom Audiobook Player + + + +
+
+

The Great Adventure

+

by John Doe

+ +
+
+ +
0:00
+
/
+
0:00
+
+
+
+
+
+ + +
+ + + + diff --git a/assets/html/comsp.html b/assets/html/comsp.html index 8cd148fe8..ea154d5af 100644 --- a/assets/html/comsp.html +++ b/assets/html/comsp.html @@ -36,7 +36,10 @@ + + + + + + + + +
+ +
+
+ + +
+ + + + +
+ + +
+
+
+
+
+
+

Community Spotlight

+

Meet our active community members and explore their book recommendations

+
+
+ Jane Doe +
+

Jane Doe

+

Recommended Book: "To Kill a Mockingbird" by Harper Lee

+
+
+
+ John Smith +
+

John Smith

+

Recommended Book: "1984" by George Orwell

+
+
+
+ Emily Johnson +
+

Emily Johnson

+

Recommended Book: "Pride and Prejudice" by Jane Austen

+
+
+
+ Mark Brown +
+

Mark Brown

+

Recommended Book: "The Great Gatsby" by F. Scott Fitzgerald

+
+
+
+
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 399149aee..36a9d1512 100644 --- a/index.html +++ b/index.html @@ -1054,7 +1054,7 @@ width: 300px; border-radius: 10px; position: relative; - margin-left: 1160px; + margin-left: 75vw; /* margin-right: 0px; */ } @@ -1172,14 +1172,17 @@
+ - + @@ -1190,11 +1193,11 @@
- + - + - + @@ -1334,7 +1337,7 @@ Login/Signup + @@ -2162,7 +2169,7 @@

09.  Inspiring Biographies

- +

Pricing

@@ -2186,6 +2193,9 @@

Fresh Pages - New Releases

Exchange any recently released or gently used books, less than a year old, at 75% of the original cost (Limited Offer)

+
  • + +
  • @@ -2249,8 +2259,11 @@

    01

    - -

    Classic Literature

    +
    +

    Classic Literature

    + 🖋 +
    +

    The category of classic literature contains literature that is worthy of being read through the ages. @@ -2265,8 +2278,11 @@

    Classic Literature

    02

    +
    +

    Romance

    + +
    -

    Romance

    A romance is understood to be 'love stories,' which are primarily focused on the relationship between the main characters of the story. The biggest defining characteristic of the romance genre is that a @@ -2280,8 +2296,11 @@

    Romance

    03

    - +

    Suspense Thriller

    + 🔍 +
    +

    Readers are taken on a rollercoaster ride of tension and intrigue. These gripping tales are filled @@ -2296,8 +2315,11 @@

    Suspense Thriller

    04

    - +

    Science Fiction

    + 🚀 +
    +

    Embarking on voyages across the cosmos and exploring the possibilities of future technology, science @@ -2312,8 +2334,10 @@

    Science Fiction

    05

    - -

    Fantasy

    +
    +

    Fantasy

    + 🔮 +

    Immersed in magical realms and mythical creatures, fantasy books transport readers to worlds where @@ -2328,8 +2352,10 @@

    Fantasy

    06

    - -

    Horror

    +
    +

    Horror

    + 🕸 +

    Sending shivers down readers' spines, horror books delve into the macabre and the supernatural, @@ -2344,8 +2370,10 @@

    Horror

    07

    - -

    Biography

    +
    +

    Biography

    + 👤 +

    Providing insight into real lives and experiences, biography books recount the journeys, triumphs, and @@ -2360,8 +2388,10 @@

    Biography

    08

    - -

    Self Help

    +
    +

    Self Help

    + 🧠 +

    Empowering readers to improve their lives and well-being, self-help books offer practical advice, @@ -2375,8 +2405,10 @@

    Self Help

    09

    - -

    Historical Fiction

    +
    +

    Historical Fiction

    + 🏛 +

    Offering a glimpse into the past, historical fiction books blend real events with fictional @@ -2391,8 +2423,11 @@

    Historical Fiction

    10

    - +

    Poetry

    + +
    +

    Distilling emotions into rhythmic language, they inspire reflection, evoke vivid imagery, and offer @@ -2408,8 +2443,11 @@

    Poetry

    11

    +
    +

    Philosophy

    + 📜 +
    -

    Philosophy

    Delve into life's fundamental questions, exploring existence, ethics, @@ -2424,8 +2462,11 @@

    Philosophy

    12

    +
    +

    Adventure

    + 🔦 +
    -

    Adventure Fiction

    Captivates with thrilling journeys, daring heroes, and unexpected twists, @@ -2441,8 +2482,10 @@

    Adventure Fiction

    13

    - -

    Non-Fiction

    +
    +

    Non-Fiction

    + 📖 +

    Dive into the mysteries and secrets of the world surrounding us, and gain a deeper knowledge and history behind the wisdom of our correspondants and predecessors, through non-fiction. @@ -2455,8 +2498,10 @@

    Non-Fiction

    14

    - -

    Comedy

    +
    +

    Comedy

    + 🤹 +

    Are you feeling blue and want a good laugh? Well then, Comedy is the right genre for you! Grab a cup of coffee, lean back and dive into a world of humour, smiles and all sun! @@ -2469,8 +2514,11 @@

    Comedy

    15

    +
    +

    Detective Fiction

    + 🗝 +
    -

    Detective Fiction

    Engage in exhillerating and challenging obstacles, unusual plot twists, and purposed setbacks to reach your end-goal with secret agents. Put your investigative and observative skills to the test, in the land of Detective Fiction. @@ -2481,7 +2529,11 @@

    Detective Fiction

  • 16

    -

    Fairy Tales

    +
    +

    Fairy Tales

    + 🧚 +
    +

    A fairy tale is a whimsical story set in a magical world where heroes overcome obstacles and evil is vanquished. The essence of fairy tales is their promise of a happy ending, with characters finding their "happily ever after."

    @@ -2490,7 +2542,11 @@

    Fairy Tales

  • 17

    -

    Mythology

    +
    +

    Mythology

    + 🌟 +
    +

    Mythology encompasses the rich tapestry of stories and legends that have been passed down through generations. These tales often feature gods, heroes, and mythical creatures, exploring themes of creation, morality, and the human condition.

    @@ -2499,7 +2555,11 @@

    Mythology

  • 18

    -

    Noir

    +
    +

    Noir

    + 🌒 +
    +

    Noir fiction delves into the darker aspects of human nature, often featuring cynical characters, moral ambiguity, and a sense of impending doom. These stories are typically set in gritty urban environments and explore themes of crime, corruption, and existential despair.

    @@ -2508,7 +2568,11 @@

    Noir

  • 19

    -

    True Crime

    +
    +

    True Crime

    + 🕵 +
    +

    True Crime captivates audiences with real-life stories of crime, exploring motives, methods, and the justice system through detailed and factual narratives. These stories often provide deep insights into criminal minds and the complex pursuit of justice.

    @@ -2521,8 +2585,11 @@

    True Crime

    20

    - -

    Dystopian

    +
    +

    Dystopian

    + 🛤 +
    +

    Dystopian fiction explores grim and often nightmarish futures where society is characterized by oppression, deprivation, and despair. These stories challenge readers to reflect on current social and political issues by presenting exaggerated consequences of modern-day problems. @@ -2535,9 +2602,11 @@

    Dystopian

    21

    - -

    Magical Realism

    - +
    +

    Magical Realism

    + 🪄 +
    +

    Magical Realism blends magical elements with the real world, presenting extraordinary events as part of everyday life. This genre often explores the boundaries between reality and imagination, weaving fantastical occurrences into the fabric of the mundane.

    @@ -2550,8 +2619,12 @@

    Magical Realism

    22

    +
    +

    Cyberpunk

    + 🌐 +
    -

    Cyberpunk

    +

    Cyberpunk delves into futuristic, dystopian societies where advanced technology intersects with societal decay. Featuring high-tech, low-life themes, these stories often explore the impacts of technology on human life, including issues of cybernetics, artificial intelligence, and corporate control. @@ -2564,8 +2637,10 @@

    Cyberpunk

    23

    - -

    Utopian

    +
    +

    Utopian

    + 🏝 +

    Utopian fiction presents idealized societies where social, political, and economic conditions are perfect. These stories often explore theoretical models of how human society might function in an ideal state, offering a contrast to real-world issues and inspiring visions of a better future. @@ -2578,8 +2653,11 @@

    Utopian

    24

    - -

    Experimental Fiction

    +
    +

    Experimental Fiction

    + 📚 +
    +

    Experimental Fiction challenges conventional narrative structures and storytelling techniques. This genre is known for its innovative approaches, including fragmented narratives, unconventional formats, and metafictional elements, pushing the boundaries of traditional storytelling. @@ -2591,7 +2669,11 @@

    Experimental Fiction

  • 25

    -

    Satire

    +
    +

    Satire

    + 🎭 +
    +

    A tribute to the visual, literary and performing arts, Satire books can give you a good laugh through verbal ingenuity, swift perception and the human understanding of sarcasm and irony in real-life.

    @@ -2603,8 +2685,11 @@

    Satire

    26

    - +

    Psychological Thriller

    + +
    +

    Psychological thrillers delve into the human psyche, creating suspense through mind games and unreliable narrators. They keep you guessing with twists and explore complex, often dark, motivations. @@ -2768,17 +2853,17 @@

    Donate Books


    -
    +
    Library Image

    Library

    Donate your books to local libraries and help foster a love for reading in your community.

    -
    -
    +
    School Image

    Schools

    @@ -2788,7 +2873,7 @@

    Schools

    -
    +
    Organization Image

    Organizations

    @@ -2939,8 +3024,9 @@

    CONTACT US!

    - +

    Get in touch

    +
    @@ -3034,7 +3120,10 @@

    Know what our customers say

    - +
    + + +
    @@ -3525,7 +3614,7 @@

    Quick Links

    - +
    diff --git a/sense-sensibility_01_austen_64kb.mp3 b/sense-sensibility_01_austen_64kb.mp3 new file mode 100644 index 000000000..4a4f12f90 Binary files /dev/null and b/sense-sensibility_01_austen_64kb.mp3 differ