From 33401ad8c698f54dcc7319eab94b25435a2924b4 Mon Sep 17 00:00:00 2001 From: NotXia <35894453+NotXia@users.noreply.github.com> Date: Wed, 13 Sep 2023 15:38:33 +0200 Subject: [PATCH] Update cv --- assets/images/icons/pytorch.svg | 9 +++++++++ components/resume/ExperienceTimeline.vue | 7 ++++++- components/resume/sections/Education.vue | 3 +++ components/resume/sections/Skills.vue | 2 ++ locales/en-US/resume.ts | 5 +++-- locales/it-IT/resume.ts | 1 + pages/resume.vue | 2 +- 7 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 assets/images/icons/pytorch.svg diff --git a/assets/images/icons/pytorch.svg b/assets/images/icons/pytorch.svg new file mode 100644 index 0000000..f9df4f8 --- /dev/null +++ b/assets/images/icons/pytorch.svg @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/components/resume/ExperienceTimeline.vue b/components/resume/ExperienceTimeline.vue index ee80214..9dfb574 100644 --- a/components/resume/ExperienceTimeline.vue +++ b/components/resume/ExperienceTimeline.vue @@ -20,7 +20,12 @@ { title: $t('bs in cs'), time_label: '2020 - 2023', description: $t('unibo'), - start: new Date(2020, september, 1), end: new Date(), current: true + start: new Date(2020, september, 1), end: new Date(2023, september, 1), current: true + }, + { + title: $t('ms in ai'), time_label: '2023 - 2025', + description: $t('unibo'), + start: new Date(2023, september, 1), end: new Date(), current: true } ]" :left="[ diff --git a/components/resume/sections/Education.vue b/components/resume/sections/Education.vue index 8949217..f136aed 100644 --- a/components/resume/sections/Education.vue +++ b/components/resume/sections/Education.vue @@ -2,6 +2,9 @@