Skip to content

Commit

Permalink
little update
Browse files Browse the repository at this point in the history
  • Loading branch information
jamerrq authored Sep 12, 2024
1 parent 3f270a6 commit f44d414
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
Binary file added public/docs/CV_JAMER_JOSE_ENG.pdf
Binary file not shown.
Binary file added public/docs/CV_JAMER_JOSE_ESP.pdf
Binary file not shown.
8 changes: 4 additions & 4 deletions src/components/main/about-me-card.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ interface Props {
const { lang = 'en' }: Props = Astro.props
const firstParagraph = {
es: '¡Hola 👋! Soy Jamer José, un Ingeniero Matemático de 24 años egresado de la Universidad EAFIT. Me encuentro actualmente en proceso de construcción de mi experiencia como Desarrollador Backend de tiempo parcial en Dium, donde estoy aprendiendo y desarrollando mis habilidades en el apasionante mundo del desarrollo backend.',
en: 'Hi there 👋! I am Jamer José, a 24-year-old Mathematical Engineer graduated from Universidad EAFIT. I am currently in the process of building my experience as a part-time Backend Developer at Dium, where I am learning and developing my skills in the exciting world of backend development.'
es: '¡Hola 👋! Soy Jamer José, un Ingeniero Matemático de 24 años egresado de la Universidad EAFIT. Me encuentro aprendiendo y desarrollando mis habilidades en el apasionante mundo del desarrollo backend.',
en: 'Hi there 👋! I am Jamer José, a 24-year-old Mathematical Engineer graduated from Universidad EAFIT. I am currently in the process of building my experience and developing my skills in the exciting world of backend development.'
}[lang]
---

Expand Down Expand Up @@ -39,8 +39,8 @@ const firstParagraph = {
<script define:vars={{ lang }} is:inline>
const paragraphs = [
{
es: '¡Hola 👋! Soy Jamer José, un Ingeniero Matemático de 24 años egresado de la Universidad EAFIT. Me encuentro actualmente en proceso de construcción de mi experiencia como Desarrollador Backend de tiempo parcial en Dium, donde estoy aprendiendo y desarrollando mis habilidades en el apasionante mundo del desarrollo backend.',
en: 'Hi there 👋! I am Jamer José, a 24-year-old Mathematical Engineer graduated from Universidad EAFIT. I am currently in the process of building my experience as a part-time Backend Developer at Dium, where I am learning and developing my skills in the exciting world of backend development.'
es: '¡Hola 👋! Soy Jamer José, un Ingeniero Matemático de 24 años egresado de la Universidad EAFIT. Me encuentro aprendiendo y desarrollando mis habilidades en el apasionante mundo del desarrollo backend.',
en: 'Hi there 👋! I am Jamer José, a 24-year-old Mathematical Engineer graduated from Universidad EAFIT. I am currently in the process of building my experience and developing my skills in the exciting world of backend development.'
},
{
es: 'Fiel a la frase «la mejor (y única) forma de lograr algo es comenzándolo», me encuentro en constante búsqueda de nuevos retos y oportunidades que me permitan ampliar mis conocimientos y habilidades en el área de la programación.',
Expand Down
6 changes: 5 additions & 1 deletion src/components/main/working-on.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const { lang = 'en' }: Props = Astro.props
import Box from '@components/boxes/box.astro'
import WorkingOnTsx from './working-on.tsx'
import ThreeDots from '@components/loaders/ThreeDots.astro'
// import ThreeDots from '@components/loaders/ThreeDots.astro'
---

Expand All @@ -29,5 +30,8 @@ import WorkingOnTsx from './working-on.tsx'
fill={`#${siGitkraken.hex}`}
/>
</header>
<WorkingOnTsx lang={lang} client:only='preact' />
<div class='my-2'>
<ThreeDots />
</div>
<!--WorkingOnTsx lang={lang} client:only='preact' /-->
</Box>
4 changes: 2 additions & 2 deletions src/data/socials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export default function getSocialIcons(lang = 'en') {
title: 'Curriculum Vitae',
href:
lang === 'en'
? '/docs/cv_Jamer_Rebolledo_en.pdf'
: '/docs/cv_Jamer_Rebolledo_es.pdf',
? '/docs/CV_JAMER_JOSE_ENG.pdf'
: '/docs/CV_JAMER_JOSE_ESP.pdf',
svg: siAdobeacrobatreader.svg,
hex: siAdobeacrobatreader.hex
},
Expand Down

0 comments on commit f44d414

Please sign in to comment.