Title: [Fix] Navbar and Hero Section Overlap, and Add Footer and Team Section Components
Description
Summary
This pull request addresses multiple issues and enhancements in the application:
Fixes the text overlap issue between the Navbar and Hero components.
Adds a Footer component as required by the project specifications.
Introduces a TeamSection component to display team information.
Motivation
Navbar and Hero Overlap: The text overlap issue was causing readability problems and a poor user experience. Fixing this improves the visual integrity and usability of the app.
Footer Component: Adding a Footer component fulfills the project specifications and provides a consistent location for important information.
TeamSection Component: Displaying team information enhances transparency and user engagement, showcasing the team behind the app.
Changes
Navbar Component: Updated styles and structure to prevent text overlap when the nav links are expanded.
Hero Component: Adjusted the layout to ensure proper spacing and compatibility with the Navbar.
Footer Component: Created a new Footer component, which includes relevant information and links as specified.
TeamSection Component: Added a new TeamSection component to present team member details, including names, roles, and photos.
Testing
Navbar and Hero: Verified that the text overlap issue is resolved across different screen sizes and devices.
Footer: Ensured the Footer component displays correctly on all pages and contains the required information.
TeamSection: Checked that team information is displayed correctly and responsively.
Related Issues
Fixes #40
Fixes #37
Additional Information
Screenshots
Before Fix (Navbar and Hero Overlap):
After Fix (Navbar and Hero Overlap):
Footer Component:
TeamSection Component:
Checklist
[x] Code is well-documented
[x] Unit tests pass
[x] Integration tests pass
[x] Manual testing performed
[x] Screenshots included
[x] Issues referenced and linked
Request for Review
Please review the changes and merge this pull request if everything looks good. Thank you!
Title: [Fix] Navbar and Hero Section Overlap, and Add Footer and Team Section Components
Description
Summary
This pull request addresses multiple issues and enhancements in the application:
Motivation
Changes
Testing
Related Issues
Additional Information
Screenshots
Before Fix (Navbar and Hero Overlap):
After Fix (Navbar and Hero Overlap):
Footer Component:
TeamSection Component:
Checklist
Request for Review
Please review the changes and merge this pull request if everything looks good. Thank you!