Skip to content

Commit

Permalink
gpa renamed to gpa_us and gpa_de added - fix: 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobgabriel committed Jun 22, 2024
1 parent 26b72bc commit 653115f
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions _includes/pro/resume/education.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ <h3 class="h4 faded" {% if edu.endDate.size>
{% capture gpa_us %}<span class="bc">{{ edu.gpa_us }}</span>{% endcapture %}
{% capture gpa_de %}<span class="bc">{{ edu.gpa_de }}</span>{% endcapture %}
<span>
{{study_type}} in {{area}} from {{institution}} with GPA of {{gpa_us}}
<button type="button" class="btn btn-info btn-sm" data-toggle="modal" data-target="#gpaInfoModal">
<i class="fas fa-info-circle"></i>
</button>
{{study_type}} in {{area}} from {{institution}} with GPA of {{gpa_us}} (de: {{gpa_de}})
</span>
</h3>
</header>
Expand All @@ -58,23 +55,3 @@ <h4 class="sr-only">{{ strings.resume.courses | default:"Courses" }}</h4>
{% endif %} {% endfor %}
</section>
{% endif %}

<!-- GPA Info Modal -->
<div class="modal fade" id="gpaInfoModal" tabindex="-1" role="dialog" aria-labelledby="gpaInfoModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="gpaInfoModalLabel">GPA Information</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
The GPA (Grade Point Average) is a standard way of measuring academic achievement in the U.S. The German GPA is calculated differently and typically ranges from 1.0 (best) to 5.0 (worst). Here, the US GPA is {{ edu.gpa_us }} and the German GPA is {{ edu.gpa_de }}.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>

0 comments on commit 653115f

Please sign in to comment.