mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-14 19:01:51 +01:00
Update projects
This commit is contained in:
10
components/projects/cards/BScThesis.vue
Normal file
10
components/projects/cards/BScThesis.vue
Normal 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>
|
||||
11
components/projects/cards/WaveMap.vue
Normal file
11
components/projects/cards/WaveMap.vue
Normal 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>
|
||||
Reference in New Issue
Block a user