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>
|
||||
@ -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.",
|
||||
|
||||
@ -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.",
|
||||
|
||||
@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user