1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-06-07 21:06:13 +01:00

Allow user-specified section headings.

This commit is contained in:
hacksalot
2016-01-04 17:07:30 -05:00
parent 4954079a6f
commit f49df02d6a
30 changed files with 247 additions and 187 deletions

View File

@ -4,7 +4,7 @@
<w:pStyle w:val="Heading1"/>
</w:pPr>
<w:r wsp:rsidRPr="00C146CA">
<w:t>EDUCATION</w:t>
<w:t>{{{sectionTitle "EDUCATION"}}}</w:t>
</w:r>
</w:p>

View File

@ -4,7 +4,7 @@
<w:pStyle w:val="Heading1"/>
</w:pPr>
<w:r wsp:rsidRPr="00C146CA">
<w:t>EMPLOYMENT</w:t>
<w:t>{{{sectionTitle "EMPLOYMENT"}}}</w:t>
</w:r>
</w:p>

View File

@ -5,7 +5,7 @@
<w:pStyle w:val="Heading1"/>
</w:pPr>
<w:r wsp:rsidRPr="00C146CA">
<w:t>RECOGNITION</w:t>
<w:t>{{{sectionTitle "RECOGNITION"}}}</w:t>
</w:r>
</w:p>

View File

@ -5,7 +5,7 @@
<w:pStyle w:val="Heading1"/>
</w:pPr>
<w:r wsp:rsidRPr="00C146CA">
<w:t>SERVICE</w:t>
<w:t>{{{sectionTitle "SERVICE"}}}</w:t>
</w:r>
</w:p>

View File

@ -5,7 +5,7 @@
<w:pStyle w:val="Heading1"/>
</w:pPr>
<w:r wsp:rsidRPr="00C146CA">
<w:t>SKILLS</w:t>
<w:t>{{{sectionTitle "SKILLS"}}}</w:t>
</w:r>
</w:p>
<w:tbl>

View File

@ -5,7 +5,7 @@
<w:pStyle w:val="Heading1"/>
</w:pPr>
<w:r wsp:rsidRPr="00C146CA">
<w:t>WRITING</w:t>
<w:t>{{{sectionTitle "WRITING"}}}</w:t>
</w:r>
</w:p>