Fix skills

This commit is contained in:
2024-11-10 11:52:43 +01:00
parent 4d0c071103
commit 113adc9f84
5 changed files with 38 additions and 11 deletions

View File

@@ -87,9 +87,13 @@
</div>
<div id="skills" class="flex flex-col items-center justify-center gap-4 p-4 rounded md:w-fit">
<h3 class="mt-4 mb-2 text-5xl font-bold tracking-tight">Skills 🛠️</h3>
{% for skill in skills %} <div class="odd:motion-preset-slide-left even:motion-preset-slide-right odd:motion-delay-100">
{{
chip::chip(text=skill.name) }}</div>{%endfor%}
<div class="flex flex-wrap items-center gap-1">
{% for skill in skills %} <div
class="odd:motion-preset-slide-left even:motion-preset-slide-right odd:motion-delay-100">
{{ chip::chip(text=skill.name) }}
</div>
{%endfor%}
</div>
</div>
<div id="experience" class="flex flex-col items-center justify-center gap-4 p-4 rounded md:w-fit">
<h3 class="mt-4 mb-2 text-5xl font-bold tracking-tight">Experience 📈</h3>
@@ -139,9 +143,9 @@
date(format="%d-%m-%Y") }} - {{ job.end_date | date(format="%d-%m-%Y") }}
</h6>
{% endif %}
<p class="flex items-center gap-1 font-bold"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="lucide lucide-microchip">
<p class="flex items-center gap-1 font-bold"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="lucide lucide-microchip">
<path d="M18 12h2" />
<path d="M18 16h2" />
<path d="M18 20h2" />