Open Palmistry2310 opened 1 week ago
The changes in this pull request primarily enhance the index.html
file by introducing a scroll-to-top button, along with various style updates across different sections. The new button, which appears when the user scrolls down, is styled for visibility and functionality, enabling smooth scrolling back to the top when clicked. Additionally, the features and testimonials sections have received aesthetic improvements, including refined styles and responsiveness adjustments, while the footer now includes social media icons.
File | Change Summary |
---|---|
index.html |
Added a scroll-to-top button with associated CSS and JavaScript functionality. Updated styles for features, testimonials, and footer sections for improved aesthetics and responsiveness. |
Objective | Addressed | Explanation |
---|---|---|
Add scroll to top feature (Issue #538) | ✅ |
index.html
file with styling updates similar to those made in the main PR.hacktoberfest
, level1
, hacktoberfest-accepted
In the land of code, where rabbits hop,
A button appears, with a click, we stop.
Scroll to the top, a swift little feat,
With styles so bright, our journey's complete!
Hopping through sections, so neat and so fine,
A joyful new feature, oh how we shine! 🐇✨
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?
@GarimaSingh0109 i have resolved the conflicts
Pull Request for Resum-Resume 💡
Closes: #538
Describe the add-ons or changes you've made 📃
Requirements fulfilled : 1 A button/icon that appears once the user scrolls down a certain distance. 2 Button should be fixed at the bottom-right corner of the screen. 3 When clicked, the page should smoothly scroll to the top. 4 Ensure the button is hidden when the user is near the top of the page. 5 The button design should match the website’s style and be mobile-friendly.
Tasks: 1 Design the "Scroll to Top" button (icon, size, color). 2 Implement the button in HTML/CSS. 3 Add JavaScript for the smooth scroll functionality. 4 Set the button to appear only when the user scrolls down (e.g., 200px from the top). 5 Test the feature across different devices and browsers. 6 Ensure the feature does not interfere with other elements on the page.
https://github.com/user-attachments/assets/f9d733b4-07f3-43e2-a0c8-da903585b127
Type of change ☑️
What sort of change have you made:
Checklist: ☑️
Summary by CodeRabbit
New Features
Style Enhancements