fresh-themes/themes/modern
hacksalot f5fa665ea2
chore: update README link
2018-02-07 19:16:40 -05:00
..
src fix: modern: pdf: repair stylesheet link 2018-02-07 07:35:35 -05:00
README.md chore: update README link 2018-02-07 19:16:40 -05:00
anon.png Rename "informatic" to "modern". 2015-10-09 15:37:16 -04:00
modern.png Modern: Update with recent changes. 2015-12-18 16:46:30 -05:00
theme.json feat: modern: improve cosmetics 2018-02-07 03:51:47 -05:00

README.md

Theme: Modern

A contemporary technical résumé theme. Features colored progress bars representing skill levels and Font Awesome icons for section headers.

Use

Note: In order to display colored progress bars as in the below image, your resume should include a level annotation for each skill:

{
  "name": "JavaScript",
  "level": "master",
  "skills": [
    "Node.js", "Angular.js", "jQuery", "Bootstrap", "React.js", "Backbone.js"
  ]
},
{
  "name": "Database",
  "level": "intermediate",
  "skills": [
    "MySQL", "PostgreSQL", "NoSQL", "ORM", "Hibernate"
  ]
}

Valid values for level are master, advanced, intermediate, beginner, or a number between 1 and 10.

License

MIT. See LICENSE.md for details.