mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-16 11:31:49 +01:00
Add BSc degree
This commit is contained in:
14
components/projects/cards/TablutPlayer.vue
Normal file
14
components/projects/cards/TablutPlayer.vue
Normal file
@ -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>
|
||||
Reference in New Issue
Block a user