Update projects

This commit is contained in:
2023-05-10 19:30:20 +02:00
parent 14d0eeabef
commit 03c1d6d05b
5 changed files with 36 additions and 1 deletions

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

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

View File

@ -11,6 +11,12 @@ export default {
"notxia.github.io.description": "Here's a secret preview of my website.",
"no recursion": "Recursion out of service, sorry for the inconvenience.",
"bsc_thesis.title": "Bachelor's thesis",
"bsc_thesis.description": "",
"wavemap.description": "Android app with a heat-map displaying the power of signals like Wi-Fi, Bluetooth, LTE, ...",
"wirefilter.description":
"Virtual Distributed Ethernet (VDE) is an open source project that allows the creation of virtual networks through a set of plugins.\n" +
"Wirefilter is a plugin that allows to manipulate packet flow by changing the parameters of the virtual cable.",

View File

@ -11,6 +11,12 @@ export default {
"notxia.github.io.description": "Ecco un'anteprima segreta del mio sito.",
"no recursion": "Ricorsione fuori servizio, mi scuso per il disagio.",
"bsc_thesis.title": "Tesi triennale",
"bsc_thesis.description": "",
"wavemap.description": "App Android con heat-map per la visualizzazione della potenza di segnali come Wi-Fi, Bluetooth, LTE, ...",
"wirefilter.description":
"Virtual Distributed Ethernet (VDE) è un progetto open source che consente di creare reti virtuali tramite l'utilizzo modulare di plugin.\n" +
"Wirefilter è un plugin che consente di manipolare il flusso dei pacchetti in transito impostando parametri per il cavo virtuale.",

View File

@ -6,13 +6,15 @@
<h2 class="text-3xl text-center mt-10 mb-3">{{ $t("wip") }}</h2>
<div class="[&>*]:my-14 first:[&>*]:mt-8">
<Wirefilter />
<BScThesis />
<WaveMap />
<NotXiaGithubio />
</div>
<h2 class="text-3xl text-center mt-10 mb-3">{{ $t("completed") }}</h2>
<div class="[&>*]:my-14 first:[&>*]:mt-8">
<Wirefilter />
<TweetAnalysis />
<AnimalHouse />
<PandOSplus />