A Stand-Out, easy-to-edit, classy resume template that's perfect for your website, blog, and job-application PDF uploads.
- Sleek, Professional, Classy
- Vanilla HTML & CSS
- Print-to-PDF
- Renders properly in "Evergreen" browsers since 2016
- Copy, Paste, Customize
- Use this template (from the Beyond Code Resume repo)
- Use git to download this project (or get the zip and find the dependencies)
git clone --recursive --shallow-submodules --depth=1 https://github.com/BeyondCodeBootcamp/html-resume.git
- Preview
html-resume/
in your browser- macOS:
open html-resume/index.html
- Linux:
xdg-open html-resume/index.html
- Windows 10:
start html-resume/index.html
- macOS:
- Copy this
html-resume/
to your web server as/resume/
- (i.e. your resume should be viewable at https://YOUR-SITE.com/resume/)
Use VS Code + Prettier
or vim + Prettier
to edit index.html
and style.css
and season to taste.
For reference, this is how I would clone this repository so that I can git push
to it:
git clone ssh://git@github.com/BeyondCodeBootcamp/html-resume.git
pushd html-resume/
git submodule init
git submodule update --recursive --depth=1
I show the other example above because it's just one line, but you won't be able to git commit
and git push
changes.
- Printable as US Letter in Portrait mode
- (PR for A4 support welcome)
- Brave, Google Chrome, and Edge
- Set Margin to None
- Print Background Graphics
- Don't print headers and footers
- Save as PDF
- Firefox:
- You may eed to remove page margins in about:config
- Uncheck Ignore Scaling and Shrink To Fit Page Width
- Check Print Background Colors
- Clear out the headers and footers
- Save as PDF
- Inspired by Paolo Zupin and Shih-Wen "Angela" Chen
- Created as a Print-to-PDF HTML document by Min-Zhong "John" Lu
- Modified by AJ ONeal
- This fork maintained as part of Beyond Code Bootcamp
- Fonts (free Google Fonts)
- Icons
- CSS
Apache-2.0
See LICENSE.