pgobin/adjust landing page animations#135
Merged
Merged
Conversation
…nel Header and Content animation triggers
uellenberg
requested changes
Apr 16, 2025
Collaborator
uellenberg
left a comment
There was a problem hiding this comment.
Looks good, but IDs need to be unique. I've marked out some of the places where they conflict, but not all of them.
| {/* UWBHacks About Container */} | ||
| <Panel | ||
| className={`${panelMargin} aboutSectionContainer`} | ||
| id="aboutPanel" |
| > | ||
| {/* UWBHacks About Section Header */} | ||
| <PanelHeader | ||
| id="aboutPanel" |
| {/* UWBHacks About Section Content */} | ||
| <PanelContent className="z-[5] flex flex-col md:flex-row justify-center items-center gap-x-8 gap-y-4 overflow-hidden"> | ||
| <PanelContent | ||
| id="aboutPanel" |
|
|
||
| {/* UWB ACM Description Container */} | ||
| <Panel | ||
| id="uwbacmDescriptionPanel" |
| {/* Previous UWBHacks Fun Statistics Container */} | ||
| <Panel className={`w-full border-none ${panelMargin}`}> | ||
| <Panel | ||
| id="funFactsPanel" |
| <div className={`w-full grid md:grid-cols-2 gap-8 ${panelMargin}`}> | ||
| {/* Month of Hacking */} | ||
| <Panel | ||
| id="monthOfHackingPanel" |
| > | ||
| <PanelHeader as="h2">Month of Hacking</PanelHeader> | ||
| <PanelContent> | ||
| <PanelHeader id="monthOfHackingPanel" as="h2"> |
| <PanelHeader id="monthOfHackingPanel" as="h2"> | ||
| Month of Hacking | ||
| </PanelHeader> | ||
| <PanelContent id="monthOfHackingPanel"> |
| > | ||
| <PanelHeader as="h2">Last Year's Projects</PanelHeader> | ||
| <PanelContent className="h-full flex flex-col justify-around gap-y-4"> | ||
| <PanelHeader id="lastYearsWinnersPanel" as="h2"> |
| Last Year's Projects | ||
| </PanelHeader> | ||
| <PanelContent | ||
| id="lastYearsWinnersPanel" |
Collaborator
Author
Collaborator
|
That makes a lot more sense, I misread the original code. Having them be |
uellenberg
pushed a commit
that referenced
this pull request
May 5, 2025
…tions pgobin/adjust landing page animations
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.




No description provided.