add education to to template

This commit is contained in:
Nikola Petrov
2024-05-17 10:36:45 +02:00
parent 754e140288
commit b12c73ed04
2 changed files with 24 additions and 25 deletions

View File

@@ -269,32 +269,13 @@
</div>
<ol class="timeline-list">
{{#each education}}
<li class="timeline-item">
<h4 class="h4 timeline-item-title">(FERI) Faculty of Electrical Engineering and Computer Science, University
of Maribor</h4>
<span>01/10/2021 - CURRENT</span>
<p class="timeline-text">
Graduate engineer of computer science and information technology
</p>
<h4 class="h4 timeline-item-title">{{title}}</h4>
<span>{{time}}</span>
<p class="timeline-text">{{des}}</p>
</li>
<li class="timeline-item">
<h4 class="h4 timeline-item-title">(SŠTS Šiška) Secondary school of technical professions šiška</h4>
<span>01/09/2016 - 07/07/2021</span>
<p class="timeline-text">
Electrotechnician
</p>
</li>
{{/each}}
</ol>
</section>