- Remove #directions section and DirectionsBlock component from home page - Translate Footer masthead brand titles to ANL and AI Agent Networking Lab - Update Footer affiliated institution links to KNU, CSE, and College of IT Engineering - Add advisor information (Prof. Seok-Joo Koh) and translate address to English - Translate Footer quick navigation links and colophon/copyright text - Update E2E test assertions for the updated footer layout and address
9 lines
742 B
Markdown
9 lines
742 B
Markdown
`body > footer > div.container-content.grid.gap-12.py-16.lg\:grid-cols-12 > div.lg\:col-span-5 > h3`와 `body > footer > div.container-content.grid.gap-12.py-16.lg\:grid-cols-12 > div.lg\:col-span-5 > h3` 앞에 favicon logo 넣어서 `body > header > div.container-content.flex.h-\[4\.25rem\].items-center.justify-between.gap-4.my-2.sm\:my-3 > a`와 같이 변경해줘.
|
|
|
|
`body > footer > div.border-t.border-line > div > p.kicker.text-ink-mute`
|
|
- 제거해줘.
|
|
|
|
`body > footer > div.container-content.grid.gap-12.py-16.lg\:grid-cols-12 > div.lg\:col-span-4 > address`
|
|
- 교수 정보, 이메일 주소, 주소 순으로 배치해줘.
|
|
|
|
Footer 레이아웃을 조금 더 구조적이고 모던하게 보이도록 레이아웃을 변경해줘. |