mirror of
https://github.com/JuanCanham/fresh-theme-bootstrap.git
synced 2025-06-07 04:46:14 +01:00
initial version
This commit is contained in:
21
src/partials/education.html
Normal file
21
src/partials/education.html
Normal file
@ -0,0 +1,21 @@
|
||||
{{#section 'education'}}
|
||||
<hr>
|
||||
<section class="row">
|
||||
<h3 class="{{headerClass}}"><span class="fa fa-fw fa-mortar-board"></span> {{{sectionTitle "Education"}}}</h3>
|
||||
<div class="{{contentClass}}">
|
||||
{{#each r.education.history}}
|
||||
<h4><strong>{{studyType}}</strong>, {{#if url}}<a href="{{{url}}}">{{institution}}</a>{{else}}{{institution}}{{/if}}</h4>
|
||||
{{#if area}}<h5>{{area}}</h5>{{/if}}
|
||||
{{formatDate safe.start 'YYYY-MM'}}—{{formatDate safe.end 'YYYY-MM'}}
|
||||
{{#if curriculum}}
|
||||
<ul>
|
||||
{{#each curriculum}}
|
||||
<li>{{{this}}}</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
{{/if}}
|
||||
{{#unless @last}}<div> </div>{{/unless}}
|
||||
{{/each}}
|
||||
</div>
|
||||
</section>
|
||||
{{/section}}
|
Reference in New Issue
Block a user