Closed Mohitranag18 closed 1 week ago
The changes in this pull request involve modifications to index.html
, script.js
, and styles.css
aimed at enhancing user interaction and interface responsiveness. Key updates include the addition of a feedback message for form submissions, improved form validation functions, and new styles for various UI elements. The overall structure remains consistent, focusing on user experience improvements without altering the existing layout significantly.
File | Change Summary |
---|---|
index.html |
Added <div id="feedback-message"> for submission confirmation; simplified required attributes. |
script.js |
Introduced validateSignup and validateLogin functions; modified validateForm and smoothScrolling . Enhanced slider functionality and form validation. |
styles.css |
Added new classes for .about-container , .about-text , .about-image , .mission-item , and .value-card ; updated hover effects and transitions for several elements. |
index.html
align with user interaction improvements.gssoc-ext
, hacktoberfest
, level2
, hacktoberfest-accepted
In the garden of code, where rabbits play,
A feedback message brightens the day.
Forms now dance with validation's grace,
With smooth scrolling, they find their place.
Cards pop and hover, a joyful sight,
Enhancing the web, making it bright! 🐇✨
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 | 299602c401df7115dbafff08fc3c389ae146973a |
Latest deploy log | https://app.netlify.com/sites/manageyourwaste/deploys/67307f46af47790008a12f19 |
@khushi-joshi-05 label not assigned
Description:
This PR enhances the user experience by implementing a popup effect on card hover across the website. When users hover over any card, a subtle animation displays additional information, making the interaction more engaging and informative.
Acceptance Criteria Met:
Additional Notes:
Summary by CodeRabbit
Release Notes
New Features
Enhancements
Bug Fixes