Add BSc degree

This commit is contained in:
2023-11-05 20:04:16 +01:00
parent fc8bc02463
commit 104d7377b2
11 changed files with 56 additions and 15 deletions

View File

@ -1,10 +1,18 @@
<template>
<ProjectCard
:title="$t('bsc_thesis.title')"
:subtitle="$t('bsc_thesis.thesis_title')"
:image="image"
:links="[
{ label: 'Repository1', url: 'https://github.com/NotXia/biomed-ext-summ' },
{ label: 'Repository2', url: 'https://github.com/NotXia/pubmed-summ' }
]">
<p class="text-center">{{ $t("unibo_22-23") }}</p>
<p>{{ $t("bsc_thesis.description") }}</p>
</ProjectCard>
</template>
</template>
<script setup lang="ts">
import image from "@/assets/images/projects/bsc-thesis.png";
</script>

View 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>