Sin descripción

theenglishway (time) 8c40e32fb7 Switch to a much simpler pipeline with Pug hace 2 años
.vscode 98f6350a37 Ensure code is recompiled on save hace 2 años
examples 8c40e32fb7 Switch to a much simpler pipeline with Pug hace 2 años
.formatter.exs 900c4810db Move all elixir files one level up hace 2 años
.gitignore 8c40e32fb7 Switch to a much simpler pipeline with Pug hace 2 años
.prettierrc.json 8c40e32fb7 Switch to a much simpler pipeline with Pug hace 2 años
LICENSE 8c40e32fb7 Switch to a much simpler pipeline with Pug hace 2 años
README.md 8c40e32fb7 Switch to a much simpler pipeline with Pug hace 2 años
package-lock.json 8c40e32fb7 Switch to a much simpler pipeline with Pug hace 2 años
package.json 8c40e32fb7 Switch to a much simpler pipeline with Pug hace 2 años
run.sh 8c40e32fb7 Switch to a much simpler pipeline with Pug hace 2 años

README.md

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) bash 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.