diff --git a/package.json b/package.json index 039d1ae..638fccb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fluent-themes", - "version": "0.7.0-beta", + "version": "0.7.1-beta", "description": "Multiformat résumé themes and templates for FluentCV and JSON Resume.", "repository": { "type": "git", diff --git a/themes/modern/modern.json b/themes/modern/modern.json index f0fe2e7..9faeef3 100644 --- a/themes/modern/modern.json +++ b/themes/modern/modern.json @@ -2,5 +2,8 @@ "title": "modern", "description": "A contemporary resume template suitable for modern technical candidates and employees.", "author": "hacksalot ", - "engine": "handlebars" + "engine": "handlebars", + "palette": { + "skillLevels": [ "#FFFFFF", "#5CB85C", "#F1C40F", "#428BCA", "#C00000" ] + } } diff --git a/themes/positive/src/positive-html.html b/themes/positive/src/positive-html.html index 277756a..1978520 100644 --- a/themes/positive/src/positive-html.html +++ b/themes/positive/src/positive-html.html @@ -10,7 +10,7 @@
-

{{initialWords r.name }} {{lastWord r.name }}

+

{{{initialWords r.name }}} {{{lastWord r.name }}}

{{{ r.info.label }}}

{{#if r.contact.email}}{{/if}} @@ -63,9 +63,9 @@

Employment {{#compare @index 4 operator="<"}}

{{ position }}, {{#if url }} - {{ employer }} + {{{ employer }}} {{else}} - {{ employer }} + {{{ employer }}} {{/if}} {{formatDate safe.start 'YYYY-MM' }} — {{formatDate safe.end 'YYYY-MM' }}

{{{ summary }}}

@@ -114,18 +114,18 @@

{{{ institution }}} {{formatDate safe.start 'YYYY' }} &

Service

{{#each r.service.history}} -

{{ position }}, +

{{{ position }}}, {{#if url}} - {{ organization }} + {{{ organization }}} {{else}} - {{ organization }} + {{{ organization }}} {{/if}} {{formatDate safe.start 'YYYY' }} — {{formatDate safe.end 'YYYY' }}

{{{ summary }}}

{{#if highlights}} {{/if}} @@ -140,7 +140,7 @@

{{ position }},

Writing

{{#each r.writing }} -

{{#if url}}{{ title }}{{else}}{{ title }}{{/if}}, +

{{#if url}}{{{ title }}}{{else}}{{{ title }}}{{/if}}, {{{ publisher.name }}} {{formatDate safe.date 'YYYY'}}

{{# if summary}}{{{ summary }}}{{/if}} {{/each}} @@ -153,7 +153,7 @@

{{#if url}}{{ title }}{{else}}{{ title }}{{/if}}

Awards

{{#each r.recognition}} -

{{ title }}, {{ from }} {{formatDate safe.date 'YYYY' }}

+

{{{ title }}}, {{{ from }}} {{formatDate safe.date 'YYYY' }}

{{{ summary }}} {{/each}}