Skip to content

Commit

Permalink
Update resume.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gaterunner341 committed Apr 20, 2024
1 parent 5201d5e commit 897f563
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions _layouts/resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ <h2>Summary</h2>
<h2>Experience</h2>
{% for company in site.data.experience %}
<div class="company">
<b>{{ company.company }}</b>
<b>{{ company.company }}</b><br>
<img src="{{ company.logo }}" alt="{{ company.alt }}">
{% for position in company.positions %}
<div class="position">
<h3>{{ position.position }}</h3>
<b>{{ position.position }}<b>
<p><strong>Duration:</strong> {{ position.duration }}</p>
<p>{{ position.summary | markdownify }}</p>
</div>
{% endfor %}
</div>
Expand Down

0 comments on commit 897f563

Please sign in to comment.