1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-06-02 03:00:05 +01:00
fresh-themes/themes/modern-lancer/README.md
2016-03-21 12:41:18 -03:00

914 B

Theme: Modern

A contemporary technical résumé theme. Features colored progress bars representing skill levels and Font Awesome icons for section headers. Adds a picture and projects to the standard modern theme.

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.