diff --git a/public/files/Miguel-Resume.pdf b/public/files/Miguel-Resume.pdf new file mode 100644 index 00000000..a59bf4cb Binary files /dev/null and b/public/files/Miguel-Resume.pdf differ diff --git a/public/files/Stoman-Resume.pdf b/public/files/Stoman-Resume.pdf deleted file mode 100644 index c09d0fe6..00000000 Binary files a/public/files/Stoman-Resume.pdf and /dev/null differ diff --git a/src/assets/images/profile.jpeg b/src/assets/images/profile.jpeg index 7cbe9d36..4607da00 100644 Binary files a/src/assets/images/profile.jpeg and b/src/assets/images/profile.jpeg differ diff --git a/src/components/about/AboutClients.vue b/src/components/about/AboutClients.vue index 91497161..7df8005b 100644 --- a/src/components/about/AboutClients.vue +++ b/src/components/about/AboutClients.vue @@ -7,48 +7,9 @@ export default { }, data: () => { return { - clientsHeading: 'Some of the brands I have worked with', + clientsHeading: 'Algunas de las marcas con las que he trabajado.', clients: [ - { - id: 1, - title: 'Amazon', - img: require('@/assets/images/brands/amazon_gray.png'), - }, - { - id: 2, - title: 'Sony', - img: require('@/assets/images/brands/sony_gray.png'), - }, - { - id: 3, - title: 'Adidas', - img: require('@/assets/images/brands/adidas_gray.png'), - }, - { - id: 4, - title: 'FILA', - img: require('@/assets/images/brands/fila_gray.png'), - }, - { - id: 5, - title: 'NB', - img: require('@/assets/images/brands/nb_gray.png'), - }, - { - id: 6, - title: 'SAMSUNG', - img: require('@/assets/images/brands/samsung_gray.png'), - }, - { - id: 7, - title: 'CANON', - img: require('@/assets/images/brands/canon_gray.png'), - }, - { - id: 7, - title: 'PUMA', - img: require('@/assets/images/brands/puma_gray.png'), - }, + ], }; }, diff --git a/src/components/about/AboutCounter.vue b/src/components/about/AboutCounter.vue index dd641572..42632ccf 100644 --- a/src/components/about/AboutCounter.vue +++ b/src/components/about/AboutCounter.vue @@ -6,10 +6,10 @@ export default { }, data: () => { return { - experienceTitle: 'Years of experience', + experienceTitle: 'Años de experiencia', githubTitle: 'Stars on GitHub', feedbackTitle: 'Positive feedback', - projectsTitle: 'Projects completed', + projectsTitle: 'Proyectos completados', }; }, }; @@ -19,14 +19,14 @@ export default {
-
+
- -
- - {{ githubTitle }} -
- - -
- - - {{ feedbackTitle }} - -
- -
+
- +
diff --git a/src/views/SingleProject.vue b/src/views/SingleProject.vue index b57c29ca..cbe9a11e 100644 --- a/src/views/SingleProject.vue +++ b/src/views/SingleProject.vue @@ -104,34 +104,29 @@ export default { socialSharings: [ { id: 1, - name: 'Twitter', - icon: 'twitter', - url: 'https://twitter.com/realstoman', + name: 'GitHub', + icon: 'github', + url: 'https://github.com/miguel9214', }, { id: 2, - name: 'Instagram', - icon: 'instagram', - url: 'https://instagram.com/realstoman', + name: 'Twitter', + icon: 'twitter', + url: 'https://twitter.com/ramosMiguel9214', }, { id: 3, - name: 'Facebook', - icon: 'facebook', - url: 'https://facebook.com/', - }, - { - id: 4, name: 'LinkedIn', icon: 'linkedin', - url: 'https://linkedin.com/', + url: 'https://www.linkedin.com/in/miguel-angel-ramos-lopez/', }, { - id: 5, - name: 'Youtube', + id: 4, + name: 'YouTube', icon: 'youtube', - url: 'https://www.youtube.com/c/StomanStudio', + url: 'https://www.youtube.com/@miguelangelramoslopez5605', }, + ], }, relatedProject: {