Improve timeline

This commit is contained in:
BernatBC 2024-02-03 11:27:35 +01:00
parent c808d9b125
commit 7e02427d02

View file

@ -28,8 +28,10 @@
<!-- Add the positions information -->
<div class="positions">
{{ range $index,$position:= .positions }}
<h5 class="designation">{{ $position.designation }}</h5>
<p class="text-muted">{{ $position.start }} - {{if $position.end }} {{ $position.end }} {{else}} {{ i18n "present" }} {{end}}</p>
<div class="company-heading">
<h5 class="designation">{{ $position.designation }}</h5>
<p class="text-muted">{{ $position.start }} - {{if $position.end }} {{ $position.end }} {{else}} {{ i18n "present" }} {{end}}</p>
</div>
<!-- Add the responsibilities handled at this position -->
<ul class="justify-content-around">
{{ range $position.responsibilities }}