Skip to content

Commit f28e566

Browse files
committed
Add CV PDFs + i18n keys for CV section
1 parent 040f051 commit f28e566

2 files changed

Lines changed: 12 additions & 20 deletions

File tree

assets/i18n/en.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,21 +72,17 @@
7272
},
7373
"cv": {
7474
"title": "Download CV",
75-
"body": "You can download my CV in Spanish or English.",
75+
"body": "Download my CV to learn more about my experience, skills, and strengths.",
7676
"btn_es": "Download CV (ES)",
77-
"btn_en": "Download CV (EN)",
78-
"hint": "Tip: if you don’t have an English CV yet, keep that button pointing to a temporary placeholder."
77+
"btn_en": "Download CV (EN)"
7978
},
8079
"contact": {
81-
"title": "Contact",
82-
"subtitle": "Interested in working together or knowing more about what I can bring to your team?",
83-
"cta_button": "Send email",
84-
"linkedin_button": "View LinkedIn",
85-
"github_button": "View GitHub",
80+
"linkedin_value": "View profile",
81+
"github_value": "View repositories",
8682
"form_name": "Name",
8783
"form_email": "Email",
8884
"form_message": "Message",
89-
"form_send": "Send message",
90-
"form_note": "Your email client will open with the message pre-filled."
85+
"form_button": "Send message",
86+
"form_note": "Gmail will open with a prepared draft."
9187
}
9288
}

assets/i18n/es.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,21 +72,17 @@
7272
},
7373
"cv": {
7474
"title": "Descargar CV",
75-
"body": "Puedes descargar mi CV en español o inglés.",
75+
"body": "Descargue mi CV para conocer más sobre mi experiencia, habilidades y cualidades.",
7676
"btn_es": "Descargar CV (ES)",
77-
"btn_en": "Descargar CV (EN)",
78-
"hint": "Tip: si aún no tienes el CV en inglés, deja ese botón apuntando a un placeholder temporal."
77+
"btn_en": "Descargar CV (EN)"
7978
},
8079
"contact": {
81-
"title": "Contacto",
82-
"subtitle": "¿Te interesa que colaboremos o quieres saber más sobre lo que puedo aportar a tu equipo?",
83-
"cta_button": "Enviar correo",
84-
"linkedin_button": "Ver LinkedIn",
85-
"github_button": "Ver GitHub",
80+
"linkedin_value": "Ver perfil",
81+
"github_value": "Ver repositorios",
8682
"form_name": "Nombre",
8783
"form_email": "Email",
8884
"form_message": "Mensaje",
89-
"form_send": "Enviar mensaje",
90-
"form_note": "Se abrirá tu cliente de correo con el mensaje preparado."
85+
"form_button": "Enviar mensaje",
86+
"form_note": "Se abrirá Gmail con el mensaje preparado."
9187
}
9288
}

0 commit comments

Comments
 (0)