mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-22 16:20:11 +00:00
Continue prosecuting FRESH updates.
This commit is contained in:
parent
d69b11d7d7
commit
bfb87c68d2
File diff suppressed because it is too large
Load Diff
@ -18,9 +18,9 @@
|
||||
</header>
|
||||
|
||||
|
||||
{% if ( r.summary && r.summary.length ) { %}
|
||||
{% if ( r.info.summary && r.info.summary.length ) { %}
|
||||
<section id="summary">
|
||||
{{ r.summary|md }}
|
||||
{{ r.info.summary|md }}
|
||||
</section>
|
||||
{% } %}
|
||||
|
||||
|
@ -20,9 +20,9 @@
|
||||
</header>
|
||||
|
||||
|
||||
{% if ( r.summary && r.summary.length ) { %}
|
||||
{% if ( r.info.summary && r.info.summary.length ) { %}
|
||||
<section id="summary">
|
||||
{{ r.summary|md }}
|
||||
{{ r.info.summary|md }}
|
||||
</section>
|
||||
{% } %}
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
***
|
||||
|
||||
{% if ( r.summary && r.summary.length ) { %}{{ r.summary }}{% } %}
|
||||
{% if ( r.info.summary && r.info.summary.length ) { %}{{ r.summary }}{% } %}
|
||||
|
||||
|
||||
{% if ( r.skills && r.skills.length ) { %}SKILLS
|
||||
|
@ -1,4 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
[[[
|
||||
title: Minimist (MS Word)
|
||||
description: An HTML-driven PDF resume template for FluentCV's "modern" theme.
|
||||
engine: Underscore
|
||||
]]]
|
||||
-->
|
||||
<?mso-application progid="Word.Document"?>
|
||||
<w:wordDocument xmlns:aml="http://schemas.microsoft.com/aml/2001/core" xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml" xmlns:wx="http://schemas.microsoft.com/office/word/2003/auxHint" xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml" xmlns:wsp="http://schemas.microsoft.com/office/word/2003/wordml/sp2" xmlns:sl="http://schemas.microsoft.com/schemaLibrary/2003/core" w:macrosPresent="no" w:embeddedObjPresent="no" w:ocxPresent="no" xml:space="preserve">
|
||||
<w:ignoreSubtree w:val="http://schemas.microsoft.com/office/word/2003/wordml/sp2"/>
|
||||
@ -714,7 +721,7 @@
|
||||
<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>
|
||||
@ -747,6 +754,7 @@
|
||||
</w:tblGrid>
|
||||
|
||||
{% r.skills.forEach( function( skill, idx, ar) { %}
|
||||
{% var kwords = skill.summary; %}
|
||||
|
||||
<w:tr wsp:rsidR="00427ECC" wsp:rsidTr="00FD3B33">
|
||||
<w:tc>
|
||||
@ -767,7 +775,7 @@
|
||||
</w:tcPr>
|
||||
<w:p wsp:rsidR="00427ECC" wsp:rsidRDefault="00427ECC" wsp:rsidP="00427ECC">
|
||||
<w:r>
|
||||
<w:t>{{ skill.level|xml }}</w:t>
|
||||
<w:t>{{ kwords|xml }}</w:t>
|
||||
</w:r>
|
||||
</w:p>
|
||||
</w:tc>
|
||||
@ -1004,7 +1012,7 @@
|
||||
</w:tcPr>
|
||||
<w:p wsp:rsidR="00C61794" wsp:rsidRDefault="00C61794" wsp:rsidP="00023F41">
|
||||
<w:r>
|
||||
<w:t>{% print(edu.summary || '') %}</w:t>
|
||||
<w:t>{% print( edu.summary || '' ) %}</w:t>
|
||||
</w:r>
|
||||
</w:p>
|
||||
{% edu.curriculum.forEach( function( course, idx, ar) { %}
|
||||
|
@ -18,9 +18,9 @@
|
||||
</header>
|
||||
|
||||
|
||||
{% if ( r.summary && r.summary.length ) { %}
|
||||
{% if ( r.info.summary && r.info.summary.length ) { %}
|
||||
<section id="summary">
|
||||
{{ r.summary|md }}
|
||||
{{ r.info.summary|md }}
|
||||
</section>
|
||||
{% } %}
|
||||
|
||||
|
@ -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
|
||||
|
@ -20,9 +20,9 @@
|
||||
</header>
|
||||
|
||||
|
||||
{% if ( r.summary && r.summary.length ) { %}
|
||||
{% if ( r.info.summary && r.info.summary.length ) { %}
|
||||
<section id="summary">
|
||||
{{ r.summary|md }}
|
||||
{{ r.info.summary|md }}
|
||||
</section>
|
||||
{% } %}
|
||||
|
||||
|
@ -1,3 +1,9 @@
|
||||
{#
|
||||
|
||||
minimist/txt.txt
|
||||
A plain text resume template for FluentCV's "minimist" theme.
|
||||
|
||||
#}
|
||||
{{ r.name }}
|
||||
{% if (r.contact.email) { %}Email: {{ r.contact.email }}{% } %}
|
||||
{% if (r.contact.phone) { %}Tel: {{ r.contact.phone }}{% } %}
|
||||
@ -5,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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user