FIX: fixes for typos and Link Component in button

Fixes some grammar issues and bad layouting, as well as wrong link usage
This commit is contained in:
webfussel 2025-05-28 13:49:53 +02:00
parent ad6c5944f6
commit 0ce3ca2fe5
7 changed files with 37 additions and 19 deletions

View file

@ -3,11 +3,9 @@
<h2>Meine Expertise.</h2>
<h3>Dies sind meine <span class="highlight">Spezialgebiete</span> - aber ich bin flexibel!</h3>
<div class="skill-list margin-top gap-default">
<article class="z-2 card flex-col gap-default" v-for="skill in skills">
<article class="z-2 card flex-col gap-sm" v-for="skill in skills">
<h3>{{skill.title}}</h3>
<main>
<p v-for="(t, i) in skill.text" :class="[i === skill.text.length - 1 && 'margin-top bold']">{{t}}</p>
</main>
<p v-for="(t, i) in skill.text" :class="[i === skill.text.length - 1 && 'bold']">{{t}}</p>
</article>
</div>
<article class="tech-list z-2 card flex-col gap-default margin-top">