Skip to content

Move artwork images into dist/images and update gallery paths - #8

Open
ethan-CCY wants to merge 2 commits into
mainfrom
codex/find-image-file-specifications-for-the-project
Open

Move artwork images into dist/images and update gallery paths#8
ethan-CCY wants to merge 2 commits into
mainfrom
codex/find-image-file-specifications-for-the-project

Conversation

@ethan-CCY

Copy link
Copy Markdown
Owner

Motivation

  • Uploaded artwork images need to be placed where the site serves static assets so they render correctly.
  • Gallery thumbnails in the page should reference the actual uploaded artwork files instead of placeholder SVGs.

Description

  • Moved five artwork files from Artwork/ into dist/images/Artwork/ so they are in the served images folder.
  • Updated index.html to replace the three gallery placeholder sources with dist/images/Artwork/03_Harbor Light.png, dist/images/Artwork/02_Botanical Whisper.jpeg, and dist/images/Artwork/01_Quiet Corner.jpeg.
  • Created the target directory dist/images/Artwork/ and relocated the provided image files into it.

Testing

  • Served the site locally with python -m http.server 8000 and confirmed the page loads and assets are reachable by capturing a screenshot with Playwright saved to artifacts/landing-page-artwork.png, which completed successfully.
  • Verified the updated index.html references appear as intended by inspecting the rendered page HTML after the server run, with no errors reported during the automated screenshot run.

Codex Task

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant