From 1bf54861f4898248e4bec6758d1dc69ebb1d601b Mon Sep 17 00:00:00 2001 From: lasfito <79036345+lasfito@users.noreply.github.com> Date: Sun, 15 Dec 2024 22:20:07 -0600 Subject: [PATCH] update constants --- src/components/AcercaCard/AcercaCard.tsx | 5 ++--- src/consts.ts | 6 ++---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/src/components/AcercaCard/AcercaCard.tsx b/src/components/AcercaCard/AcercaCard.tsx index 954eda6..fd9c8e9 100644 --- a/src/components/AcercaCard/AcercaCard.tsx +++ b/src/components/AcercaCard/AcercaCard.tsx @@ -1,5 +1,6 @@ import {MugShot} from "../../assets/img"; import {MacWindow} from "../MacWindow"; +import {SHORT_RESUME_ES} from "../../consts" interface AcercaCardProps { id: string; @@ -20,9 +21,7 @@ function AcercaCard({id, short = false}: AcercaCardProps) {
- He desarrollado software para la web y aplicaciones móviles durante más de
- 4 años. Poseo amplia experiencia en JavaScript, TypeScript, React,
- React Native y Node.js.
+ {SHORT_RESUME_ES}
¿Eres reclutador o buscas contratarme? Entonces puedes{" "}
diff --git a/src/consts.ts b/src/consts.ts
index e322abf..78fe0c5 100644
--- a/src/consts.ts
+++ b/src/consts.ts
@@ -1,11 +1,9 @@
export const SITE_TITLE = "Lasfito";
export const SITE_DESCRIPTION = "¡Web Dev sin relleno!";
-
export const SHORT_RESUME_EN =
- "Software Engineer with over 4 years of experience in web development (frontend and backend) and mobile development. Proficient in JavaScript, TypeScript, Node.js, React, and React Native.";
-
+ "Software Engineer with 5 years of experience in web development (frontend / backend) and mobile development. Proficient in JavaScript, Node.js, React, React Native, and Google Cloud. Has led international development teams, managing projects from initial concept to successful delivery.";
export const SHORT_RESUME_ES =
- "Ingeniero de software con más de 4 años de experiencia en desarrollo web (frontend y backend) y desarrollo móvil. Experto en JavaScript, TypeScript, Node.js, React y React Native.";
+ "Ingeniero de software con 5 años de experiencia en desarrollo web (frontend/backend) y desarrollo móvil. Experto en JavaScript, Node.js, React, React Native y Google Cloud. Ha liderado equipos de desarrollo internacionales, gestionando proyectos desde el concepto inicial hasta la entrega exitosa.";
export const GITHUB_URL = "https://github.com/lasfito/lasfi.to";