Skip to content

Commit

Permalink
Update resume.handlebars
Browse files Browse the repository at this point in the history
  • Loading branch information
pknw1 authored Nov 25, 2024
1 parent ebad3b1 commit 0a1f9ee
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions resume.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,16 @@
{{/resume.basics}}


{{#if resume.tooling.length}}
{{#if resume.tooling.items.length}}
<section id="tooling">
<h2>Expertise</h2>
{{#if summary}}
{{#if resume.tooling.summary }}
<div class="summary">
<p>{{summary}}</p>
<p>{{resume.tooling.summary}}</p>
</div>
{{/if}}
<div class="split">
{{#each resume.tooling}}
{{#each resume.tooling.items}}
<div class="category3">
<h3>{{category}}</h3>
{{#if entry.length}}
Expand Down Expand Up @@ -237,6 +237,7 @@
{{#if resume.work.length}}
<section id="historic">
<h2>Historic Work Experience</h2>
<p>Historic experience has been formatted for effective display</p>
{{#each resume.work}}
{{#if historic}}
<button type="button" class="collapsible"><b>{{company}}</b> - {{position}} ({{{date startDate}}} - {{{date endDate}}})</button>
Expand Down

0 comments on commit 0a1f9ee

Please sign in to comment.