diff --git a/src/assets/styles/About.css b/src/assets/styles/About.css new file mode 100644 index 0000000..ad4463b --- /dev/null +++ b/src/assets/styles/About.css @@ -0,0 +1,77 @@ +.about-container { + max-width: 75%; + margin: 0 auto; + padding: 2%; +} + +h1, +h2 { + color: #1f1e1e; +} + +a { + color: #0066CC; + text-decoration: none; +} + +p { + line-height: 1.6; + color: #312e2e; +} + +section { + display: flex; + flex-direction: column; + align-items: flex-start; + text-align: left; + justify-content: left; +} + +.about-title { + align-items: center; + justify-content: center; + text-align: center; +} + +section p { + align-items: right; + justify-content: right; + text-align: justify; +} + +ul { + text-align: left; + color: #312e2e; +} + +ul li { + margin: 15px; +} + +.overview-section { + height: 20%; +} + +.features-section { + height: 20%; +} + +.usage-section { + height: 20%; +} + +.geeta-section { + height: 20%; +} + +.contributing-section { + height: 20%; +} + +.contact-section { + height: 20%; +} + +.thank-you-section { + height: 20%; +} diff --git a/src/pages/About.jsx b/src/pages/About.jsx index ecd59d2..001877c 100644 --- a/src/pages/About.jsx +++ b/src/pages/About.jsx @@ -1,17 +1,130 @@ -import React from 'react'; -import Navbar from '../components/Navbar.jsx'; -import Footer from '../components/Footer'; -import Temporary from "../components/Temporary.jsx"; +import Navbar from "../components/Navbar.jsx"; +import Footer from "../components/Footer"; +import "../assets/styles/About.css"; const About = () => { return ( <> - - + +
+
+

About The Library

-
+
+

Overview 🦉

+

+ Welcome to The Library, where the journey of discovery meets the + serenity of wisdom. Immerse yourself in a world of knowledge + carefully curated from diverse sources, including the vast Open + Library API. Beyond an extensive collection of books, we invite you + to experience a daily ritual of spiritual reflection through the + timeless Geeta shlok. The Library is more than a platform; it's + a sanctuary for your mind and soul. +

+
+ +
+

Features 🚀

+
    +
  • Access to a vast library of books.
  • +
  • User-friendly and intuitive interface.
  • +
  • Search books by title, author, genre, and more.
  • +
  • Read books for free.
  • +
  • Daily Geeta shlok for spiritual enrichment.
  • +
  • Open source, and anyone can contribute to its development.
  • +
+
+ +
+

Usage 📚

+

+ Once you've opened The Library Website, you can immediately + begin your literary journey. Utilize the search options to discover + books that captivate your interest. Click on a book to embark on a + reading adventure, all for free. +

+
+ +
+

Daily Geeta Shlok 🙏

+

+ We believe in the transformative power of daily contemplation on + Geeta shlok. This practice can bring several benefits to your life: +

+
    +
  • + Spiritual Enlightenment: Gain profound insights + into the nature of life, duty, and spirituality. +
  • +
  • + Mental Clarity: Enhance mental clarity and deepen + your understanding of life's purpose. +
  • +
  • + Inner Peace: Attain tranquility and fortitude to + face life's challenges with grace. +
  • +
  • + Ethical Guidance: Receive valuable insights on + ethics, morality, and the right path in life. +
  • +
  • + Stress Reduction: Experience stress reduction and + improved mental well-being. +
  • +
  • + Personalized Recommendations: Discover books + tailored to your interests with our advanced recommendation + system. +
  • +
  • + Interactive Community: Connect with fellow + readers, share your favorite books, and engage in + thought-provoking discussions in our vibrant community forum. +
  • +
+
+ +
+

Contributing 🤗

+

+ The Library is a community-driven project, and your contribution can + shape its future. Dive into the codebase, suggest new features, or + lend a helping hand to fellow contributors. Your ideas matter, and + together, we can build a reading haven for everyone! ✨ +

+

+ + Learn more about contributing... + +

+
+ +
+

Contact Information 📧

+

+ If you have questions or want to connect, reach out anytime. + I'm more than happy to chat and learn from your experiences. +

+

+ Email:{" "} + Contact Me +

+
+ +
+

Thank You ❤️

+

+ Thank you for exploring The Library project. We hope it enriches + your reading experience and provides daily spiritual nourishment + through the Geeta shlok. Your support and contributions are deeply + appreciated. ✨ +

+
+
+