We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f634e8 commit 365ac19Copy full SHA for 365ac19
_includes/resume/work.liquid
@@ -12,7 +12,25 @@
12
{% else %}
13
{% assign date = '' %}
14
{% endif %}
15
- <span class="badge font-weight-bold danger-color-dark text-uppercase align-middle" style="min-width: 75px"> {{ date }} </span>
+ <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
24
25
+ <p class="location">
26
+ <i class="fa-solid fa-location-dot iconlocation"></i>
27
+ {{ content.location }}
28
+ </p>
29
30
31
+ {% endif %}
32
+ </tbody>
33
+ </table>
34
</div>
35
<div class="col-xs-10 cl-sm-10 col-md-10 mt-2 mt-md-0">
36
<h6 class="title font-weight-bold ml-1 ml-md-4">
0 commit comments