mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-28 08:39:14 -05:00
Replace the two flat markdown tables with a clean card grid grouped into thematic clusters per volume. Each card shows lab number, title, and core question only — no chips, ribbons, or accent rainbow. Single accent color matches the labs site brand (#2563EB). Lab 07 (Kernel Fusion Dividend) moves from Architecture to Performance & Deployment — kernel fusion is a runtime optimization, not a model-design choice. Capstones get their own dedicated cluster and span the full grid row; distinction comes from layout and placement, not color. Verified responsive from 320px to 1440px with zero horizontal overflow. Adds tools/capture_landing_shots.py — Playwright-based screenshot helper used during the redesign, reusable for future inventory work.
21 lines
284 B
Plaintext
21 lines
284 B
Plaintext
# Quarto build output
|
|
_build/
|
|
.quarto/
|
|
|
|
# Marimo WASM lab exports (built by tools/build_site.sh)
|
|
_wasm_build/
|
|
|
|
# Local Playwright screenshots from tools/capture_landing_shots.py
|
|
_screenshots/
|
|
|
|
# Temporary files
|
|
*.log
|
|
*.tmp
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
/.quarto/
|
|
**/*.quarto_ipynb
|