1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-05-04 12:57:07 +01:00

Continue prosecuting FRESH updates.

This commit is contained in:
devlinjd
2015-11-19 01:44:03 -05:00
parent d69b11d7d7
commit bfb87c68d2
14 changed files with 38 additions and 1074 deletions

View File

@ -721,7 +721,7 @@ engine: Underscore
<w:rPr>
<w:rStyle w:val="IntenseEmphasis"/>
</w:rPr>
<w:t>{{ r.summary|xml }}</w:t>
<w:t>{{ r.info.summary|xml }}</w:t>
</w:r>
</w:p>
<wx:sub-section>

View File

@ -33,12 +33,12 @@ engine: Underscore
</div>
</header>
{% if ( r.summary && r.summary.length ) { %}
{% if ( r.info.summary && r.info.summary.length ) { %}
<hr>
<section id="summary">
<h3>About</h3>
<span class="fa fa-lg fa-user"></span>
{{ r.summary|md }}
{{ r.info.summary|md }}
</section>
{% } %}
@ -55,8 +55,7 @@ engine: Underscore
{% r.skills.forEach( function(skill) { %}
<li class="card card-nested card-skills">
<div class="skill-level" rel="tooltip" title="{{ skill.level }}" data-placement="left">
<div class="skill-progress {{ skill.level|lower }}">
</div>
<div class="skill-progress {{ skill.level }}"></div>
</div>
<div class="skill-info">
<strong>{{ skill.name }}</strong>
@ -161,7 +160,7 @@ engine: Underscore
</h4>
<span class="tenure">Published on: {{ pub.safe.date.format('YYYY-MM') }}</span>
{% }); %}
</section>

View File

@ -10,7 +10,7 @@
{% if (r.contact.phone) { %}Tel: {{ r.contact.phone }}{% } %}
{% if (r.contact.website) { %}Web: {{ r.contact.website }}{% } %}
{% if ( r.summary && r.summary.length ) { %}{{ r.summary }}{% } %}
{% if ( r.info.summary && r.info.summary.length ) { %}{{ r.info.summary }}{% } %}
{% if ( r.skills && r.skills.length ) { %}
## Skills

View File

@ -29,12 +29,12 @@ engine: Underscore
</div>
</header>
{% if ( r.summary && r.summary.length ) { %}
{% if ( r.info.summary && r.info.summary.length ) { %}
<hr>
<section id="summary">
<h3>About</h3>
<span class="fa fa-lg fa-user"></span>
{{ r.summary|md }}
{{ r.info.summary|md }}
</section>
{% } %}
@ -51,8 +51,7 @@ engine: Underscore
{% r.skills.forEach( function(skill) { %}
<li class="card card-nested card-skills">
<div class="skill-level" rel="tooltip" title="{{ skill.level }}" data-placement="left">
<div class="skill-progress {{ skill.level|lower }}">
</div>
<div class="skill-progress {{ skill.level }}"></div>
</div>
<div class="skill-info">
<strong>{{ skill.name }}</strong>

View File

@ -11,7 +11,7 @@
***
{% if ( r.summary && r.summary.length ) { %}{{ r.summary }}{% } %}
{% if ( r.info.summary && r.info.summary.length ) { %}{{ r.info.summary }}{% } %}
{% if ( r.skills && r.skills.length ) { %}SKILLS