design: simplify header to 2-row unified layout#13
Merged
Conversation
…style Collapses the 3-row header (name / contacts / downloads) into 2 rows: row 1 = identity, row 2 = all actions. Removes the orphaned RESUME uppercase label. All contact and download links now share the same text-xs text-slate-500 style — download icon affords intent without heavy button chrome. Updates --header-height fallback from 150px to 100px. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Installs husky and lint-staged so prettier runs automatically on staged files before every commit. Eliminates formatting failures in CI by fixing code style at commit time rather than discovering it after push. Also fixes the two files that were failing format:check on this branch (.claude/launch.json, app/page.tsx). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
husky v9 exits non-zero in environments without .git (Vercel CI, Docker builds, npm install in --ignore-scripts scenarios). The || true pattern is the officially recommended cross-environment pattern — hooks still install on local dev, but CI builds don't fail if husky can't initialise. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- README.md: add husky + lint-staged to tech stack table; update test count 190+ → 245+; add pre-commit hook paragraph to linting section; update common tasks table test count - CONTRIBUTING.md: add pre-commit hook description to Code Quality; update test count 190+ → 245+; add 'design' to commit type list; correct co-author model name Opus 4.6 → Sonnet 4.6 - CLAUDE.md: update test count 240+ → 245+ - docs/technical-design-document.md: add pre-commit lint-staged step to §6.1 automated checks Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
Motivation
User feedback: the RESUME all-caps label was misaligned with both the contact row and section nav; the dark filled PDF button dominated the header visually; contact links and nav links used inconsistent sizing. Goal: a minimal, trust-building header where chrome recedes and content leads.
Visual QA
Test Plan
Generated with Claude Code