Conversation
6 tasks
There was a problem hiding this comment.
Pull request overview
This PR enhances Prof. Goddard's biography page by replacing a static portrait with an interactive photo collage component. The collage displays three overlapping images with different rotations and positions, featuring hover animations that lift and straighten photos when users interact with them.
Changes:
- Created a new
PhotoCollageclient component with hover-based animations - Replaced static portrait section with the interactive collage
- Updated responsive breakpoints from
sm:tolg:for better layout control
Reviewed changes
Copilot reviewed 2 out of 5 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/app/(public)/about/wag/page.tsx | Integrated PhotoCollage component and adjusted responsive layout breakpoints |
| src/app/(public)/about/wag/_components.tsx | Implemented interactive photo collage with hover animations and z-index management |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary:
Replaced the static portrait on Prof. Goddard's biography page with a dynamic, interactive photo collage. This new component (
PhotoCollage) displays multiple images in an artistically layered arrangement, featuring smooth hover animations that bring the active photo to the foreground. This enhancement adds visual richness and interactivity to the profile page.Changes:
Created Photo Collage Component (
src/app/(public)/about/wag/_components.tsx):transformandbox-shadowto create a smooth "lift-and-straighten" effect on hover.Updated WAG Profile Page (
src/app/(public)/about/wag/page.tsx):PhotoCollagecomponent.Asset Management:
public/images/wag/:blue-beret-coconut-restaurant.jpgandred-beret-suit-portrait.jpg.portrait.pngtored-beret-closeup.pngfor clarity.