1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-03-11 02:35:27 +00:00

29 lines
835 B
JSON
Raw Normal View History

2015-12-06 16:29:23 -05:00
{
"title": "modern",
"description": "A contemporary resume template suitable for modern technical candidates and employees.",
2016-01-05 08:48:09 -05:00
"author": "hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)",
2015-12-24 07:36:06 -05:00
"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"
2016-01-21 23:19:53 -05:00
},
"fonts": {
2016-01-23 06:18:18 -05:00
"all": {
"default": [ "Helvetica Neue", "Helvetica", "Segoe UI", "Calibri", "sans-serif" ],
"heading1": ["Arial"],
"heading2": ["Arial"]
},
"doc": {
"default": "Calibri",
"heading1": "Trebuchet MS",
2016-01-23 08:05:49 -05:00
"heading2": "Calibri",
2016-01-23 06:18:18 -05:00
"heading3": "Calibri"
}
}
2016-01-23 06:18:18 -05:00
2015-12-06 16:29:23 -05:00
}