Improve footer section with links and layout#70
Merged
HimanshuHeda merged 1 commit intoHimanshuHeda:mainfrom Oct 16, 2025
Harishchandra-26:footer-improve
Merged
Improve footer section with links and layout#70HimanshuHeda merged 1 commit intoHimanshuHeda:mainfrom Harishchandra-26:footer-improve
HimanshuHeda merged 1 commit intoHimanshuHeda:mainfrom
Harishchandra-26:footer-improve
Conversation
|
@Harishchandra-26 is attempting to deploy a commit to the Himanshu Heda's projects Team on Vercel. A member of the Team first needs to authorize it. |
👷 Deploy request for ziptales pending review.Visit the deploys page to approve it
|
Thanks for creating a PR for your Issue!
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 Related Issue
Closes #51 (Footer enhancement request)
🎯 Rationale
Existing footer looked unprofessional and lacked proper structure.
Improved layout, added Quick Links, Categories, and Contact sections for better navigation.
Helps improve UX and makes the project look more professional.
📝 Summary of Changes
Added a new footer component with 4 sections:
Brand info (ZipTales description + placeholder for social icons)
Quick Links navigation
Categories navigation
Contact info
Added bottom copyright bar.
Updated styling with TailwindCSS classes for a clean dark theme.
🔧 Technical Details
Implemented responsive grid layout (1 → 4 columns based on screen size).
Used semantic
HTML for better accessibility.No external dependencies added.
✅ Testing
Test Coverage
Manual testing completed (on different screen sizes)
All existing tests pass
Test Details
Verified footer renders properly on mobile and desktop.
Checked hover states for links.
Verified dark mode text contrast.
📚 Documentation
Code comments added
README updated with screenshots
🔄 Breaking Changes
No breaking changes introduced.
🎨 User-Facing Changes
Frontend Changes
✅ UI footer redesigned
✅ Better navigation with categories and quick links
✅ Contact details added
Backend/API Changes
❌ None
📋 Checklist
Code Quality
✅ Code follows project style guidelines
✅ No console logs
✅ Self-reviewed
Review Readiness
✅ PR title is descriptive
✅ PR description complete
✅ Commits atomic
Security & Performance
✅ No sensitive data exposed
✅ No performance impact
🚀 Deployment Notes
No special deployment steps required.
📸 Screenshots/Demo
After:
🙏 Reviewer Notes
Please check if the link structure and categories align with current routing.
Open for feedback on additional footer elements (social media links, newsletter signup, etc.).