2016-01-06 08:51:13 +00:00
|
|
|
{{#section "skills"}}
|
2016-01-11 04:30:35 +00:00
|
|
|
<hr>
|
2016-01-06 08:51:13 +00:00
|
|
|
<section id="skills">
|
2016-01-12 14:40:18 +00:00
|
|
|
{{#> header-skills }}
|
|
|
|
{{> header-simple _title="SKILLS" _section="skills" }}
|
|
|
|
{{#> icon-skills }}{{/icon-skills}}
|
|
|
|
{{/header-skills}}
|
2016-01-06 08:51:13 +00:00
|
|
|
<table>
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th>Skill</th>
|
|
|
|
<th>Keywords</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
{{#each r.skills.sets}}
|
|
|
|
<tr>
|
|
|
|
<td style="width: 25%;">{{ name }}</td>
|
|
|
|
<td class="keywords">{{#each skills}}{{ this }} {{/each}}</td>
|
|
|
|
</tr>
|
|
|
|
{{/each}}
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</section>
|
|
|
|
{{/section}}
|