-
Notifications
You must be signed in to change notification settings - Fork 3
Feat/events final touches (Without photos or numbers) #180
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
Merged
Conversation
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
IanWearsHat
requested changes
Dec 30, 2025
Member
IanWearsHat
left a comment
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.
Thanks Andrew, I have some notes about the carousel.
IanWearsHat
reviewed
Dec 31, 2025
IanWearsHat
added a commit
that referenced
this pull request
Jan 5, 2026
* Added 404 from Next repo (#172) * Updated README files * Added recruitment button and controls (#176) * Added boolean to control apply buttons for recruitment * Removed comments * Added id for buttons * Closed recruitment * Implemented Contact Us page (#177) * Implemented Contact Us page * Cleaned up clearing form and fixed submission * Removed alert, confirmation comes from mailchimp itself * Spaced inputs * Adjusted contact card text centering --------- Co-authored-by: ianbb <[email protected]> * Add back to top button (#179) * Team Section on New Site (#181) * implemented team section on about * added images, linkedins, and team statement * Added contact to home page (#182) * Moved ContactCard to own component * Added force mobile view * Moved ContactCard to shared components * Created contact section for home * Refactored scroll * Reordered imports * Chore: removed extra line * Fixed primary button size to shrink in mobile * Added AboutUs Hero and Mission (#185) * Added bare hero section * Added images * Created OurMission section * Shrunk OurMission padding * Moved hero components * Added back white linkedin to contact page * Shrunk button padding for hero on home page on mobile (#186) * Created ScrollToTop component for whole app * Revert "Created ScrollToTop component for whole app" This reverts commit 9d7521e. * Final bug fixes (#191) * Reapply "Created ScrollToTop component for whole app" This reverts commit 2be05ba. * Refactored PrimaryAnchor to use anchor when in external site * Refactored ContactIcon into own component * chore: fixed imports and removed unused style * Added className prop to ContactIcon * Feat/events final touches (Without photos or numbers) (#180) * Events tab finishes * Refactored events tabs style into tabs * Updated stats * Fixed text * Added images to events * Moved dot class --------- Co-authored-by: ianbb <[email protected]> * Fixed recruitment tabs (#192) * Fix stretching on large screens (#194) * Added container class to home page * Added container class to about * Fixed margin for recruitment * Added and resized images to home page * Used normal buttons for events --------- Co-authored-by: VishokL <[email protected]> Co-authored-by: Noah Kim <[email protected]> Co-authored-by: Nathan Ong <[email protected]> Co-authored-by: Andrew Hwang <[email protected]>
IanWearsHat
added a commit
that referenced
this pull request
Jan 5, 2026
* Added 404 from Next repo (#172) * Updated README files * Added recruitment button and controls (#176) * Added boolean to control apply buttons for recruitment * Removed comments * Added id for buttons * Closed recruitment * Implemented Contact Us page (#177) * Implemented Contact Us page * Cleaned up clearing form and fixed submission * Removed alert, confirmation comes from mailchimp itself * Spaced inputs * Adjusted contact card text centering --------- Co-authored-by: ianbb <[email protected]> * Add back to top button (#179) * Team Section on New Site (#181) * implemented team section on about * added images, linkedins, and team statement * Added contact to home page (#182) * Moved ContactCard to own component * Added force mobile view * Moved ContactCard to shared components * Created contact section for home * Refactored scroll * Reordered imports * Chore: removed extra line * Fixed primary button size to shrink in mobile * Added AboutUs Hero and Mission (#185) * Added bare hero section * Added images * Created OurMission section * Shrunk OurMission padding * Moved hero components * Added back white linkedin to contact page * Shrunk button padding for hero on home page on mobile (#186) * Created ScrollToTop component for whole app * Revert "Created ScrollToTop component for whole app" This reverts commit 9d7521e. * Final bug fixes (#191) * Reapply "Created ScrollToTop component for whole app" This reverts commit 2be05ba. * Refactored PrimaryAnchor to use anchor when in external site * Refactored ContactIcon into own component * chore: fixed imports and removed unused style * Added className prop to ContactIcon * Feat/events final touches (Without photos or numbers) (#180) * Events tab finishes * Refactored events tabs style into tabs * Updated stats * Fixed text * Added images to events * Moved dot class --------- Co-authored-by: ianbb <[email protected]> * Fixed recruitment tabs (#192) * Fix stretching on large screens (#194) * Added container class to home page * Added container class to about * Fixed margin for recruitment * Added and resized images to home page * Used normal buttons for events * Fixed build error with TeamSection data (#196) --------- Co-authored-by: VishokL <[email protected]> Co-authored-by: Noah Kim <[email protected]> Co-authored-by: Nathan Ong <[email protected]> Co-authored-by: Andrew Hwang <[email protected]>
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.
finished the requirements for the events page!

works on mobile too