From 03c1d6d05bba5db8541716a196d61868abed2a35 Mon Sep 17 00:00:00 2001 From: NotXia <35894453+NotXia@users.noreply.github.com> Date: Wed, 10 May 2023 19:30:20 +0200 Subject: [PATCH] Update projects --- components/projects/cards/BScThesis.vue | 10 ++++++++++ components/projects/cards/WaveMap.vue | 11 +++++++++++ locales/en-US/projects.ts | 6 ++++++ locales/it-IT/projects.ts | 6 ++++++ pages/projects.vue | 4 +++- 5 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 components/projects/cards/BScThesis.vue create mode 100644 components/projects/cards/WaveMap.vue diff --git a/components/projects/cards/BScThesis.vue b/components/projects/cards/BScThesis.vue new file mode 100644 index 0000000..aa9991b --- /dev/null +++ b/components/projects/cards/BScThesis.vue @@ -0,0 +1,10 @@ + \ No newline at end of file diff --git a/components/projects/cards/WaveMap.vue b/components/projects/cards/WaveMap.vue new file mode 100644 index 0000000..71ddda3 --- /dev/null +++ b/components/projects/cards/WaveMap.vue @@ -0,0 +1,11 @@ + \ No newline at end of file diff --git a/locales/en-US/projects.ts b/locales/en-US/projects.ts index 07b32f5..3fd42e7 100644 --- a/locales/en-US/projects.ts +++ b/locales/en-US/projects.ts @@ -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.", diff --git a/locales/it-IT/projects.ts b/locales/it-IT/projects.ts index b7521c6..8e271ae 100644 --- a/locales/it-IT/projects.ts +++ b/locales/it-IT/projects.ts @@ -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.", diff --git a/pages/projects.vue b/pages/projects.vue index a39c169..df28b85 100644 --- a/pages/projects.vue +++ b/pages/projects.vue @@ -6,13 +6,15 @@

{{ $t("wip") }}

- + +

{{ $t("completed") }}

+