Skip to content

Commit 1f9e2b2

Browse files
committed
Merge branch 'al-folio-main'
2 parents 46202f7 + e10739a commit 1f9e2b2

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

_includes/cv/time_table.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<li class="list-group-item">
44
<div class="row">
55
{% if content.year %}
6-
<div class="col-xs-2 cl-sm-2 col-md-2 text-center" style="width: 75px">
6+
<div class="col-xs-2 col-sm-2 col-md-2 text-center" style="width: 75px">
77
<table class="table-cv">
88
<tbody>
99
<tr>
@@ -27,7 +27,7 @@
2727
</table>
2828
</div>
2929
{% endif %}
30-
<div class="col-xs-10 cl-sm-10 col-md-10 mt-2 mt-md-0">
30+
<div class="col-xs-10 col-sm-10 col-md-10 mt-2 mt-md-0">
3131
{% if content.title %}
3232
<h6 class="title font-weight-bold ml-1 ml-md-4">{{ content.title }}</h6>
3333
{% endif %}

_includes/resume/awards.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
{% for content in data[1] %}
33
<li class="list-group-item">
44
<div class="row">
5-
<div class="col-xs-2 cl-sm-2 col-md-2 text-center date-column">
5+
<div class="col-xs-2 col-sm-2 col-md-2 text-center date-column">
66
{% if content.date %} {% assign date = content.date | split: '-' | join: '.' %} {% else %} {% assign date = '' %} {% endif %}
77
<span class="badge font-weight-bold danger-color-dark text-uppercase align-middle" style="min-width: 75px"> {{ date }} </span>
88
</div>
9-
<div class="col-xs-10 cl-sm-10 col-md-10 mt-2 mt-md-0">
9+
<div class="col-xs-10 col-sm-10 col-md-10 mt-2 mt-md-0">
1010
<h6 class="title font-weight-bold ml-1 ml-md-4">
1111
<a href="{{ content.url }}">{{ content.title }}</a>
1212
</h6>

_includes/resume/education.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% for content in education %}
44
<li class="list-group-item">
55
<div class="row">
6-
<div class="col-xs-2 cl-sm-2 col-md-2 text-center date-column">
6+
<div class="col-xs-2 col-sm-2 col-md-2 text-center date-column">
77
{% if content.startDate and content.startDate != '' %}
88
{% assign startDate = content.startDate | split: '-' | slice: 0, 2 | join: '.' %}
99
{% assign present_text = site.data[site.active_lang].strings.cv.present %}
@@ -35,7 +35,7 @@
3535
</tbody>
3636
</table>
3737
</div>
38-
<div class="col-xs-10 cl-sm-10 col-md-10 mt-2 mt-md-0">
38+
<div class="col-xs-10 col-sm-10 col-md-10 mt-2 mt-md-0">
3939
<h6 class="title font-weight-bold ml-1 ml-md-4">
4040
<a href="{{ content.url }}">{{ content.studyType }}</a>
4141
</h6>

_includes/resume/projects.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{% for content in data[1] %}
33
<li class="list-group-item">
44
<div class="row">
5-
<div class="col-xs-2 cl-sm-2 col-md-2 text-center date-column">
5+
<div class="col-xs-2 col-sm-2 col-md-2 text-center date-column">
66
{% if content.startDate %}
77
{% assign startDate = content.startDate | split: '-' | slice: 0, 2 | join: '.' %}
88
{% assign endDate = content.endDate | split: '-' | slice: 0, 2 | join: '.' | default: 'Present' %}
@@ -13,7 +13,7 @@
1313
{% endif %}
1414
<span class="badge font-weight-bold danger-color-dark text-uppercase align-middle" style="min-width: 75px"> {{ date }} </span>
1515
</div>
16-
<div class="col-xs-10 cl-sm-10 col-md-10 mt-2 mt-md-0">
16+
<div class="col-xs-10 col-sm-10 col-md-10 mt-2 mt-md-0">
1717
<h6 class="title font-weight-bold ml-1 ml-md-4">
1818
<a href="{{ content.url }}">{{ content.name }}</a>
1919
</h6>

_includes/resume/publications.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% for content in publications %}
44
<li class="list-group-item">
55
<div class="row">
6-
<div class="col-xs-2 cl-sm-2 col-md-2 text-center date-column">
6+
<div class="col-xs-2 col-sm-2 col-md-2 text-center date-column">
77
{% if content.releaseDate %} {% assign date = content.releaseDate | split: '-' | join: '.' %} {% else %} {% assign date = '' %} {% endif %}
88
<table class="table-cv">
99
<tbody>
@@ -15,7 +15,7 @@
1515
</tbody>
1616
</table>
1717
</div>
18-
<div class="col-xs-10 cl-sm-10 col-md-10 mt-2 mt-md-0">
18+
<div class="col-xs-10 col-sm-10 col-md-10 mt-2 mt-md-0">
1919
<h6 class="title font-weight-bold ml-1 ml-md-4">
2020
<a href="{{ content.url }}">{{ content.name }}</a>
2121
</h6>

_includes/resume/volunteer.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% for content in volunteer %}
44
<li class="list-group-item">
55
<div class="row">
6-
<div class="col-xs-2 cl-sm-2 col-md-2 text-center date-column">
6+
<div class="col-xs-2 col-sm-2 col-md-2 text-center date-column">
77
{% if content.startDate %}
88
{% assign startDate = content.startDate | split: '-' | slice: 0, 2 | join: '.' %}
99
{% assign present_text = site.data[site.active_lang].strings.cv.present %}
@@ -33,7 +33,7 @@
3333
</tbody>
3434
</table>
3535
</div>
36-
<div class="col-xs-10 cl-sm-10 col-md-10 mt-2 mt-md-0">
36+
<div class="col-xs-10 col-sm-10 col-md-10 mt-2 mt-md-0">
3737
<h6 class="title font-weight-bold ml-1 ml-md-4">
3838
<a href="{{ content.url }}">{{ content.position }}</a>
3939
</h6>

_includes/resume/work.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% for content in work %}
44
<li class="list-group-item">
55
<div class="row">
6-
<div class="col-xs-2 cl-sm-2 col-md-2 text-center date-column">
6+
<div class="col-xs-2 col-sm-2 col-md-2 text-center date-column">
77
{% if content.startDate %}
88
{% assign startDate = content.startDate | split: '-' | slice: 0, 2 | join: '.' %}
99
{% assign present_text = site.data[site.active_lang].strings.cv.present %}
@@ -33,7 +33,7 @@
3333
</tbody>
3434
</table>
3535
</div>
36-
<div class="col-xs-10 cl-sm-10 col-md-10 mt-2 mt-md-0">
36+
<div class="col-xs-10 col-sm-10 col-md-10 mt-2 mt-md-0">
3737
<h6 class="title font-weight-bold ml-1 ml-md-4">
3838
<a href="{{ content.url }}">{{ content.position }}</a>
3939
</h6>

0 commit comments

Comments
 (0)