Closed Mohitranag18 closed 1 week ago
The changes in this pull request involve updates to the index.html
, script.js
, styles.css
, and styles.js
files to enhance dark mode compatibility and improve user interface elements. Key modifications include the addition of a darkmodetext
class to headers, refined form validation in JavaScript, and various styling adjustments for components in CSS. The updates aim to create a more cohesive visual experience, particularly in dark mode, while maintaining existing functionalities.
File | Change Summary |
---|---|
index.html |
Added darkmodetext class to multiple <h2> elements for dark mode styling; standardized required attributes in forms; updated footer with new script reference. |
script.js |
Enhanced form validation with validateSignup function; improved slider functionality; refined event listeners for form submissions; added scroll-to-top button functionality. |
styles.css |
Modified styles for various components, including background colors and hover effects; introduced new classes for dark mode. |
styles.js |
Implemented dark mode toggle functionality; added event listener for theme toggle button; adjusted classes for dark mode elements. |
styles.css
for dark mode text visibility, related to dark mode compatibility changes in index.html
.ecotips.html
, aligning with the dark mode enhancements in this PR.index.html
, complementing the dark mode updates in the same file.index.html
, relevant to the visual presentation improvements for dark mode.index.html
.index.html
, relevant to the visual updates for dark mode.gssoc-ext
, hacktoberfest
, level2
, hacktoberfest-accepted
In the dark of night, our site will glow,
With headers bright, and forms that flow.
A toggle switch, for light and shade,
Enhancing views, with every upgrade.
So hop along, and take a peek,
Our changes shine, unique and sleek! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. 😊
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. 😊
Name | Link |
---|---|
Latest commit | 501a9bc6a0c676f3fd51649adef783edc4953f7b |
Latest deploy log | https://app.netlify.com/sites/manageyourwaste/deploys/67309cd621ecf30008a2d96b |
Hi,i would like to contribute
Description:
This PR updates the styling of the navbar in the Waste Management project to align with modern design standards and improve user experience. The current navbar includes green buttons that feel outdated and inconsistent with the overall aesthetic. The new design introduces a cohesive look that complements the website’s main color scheme.
Requirements:
Acceptance Criteria:
Additional Context:
This UI enhancement refreshes the navbar’s appearance, creating a more cohesive and visually appealing experience that matches the overall design standards of the site. The improved styling aims to enhance usability and user interaction.
Screenshot:
Summary by CodeRabbit
Release Notes
New Features
Bug Fixes
required
attribute syntax in feedback forms.Style
Chores