feat(site): 쇼케이스를 별도 페이지로 분리하고 본문을 존댓말로 바꾼다
All checks were successful
ci / build (push) Successful in 18s
All checks were successful
ci / build (push) Successful in 18s
홈에 있던 쇼케이스 섹션은 스크린샷 두 장을 카드에 넣고 각도를 준 것이었고,
눌러도 갈 곳이 없었다. 그림만 보여주고 끝나는 자리는 증거가 아니라 장식이다.
- /showcase 를 별도 페이지로 만들었다. 모자이크 그리드에 썸네일을 놓고
누르면 실제로 도는 사이트(/work/<slug>/)가 열린다.
- 사례 데이터를 src/data/work.ts 한 곳에 모았다. 항목 하나만 추가하면
그리드에 들어간다 — 페이지 코드는 건드리지 않는다.
- 첫 사례로 목요일의 화원(플로럴 스튜디오)을 넣고 실제 파일을
public/work/thursday-flowers/ 에 함께 싣는다.
- 홈에서 예전 섹션을 제거하고 내비를 /showcase 로 돌렸다.
본문 말투:
사이트 문장이 전부 반말이었고 일부는 내부 감사 로그처럼 읽혔다.
스킬 문서의 단정한 반말은 의도지만, 방문자를 향한 화면은 다르다.
제목은 단정문이 카피로서 힘을 가지므로 그대로 두고, 설명하는 문장과
명령형("~해라")을 전부 존댓말로 바꿨다. 실측 결과 홈·쇼케이스 모두 0건.
구현에서 걸린 것:
Base 레이아웃이 이미 <main class="page"> 를 제공하는데 새 페이지에서
또 감쌌다. 바깥 page 의 본문 칼럼(561px) 안에 안쪽 page 가 들어가
전 페이지가 좁아졌다 — 모자이크가 561px, 썸네일이 240px 이었다.
중첩을 걷어내자 1180px / 596px 로 돌아왔다.
This commit is contained in:
parent
b92853bf2b
commit
30dc6687dd
16 changed files with 1555 additions and 75 deletions
BIN
apps/site/public/work/thursday-flowers/assets/flower-01.webp
Normal file
BIN
apps/site/public/work/thursday-flowers/assets/flower-01.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 58 KiB |
BIN
apps/site/public/work/thursday-flowers/assets/flower-02.webp
Normal file
BIN
apps/site/public/work/thursday-flowers/assets/flower-02.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 246 KiB |
BIN
apps/site/public/work/thursday-flowers/assets/flower-03.webp
Normal file
BIN
apps/site/public/work/thursday-flowers/assets/flower-03.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
BIN
apps/site/public/work/thursday-flowers/assets/flower-04.webp
Normal file
BIN
apps/site/public/work/thursday-flowers/assets/flower-04.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 194 KiB |
BIN
apps/site/public/work/thursday-flowers/assets/flower-05.webp
Normal file
BIN
apps/site/public/work/thursday-flowers/assets/flower-05.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 70 KiB |
Loading…
Add table
Add a link
Reference in a new issue