mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-14 12:40:11 +00:00
25 lines
601 B
HTML
25 lines
601 B
HTML
{{#section "employment"}}
|
|
<section id="employment">
|
|
<header>
|
|
<h2>{{{sectionTitle "Employment"}}}</h2><hr>
|
|
</header>
|
|
{{#each r.employment.history}}
|
|
<h3><em>{{ position }}</em>,
|
|
{{#if url }}
|
|
<a href="{{ url }}">{{ employer }}</a>
|
|
{{else}}
|
|
{{ employer }}
|
|
{{/if}}
|
|
<span class="tenure">{{dateRange .}}<span></h3>
|
|
<p style="clear: both;">{{{ summary }}}</p>
|
|
{{#if highlights}}
|
|
<ul>
|
|
{{#each highlights}}
|
|
<li>{{{ this }}}</li>
|
|
{{/each}}
|
|
</ul>
|
|
{{/if}}
|
|
{{/each}}
|
|
</section>
|
|
{{/section}}
|