|
|
hace 2 años | |
|---|---|---|
| .vscode | hace 2 años | |
| examples | hace 2 años | |
| .formatter.exs | hace 2 años | |
| .gitignore | hace 2 años | |
| .prettierrc.json | hace 2 años | |
| LICENSE | hace 2 años | |
| README.md | hace 2 años | |
| package-lock.json | hace 2 años | |
| package.json | hace 2 años | |
| run.sh | hace 2 años |
A Stand-Out, easy-to-edit, classy resume template that's perfect for your website, blog, and job-application PDF uploads.
bash
git clone --recursive --shallow-submodules --depth=1 https://github.com/BeyondCodeBootcamp/html-resume.git
html-resume/ in your browser
open html-resume/index.htmlxdg-open html-resume/index.htmlstart html-resume/index.htmlhtml-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.
Apache-2.0
See LICENSE.