Add BSc degree

This commit is contained in:
2023-11-05 20:04:16 +01:00
parent df588fd2e2
commit 3c96fa940a
11 changed files with 56 additions and 15 deletions
@@ -0,0 +1,14 @@
<template>
<ProjectCard
title="Tablut"
:links="[
]">
<p class="text-center">{{ $t("unibo_23-24") }}</p>
<p>{{ $t('tablut.description') }}</p>
</ProjectCard>
</template>
<script setup lang="ts">
</script>