1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-07-03 07:50:04 +01:00
fresh-themes/partials/html/section/service.html
2016-01-12 09:40:18 -05:00

24 lines
570 B
HTML

{{#section "service"}}
<hr>
<section id="service">
{{#> header-samples }}
{{> header-simple _title="SERVICE" _section="service" }}
{{#> icon-service }}{{/icon-service}}
{{/header-samples}}
{{#each r.service.history}}
<div>
<h3><em>{{ position }}</em>,
{{#if url}}
<a href="{{ url }}">{{ organization }}</a>
{{else}}
{{ organization }}
{{/if}}
</h3>
<span class="tenure">{{dateRange .}}</span>
<p style="clear: both;">{{{ summary }}}</p>
{{> highlights }}
</div>
{{/each}}
</section>
{{/section}}