Skip to content

Commit

Permalink
experience JSON updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Santipac committed Jul 1, 2023
1 parent 10aece6 commit 3b6e9ad
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions constants/experience.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
export const experience = {
en: [
{
company: 'Aoki Tecnología & Negocios',
company: 'Comunyt',
position: 'React Developer',
time: 'Apr 2023 - Present',
description: "I worked on the creation of the company's landing page.",
task: [
'Creation of different views or sections of the page',
'Build the internationalization of the site.',
'API calls from a backoffice to bring the corresponding information.',
'Documentation and organization of tasks in Kanban board.',
],
},
{
company: 'Aoki Technology & Business',
position: 'Frontend Developer',
time: 'Aug 2022 - Jun 2023',
time: 'Aug 2022 - Mar 2023',
description:
'Creation of Admin Dashboards for the automation of customer tasks.',
task: [
Expand Down Expand Up @@ -39,6 +51,19 @@ export const experience = {
},
],
es: [
{
company: 'Comunyt',
position: 'React Developer',
time: 'Abr 2023 - Presente',
description:
'Participé de forma activa en la creación de la Landing Page de la empresa',
task: [
'Creación de diferentes vistas o secciones de la página.',
'Creación del soporte multi-idioma o internacionalización de la página.',
'Consumo de API desde un backoffice para traer la información correspondiente.',
'Documentacion y organización de las tareas en tablero Kanban.',
],
},
{
company: 'Aoki Tecnología & Negocios',
position: 'Desarrollador Frontend',
Expand Down

1 comment on commit 3b6e9ad

@vercel
Copy link

@vercel vercel bot commented on 3b6e9ad Jul 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

portfolio – ./

portfolio-santipac.vercel.app
portfolio-git-main-santipac.vercel.app
santiagopacini.vercel.app

Please sign in to comment.