mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-05-02 20:07:07 +01:00
Modern: Add testimonials & references.
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
<h2>{{{sectionTitle "Projects"}}}</h2>
|
||||
{{#> icon-projects }}{{/icon-projects}}
|
||||
</header>
|
||||
{{#each r.projects}}
|
||||
{{#each r.projects }}
|
||||
<div>
|
||||
<h3>{{#if role}}<em>{{camelCase role }}</em>,{{/if}}
|
||||
{{#if url}}
|
||||
@ -13,9 +13,13 @@
|
||||
{{else}}
|
||||
{{ title }}
|
||||
{{/if}}
|
||||
<span class="tenure">{{dateRange .}}</span></h3>
|
||||
</h3>
|
||||
{{#if start}}<span class="tenure">{{dateRange .}}</span>{{/if}}
|
||||
{{#if keywords}}
|
||||
{{#if start}}| {{/if}}<span class="keywords">{{#each keywords}}{{{ . }}} {{/each}}</span>
|
||||
{{/if}}
|
||||
{{{ summary }}}
|
||||
{{#if proj.highlights}}
|
||||
{{#if highlights}}
|
||||
<ul>
|
||||
{{#each highlights}}
|
||||
<li>{{{ this }}}</li>
|
||||
|
Reference in New Issue
Block a user