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

{{ $t("education") }}

+ + + diff --git a/components/resume/sections/Skills.vue b/components/resume/sections/Skills.vue index 0b274a1..456755d 100644 --- a/components/resume/sections/Skills.vue +++ b/components/resume/sections/Skills.vue @@ -21,6 +21,7 @@
  • +