mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-06-06 04:16:15 +01:00
Continue fleshing out themes.
This commit is contained in:
@ -13,9 +13,9 @@
|
||||
<header>
|
||||
<h1>{{{ r.name }}}</h1>
|
||||
<div id="contact">
|
||||
{{#if r.contact.email}}<div class="email"><a href="mailto:{{{ RAW.contact.email }}}">{{ RAW.contact.email }}</a></div>{{/if}}
|
||||
{{#if r.contact.phone}}<div class="phone">{{ RAW.contact.phone }}</div>{{/if}}
|
||||
{{#if r.contact.website}}<div class="website"><a href="{{{ RAW.contact.website }}}">{{ RAW.contact.website }}</a></div>{{/if}}
|
||||
{{#has r.contact.email}}<div class="email"><a href="mailto:{{{ RAW.contact.email }}}">{{ RAW.contact.email }}</a></div>{{/has}}
|
||||
{{#has r.contact.phone}}<div class="phone">{{ RAW.contact.phone }}</div>{{/has}}
|
||||
{{#has r.contact.website}}<div class="website"><a href="{{{ RAW.contact.website }}}">{{ RAW.contact.website }}</a></div>{{/has}}
|
||||
</div>
|
||||
</header>
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
{{/if}}
|
||||
|
||||
|
||||
{{#if r.skills }}
|
||||
{{#section 'skills' }}
|
||||
<hr>
|
||||
<section id="skills">
|
||||
<header>
|
||||
@ -60,11 +60,11 @@
|
||||
|
||||
|
||||
</section>
|
||||
{{/if}}
|
||||
{{/section}}
|
||||
|
||||
|
||||
|
||||
{{#if r.employment}}
|
||||
{{#section 'employment'}}
|
||||
<hr>
|
||||
<section id="employment">
|
||||
<header>
|
||||
@ -89,7 +89,7 @@
|
||||
{{/each}}
|
||||
|
||||
</section>
|
||||
{{/if}}
|
||||
{{/section}}
|
||||
|
||||
{{#section 'projects'}}
|
||||
<hr>
|
||||
@ -167,7 +167,7 @@
|
||||
</section>
|
||||
{{/section}}
|
||||
|
||||
{{#if r.service}}
|
||||
{{#section 'service'}}
|
||||
<hr>
|
||||
<section id="volunteer">
|
||||
<header>
|
||||
@ -192,9 +192,9 @@
|
||||
{{/each}}
|
||||
|
||||
</section>
|
||||
{{/if}}
|
||||
{{/section}}
|
||||
|
||||
{{#if r.writing}}
|
||||
{{#section 'writing'}}
|
||||
<hr>
|
||||
<section id="publications">
|
||||
<header>
|
||||
@ -210,9 +210,9 @@
|
||||
<span class="tenure">Published on: {{formatDate safe.date 'YYYY-MM'}}</span>
|
||||
{{/each}}
|
||||
</section>
|
||||
{{/if}}
|
||||
{{/section}}
|
||||
|
||||
{{# if r.recognition}}
|
||||
{{#section 'recognition'}}
|
||||
<hr>
|
||||
<section id="awards">
|
||||
<header>
|
||||
@ -225,7 +225,7 @@
|
||||
{{{ summary }}}
|
||||
{{/each}}
|
||||
</section>
|
||||
{{/if}}
|
||||
{{/section}}
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
Reference in New Issue
Block a user