Update projects

This commit is contained in:
2023-05-10 19:30:20 +02:00
parent 14d0eeabef
commit 03c1d6d05b
5 changed files with 36 additions and 1 deletions

View File

@ -0,0 +1,10 @@
<template>
<ProjectCard
:title="$t('bsc_thesis.title')"
:links="[
]">
<p class="text-center">{{ $t("unibo_22-23") }}</p>
<p>{{ $t("bsc_thesis.description") }}</p>
</ProjectCard>
</template>

View File

@ -0,0 +1,11 @@
<template>
<ProjectCard
title="WaveMap"
:links="[
// { label: 'Repository', url: 'https://github.com/NotXia/wave-map' },
]">
<p class="text-center">{{ $t("unibo_22-23") }}</p>
<p>{{ $t("wavemap.description") }}</p>
</ProjectCard>
</template>