Merged
Conversation
…removing duplicate code
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.
Type of Change
Please select the type of change (uncomment one):
Summary
Briefly describe what this PR changes:
This PR fixes the gallery page 404 error, resolves image overlap issues, and implements homepage design improvements including institutional logos and a more compact header navigation.
Changes Made
List specific files or sections changed:
_pages/gallery.md- Fixed YAML front matter delimiter (---- to ---)_layouts/gallerylay.html- Added bottom spacing to prevent footer overlap_sass/_gallery.scss- Fixed grid-row-end initialization to prevent image overlapjs/gallery-masonry.js- Removed duplicate code causing initialization issues_pages/home.md- Replaced carousel with institutional affiliation logos (Concordia, McGill, Mila)_layouts/homelay.html- Removed lab logo and "Welcome our website!" textcss/main.scss- Increased header logo size (40px→60px) and reduced navbar height (5.5rem→2.75rem)Testing Checklist
Please confirm you've tested the following:
bundle exec jekyll servelocally without errorsScreenshots (if applicable)
Gallery Page: Fixed 404 error - page now loads correctly with proper image spacing and no footer overlap
Homepage: Replaced carousel with clean institutional logos (Concordia, McGill, Mila) centered below vision statement
Header: Larger logo (60px) with reduced navbar height for more compact, professional appearance
Related Issues
Fixes gallery page 404 error
Fixes image overlap in gallery masonry layout
Improves homepage branding and header usability
Additional Notes
All changes maintain responsive design across screen sizes. The gallery masonry layout now properly calculates row spans without overlapping images. Homepage presents a cleaner, more professional appearance with institutional branding. Header is more compact while maintaining readability.
By submitting this PR, I confirm: