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 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.
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.
-
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.
-
We would like to thank all our contributors for their continuous efforts and valuable contributions.
-