feat: create Mayasalu watercolor gallery - #2
Open
ethan-CCY wants to merge 1 commit into
Open
Conversation
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.
Motivation
Description
index.html為繁體中文頁面並加入 Hero / About / Gallery / Visit / Contact / Footer 等區塊與導覽連結(含捲動定位)。dist/js/gallery.js(純 JS)實作作品分類篩選、Lightbox 放大、聯絡表單前端驗證與年份自動顯示等互動行為。dist/css/style.css(新增水彩感配色、Gallery grid、卡片樣式、Lightbox 與 RWD 規則),並新增佔位 SVG 資產於dist/images/gallery/(hero-watercolor.svg,art-01.svg…art-08.svg)。README.md(專案簡介、Demo 連結、功能列表)並以相對路徑維持對 GitHub Pages 的相容性。Testing
python -m http.server 8000啟動靜態伺服器並以 headless Playwright 擷取頁面快照(產生檔案:artifacts/mayasalu-gallery.png),頁面可載入與呈現(成功)。feat: customize Mayasalu watercolor gallery)。Codex Task