Skip to content

Commit

Permalink
update constants
Browse files Browse the repository at this point in the history
  • Loading branch information
lasfito authored Dec 16, 2024
1 parent 165533d commit 1bf5486
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 2 additions & 3 deletions src/components/AcercaCard/AcercaCard.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import {MugShot} from "../../assets/img";
import {MacWindow} from "../MacWindow";
import {SHORT_RESUME_ES} from "../../consts"

interface AcercaCardProps {
id: string;
Expand All @@ -20,9 +21,7 @@ function AcercaCard({id, short = false}: AcercaCardProps) {
</div>
<div className="py-5 text-center">
<p className="mx-auto max-w-[50ch] ">
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}
<br />
<br />
¿Eres reclutador o buscas contratarme? Entonces puedes{" "}
Expand Down
6 changes: 2 additions & 4 deletions src/consts.ts
Original file line number Diff line number Diff line change
@@ -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";

Expand Down

0 comments on commit 1bf5486

Please sign in to comment.