mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-05-03 12:27:07 +01:00
Modern: DOC: Use global partials.
This commit is contained in:
@ -1,12 +1,8 @@
|
||||
<wx:sub-section>
|
||||
<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>{{{sectionTitle "EDUCATION"}}}</w:t>
|
||||
</w:r>
|
||||
</w:p>
|
||||
|
||||
{{#> header-education }}
|
||||
{{> header-simple _title="EDUCATION" _section="education" }}
|
||||
{{/header-education}}
|
||||
|
||||
{{#each r.education.history}}
|
||||
|
||||
|
@ -1,12 +1,8 @@
|
||||
<wx:sub-section>
|
||||
<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>{{{sectionTitle "EMPLOYMENT"}}}</w:t>
|
||||
</w:r>
|
||||
</w:p>
|
||||
|
||||
{{#> header-employment }}
|
||||
{{> header-simple _title="EMPLOYMENT" _section="employment" }}
|
||||
{{/header-employment}}
|
||||
|
||||
{{#each r.employment.history}}
|
||||
|
||||
|
@ -1,12 +1,8 @@
|
||||
<wx:sub-section>
|
||||
<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>{{{sectionTitle "PROJECTS"}}}</w:t>
|
||||
</w:r>
|
||||
</w:p>
|
||||
|
||||
{{#> header-projects }}
|
||||
{{> header-simple _title="PROJECTS" _section="projects" }}
|
||||
{{/header-projects}}
|
||||
|
||||
{{#each r.projects}}
|
||||
|
||||
|
@ -1,14 +1,8 @@
|
||||
<wx:sub-section>
|
||||
|
||||
<w:p wsp:rsidR="00C146CA" wsp:rsidRPr="00C146CA" wsp:rsidRDefault="00851045" wsp:rsidP="00C146CA">
|
||||
<w:pPr>
|
||||
<w:pStyle w:val="Heading1"/>
|
||||
</w:pPr>
|
||||
<w:r wsp:rsidR="00C146CA" wsp:rsidRPr="00C146CA">
|
||||
<w:t>{{{sectionTitle "RECOGNITION"}}}</w:t>
|
||||
</w:r>
|
||||
</w:p>
|
||||
|
||||
{{#> header-recognition }}
|
||||
{{> header-simple _title="RECOGNITION" _section="recognition" }}
|
||||
{{/header-recognition}}
|
||||
|
||||
{{#each r.recognition}}
|
||||
|
||||
|
@ -1,13 +1,8 @@
|
||||
<wx:sub-section>
|
||||
<w:p wsp:rsidR="00C146CA" wsp:rsidRPr="00C146CA" wsp:rsidRDefault="00851045" wsp:rsidP="00C146CA">
|
||||
<w:pPr>
|
||||
<w:pStyle w:val="Heading1"/>
|
||||
</w:pPr>
|
||||
<w:r wsp:rsidR="00C146CA" wsp:rsidRPr="00C146CA">
|
||||
<w:t>{{{sectionTitle "SERVICE"}}}</w:t>
|
||||
</w:r>
|
||||
</w:p>
|
||||
|
||||
{{#> header-service }}
|
||||
{{> header-simple _title="SERVICE" _section="service" }}
|
||||
{{/header-service}}
|
||||
|
||||
{{#each r.service.history}}
|
||||
|
||||
|
@ -1,23 +1,9 @@
|
||||
<wx:sub-section>
|
||||
|
||||
<w:p wsp:rsidR="00C146CA" wsp:rsidRPr="00C146CA" wsp:rsidRDefault="00D1523B" wsp:rsidP="00C146CA">
|
||||
<w:pPr>
|
||||
<w:pStyle w:val="Heading1"/>
|
||||
</w:pPr>
|
||||
<w:r wsp:rsidR="00C146CA" wsp:rsidRPr="00C146CA">
|
||||
<w:t>{{{sectionTitle "SKILLS"}}}</w:t>
|
||||
</w:r>
|
||||
</w:p>
|
||||
{{#> header-skills }}
|
||||
{{> header-simple _title="SKILLS" _section="skills" }}
|
||||
{{/header-skills}}
|
||||
|
||||
|
||||
<!-- <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"/>
|
||||
|
67
partials/doc/section/speaking.xml
Normal file
67
partials/doc/section/speaking.xml
Normal file
@ -0,0 +1,67 @@
|
||||
<wx:sub-section>
|
||||
|
||||
{{#> header-speaking }}
|
||||
{{> header-simple _title="SPEAKING" _section="speaking" }}
|
||||
{{/header-speaking}}
|
||||
|
||||
{{#each r.speaking}}
|
||||
|
||||
<wx:sub-section>
|
||||
<w:p wsp:rsidR="00C146CA" wsp:rsidRPr="00C146CA" wsp:rsidRDefault="00606071" wsp:rsidP="00E578D4">
|
||||
<w:pPr>
|
||||
<w:pStyle w:val="Heading2"/>
|
||||
<w:tabs>
|
||||
<w:tab w:val="right" w:pos="9360"/>
|
||||
</w:tabs>
|
||||
</w:pPr>
|
||||
{{#if url}}<w:hlink w:dest="{{{ url }}}">{{/if}}
|
||||
<w:r wsp:rsidR="009452CA" wsp:rsidRPr="00606071">
|
||||
{{#if url}}
|
||||
<w:rPr>
|
||||
<w:rStyle w:val="Hyperlink"/>
|
||||
</w:rPr>
|
||||
{{/if}}
|
||||
<w:t>{{ title }}</w:t>
|
||||
</w:r>
|
||||
{{#if url}}</w:hlink>{{/if}}
|
||||
<w:r wsp:rsidR="00EA0B64">
|
||||
<w:tab/>
|
||||
</w:r>
|
||||
<w:r wsp:rsidR="00C146CA" wsp:rsidRPr="00C146CA">
|
||||
<w:t>{{formatDate safe.date 'YYYY-MM'}}</w:t>
|
||||
</w:r>
|
||||
</w:p>
|
||||
<w:p wsp:rsidR="00C146CA" wsp:rsidRPr="000A3AF0" wsp:rsidRDefault="00C146CA" wsp:rsidP="00C146CA">
|
||||
<w:pPr>
|
||||
<w:rPr>
|
||||
<w:sz-cs w:val="20"/>
|
||||
</w:rPr>
|
||||
</w:pPr>
|
||||
{{{wpml summary true }}}
|
||||
</w:p>
|
||||
|
||||
{{#if highlights}}
|
||||
{{#each highlights }}
|
||||
<w:p wsp:rsidR="00C146CA" wsp:rsidRDefault="009452CA" wsp:rsidP="00C146CA">
|
||||
<w:pPr>
|
||||
<w:pStyle w:val="ListParagraph"/>
|
||||
<w:listPr>
|
||||
<w:ilvl w:val="0"/>
|
||||
<w:ilfo w:val="1"/>
|
||||
<wx:t wx:val="•"/>
|
||||
<wx:font wx:val="Calibri"/>
|
||||
</w:listPr>
|
||||
<w:rPr>
|
||||
<w:sz-cs w:val="20"/>
|
||||
</w:rPr>
|
||||
</w:pPr>
|
||||
{{{wpml this true}}}
|
||||
</w:p>
|
||||
{{/each}}
|
||||
{{/if}}
|
||||
|
||||
</wx:sub-section>
|
||||
|
||||
{{/each}}
|
||||
|
||||
</wx:sub-section>
|
@ -1,13 +1,8 @@
|
||||
<wx:sub-section>
|
||||
<w:p wsp:rsidR="00C146CA" wsp:rsidRPr="00C146CA" wsp:rsidRDefault="00851045" wsp:rsidP="00C146CA">
|
||||
<w:pPr>
|
||||
<w:pStyle w:val="Heading1"/>
|
||||
</w:pPr>
|
||||
<w:r wsp:rsidR="00C146CA" wsp:rsidRPr="00C146CA">
|
||||
<w:t>{{{sectionTitle "WRITING"}}}</w:t>
|
||||
</w:r>
|
||||
</w:p>
|
||||
|
||||
{{#> header-writing }}
|
||||
{{> header-simple _title="WRITING" _section="writing" }}
|
||||
{{/header-writing}}
|
||||
|
||||
{{#each r.writing}}
|
||||
<wx:sub-section>
|
||||
|
Reference in New Issue
Block a user