feat: customize site as Mayasalu watercolor gallery - #4
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
Mayasalu,語言使用繁體中文(台灣)。Description
index.html為 Mayasalu 的畫廊結構,加入 Hero、About、Gallery(分類篩選與作品卡片)、Visit、Contact 與 Lightbox 標記,並將語系設為zh-Hant。dist/css/style.css,加入水彩主題樣式、卡片式畫廊與 RWD 規則(手機 1~2 欄顯示)。src/js/main.js(並同步更新dist/js/main.min.js),包含分類篩選、Lightbox 開/關、鍵盤關閉、年份自動更新與聯絡表單前端驗證。dist/images/gallery/art-01.svg~art-08.svg,並更新README.md(專案簡介、Demo 連結與功能列表)。Testing
python -m http.server 8000 --directory /workspace/Landing_Page並以 Playwright 自動化腳本載入http://127.0.0.1:8000/index.html,成功截圖生成為artifacts/mayasalu-gallery.png(表示頁面可載入與呈現)。Codex Task