Add Protect AI and Palo Alto Networks roles; enforce one page - #1
Open
znd4 wants to merge 2 commits into
Open
Conversation
build now counts pages with pdfinfo after writing main.pdf and exits 1 above the limit. The check runs after the PDF is in place on purpose, so a failing build still leaves something you can open to see what spilled over. RESUME_MAX_PAGES overrides the limit. CI runs the same `nix run .#build`, and release_pdf needs build_latex, so an overflow blocks the release rather than publishing two pages. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Adds the two most recent roles and closes the Volkswagen entry at the Protect AI start date. Earlier entries reworked to make room, all within one page: - Merge the two Ford entries into one with a title progression. - Restore both internships, which had been dropped. - Correct the Intel entry. It carried the same dates and the same city as the Disney one, wrong since the commit that added it; the values here come from docs/zane_resume.pdf. resume_config.cls tightens the gap between an entry header and its bullets, which is what buys the internships their space. Co-Authored-By: Claude Opus 5 <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.
Adds the two most recent roles and reworks the earlier entries to make room, all within one page.
Work experience
docs/zane_resume.pdf.One-page guard
buildnow counts pages withpdfinfoafter writingmain.pdf, and exits 1 above the limit. The check runs after the PDF is in place on purpose, so a failing build still leaves something you can open to see what spilled over.RESUME_MAX_PAGES=2overrides it.CI runs the same
nix run .#build, andrelease_pdfneedsbuild_latex, so an overflow blocks the release instead of publishing two pages.resume_config.clstightens the gap between an entry header and its bullets. That is what buys the internships their space, and it leaves almost no slack: one more line anywhere will overflow.Notes
This repo is public, so every figure here is generic. No cell name, region code, internal hostname, repo name or internal system name appears in the diff.
Merging publishes the PDF, since
release_pdfis gated onrefs/heads/main.🤖 Generated with Claude Code