diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index ae10e63..b3ba4c5 100644 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -1,5 +1,17 @@ { "titles": { - "featuredWork": "Featured Work" - } + "featuredWork": "Featured Work", + "whatIveBeenUpTo": "What I've been up to...", + "whoAmI": "Who am I?", + "contact": "Contact" + }, + "home": { + "moreProjects": "View more projects", + "viewCurriculum": "View full curriculum" + }, + "misc": { + "seeMore": "See more..." + }, + "blog": "blog", + "games": "games" } diff --git a/public/locales/es/translation.json b/public/locales/es/translation.json index d5142e7..89044a6 100644 --- a/public/locales/es/translation.json +++ b/public/locales/es/translation.json @@ -1,8 +1,17 @@ { "titles": { - "featuredWork": "Trabajo Destacado" + "featuredWork": "Trabajo Destacado", + "whatIveBeenUpTo": "Que he estado haciendo...", + "whoAmI": "¿Quién soy?", + "contact": "Contacto" }, "home": { - "brief": "I like to code stuff, then watch my creations come to life and do things for me!" - } + "moreProjects": "Ver más proyectos", + "viewCurriculum": "Ver curriculum completo" + }, + "misc": { + "seeMore": "Ver más..." + }, + "blog": "blog", + "games": "juegos" } diff --git a/src/assets/icons/email.svg b/src/assets/icons/email.svg new file mode 100644 index 0000000..ba4a6cb --- /dev/null +++ b/src/assets/icons/email.svg @@ -0,0 +1,9 @@ + + + \ No newline at end of file diff --git a/src/assets/icons/github.svg b/src/assets/icons/github.svg new file mode 100644 index 0000000..a19367a --- /dev/null +++ b/src/assets/icons/github.svg @@ -0,0 +1,7 @@ + + + \ No newline at end of file diff --git a/src/assets/icons/linkedin.svg b/src/assets/icons/linkedin.svg new file mode 100644 index 0000000..eb0c526 --- /dev/null +++ b/src/assets/icons/linkedin.svg @@ -0,0 +1,7 @@ + + + \ No newline at end of file diff --git a/src/assets/style/_utils.scss b/src/assets/style/_utils.scss index 35aa187..3beaa64 100644 --- a/src/assets/style/_utils.scss +++ b/src/assets/style/_utils.scss @@ -311,3 +311,19 @@ .border-radius { border-radius: var(--prj-border-radius); } + +.text-none { + text-transform: none; +} +.text-capitalize { + text-transform: capitalize; +} +.text-uppercase { + text-transform: uppercase; +} +.text-uppercase { + text-transform: uppercase; +} +.text-lowercase { + text-transform: lowercase; +} diff --git a/src/pages/es/index.astro b/src/pages/es/index.astro index c910a86..1aead2b 100644 --- a/src/pages/es/index.astro +++ b/src/pages/es/index.astro @@ -59,7 +59,7 @@ const portafolio = [
{data.brief}
@@ -68,16 +68,18 @@ const portafolio = [