Skip to content

Commit 98a25da

Browse files
alerezaaah2o64
authored andcommitted
Update work.liquid to show the location of work experience under cv … (#2349)
…page same as pull request alshedivat/al-folio#2298 and commit alshedivat/al-folio@363f277 for **Volunteer** section
1 parent 079a309 commit 98a25da

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

_includes/resume/volunteer.liquid

+19-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,25 @@
1212
{% else %}
1313
{% assign date = '' %}
1414
{% endif %}
15-
<span class="badge font-weight-bold danger-color-dark text-uppercase align-middle" style="min-width: 75px"> {{ date }} </span>
15+
<table class="table-cv">
16+
<tbody>
17+
<tr>
18+
<td>
19+
<span class="badge font-weight-bold danger-color-dark text-uppercase align-middle" style="min-width: 75px"> {{ date }} </span>
20+
</td>
21+
</tr>
22+
{% if content.location %}
23+
<tr>
24+
<td>
25+
<p class="location">
26+
<i class="fa-solid fa-location-dot iconlocation"></i>
27+
{{ content.location }}
28+
</p>
29+
</td>
30+
</tr>
31+
{% endif %}
32+
</tbody>
33+
</table>
1634
</div>
1735
<div class="col-xs-10 cl-sm-10 col-md-10 mt-2 mt-md-0">
1836
<h6 class="title font-weight-bold ml-1 ml-md-4">

0 commit comments

Comments
 (0)