Continue fleshing out themes.

Add sections and increase DRY.
This commit is contained in:
hacksalot 2016-01-06 04:56:16 -05:00
parent b4a93020ec
commit 50017c43e9
10 changed files with 15 additions and 87 deletions

View File

@ -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"/>

View File

@ -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}}

View File

@ -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}}

View File

@ -486,13 +486,13 @@
</w:hlink>
</w:p>
{{#section "info"}}{{> info }}{{/section}}
{{#section "skills"}}{{> doc-skills.xml }}{{/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}}
{{#section "skills"}}{{> skills }}{{/section}}
{{#section "employment"}}{{> employment }}{{/section}}
{{#section "projects"}}{{> projects }}{{/section}}
{{#section "education"}}{{> education }}{{/section}}
{{#section "service"}}{{> service }}{{/section}}
{{#section "writing"}}{{> writing }}{{/section}}
{{#section "recognition"}}{{> recognition }}{{/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"/>

View File

@ -20,14 +20,6 @@
</w:r>
</w:p>
</wx:pBdrGroup>
<!-- <w:p wsp:rsidR="00C146CA" wsp:rsidRPr="00C146CA" wsp:rsidRDefault="00C146CA" wsp:rsidP="00C146CA">
<w:pPr>
<w:pStyle w:val="Heading1"/>
</w:pPr>
<w:r wsp:rsidRPr="00C146CA">
<w:t>EMPLOYMENT</w:t>
</w:r>
</w:p> -->
{{#each r.employment.history}}
@ -66,12 +58,6 @@
</w:rPr>
</w:pPr>
{{{wpml summary true}}}
<!-- <w:r wsp:rsidRPr="000A3AF0">
<w:rPr>
<w:sz-cs w:val="20"/>
</w:rPr>
<w:t>{{ summary }}</w:t>
</w:r> -->
</w:p>
{{#each highlights }}

View File

@ -45,12 +45,6 @@
</w:rPr>
</w:pPr>
{{{wpml summary true}}}
<!-- <w:r wsp:rsidRPr="000A3AF0">
<w:rPr>
<w:sz-cs w:val="20"/>
</w:rPr>
<w:t>{{ summary }}</w:t>
</w:r> -->
</w:p>
{{#each highlights }}
@ -68,12 +62,6 @@
</w:rPr>
</w:pPr>
{{{wpml this true}}}
<!-- <w:r>
<w:rPr>
<w:sz-cs w:val="20"/>
</w:rPr>
<w:t>{{ this }}</w:t>
</w:r> -->
</w:p>
{{/each}}

View File

@ -59,12 +59,6 @@
</w:rPr>
</w:pPr>
{{{wpml summary true}}}
<!-- <w:r wsp:rsidRPr="000A3AF0">
<w:rPr>
<w:sz-cs w:val="20"/>
</w:rPr>
<w:t>{{ summary }}</w:t>
</w:r> -->
</w:p>
{{#each highlights }}
@ -82,12 +76,6 @@
</w:rPr>
</w:pPr>
{{{wpml this true}}}
<!-- <w:r>
<w:rPr>
<w:sz-cs w:val="20"/>
</w:rPr>
<w:t>{{ this }}</w:t>
</w:r> -->
</w:p>
{{/each}}

View File

@ -42,14 +42,6 @@
</w:p>
</wx:pBdrGroup>
<!-- <w:p wsp:rsidR="00C146CA" wsp:rsidRPr="00C146CA" wsp:rsidRDefault="00C146CA" wsp:rsidP="00C146CA">
<w:pPr>
<w:pStyle w:val="Heading1"/>
</w:pPr>
<w:r wsp:rsidRPr="00C146CA">
<w:t>SKILLS</w:t>
</w:r>
</w:p> -->
<w:tbl>
<w:tblPr>
<w:tblW w:w="0" w:type="auto"/>
@ -72,16 +64,6 @@
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
</w:tcPr>
<w:p wsp:rsidR="00427ECC" wsp:rsidRDefault="00427ECC" wsp:rsidP="00427ECC">
<!-- <w:pPr>
<w:jc w:val="right"/>
</w:pPr>
<w:r>
<w:rPr>
<w:caps/>
<w:color w:val="989898"/>
</w:rPr>
<w:t>{{ name }}</w:t>
</w:r> -->
<w:r>
<w:rPr>
<w:noProof/>

View File

@ -74,12 +74,6 @@
</w:rPr>
</w:pPr>
{{{wpml this true}}}
<!-- <w:r>
<w:rPr>
<w:sz-cs w:val="20"/>
</w:rPr>
<w:t>{{ this }}</w:t>
</w:r> -->
</w:p>
{{/each}}

View File

@ -523,9 +523,6 @@
<w:pStyle w:val="Summary"/>
</w:pPr>
{{{wpml r.info.brief true }}}
<!-- <w:r wsp:rsidRPr="000A3AF0">
<w:t>{{ r.info.brief }}</w:t>
</w:r> -->
</w:p>
{{/has}}
{{#section "skills"}}{{> skills }}{{/section}}