Skip to content

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

Open
ethan-CCY wants to merge 1 commit into
mainfrom
codex/find-image-file-specifications-for-the-project-zio7u5
Open

Move artwork images into dist/images/Artwork and update gallery paths#9
ethan-CCY wants to merge 1 commit into
mainfrom
codex/find-image-file-specifications-for-the-project-zio7u5

Conversation

@ethan-CCY

Copy link
Copy Markdown
Owner

Motivation

  • Organize uploaded artwork assets into the web-serving dist/images/Artwork directory for correct runtime paths and deployment.
  • Ensure filenames are web-safe (no spaces/capitalization) so they reliably load in browsers and static hosts.

Description

  • Moved the uploaded Artwork files into dist/images/Artwork and renamed them to kebab-case (for example 01_Quiet Corner.jpeg01-quiet-corner.jpeg).
  • Updated gallery image sources in index.html to point at the new paths under dist/images/Artwork (updated src attributes for the three featured images).
  • Committed the changes with a descriptive message and updated the repository index accordingly.

Testing

  • Served the site locally with python -m http.server 8000 and verified the gallery page rendered successfully.
  • Ran a Playwright script to capture a screenshot (artifacts/artwork-gallery.png) of http://127.0.0.1:8000/index.html, which completed successfully and confirmed images load.
  • Performed a local git commit which succeeded (files renamed and index.html modified).

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