Skip to content

Commit 154179b

Browse files
authored
Update work.liquid to show the location of work experience under cv … (cotes2020#2349)
…page same as pull request alshedivat/al-folio#2298 and commit alshedivat/al-folio@363f277 for **Volunteer** section
1 parent 2910cd3 commit 154179b

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

_includes/resume/volunteer.liquid

Lines changed: 19 additions & 1 deletion
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">

assets/json/resume.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"volunteer": [
3737
{
3838
"organization": "People's Climate March",
39+
"location": "Zurich, Switzerland",
3940
"position": "Lead Organizer",
4041
"url": "https://example.com",
4142
"startDate": "2014-04-01",

0 commit comments

Comments
 (0)