-
Notifications
You must be signed in to change notification settings - Fork 1
Add About Us Page with Team Member Information #54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Created SignUp.test.tsx with 4 test cases - Set up Jest and Babel configuration for testing - Added test dependencies and configuration files - Tests verify form rendering, validation, and user interactions - All tests passing successfully
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you get screen recording of how this page looks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you get screen recording of how this page looks
Deployment Logs where error is occuringsrc/pages/SignUp.test.tsx(1,1): error TS6133: 'React' is declared but its value is never read. |
Had to create a new pull request due to the branch rename. |
Description
This PR introduces a new About Us page for the event planning application, showcasing our team structure and key members. The page features a clean, responsive design with consistent styling that matches our application's visual language.
Changes Made
Created About.tsx component with responsive layout
Implemented team member cards with placeholder icons
Added team information including names and roles
Applied consistent styling using Tailwind CSS
Implemented responsive grid layout (2 columns on mobile, 3 on tablets, 5 on desktop)
Design Features
Gradient background for visual interest
Shadow effects for depth and hierarchy
Responsive layout that adapts to different screen sizes
Consistent color scheme using cyan/blue gradient for the team member avatars
Clean typography with appropriate hierarchy
Testing
The component has been visually tested across different viewport sizes to ensure responsiveness.