feat: add picture-ful design from utcode.net#2
Merged
aster-void merged 4 commits intomainfrom Jan 13, 2026
Merged
Conversation
- Add full-height hero with background image overlay - Create reusable ImageSection component for alternating image-text layout - Redesign activities page with large images and cover header - Copy activity images from utcode.net (learn, develop, share sections)
- Compress all images (15MB+ → ~2MB total) - Add rounded-2xl and backdrop-blur to hero card - Add gradient overlay for text readability - Fix mobile hero card spacing - Replace activities page header icon with section label - Update REVIEW.md with response and fixes applied
Address non-blocking review feedback: add xl:max-h-96 to prevent unexpected sizing on wide viewports.
|
The preview deployment for cms.utcode.net failed. 🔴 Last updated at: 2026-01-13 05:26:32 CET |
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
ImageSectioncomponent for alternating image-text layoutsChanges
src/lib/components/home/HeroSection.svelte- Full-screen hero with floating text cardsrc/lib/components/ImageSection.svelte- New reusable component for half-width image + textsrc/routes/(site)/activities/+page.svelte- Redesigned with images in each sectionstatic/images/- Added activity images and hero backgroundTest plan