Skip to content

Commit

Permalink
Update resume.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gaterunner341 committed Nov 3, 2024
1 parent d9ac785 commit 6ade4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h2>Professional Experience</h2>
<div style="position: relative;">
<div style="position: absolute; left: -8px; top: 0; width: 8px; height: 100%; border-left: 1px solid #000;"></div>
<div style="position: relative; padding-left: 10px;">
<b>{{ position.position }}</b>{% if position.unit %}, {{ position.unit }}, {{ position.location }}{% endif %} &bull; {{ position.duration }}<br>
<b>{{ position.position }}</b> &bull; {{ position.duration }}{% if position.unit %}<br>{{ position.unit }}, {{ position.location }}{% endif %}<br>
{% if position.accomplishments %}
<ul>
{% for accomplishment in position.accomplishments %}
Expand Down

0 comments on commit 6ade4c3

Please sign in to comment.