fix: expand website hero artwork - #25
Open
BramVR wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the project website’s hero image and presentation so the full “controller + three Sessions” composition remains visible and better framed across the responsive layout, while keeping build/check automation aligned with the new asset.
Changes:
- Swapped the hero image asset to
blendersessiond-hero-v2.pngand updated all corresponding SEO/social metadata dimensions. - Replaced the hero’s radial mask crop with a soft vertical fade via
mask-image/-webkit-mask-image. - Updated the site build/check scripts and Pages workflow triggers to include the new hero asset; documented the change in the changelog.
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
website/styles.css |
Switches hero image masking from a radial crop to a vertical fade gradient. |
website/index.html |
Updates hero asset references and OpenGraph/Twitter/JSON-LD metadata to the new image + dimensions. |
scripts/check-site.mjs |
Adjusts required output files to validate the new hero image is present in the built site. |
scripts/build-site.mjs |
Copies the updated hero asset into the built site output. |
CHANGELOG.md |
Notes the expanded hero artwork change under “Changed”. |
.github/workflows/pages.yml |
Ensures Pages builds trigger when the new hero asset changes. |
💡 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
Proof