From 057d1c02f2aacf453e30ba33eddf0752df89070e Mon Sep 17 00:00:00 2001 From: Santiago Menendez Date: Thu, 11 Jan 2024 16:23:07 -0300 Subject: [PATCH] Update version 1.3.2 --- CHANGELOG.md | 8 +++++ index.html | 5 +++- package.json | 12 ++++---- src/components/About.vue | 4 +-- src/components/AvatarLinks.vue | 31 ++++++++++++++----- src/components/Courses.vue | 15 +++++----- src/components/Education.vue | 4 +-- src/components/Experience.vue | 4 +-- src/components/Projects.vue | 8 ++--- src/components/StartPortfolio.vue | 48 +++++++++--------------------- src/components/layouts/MenuNav.vue | 22 ++++---------- 11 files changed, 77 insertions(+), 84 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb2d8b0..90fec31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## 1.3.2 + +- Modificaciones en el navbar. +- Modificaciones en el Index (OG). +- Cambio de tamaƱo de iconos e imagenes. +- Se eliminaron etiquetas sin usar. +- Modificaciones en los titulos de las secciones. + ## 1.3.1 - Agregado de librerias de compresion. diff --git a/index.html b/index.html index ff820df..d370524 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,10 @@ - + + + + diff --git a/package.json b/package.json index 712dd63..5e64783 100644 --- a/package.json +++ b/package.json @@ -12,17 +12,17 @@ "dependencies": { "@mdi/js": "7.4.47", "vite-plugin-vuetify": "2.0.1", - "vue": "3.3.13", - "vue-i18n": "9.8.0", + "vue": "3.4.10", + "vue-i18n": "9.9.0", "vue-router": "4.2.5", - "vuetify": "3.4.9" + "vuetify": "3.4.10" }, "devDependencies": { - "@vitejs/plugin-vue": "5.0.0", - "eslint-plugin-vue": "9.19.2", + "@vitejs/plugin-vue": "5.0.3", + "eslint-plugin-vue": "9.20.0", "@intlify/unplugin-vue-i18n": "2.0.0", "eslint": "8.56.0", - "vite": "5.0.10", + "vite": "5.0.11", "vite-plugin-eslint": "1.8.1", "vite-plugin-compression2": "^0.11.0" } diff --git a/src/components/About.vue b/src/components/About.vue index 67850d4..a9e68c4 100644 --- a/src/components/About.vue +++ b/src/components/About.vue @@ -2,9 +2,9 @@ -

+

{{ $t("about.title") }} -

+
diff --git a/src/components/AvatarLinks.vue b/src/components/AvatarLinks.vue index 794568e..5262f6b 100644 --- a/src/components/AvatarLinks.vue +++ b/src/components/AvatarLinks.vue @@ -24,7 +24,9 @@ -

Santiago Ezequiel Menendez

+ +

Santiago Ezequiel Menendez

+
+ :ripple="false" + > + + @@ -61,11 +71,16 @@ v-bind="props" variant="plain" :href="$t(cv.url)" - :icon="icons.mdiDownload" - aria-label="" download - class="mx-1" - /> + :ripple="false" + > + + diff --git a/src/components/Courses.vue b/src/components/Courses.vue index eccf6a3..3b3aefe 100644 --- a/src/components/Courses.vue +++ b/src/components/Courses.vue @@ -1,5 +1,12 @@