diff --git a/src/locales/en-US.json b/src/locales/en-US.json index 64934e3..f37b17b 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -67,7 +67,6 @@ }, "curriculum": { "title": "Professional Experience", - "subtitle": "My career as DevOps and IT", "summary": "I constantly seek to expand my skills and knowledge in DevSecOps, development and architecture. Spreading the DevOps culture and promoting security practices throughout all stages of the software development lifecycle.", "stack": "Tech Stack", "current": "Current", diff --git a/src/locales/pt-BR.json b/src/locales/pt-BR.json index a1998b1..0a4abb1 100644 --- a/src/locales/pt-BR.json +++ b/src/locales/pt-BR.json @@ -67,7 +67,6 @@ }, "curriculum": { "title": "Experiência Profissional", - "subtitle": "Minha carreira como DevOps e TI", "summary": "Procuro constantemente expandir minhas habilidades e conhecimentos em DevSecOps, desenvolvimento e arquitetura. Espalhando a cultura DevOps e promovendo práticas de segurança em todas as etapas do ciclo de vida do desenvolvimento de software.", "stack": "Stack Tecnológica", "current": "Atual", diff --git a/src/views/CurriculumView.vue b/src/views/CurriculumView.vue index eaef5c2..1047f35 100644 --- a/src/views/CurriculumView.vue +++ b/src/views/CurriculumView.vue @@ -5,7 +5,7 @@ import { useI18n } from 'vue-i18n' const { t, tm } = useI18n() const experienceData = [ - { key: 'vwb', period: 'Feb. 2026 – Current', company: 'Volkswagen Brazil' }, + { key: 'vwb', period: 'Feb. 2026 – Current', company: 'Volkswagen Tech Brazil' }, { key: 'freelancer', period: 'Oct. 2022 – Current', company: 'Freelancer' }, { key: 'landis', period: 'Oct. 2024 – Feb. 2026', company: 'Landis+Gyr' }, { key: 'trimble', period: 'Jul. 2022 – Sep. 2024', company: 'Trimble Inc.' }, @@ -40,19 +40,20 @@ const calculateAge = computed(() => {