mirror of
https://github.com/JuanCanham/fresh-theme-bootstrap.git
synced 2025-06-07 12:56:13 +01:00
initial version
This commit is contained in:
25
src/partials/service.html
Normal file
25
src/partials/service.html
Normal file
@ -0,0 +1,25 @@
|
||||
{{#section 'service'}}
|
||||
<hr>
|
||||
<section class="row">
|
||||
<h3 class="{{headerClass}}"><span class="fa fa-fw fa-child"></span> {{{sectionTitle "Service"}}}</h3>
|
||||
<div class="{{contentClass}}">
|
||||
{{#each r.service.history}}
|
||||
{{#if url}}
|
||||
<h4><strong>{{position}}</strong>, <a href="{{{url}}}">{{organization}}</a></h4>
|
||||
{{else}}
|
||||
<h4><strong>{{position}}</strong>, {{organization}}</h4>
|
||||
{{/if}}
|
||||
{{formatDate safe.start 'YYYY-MM'}}—{{formatDate safe.end 'YYYY-MM'}}
|
||||
{{{summary}}}
|
||||
{{#if highlights}}
|
||||
<ul>
|
||||
{{#each highlights}}
|
||||
<li>{{{this}}}</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
{{/if}}
|
||||
{{#unless @last}}<div> </div>{{/unless}}
|
||||
{{/each}}
|
||||
</div>
|
||||
</section>
|
||||
{{/section}}
|
Reference in New Issue
Block a user