Reset CV to template with generic placeholder content#154
Open
Reset CV to template with generic placeholder content#154
Conversation
- Shift green scale darker: base green from #4b5f5f to #2f5449 - Reorganize green shades to match website (dark: #264439, darker: #1e362e, darkest: #172a23) - Update font highlight color from gray (#666) to warm brown (#817365) - Add --color-darker-offwhite (#d6c5b5) for dark mode highlight - Use --color-darker-offwhite for dark mode font highlight https://claude.ai/code/session_01BbT3YykLGUgn4kum52p2n5
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 Spellcheck ResultsChecked files: Results: |
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.
This PR resets the CV to a clean template state with generic placeholder content, removing all personalized information and reverting to a baseline configuration.
Summary
The CV has been reset from Max Clayton Clowes' detailed professional CV to a generic template using "Joe Bloggs" as a placeholder. This appears to be preparing the repository as a reusable CV template for others to customize.
Key Changes
cv.mcclowes.comtocv.joebloggs.com, updated social meta tags, and replaced structured data with minimal placeholder information<style>tag, leaving only font imports@mcclowestoundefinedand removed LinkedIn profile linkImplementation Details
The CSS file (
src/styles/cv.css) was also updated with adjusted color variables (darker greens and a new--color-darker-offwhitevariable), though the inline styles in the HTML were completely removed, making these CSS changes largely unused in the current state.The README.md was updated to reflect the new template content, duplicating the CV content as it appears in the HTML.
https://claude.ai/code/session_01BbT3YykLGUgn4kum52p2n5