Skip to content

BeyondCodeBootcamp/html-resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Print-to-PDF HTML Resume Template

A Stand-Out, easy-to-edit, classy resume template that's perfect for your website, blog, and job-application PDF uploads.

Features

  • Sleek, Professional, Classy
  • Vanilla HTML & CSS
  • Print-to-PDF
  • Renders properly in "Evergreen" browsers since 2016
  • Copy, Paste, Customize

Examples

Make Your Own

  1. Use this template (from the Beyond Code Resume repo)
  2. 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
  3. 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
  4. Copy this html-resume/ to your web server as /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.

Tips

  • 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

Acknowledgements

Dependencies

License

Apache-2.0

See LICENSE.