mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-22 16:20:11 +00:00
Positive: Tweak.
This commit is contained in:
parent
9c226559e5
commit
318d00ef95
@ -21,7 +21,7 @@
|
|||||||
<w:r wsp:rsidR="00C146CA" wsp:rsidRPr="00C146CA">
|
<w:r wsp:rsidR="00C146CA" wsp:rsidRPr="00C146CA">
|
||||||
<w:t>{{ position }}, </w:t>
|
<w:t>{{ position }}, </w:t>
|
||||||
</w:r>
|
</w:r>
|
||||||
{{#if url}}<w:hlink w:dest="{{ url }}">{{/if}}
|
{{#if url}}<w:hlink w:dest="{{{ url }}}">{{/if}}
|
||||||
<w:r wsp:rsidR="009452CA" wsp:rsidRPr="00606071">
|
<w:r wsp:rsidR="009452CA" wsp:rsidRPr="00606071">
|
||||||
{{#if url}}
|
{{#if url}}
|
||||||
<w:rPr>
|
<w:rPr>
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
<w:tab w:val="right" w:pos="9360"/>
|
<w:tab w:val="right" w:pos="9360"/>
|
||||||
</w:tabs>
|
</w:tabs>
|
||||||
</w:pPr>
|
</w:pPr>
|
||||||
{{#if url}}<w:hlink w:dest="{{ url }}">{{/if}}
|
{{#if url}}<w:hlink w:dest="{{{ url }}}">{{/if}}
|
||||||
<w:r wsp:rsidR="009452CA" wsp:rsidRPr="00606071">
|
<w:r wsp:rsidR="009452CA" wsp:rsidRPr="00606071">
|
||||||
{{#if url}}
|
{{#if url}}
|
||||||
<w:rPr>
|
<w:rPr>
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
<w:r wsp:rsidR="00C146CA" wsp:rsidRPr="00C146CA">
|
<w:r wsp:rsidR="00C146CA" wsp:rsidRPr="00C146CA">
|
||||||
<w:t>{{ position }}, </w:t>
|
<w:t>{{ position }}, </w:t>
|
||||||
</w:r>
|
</w:r>
|
||||||
{{#if url}}<w:hlink w:dest="{{ url }}">{{/if}}
|
{{#if url}}<w:hlink w:dest="{{{ url }}}">{{/if}}
|
||||||
<w:r wsp:rsidR="009452CA" wsp:rsidRPr="00606071">
|
<w:r wsp:rsidR="009452CA" wsp:rsidRPr="00606071">
|
||||||
{{#if url}}
|
{{#if url}}
|
||||||
<w:rPr>
|
<w:rPr>
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
<w:tab w:val="right" w:pos="9360"/>
|
<w:tab w:val="right" w:pos="9360"/>
|
||||||
</w:tabs>
|
</w:tabs>
|
||||||
</w:pPr>
|
</w:pPr>
|
||||||
{{#if url}}<w:hlink w:dest="{{ url }}">{{/if}}
|
{{#if url}}<w:hlink w:dest="{{{ url }}}">{{/if}}
|
||||||
<w:r wsp:rsidR="009452CA" wsp:rsidRPr="00606071">
|
<w:r wsp:rsidR="009452CA" wsp:rsidRPr="00606071">
|
||||||
{{#if url}}
|
{{#if url}}
|
||||||
<w:rPr>
|
<w:rPr>
|
||||||
@ -35,20 +35,16 @@
|
|||||||
<w:t>{{formatDate safe.date 'YYYY'}}</w:t>
|
<w:t>{{formatDate safe.date 'YYYY'}}</w:t>
|
||||||
</w:r>
|
</w:r>
|
||||||
</w:p>
|
</w:p>
|
||||||
|
{{#if summary}}
|
||||||
<w:p wsp:rsidR="00C146CA" wsp:rsidRPr="000A3AF0" wsp:rsidRDefault="00C146CA" wsp:rsidP="00C146CA">
|
<w:p wsp:rsidR="00C146CA" wsp:rsidRPr="000A3AF0" wsp:rsidRDefault="00C146CA" wsp:rsidP="00C146CA">
|
||||||
<w:pPr>
|
<w:pPr>
|
||||||
<w:rPr>
|
<w:rPr>
|
||||||
<w:sz-cs w:val="20"/>
|
<w:sz-cs w:val="20"/>
|
||||||
</w:rPr>
|
</w:rPr>
|
||||||
</w:pPr>
|
</w:pPr>
|
||||||
{{#if summary}}{{{wpml summary true }}}{{/if}}
|
{{{wpml summary true}}}
|
||||||
<!-- <w:r wsp:rsidRPr="000A3AF0">
|
|
||||||
<w:rPr>
|
|
||||||
<w:sz-cs w:val="20"/>
|
|
||||||
</w:rPr>
|
|
||||||
<w:t>{{ summary }}</w:t>
|
|
||||||
</w:r> -->
|
|
||||||
</w:p>
|
</w:p>
|
||||||
|
{{/if}}
|
||||||
|
|
||||||
{{#each highlights }}
|
{{#each highlights }}
|
||||||
<w:p wsp:rsidR="00C146CA" wsp:rsidRDefault="009452CA" wsp:rsidP="00C146CA">
|
<w:p wsp:rsidR="00C146CA" wsp:rsidRDefault="009452CA" wsp:rsidP="00C146CA">
|
||||||
|
@ -10,18 +10,19 @@
|
|||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
<header>
|
<header>
|
||||||
<h1>{{ r.name }}</h1>
|
<h1>{{initialWords r.name }} <span style="color: #C00000;">{{lastWord r.name }}</span></h1>
|
||||||
<div id="contact">
|
<span class="label">{{{ r.info.label }}}</span>
|
||||||
{{#if r.contact.email}}<div class="email"><a href="mailto:{{ RAW.contact.email }}">{{ r.contact.email }}</a></div>{{/if}}
|
<p id="contact">
|
||||||
{{#if r.contact.phone}}<div class="phone">{{ r.contact.phone }}</div>{{/if}}
|
{{#if r.contact.email}}<span class="email"><a href="mailto:{{ RAW.contact.email }}">{{{ r.contact.email }}}</a></span>{{/if}}
|
||||||
{{#if r.contact.website}}<div class="website"><a href="{{ RAW.contact.website }}">{{ r.contact.website }}</a></div>{{/if}}
|
{{#if r.contact.phone}}<span class="phone">{{{ r.contact.phone }}}</span>{{/if}}
|
||||||
</div>
|
{{#if r.contact.website}}<span class="website"><a href="{{ RAW.contact.website }}">{{{ r.contact.website }}}</a></span>{{/if}}
|
||||||
|
</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
||||||
{{#if r.info.brief}}
|
{{#if r.info.brief}}
|
||||||
<section id="summary">
|
<section id="summary">
|
||||||
{{ r.info.brief }}
|
{{{ r.info.brief }}}
|
||||||
</section>
|
</section>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
@ -29,7 +30,7 @@
|
|||||||
{{#if r.skills}}
|
{{#if r.skills}}
|
||||||
<section id="skills">
|
<section id="skills">
|
||||||
<header>
|
<header>
|
||||||
<h2><span class="fa fa-code"></span> Skills</h2><hr>
|
<h2><span class="fa fa-code"></span> Skills</h2>
|
||||||
</header>
|
</header>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
@ -41,8 +42,8 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
{{#each r.skills.sets}}
|
{{#each r.skills.sets}}
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width: 25%;">{{ name }}</td>
|
<td style="width: 33%;">{{{ name }}}</td>
|
||||||
<td class="keywords">{{#each skills}}{{ this }} {{/each}}</td>
|
<td class="keywords">{{#each skills}}{{{ this }}} {{/each}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</tbody>
|
</tbody>
|
||||||
@ -55,7 +56,7 @@
|
|||||||
{{#if r.employment}}
|
{{#if r.employment}}
|
||||||
<section id="employment">
|
<section id="employment">
|
||||||
<header>
|
<header>
|
||||||
<h2><span class="fa fa-building" style="vertical-align: top;"></span> Employment</h2><hr>
|
<h2><span class="fa fa-building" style="vertical-align: top;"></span> Employment</h2>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
{{#each r.employment.history }}
|
{{#each r.employment.history }}
|
||||||
@ -67,11 +68,11 @@
|
|||||||
{{ employer }}
|
{{ employer }}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<span class="tenure">{{formatDate safe.start 'YYYY-MM' }} — {{formatDate safe.end 'YYYY-MM' }}<span></h3>
|
<span class="tenure">{{formatDate safe.start 'YYYY-MM' }} — {{formatDate safe.end 'YYYY-MM' }}<span></h3>
|
||||||
<p style="clear: both;">{{ summary }}</p>
|
<p style="clear: both;">{{{ summary }}}</p>
|
||||||
{{#if highlights}}
|
{{#if highlights}}
|
||||||
<ul>
|
<ul>
|
||||||
{{#each highlights}}
|
{{#each highlights}}
|
||||||
<li>{{ this }}</li>
|
<li>{{{ this }}}</li>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</ul>
|
</ul>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
@ -80,11 +81,11 @@
|
|||||||
|
|
||||||
{{#compare @index 4 operator="=="}}
|
{{#compare @index 4 operator="=="}}
|
||||||
<h3>Previously...</h3>
|
<h3>Previously...</h3>
|
||||||
<p style="clear: both;">Prior to {{ employer }}, I worked on a range of projects for companies large and small.</p>
|
<p style="clear: both;">Prior to {{{ employer }}}, I worked on a range of projects for companies large and small.</p>
|
||||||
<ul>
|
<ul>
|
||||||
{{/compare}}
|
{{/compare}}
|
||||||
|
|
||||||
<li>{{ position }}, {{ employer }}</li>
|
<li>{{{ position }}}, {{{ employer }}}</li>
|
||||||
|
|
||||||
{{#if @last}}
|
{{#if @last}}
|
||||||
</ul>
|
</ul>
|
||||||
@ -98,10 +99,10 @@
|
|||||||
{{# if r.education}}
|
{{# if r.education}}
|
||||||
<section id="education">
|
<section id="education">
|
||||||
<header>
|
<header>
|
||||||
<h2><span class="fa fa-mortar-board"></span> Education</h2><hr>
|
<h2><span class="fa fa-mortar-board"></span> Education</h2>
|
||||||
</header>
|
</header>
|
||||||
{{#each r.education.history}}
|
{{#each r.education.history}}
|
||||||
<h3>{{ institution }} <span class="tenure">{{formatDate safe.start 'YYYY' }} — {{formatDate safe.end 'YYYY' }}<span></h3>
|
<h3>{{{ institution }}} <span class="tenure">{{formatDate safe.start 'YYYY' }} — {{formatDate safe.end 'YYYY' }}<span></h3>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
@ -110,7 +111,7 @@
|
|||||||
{{#if r.service}}
|
{{#if r.service}}
|
||||||
<section id="volunteer">
|
<section id="volunteer">
|
||||||
<header>
|
<header>
|
||||||
<h2><span class="fa fa-child" style="vertical-align: top;"></span> Service</h2><hr>
|
<h2><span class="fa fa-child" style="vertical-align: top;"></span> Service</h2>
|
||||||
</header>
|
</header>
|
||||||
{{#each r.service.history}}
|
{{#each r.service.history}}
|
||||||
<h3><em>{{ position }}</em>,
|
<h3><em>{{ position }}</em>,
|
||||||
@ -120,7 +121,7 @@
|
|||||||
{{ organization }}
|
{{ organization }}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<span class="tenure">{{formatDate safe.start 'YYYY' }} — {{formatDate safe.end 'YYYY' }}<span></h3>
|
<span class="tenure">{{formatDate safe.start 'YYYY' }} — {{formatDate safe.end 'YYYY' }}<span></h3>
|
||||||
<p style="clear: both;">{{ summary }}</p>
|
<p style="clear: both;">{{{ summary }}}</p>
|
||||||
{{#if highlights}}
|
{{#if highlights}}
|
||||||
<ul>
|
<ul>
|
||||||
{{#each highlights}}
|
{{#each highlights}}
|
||||||
@ -136,12 +137,12 @@
|
|||||||
{{#if r.writing}}
|
{{#if r.writing}}
|
||||||
<section id="publications">
|
<section id="publications">
|
||||||
<header>
|
<header>
|
||||||
<h2><span class="fa fa-book"></span> Writing</h2><hr>
|
<h2><span class="fa fa-book"></span> Writing</h2>
|
||||||
</header>
|
</header>
|
||||||
{{#each r.writing }}
|
{{#each r.writing }}
|
||||||
<h3><em>{{#if url}}<a href="{{ url }}">{{ title }}</a>{{else}}{{ title }}{{/if}}</em>,
|
<h3><em>{{#if url}}<a href="{{ url }}">{{ title }}</a>{{else}}{{ title }}{{/if}}</em>,
|
||||||
{{ publisher }} <span class="tenure">{{formatDate safe.date 'YYYY'}}</span></h3>
|
{{{ publisher.name }}} <span class="tenure">{{formatDate safe.date 'YYYY'}}</span></h3>
|
||||||
{{# if summary}}{{ summary }}{{/if}}
|
{{# if summary}}{{{ summary }}}{{/if}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</section>
|
</section>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
@ -149,11 +150,11 @@
|
|||||||
{{# if r.recognition}}
|
{{# if r.recognition}}
|
||||||
<section id="awards">
|
<section id="awards">
|
||||||
<header>
|
<header>
|
||||||
<h2><span class="fa fa-trophy"></span> Awards</h2><hr>
|
<h2><span class="fa fa-trophy"></span> Awards</h2>
|
||||||
</header>
|
</header>
|
||||||
{{#each r.recognition}}
|
{{#each r.recognition}}
|
||||||
<h4><span class="res-label">{{ title }}</span>, {{ from }} <span class="tenure">{{formatDate safe.date 'YYYY' }}</span></h4>
|
<h4><span class="res-label">{{ title }}</span>, {{ from }} <span class="tenure">{{formatDate safe.date 'YYYY' }}</span></h4>
|
||||||
{{ summary }}
|
{{{ summary }}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</section>
|
</section>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Loading…
Reference in New Issue
Block a user