Skip to content

dstelow/html5-resume

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this about?

Just a resume held in a HTML5 file. Hopes to become a template or a starter for doing resume, just like the one for doing presentation (http://slides.html5rocks.com/).

One particular objective of this stuff is to prevent user from doing the CSS styling right inside the HTML. The layout of this stuff utilizes the grid framework from Blueprint CSS. CSS classes are injected to HTML elements in js/scripts.js "Content Layout" section. Other styles besides of layout are defined in css/style.css following the HTML5 Boilerplate guidelines.

Another objective of this stuff is to try putting the technologies / buzz-words (which I just lazily call them skills) that someone acquired into a "skill cloud" (indeed something just like a tag cloud). In contrast to listing them one by one, a "skill cloud" would clearly show the expertise.

If you would like to add your own section, just copy-n-paste any

inside the only block and start work on it :)

Sample - http://mrkschan.github.com/html5-resume/

Depends on...

Build step...

$> cd html5-resume/build/
$> ant minify

output available at: html5-resume/publish/

Copyright

This stuff is licensed with the Unlicense (http://unlicense.org/). You may find a copy of the license in the LICENSE file.

html5boilerplate - Unlicense (a.k.a. public domain - http://unlicense.org/)
For the licenses of the great works that html5boilerplate is composed of, please refer to https://github.com/paulirish/html5-boilerplate/blob/master/README.md

blueprintcss - MIT License (https://github.com/joshuaclayton/blueprint-css/blob/master/LICENSE)

jquery.tagcloud.js - MIT License (https://github.com/addywaddy/jquery.tagcloud.js/blob/master/LICENSE)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors