mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-14 20:50:11 +00:00
32 lines
807 B
JSON
32 lines
807 B
JSON
{
|
|
"title": "modern",
|
|
"description": "A contemporary resume template suitable for modern technical candidates and employees.",
|
|
"author": "hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)",
|
|
"engine": "handlebars",
|
|
"palette": {
|
|
"skillLevels": [ "#FFFFFF", "#5CB85C", "#F1C40F", "#428BCA", "#C00000" ]
|
|
},
|
|
"message": "To get colored skill progress bars, make sure your resume includes a `level` element for each skill.",
|
|
"inherits": {
|
|
"txt": "basis",
|
|
"md": "basis"
|
|
},
|
|
"fonts": {
|
|
"default": [
|
|
"Segoe UI",
|
|
"Calibri",
|
|
"Helvetica Neue",
|
|
"Helvetica",
|
|
"sans-serif"
|
|
],
|
|
"default-html": [
|
|
"Helvetica Neue",
|
|
"Helvetica",
|
|
"Lato",
|
|
"sans-serif"
|
|
],
|
|
"heading1": ["xkcd"],
|
|
"heading2": ["xkcd"]
|
|
}
|
|
}
|