diff --git a/about.css b/about.css deleted file mode 100644 index fe71971e..00000000 --- a/about.css +++ /dev/null @@ -1,102 +0,0 @@ -.about { - background-color: var(--background-color); - /* Light background to make content stand out */ - padding: 3rem 1.5rem; - display: flex; - justify-content: center; - align-items: center; - min-height: 100vh; - /* Make sure it covers the full height */ -} - -.about-content { - background-color: var(--background-color); - /* Clean white background for content */ - padding: 2rem 3rem; - border-radius: 12px; - /* Rounded corners for a modern look */ - box-shadow: 0 8px 30px var(--text-color); - /* Soft shadow for depth */ - max-width: 800px; - width: 100%; - text-align: center; - /* Center text globally */ -} - -.about-content h1 { - font-size: 2.5rem; - font-weight: 700; - color: #3498db; - margin-bottom: 1.5rem; - position: relative; -} - -.about-content h1::after { - content: ''; - width: 100px; - height: 4px; - background-color: #3498db; - /* Accent color */ - display: block; - margin: 0.5rem auto; -} - -.about-content h2 { - font-size: 1.75rem; - font-weight: 600; - color: #3498db; - margin-bottom: 1.5rem; -} - -.about-content p { - font-size: 1.15rem; - font-weight: 400; - color: var(--text-color); - /* Slightly lighter text */ - line-height: 1.7; - margin-bottom: 1.5rem; - text-align: left; -} - -.about-content p strong { - color: #3498db; - /* Same accent color */ - font-weight: 600; -} - -.about-content p u { - text-decoration: none; - border-bottom: 2px solid #3498db; - /* Underline with color */ -} - -.about-content p a { - color: #3498db; - text-decoration: none; - transition: color 0.3s ease; -} - -.about-content p a:hover { - color: #2980b9; - /* Darker blue on hover */ -} - -/* Responsive design tweaks */ -@media (max-width: 768px) { - .about-content { - padding: 2rem; - } - - .about-content h1 { - font-size: 2rem; - } - - .about-content h2 { - font-size: 1.5rem; - } - - .about-content p { - font-size: 1rem; - } -} - diff --git a/about.html b/about.html deleted file mode 100644 index d6d34d58..00000000 --- a/about.html +++ /dev/null @@ -1,633 +0,0 @@ - - - - - - - WordWise - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-

About Us

-

WordWise is a responsive, user-friendly blogging platform designed to enrich vocabulary and engage - readers with insightful articles.
Built using HTML, CSS, and JavaScript, the website offers an - enjoyable experience with an interactive interface.
Whether you're here to read blogs or explore - topics, WordWise is for everyone.

-

Key Features

-

Responsive Design
- - Thoughtful layout with sections like Home, Leading Blogs, About, and Contact Us for a dedicated - navigation experience.
- Blog Functionality
- Category exploration for easier navigation through organized blogs. - User Interface designed with appealing graphics to engage viewers.
- User Engagement
Readers can share their thoughts and feedback directly on the - Contact Us page. -

-

Technologies Used

-

HTML (HyperText Markup Language)
- - Provides structure to the website, organizing content into various elements such as headings, - paragraphs, buttons, and images.
- CSS (Cascading Style Sheets)
- - Responsible for the aesthetics, enhancing visual appeal, and ensuring responsiveness across all - devices.
- JavaScript
- - Adds interactivity and dynamic features, enriching user engagement through blog navigation, comment - sections, and form validations. -

-
-

Our Contributors

-

We would like to thank all our contributors for their continuous efforts and valuable contributions.

-
- - -
-
- - -
-
- - -
- -
- - - - - - - - - - - - - - - - - - - - -
- -
- - - - - - - - - - - - - \ No newline at end of file diff --git a/blog.html b/blog.html index 78307079..9b1ce93b 100644 --- a/blog.html +++ b/blog.html @@ -51,7 +51,7 @@

WordWise

Leading Blog Start Writing Categories - About + Contact Us Give Feedback diff --git a/category.html b/category.html index fc4093ee..82ce93de 100644 --- a/category.html +++ b/category.html @@ -64,7 +64,7 @@

WordWise

Leading Blog Start Writing Categories - About + Contact Us Give Feedback diff --git a/contact_us.html b/contact_us.html index c160499d..2ab94cc7 100644 --- a/contact_us.html +++ b/contact_us.html @@ -109,7 +109,7 @@

WordWise

Leading Blog Start Writing Categories - About + Contact Us Give Feedback diff --git a/fashion.html b/fashion.html index 7f2bf346..41c70468 100644 --- a/fashion.html +++ b/fashion.html @@ -94,7 +94,7 @@

WordWise

Leading Blog Start Writing Categories - About + Contact Us Give Feedback diff --git a/food.html b/food.html index 545195e7..dcc2b954 100644 --- a/food.html +++ b/food.html @@ -95,7 +95,7 @@

WordWise

Leading Blog Start Writing Categories - About + Contact Us Give Feedback diff --git a/give_feedback.html b/give_feedback.html index 33951ee3..a845454c 100644 --- a/give_feedback.html +++ b/give_feedback.html @@ -100,7 +100,7 @@

WordWise

Leading Blog Start Writing Categories - About + Contact Us Give Feedback diff --git a/health.html b/health.html index 64f11c22..da8fa7a4 100644 --- a/health.html +++ b/health.html @@ -96,7 +96,7 @@

WordWise

Leading Blog Start Writing Categories - About + Contact Us Give Feedback diff --git a/index.html b/index.html index d2a06650..1b59c2b8 100644 --- a/index.html +++ b/index.html @@ -130,7 +130,7 @@

WordWise

Leading Blog Start Writing Categories - About + Contact Us Give Feedback diff --git a/life.html b/life.html index 7652d971..a54f8efb 100644 --- a/life.html +++ b/life.html @@ -93,7 +93,7 @@

WordWise

Leading Blog Start Writing Categories - About + Contact Us Give Feedback diff --git a/login.html b/login.html index bc213955..5a7569ca 100644 --- a/login.html +++ b/login.html @@ -75,7 +75,7 @@

WordWise

  • Leading Blog
  • Start Writing
  • Categories
  • -
  • About
  • +
  • Contact Us
  • Give Feedback
  • diff --git a/privacy.html b/privacy.html index 74ab8881..13431ae9 100644 --- a/privacy.html +++ b/privacy.html @@ -83,7 +83,7 @@

    WordWise

    Leading Blog Start Writing Categories - About + Contact Us Give Feedback diff --git a/start.html b/start.html index c5019b8a..98c52f94 100644 --- a/start.html +++ b/start.html @@ -40,7 +40,7 @@

    WordWise

  • Leading Blog
  • Start Writing
  • Categories
  • -
  • About
  • +
  • Contact Us
  • Give Feedback
  • diff --git a/start_writing.html b/start_writing.html index 23fd278b..d3e03bca 100644 --- a/start_writing.html +++ b/start_writing.html @@ -82,7 +82,7 @@

    WordWise

    Leading Blog Start Writing Categories - About + Contact Us Give Feedback diff --git a/tech.html b/tech.html index faf6e5b5..e94f2cf9 100644 --- a/tech.html +++ b/tech.html @@ -92,7 +92,7 @@

    WordWise

    Leading Blog Start Writing Categories - About + Contact Us Give Feedback diff --git a/travel.html b/travel.html index 1cd1639b..fe848fa1 100644 --- a/travel.html +++ b/travel.html @@ -108,7 +108,7 @@

    WordWise

    Leading Blog Start Writing Categories - About + Contact Us Give Feedback @@ -219,7 +219,7 @@

    Signup

    break; } } - +