mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-15 19:22:21 +01:00
Migration to Nuxt3
This commit is contained in:
11
components/projects/cards/PandOSplus.vue
Normal file
11
components/projects/cards/PandOSplus.vue
Normal file
@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<ProjectCard
|
||||
title="PandOS+"
|
||||
:links="[
|
||||
{ label: 'Repository', url: 'https://github.com/NotXia/pandos-plus' }
|
||||
]">
|
||||
|
||||
<p class="text-center">{{ $t("unibo_21-22") }}</p>
|
||||
<p>{{ $t('pandos+.description') }}</p>
|
||||
</ProjectCard>
|
||||
</template>
|
||||
Reference in New Issue
Block a user