mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-22 16:20:11 +00:00
Update with recent FRESH changes.
This commit is contained in:
parent
bfb87c68d2
commit
8068409ba4
@ -18,9 +18,9 @@
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
||||||
{% if ( r.info.summary && r.info.summary.length ) { %}
|
{% if ( r.info.brief && r.info.brief.length ) { %}
|
||||||
<section id="summary">
|
<section id="summary">
|
||||||
{{ r.info.summary|md }}
|
{{ r.info.brief|md }}
|
||||||
</section>
|
</section>
|
||||||
{% } %}
|
{% } %}
|
||||||
|
|
||||||
|
@ -20,9 +20,9 @@
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
||||||
{% if ( r.info.summary && r.info.summary.length ) { %}
|
{% if ( r.info.brief && r.info.brief.length ) { %}
|
||||||
<section id="summary">
|
<section id="summary">
|
||||||
{{ r.info.summary|md }}
|
{{ r.info.brief|md }}
|
||||||
</section>
|
</section>
|
||||||
{% } %}
|
{% } %}
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
{% if ( r.info.summary && r.info.summary.length ) { %}{{ r.summary }}{% } %}
|
{% if ( r.info.brief && r.info.brief.length ) { %}{{ r.info.brief }}{% } %}
|
||||||
|
|
||||||
|
|
||||||
{% if ( r.skills && r.skills.length ) { %}SKILLS
|
{% if ( r.skills && r.skills.length ) { %}SKILLS
|
||||||
|
@ -721,7 +721,7 @@ engine: Underscore
|
|||||||
<w:rPr>
|
<w:rPr>
|
||||||
<w:rStyle w:val="IntenseEmphasis"/>
|
<w:rStyle w:val="IntenseEmphasis"/>
|
||||||
</w:rPr>
|
</w:rPr>
|
||||||
<w:t>{{ r.info.summary|xml }}</w:t>
|
<w:t>{{ r.info.brief|xml }}</w:t>
|
||||||
</w:r>
|
</w:r>
|
||||||
</w:p>
|
</w:p>
|
||||||
<wx:sub-section>
|
<wx:sub-section>
|
||||||
|
@ -18,9 +18,9 @@
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
||||||
{% if ( r.info.summary && r.info.summary.length ) { %}
|
{% if ( r.info.brief && r.info.brief.length ) { %}
|
||||||
<section id="summary">
|
<section id="summary">
|
||||||
{{ r.info.summary|md }}
|
{{ r.info.brief|md }}
|
||||||
</section>
|
</section>
|
||||||
{% } %}
|
{% } %}
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
{% if (r.contact.phone) { %}Tel: {{ r.contact.phone }}{% } %}
|
{% if (r.contact.phone) { %}Tel: {{ r.contact.phone }}{% } %}
|
||||||
{% if (r.contact.website) { %}Web: {{ r.contact.website }}{% } %}
|
{% if (r.contact.website) { %}Web: {{ r.contact.website }}{% } %}
|
||||||
|
|
||||||
{% if ( r.info.summary && r.info.summary.length ) { %}{{ r.info.summary }}{% } %}
|
{% if ( r.info.brief && r.info.brief.length ) { %}{{ r.info.brief }}{% } %}
|
||||||
|
|
||||||
{% if ( r.skills && r.skills.length ) { %}
|
{% if ( r.skills && r.skills.length ) { %}
|
||||||
## Skills
|
## Skills
|
||||||
|
@ -20,9 +20,9 @@
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
||||||
{% if ( r.info.summary && r.info.summary.length ) { %}
|
{% if ( r.info.brief && r.info.brief.length ) { %}
|
||||||
<section id="summary">
|
<section id="summary">
|
||||||
{{ r.info.summary|md }}
|
{{ r.info.brief|md }}
|
||||||
</section>
|
</section>
|
||||||
{% } %}
|
{% } %}
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
{% if ( r.info.summary && r.info.summary.length ) { %}{{ r.info.summary }}{% } %}
|
{% if ( r.info.brief && r.info.brief.length ) { %}{{ r.info.brief }}{% } %}
|
||||||
|
|
||||||
|
|
||||||
{% if ( r.skills && r.skills.length ) { %}SKILLS
|
{% if ( r.skills && r.skills.length ) { %}SKILLS
|
||||||
|
@ -721,7 +721,7 @@ engine: Underscore
|
|||||||
<w:rPr>
|
<w:rPr>
|
||||||
<w:rStyle w:val="IntenseEmphasis"/>
|
<w:rStyle w:val="IntenseEmphasis"/>
|
||||||
</w:rPr>
|
</w:rPr>
|
||||||
<w:t>{{ r.info.summary|xml }}</w:t>
|
<w:t>{{ r.info.brief|xml }}</w:t>
|
||||||
</w:r>
|
</w:r>
|
||||||
</w:p>
|
</w:p>
|
||||||
<wx:sub-section>
|
<wx:sub-section>
|
||||||
|
@ -33,12 +33,12 @@ engine: Underscore
|
|||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
{% if ( r.info.summary && r.info.summary.length ) { %}
|
{% if ( r.info.brief && r.info.brief.length ) { %}
|
||||||
<hr>
|
<hr>
|
||||||
<section id="summary">
|
<section id="summary">
|
||||||
<h3>About</h3>
|
<h3>About</h3>
|
||||||
<span class="fa fa-lg fa-user"></span>
|
<span class="fa fa-lg fa-user"></span>
|
||||||
{{ r.info.summary|md }}
|
{{ r.info.brief|md }}
|
||||||
</section>
|
</section>
|
||||||
{% } %}
|
{% } %}
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
{% if (r.contact.phone) { %}Tel: {{ r.contact.phone }}{% } %}
|
{% if (r.contact.phone) { %}Tel: {{ r.contact.phone }}{% } %}
|
||||||
{% if (r.contact.website) { %}Web: {{ r.contact.website }}{% } %}
|
{% if (r.contact.website) { %}Web: {{ r.contact.website }}{% } %}
|
||||||
|
|
||||||
{% if ( r.info.summary && r.info.summary.length ) { %}{{ r.info.summary }}{% } %}
|
{% if ( r.info.brief && r.info.brief.length ) { %}{{ r.info.brief }}{% } %}
|
||||||
|
|
||||||
{% if ( r.skills && r.skills.length ) { %}
|
{% if ( r.skills && r.skills.length ) { %}
|
||||||
## Skills
|
## Skills
|
||||||
|
@ -29,12 +29,12 @@ engine: Underscore
|
|||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
{% if ( r.info.summary && r.info.summary.length ) { %}
|
{% if ( r.info.brief && r.info.brief.length ) { %}
|
||||||
<hr>
|
<hr>
|
||||||
<section id="summary">
|
<section id="summary">
|
||||||
<h3>About</h3>
|
<h3>About</h3>
|
||||||
<span class="fa fa-lg fa-user"></span>
|
<span class="fa fa-lg fa-user"></span>
|
||||||
{{ r.info.summary|md }}
|
{{ r.info.brief|md }}
|
||||||
</section>
|
</section>
|
||||||
{% } %}
|
{% } %}
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
{% if ( r.info.summary && r.info.summary.length ) { %}{{ r.info.summary }}{% } %}
|
{% if ( r.info.brief && r.info.brief.length ) { %}{{ r.info.brief }}{% } %}
|
||||||
|
|
||||||
|
|
||||||
{% if ( r.skills && r.skills.length ) { %}SKILLS
|
{% if ( r.skills && r.skills.length ) { %}SKILLS
|
||||||
|
Loading…
Reference in New Issue
Block a user