mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-05-04 12:57:07 +01:00
Continue fleshing out themes.
Add sections and increase DRY.
This commit is contained in:
@ -504,19 +504,14 @@
|
||||
</w:r>
|
||||
</w:hlink>
|
||||
</w:p>
|
||||
<!-- <w:p wsp:rsidR="00C146CA" wsp:rsidRPr="000A3AF0" wsp:rsidRDefault="00C146CA" wsp:rsidP="00A210E1">
|
||||
<w:pPr>
|
||||
<w:pStyle w:val="Summary"/>
|
||||
</w:pPr>
|
||||
<w:r wsp:rsidRPr="000A3AF0">
|
||||
<w:t>{{ r.info.brief }}</w:t>
|
||||
</w:r>
|
||||
</w:p> -->
|
||||
{{{wpml RAW.info.brief }}}
|
||||
{{#section "skills"}}{{> skills }}{{/section}}
|
||||
{{#section "employment"}}{{> employment }}{{/section}}
|
||||
{{#section "projects"}}{{> projects }}{{/section}}
|
||||
{{#section "education"}}{{> education }}{{/section}}
|
||||
{{#section "employment"}}{{> doc-employment.xml }}{{/section}}
|
||||
{{#section "projects"}}{{> doc-projects.xml }}{{/section}}
|
||||
{{#section "education"}}{{> doc-education.xml }}{{/section}}
|
||||
{{#section "service"}}{{> doc-service.xml }}{{/section}}
|
||||
{{#section "writing"}}{{> doc-writing.xml }}{{/section}}
|
||||
{{#section "recognition"}}{{> doc-recognition.xml }}{{/section}}
|
||||
<w:sectPr wsp:rsidR="00B43FDC" wsp:rsidRPr="000A3AF0" wsp:rsidSect="001B7422">
|
||||
<w:pgSz w:w="12240" w:h="15840"/>
|
||||
<w:pgMar w:top="1440" w:right="1440" w:bottom="1440" w:left="1440" w:header="720" w:footer="720" w:gutter="0"/>
|
||||
|
@ -81,10 +81,9 @@
|
||||
|
||||
|
||||
{{#section 'projects'}}
|
||||
<hr>
|
||||
<section id="projects">
|
||||
<header>
|
||||
<h2><span class="fa fa-star"></span>{{{sectionTitle "Projects"}}}</h2>
|
||||
<h2><span class="fa fa-star"></span>{{{sectionTitle "Projects"}}}</h2><hr>
|
||||
</header>
|
||||
{{#each r.projects}}
|
||||
<h3>{{#if role}}<em>{{camelCase role }}</em>,{{/if}}
|
||||
|
@ -82,10 +82,9 @@
|
||||
|
||||
|
||||
{{#section 'projects'}}
|
||||
<hr>
|
||||
<section id="projects">
|
||||
<header>
|
||||
<h2><span class="fa fa-star"></span>{{{sectionTitle "Projects"}}}</h2>
|
||||
<h2><span class="fa fa-star"></span>{{{sectionTitle "Projects"}}}</h2><hr>
|
||||
</header>
|
||||
{{#each r.projects}}
|
||||
<h3>{{#if role}}<em>{{camelCase role }}</em>,{{/if}}
|
||||
|
Reference in New Issue
Block a user