2016-01-06 08:51:13 +00:00
|
|
|
<wx:sub-section>
|
|
|
|
|
2016-01-11 16:29:15 +00:00
|
|
|
{{#> header-skills }}
|
|
|
|
{{> header-simple _title="SKILLS" _section="skills" }}
|
|
|
|
{{/header-skills}}
|
2016-01-06 08:51:13 +00:00
|
|
|
|
|
|
|
<w:tbl>
|
|
|
|
<w:tblPr>
|
|
|
|
<w:tblW w:w="0" w:type="auto"/>
|
|
|
|
<w:tblLook w:val="04A0"/>
|
|
|
|
</w:tblPr>
|
|
|
|
<w:tblGrid>
|
|
|
|
<w:gridCol w:w="828"/>
|
|
|
|
<w:gridCol w:w="8748"/>
|
|
|
|
</w:tblGrid>
|
|
|
|
|
|
|
|
{{#each r.skills.sets}}
|
|
|
|
|
|
|
|
<w:tr wsp:rsidR="00427ECC" wsp:rsidTr="00FD3B33">
|
|
|
|
<w:trPr>
|
|
|
|
<w:trHeight w:val="882"/>
|
|
|
|
</w:trPr>
|
|
|
|
<w:tc>
|
|
|
|
<w:tcPr>
|
|
|
|
<w:tcW w:w="828" w:type="dxa"/>
|
|
|
|
<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:r>
|
|
|
|
<w:rPr>
|
|
|
|
<w:noProof/>
|
|
|
|
</w:rPr>
|
|
|
|
<w:pict>
|
|
|
|
<v:rect id="_x0000_s1028" style="position:absolute;left:0;text-align:left;margin-left:20.6pt;margin-top:1.4pt;width:7.15pt;height:38.25pt;z-index:1" fillcolor="{{{skillColor level}}}" strokeweight="0"/>
|
|
|
|
</w:pict>
|
|
|
|
</w:r>
|
|
|
|
<w:r>
|
|
|
|
<w:rPr>
|
|
|
|
<w:noProof/>
|
|
|
|
</w:rPr>
|
|
|
|
<w:pict>
|
|
|
|
<v:rect id="_x0000_s1026" style="position:absolute;left:0;text-align:left;margin-left:20.6pt;margin-top:1.4pt;width:7.15pt;height:{{{skillHeight level}}}pt;z-index:2" fillcolor="#FFFFFF" strokeweight="0"/>
|
|
|
|
</w:pict>
|
|
|
|
</w:r>
|
|
|
|
</w:p>
|
|
|
|
</w:tc>
|
|
|
|
<w:tc>
|
|
|
|
<w:tcPr>
|
|
|
|
<w:tcW w:w="8748" w:type="dxa"/>
|
|
|
|
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
|
|
|
|
</w:tcPr>
|
|
|
|
<w:p>
|
|
|
|
<w:pPr>
|
|
|
|
<w:spacing w:before="120"/>
|
|
|
|
</w:pPr>
|
|
|
|
<w:r>
|
|
|
|
<w:rPr>
|
|
|
|
<w:sz w:val="24"/>
|
|
|
|
<w:b/>
|
|
|
|
<w:caps/>
|
|
|
|
</w:rPr>
|
|
|
|
<w:t>{{{ name }}}</w:t>
|
|
|
|
</w:r>
|
|
|
|
</w:p>
|
|
|
|
<w:p wsp:rsidR="00427ECC" wsp:rsidRDefault="00427ECC" wsp:rsidP="00427ECC">
|
|
|
|
<w:r>
|
|
|
|
<w:rPr>
|
|
|
|
<w:caps/>
|
|
|
|
<w:spacing w:val="22"/>
|
|
|
|
</w:rPr>
|
|
|
|
<w:t>{{#each skills }}{{ this }}{{#unless @last}} {{/unless}}{{/each}}</w:t>
|
|
|
|
</w:r>
|
|
|
|
</w:p>
|
|
|
|
</w:tc>
|
|
|
|
</w:tr>
|
|
|
|
|
|
|
|
{{/each}}
|
|
|
|
|
|
|
|
</w:tbl>
|
|
|
|
</wx:sub-section>
|