prat0318 / json_resume

Generates pretty HTML, LaTeX, markdown, with biodata feeded as input in JSON
http://prat0318.github.io/json_resume
MIT License
1.36k stars 116 forks source link

responsive html update #7

Closed NoahHines closed 10 years ago

NoahHines commented 10 years ago

Fixes #6

prat0318 commented 10 years ago

Noah, also it is a good practice to squash the commits to a single commt for PR. git rebase -i HEAD~10 and then squash instead of pick to all except the first one (which you rename to a meaningful message). And then git push -f origin HEAD will force push to a single commit.