Ready to add schools

This commit is contained in:
2025-04-29 17:09:39 +02:00
parent 35f4376c3d
commit 7c6aa3c27f
2 changed files with 10 additions and 3 deletions

View File

@@ -6,8 +6,7 @@
<article>
<p>{{ $t("education.introduction") }}</p>
<schoolDisplay name="My school" desc="Before reaching my current level, I had a long time learning various concepts in some nice institutions who accepted me as a student. I'm really grateful towards all of them, as I wouldn't be like I am without their help."
img="https://picsum.photos/600/400"/>
<schoolDisplay :name="schools[0].name" :desc="schools[0].desc" :img="schools[0].img" :link="schools[0].link"/>
</article>
</template>
@@ -21,6 +20,13 @@
const i18n = useI18n();
const schools = [{
name: "Ensemble Scolaire",
desc: "Yes",
img: "https://picsum.photos/600/400",
link: "A.com"
}];
/*const skills = [{
title: i18n.t("skills.skills.ai.title"),
desc: i18n.t("skills.skills.ai.desc"),