Skip to content

Commit

Permalink
chore: update hero spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
rxtsel committed Oct 14, 2024
1 parent ca698e6 commit 85b28ef
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 30 deletions.
13 changes: 0 additions & 13 deletions src/components/Experience.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,6 @@ const works: TWorkEntry[] = [
}
]
},
{
company: 'Qantto, LLC',
location: 'Bogotá, Colombia',
remote: true,
jobs: [
{
role: 'Front-end Developer',
startDate: new Date('2023-07-01'),
endDate: new Date('2024-02-01'),
description: t('experiense.qantto')
}
]
},
{
company: 'Visual Dealers',
companyUrl: 'https://visualdealers.com',
Expand Down
25 changes: 12 additions & 13 deletions src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ const t = useTranslations(lang)
---

<section class='max-w-4xl py-20 lg:pb-10 sm:py-44 mx-auto'>
<article class='text-cWhite text-center px-2 space-y-5'>
<article
class='text-cWhite text-center px-2 space-y-2 sm:space-y-3 md:space-y-4 lg:space-y-5'
>
<header class='space-y-2'>
<picture>
<source media='(max-width: 767px)' srcset='/profile-mobile.webp' />
Expand All @@ -26,30 +28,26 @@ const t = useTranslations(lang)
>
</header>

<h1
class='text-[clamp(1.875rem,2vw+1rem,5rem)] font-bold flex flex-col leading-none'
>
<h1 class='text-[clamp(1.875rem,2vw+1rem,5rem)] font-bold leading-none'>
{t('hero.p1')}
</h1>

<h2
class='font-medim block text-[clamp(1.235rem,2vw+1rem,1.375rem)] text-cWhite'
<strong
class='font-normal block text-[clamp(1.235rem,2vw+1rem,1.375rem)] text-cWhite'
>
{t('hero.p2')}
</h2>
</strong>

<h3
<h2
class='text-[clamp(2.125rem,2vw+1rem,3rem)] font-medium leading-none text-pretty'
>
{t('hero.p3')}
<span class='line relative'>{t('hero.p3.0')}</span>
</h3>
</h2>

<h3
class='mt-6 max-w-2xl mx-auto text-cAccent text-base font-normal text-pretty'
>
<p class='max-w-2xl mx-auto text-cAccent text-base font-normal text-pretty'>
{t('hero.p4')}
</h3>
</p>
</article>
</section>

Expand All @@ -61,6 +59,7 @@ const t = useTranslations(lang)
width: 100%;
top: 30px;
left: 0px;
z-index: -1;
}

@media (width >= 1024px) {
Expand Down
4 changes: 0 additions & 4 deletions src/i18n/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ export const ui = {
'Desarrollador de E-commerce, plantillas de email marketing, SEO y landing pages. Mejora del 70% en Core Web Vitals. Apasionado por la creación de experiencias web excepcionales y orientadas al rendimiento.',
'experiense.vehement':
'Responsable de la plataforma, componentes y utilidades para la creación y desarrollo de aplicaciones web. Mejora de un 90% en la entrega de software. Implantación de medidas de integración continua y despliegue.',
'experiense.qantto':
'Responsable del diseño y desarrollo Front-end de una herramienta de automatización de cotizaciones para empresas globales. Lanzamos con éxito el producto (SaaS), superando las expectativas del cliente y mejorando la eficiencia de cotizaciones.',
'experiense.SoundAdvice':
'Soluciones de desarrollo para la industria de la música utilizando tecnologías avanzadas. En mi rol, he mejorado la agilidad en el desarrollo implementando técnicas modernas, realizando diseños de bases de datos, análisis, diagramas UML y ERD, escribiendo documentación y actualizando proyectos obsoletos a nuevas tecnologías.',

Expand Down Expand Up @@ -101,8 +99,6 @@ export const ui = {
'E-commerce developer, email marketing templates, SEO, and landing pages. 70% improvement in Core Web Vitals. Passionate about creating exceptional web experiences and performance-oriented.',
'experiense.vehement':
'Responsible for the platform, components, and utilities for the creation and development of web applications. 90% improvement in software delivery. Implementation of continuous integration and deployment measures.',
'experiense.qantto':
'Responsible for the Front-end design and development of a global company’s quotation automation tool. We successfully launched the product (SaaS), exceeding customer expectations and improving quotation efficiency.',
'experiense.SoundAdvice':
'Development solutions for the music industry using advanced technologies. In my role, I have improved development agility by implementing modern techniques, designing databases, conducting analysis, creating UML and ERD diagrams, writing documentation, and updating outdated projects to new technologies.',

Expand Down

0 comments on commit 85b28ef

Please sign in to comment.