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 5750a27 commit 574d114
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _layouts/resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,16 +135,18 @@ <h2>Education</h2>
<img class="rounded-image" src="./assets/images/resume/{{ education.logo }}" alt="{{ education.alt }}">
<div class="company-details">
{% if education.url %}
<b><a href="{{ education.url }}" target="_blank" class="hover-underline-animation">{{ education.degree }} {{ education.subject }}</a></b><br>
<b><a href="{{ education.url }}" target="_blank" class="hover-underline-animation">{{ education.degree }} {{ education.subject }}</a></b>{% if education.status %} ({{ education.status }}){% endif %}<br>
{% else %}
<b>{{ education.degree }} {{ education.subject }}</b><br>
<b>{{ education.degree }} {{ education.subject }}</b>{% if education.status %} ({{ education.status }}){% endif %}<br>
{% endif %}
{{ education.school }} &bull; {{ education.year }}<br><br>
</div>
</div>
{% endfor %}
</section>

{% if position.unit %}<br>{{ position.unit }}, {{ position.location }}{% endif %}

<section>
<h2>Certifications, Accreditation, and Credentials</h2>
{% assign certname = site.data.certification | sort: 'year' | reverse %}
Expand Down

0 comments on commit 574d114

Please sign in to comment.