Skip to content
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

52 about meet the team #61

Merged
merged 27 commits into from
Sep 8, 2024
Merged

52 about meet the team #61

merged 27 commits into from
Sep 8, 2024

Conversation

MichaelDresler
Copy link
Collaborator

Describe your changes
Implemented the "meet the team" section of the landing page.

This includes:
buttons for choosing teams
team member cards + pictures

Issue ticket number and link
#52

Testing Steps
checkout to 52-about-meet-the-team
run pnpm install to update dependencies
run the development server (npm run dev).

christinaraganit and others added 22 commits September 1, 2024 00:37
Added Geist font. Sans was added to body tag as it is default font. To use mono simply add className"font-GeistMono" to elements class to overide.
Works for now but should revise naming convention and sizes for mobile at a later time
class attached to main should be added to the styling branch at some point as a default way to have consistent margins.
Navbar is done but could benefit from an accessibility review at some point (medium priority) i.e. semantics and implementation of aria attributes (also I don't think its the right colour, I couldn't find the overlay colour in variables). The Navbar, radial gradient, and content wrapper styles were all added to the layout.tsx for consistency across pages. The content wrapper should be reviewed. The margin top applied to it is due to the navbar being fixed and as a result it is not in the regular document flow so we need something to push body content below the nav. @christinaraganit you might have a better approach to this. Also moved the styleguide page to its own directory so it doesn't conflict with the default landing page when we merge branches. footer was changed to self closing tag as react documentation says that you only need to use a closing tag if your component has children. My bad for long commit.
Mobile breakpoint for the RoleButtons still needs to be addressed (probably dropdown). Team members data is placeholder but I just received real data for team members, will work on adding that next
remember to add photo paths later
testing overflow scrolling too.
michael tran is missing .
fixed weird scrolling issues when changing team button
fixed some issues with local storage being declared outside the use effect.
added error check to fallback onto placeholder image for team members without photo.
Copy link

netlify bot commented Sep 7, 2024

Deploy Preview for sfusurgedev ready!

Name Link
🔨 Latest commit 8fa9ff5
🔍 Latest deploy log https://app.netlify.com/sites/sfusurgedev/deploys/66dd2ea260114e0008eed477
😎 Deploy Preview https://deploy-preview-61--sfusurgedev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@ChrisFong604
Copy link
Contributor

@MichaelDresler please pull the current changes in the develop branch to your source branch, fix any merge conflicts, and then push the merge back onto your source branch

@MichaelDresler
Copy link
Collaborator Author

@ChrisFong604 done!

@ChrisFong604 ChrisFong604 merged commit 198cb06 into develop Sep 8, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants