Strenghten poistion title
This commit is contained in:
parent
81b9dac395
commit
c808d9b125
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
<!-- Add the positions information -->
|
<!-- Add the positions information -->
|
||||||
<div class="positions">
|
<div class="positions">
|
||||||
{{ range $index,$position:= .positions }}
|
{{ range $index,$position:= .positions }}
|
||||||
<h6 class="designation">{{ $position.designation }}</h6>
|
<h5 class="designation">{{ $position.designation }}</h5>
|
||||||
<p class="text-muted">{{ $position.start }} - {{if $position.end }} {{ $position.end }} {{else}} {{ i18n "present" }} {{end}}</p>
|
<p class="text-muted">{{ $position.start }} - {{if $position.end }} {{ $position.end }} {{else}} {{ i18n "present" }} {{end}}</p>
|
||||||
<!-- Add the responsibilities handled at this position -->
|
<!-- Add the responsibilities handled at this position -->
|
||||||
<ul class="justify-content-around">
|
<ul class="justify-content-around">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue