A One-Webpage, Printable Resume

I’ve had my resume as single, printable webpage for over 5 years (initial git commit in 2012). Since all of the styling and content is self contained, it is very easy to used.

I’ve made a template of the resume available on GitHub. It is based on this one page CSS tricks resume which was originally developed by Chris Coyier.

Why HTML and CSS

I’m a firm believer in the separation of style and content. Here, resume content is separated from the style that is applied (as with all well-structured HTML and CSS pages). While I do think that GUI tools are more useful for viusal design, CSS does allow the expression of visual design through programatic means. Unlike LaTeX, which hides much of the fine-grained layout control, CSS is a fully featured layout controller. Even better, it understands the difference of the media by which the content is presented, allowing this resume template to take advantage of non-printing items.

One basic improvement for this project would be to refactor the CSS and abstract some concepts. This would make it easier to change the fonts and overall proportions (rather than messing with strict pixel values).

Usefullness in Teaching Git

I use the template as an easy way to teach git to students. After a basic introduction to git concepts and command, I have the students fork the template repo and create resumes of their own. Each student can add as litte or as much information, and they can play around with the HTML formatting. Indeed, this has the added bonus of getting them on GitHub and using GitHub pages.


Comments

Comments are sent directly to me and may or may not be posted for display on this page.