diff --git a/README.md b/README.md index 4448f5c..93ca61d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -fluent-themes -============= +fresh-themes +============ Stylized templates for your résumé and/or CV, compatible with [FRESH][f] and [JSON Resume][jrs] formats. diff --git a/package.json b/package.json index 5b3bc99..82fb8c6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "fluent-themes", + "name": "fresh-themes", "version": "0.9.0-beta", - "description": "Multiformat résumé themes and templates for FluentCV and JSON Resume.", + "description": "Multiformat résumé themes and templates for HackMyResume and FluentCV.", "repository": { "type": "git", "url": "https://github.com/fluentdesk/fluent-themes.git" @@ -23,7 +23,7 @@ "JSON", "YAML" ], - "author": "James M. Devlin", + "author": "hacksalot (https://github.com/hacksalot)", "license": "MIT", "bugs": { "url": "https://github.com/fluentdesk/fluent-themes/issues" diff --git a/themes/README.md b/themes/README.md index f6c7450..3f2a733 100644 --- a/themes/README.md +++ b/themes/README.md @@ -1,6 +1,6 @@ /themes/ ======== -FluentCV themes live here, one per folder. +FRESH resume themes live here, one per folder. - [`minimist`](minimist): A no-frills theme. - [`modern`](modern): A middle of the road theme with a modern look 'n feel. diff --git a/themes/awesome/README.md b/themes/awesome/README.md index 8c31d82..ea7875b 100644 --- a/themes/awesome/README.md +++ b/themes/awesome/README.md @@ -30,7 +30,6 @@ and `mklink /J` for the last. MIT. See [LICENSE.md][lic]. - [acv]: https://github.com/posquit0/Awesome-CV [m]: http://miktex.org/download [desk]: http://fluentcv.com diff --git a/themes/compact/README.md b/themes/compact/README.md index ef95a2c..be1d3b2 100644 --- a/themes/compact/README.md +++ b/themes/compact/README.md @@ -1,6 +1,7 @@ Theme: Compact ============== -A compact, no-frills résumé theme for FluentCV. +A compact, no-frills résumé theme for candidates with lengthy work histories. +Collapses older work history into a single summary entry. ![](compact.png) diff --git a/themes/compact/src/compact-html.html b/themes/compact/src/compact-html.html index 3e15d4f..3968fb5 100644 --- a/themes/compact/src/compact-html.html +++ b/themes/compact/src/compact-html.html @@ -4,7 +4,7 @@ {{ RAW.name }} - + {{{styleSheet "compact-html.css"}}}
diff --git a/themes/hello-world/src/html.html b/themes/hello-world/src/html.html index 5d87e97..c280117 100644 --- a/themes/hello-world/src/html.html +++ b/themes/hello-world/src/html.html @@ -6,7 +6,7 @@ {{ r.name }} - + {{{styleSheet "css/style.css"}}}

Hello, world! My name is {{ r.name }}

diff --git a/themes/minimist/README.md b/themes/minimist/README.md index a6540be..fbcadd4 100644 --- a/themes/minimist/README.md +++ b/themes/minimist/README.md @@ -1,6 +1,6 @@ Theme: Minimist =============== -An unstyled résumé theme for FluentCV. +An unstyled résumé theme. ## License diff --git a/themes/minimist/src/html.html b/themes/minimist/src/html.html index 1ee1f93..46a651c 100644 --- a/themes/minimist/src/html.html +++ b/themes/minimist/src/html.html @@ -13,12 +13,7 @@ engine: Underscore {{ headFragment }} - {% if( cssInfo.file ) { %} - - {% } else { %} - + {{{styleSheet "html.css"}}} {% } %} diff --git a/themes/modern/README.md b/themes/modern/README.md index 20a6921..5aa67e9 100644 --- a/themes/modern/README.md +++ b/themes/modern/README.md @@ -1,6 +1,6 @@ Theme: Modern =============== -A contemporary technical résumé theme for FluentCV with colored progress bars +A contemporary technical résumé theme. Features colored progress bars representing skill levels and Font Awesome icons for section headers. ![](modern.png) diff --git a/themes/modern/src/modern-html.html b/themes/modern/src/modern-html.html index add359f..5a6a62b 100644 --- a/themes/modern/src/modern-html.html +++ b/themes/modern/src/modern-html.html @@ -5,7 +5,7 @@ {{ r.name }} - + {{{styleSheet "modern-html.css"}}}
diff --git a/themes/positive/README.md b/themes/positive/README.md index 153a015..39f0596 100644 --- a/themes/positive/README.md +++ b/themes/positive/README.md @@ -1,6 +1,6 @@ Theme: Positive =============== -A dynamic technical résumé theme for FluentCV. +A dynamic technical résumé theme. ![](positive.png) @@ -8,4 +8,4 @@ A dynamic technical résumé theme for FluentCV. MIT. See [LICENSE.md][lic] for details. -[lic]: https://github.com/fluentdesk/fluent-themes/blob/master/LICENSE.md +[lic]: https://github.com/fluentdesk/fresh-themes/blob/master/LICENSE.md diff --git a/themes/positive/src/positive-html.html b/themes/positive/src/positive-html.html index 1978520..70a80a3 100644 --- a/themes/positive/src/positive-html.html +++ b/themes/positive/src/positive-html.html @@ -5,7 +5,7 @@ {{ r.name }} - + {{{styleSheet "positive-html.css"}}}