Skip to content

fix: expand website hero artwork - #25

Open
BramVR wants to merge 1 commit into
mainfrom
codex/hero-art-v2
Open

fix: expand website hero artwork#25
BramVR wants to merge 1 commit into
mainfrom
codex/hero-art-v2

Conversation

@BramVR

@BramVR BramVR commented Jul 24, 2026

Copy link
Copy Markdown
Owner

Summary

  • replace the website hero with an ImageGen outpaint that preserves the controller and all three Blender Sessions
  • add dark breathing room around the composition so the upper cube Session remains bright and fully visible
  • replace the radial crop with a soft vertical fade and update image metadata to the generated dimensions

Proof

  • node scripts/build-site.mjs
  • node scripts/check-site.mjs
  • uv run ruff check .
  • uv run pytest — 92 passed, 4 skipped
  • checked in the in-app browser at 1116 × 1044 with no horizontal overflow
  • trufflehog secret scan clean; browser-based visual review completed

Copilot AI review requested due to automatic review settings July 24, 2026 13:24

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.png and 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants