mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-22 16:20:11 +00:00
Basis: TXT: Use global partials.
This commit is contained in:
parent
8c5715d5f4
commit
7138987259
@ -6,89 +6,18 @@
|
|||||||
|
|
||||||
{{#has 'info.brief' }}{{{ r.info.brief }}}{{/has}}
|
{{#has 'info.brief' }}{{{ r.info.brief }}}{{/has}}
|
||||||
|
|
||||||
{{#section "skills"}}
|
{{> section/skills }}
|
||||||
{{{sectionTitle "SKILLS"}}} -------------------------------------------------------------------------
|
|
||||||
|
|
||||||
{{#each r.skills.sets}}
|
{{> section/employment }}
|
||||||
- {{{ name }}}: {{#each skills}}{{{ this }}} {{/each}}
|
|
||||||
{{/each}}
|
|
||||||
{{/section}}
|
|
||||||
|
|
||||||
{{#section "employment"}}
|
{{> section/projects }}
|
||||||
{{{sectionTitle "EMPLOYMENT"}}} ---------------------------------------------------------------------
|
|
||||||
|
|
||||||
{{#each r.employment.history }}
|
{{> section/education }}
|
||||||
{{{ position }}}, {{{ employer }}} ({{dateRange .}})
|
|
||||||
{{{ summary }}}
|
|
||||||
{{#if highlights}}
|
|
||||||
{{#each highlights}}
|
|
||||||
- {{{ this }}}
|
|
||||||
{{/each}}
|
|
||||||
{{/if}}
|
|
||||||
|
|
||||||
{{/each}}
|
{{> section/samples }}
|
||||||
{{/section}}
|
|
||||||
|
|
||||||
{{#section 'projects'}}
|
{{> section/writing }}
|
||||||
{{{sectionTitle "PROJECTS"}}} -----------------------------------------------------------------------
|
|
||||||
|
|
||||||
{{#each r.projects }}
|
{{> section/service }}
|
||||||
{{{ title }}}, {{{ role }}} ({{dateRange .}})
|
|
||||||
{{{ description }}}
|
|
||||||
{{{ summary }}}
|
|
||||||
{{#if highlights}}
|
|
||||||
{{#each highlights}}
|
|
||||||
- {{{ this }}}
|
|
||||||
{{/each}}
|
|
||||||
{{/if}}
|
|
||||||
{{/each}}
|
|
||||||
{{/section}}
|
|
||||||
|
|
||||||
{{#section "education"}}
|
{{> section/recognition }}
|
||||||
{{{sectionTitle "EDUCATION"}}} ----------------------------------------------------------------------
|
|
||||||
|
|
||||||
{{#each r.education.history}}
|
|
||||||
{{{ institution }}} ({{dateRange .}})
|
|
||||||
{{#if summary }}
|
|
||||||
{{{ summary }}}
|
|
||||||
{{/if}}
|
|
||||||
{{#if courses}}
|
|
||||||
{{#each courses}}
|
|
||||||
- {{{ this }}}
|
|
||||||
{{/each}}
|
|
||||||
{{/if}}
|
|
||||||
|
|
||||||
{{/each}}
|
|
||||||
{{/section}}
|
|
||||||
|
|
||||||
{{#section "writing"}}
|
|
||||||
{{{sectionTitle "WRITING"}}} ------------------------------------------------------------------------
|
|
||||||
|
|
||||||
{{#each r.writing}}
|
|
||||||
{{{ title }}}{{#has 'safe.date'}} ({{formatDate safe.date 'YYYY-MM' }}){{/has}}
|
|
||||||
{{{ summary }}}
|
|
||||||
{{/each}}
|
|
||||||
{{/section}}
|
|
||||||
|
|
||||||
{{#section "service" }}
|
|
||||||
{{{sectionTitle "SERVICE"}}} ------------------------------------------------------------------------
|
|
||||||
|
|
||||||
{{#each r.service.history}}
|
|
||||||
{{{ organization }}} ({{dateRange .}})
|
|
||||||
{{{ summary }}}
|
|
||||||
{{#if highlights}}
|
|
||||||
{{#each highlights}}
|
|
||||||
- {{{ this }}}
|
|
||||||
{{/each}}
|
|
||||||
{{/if}}
|
|
||||||
{{/each}}
|
|
||||||
{{/section}}
|
|
||||||
|
|
||||||
{{#section "recognition"}}
|
|
||||||
{{{sectionTitle "RECOGNITION"}}} --------------------------------------------------------------------
|
|
||||||
|
|
||||||
{{#each r.recognition}}
|
|
||||||
{{{ title }}}, {{{ from }}} ({{formatDate safe.date 'MMM YYYY' }})
|
|
||||||
{{{ summary }}}
|
|
||||||
{{/each}}
|
|
||||||
{{/section}}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user