Skip to content

Commit

Permalink
refactor: experience updated
Browse files Browse the repository at this point in the history
  • Loading branch information
roby2409 committed Mar 29, 2024
1 parent 2fd1a63 commit e1bca87
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions src/data/experience.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,21 @@ import { Experience } from '@src/types/experience';
export const experienceList: Experience[] = [
{
id: 1,
name: 'Djelas Tandatangan Bersama',
name: "Djelas Tandatangan Bersama (Part of OXY Creative's Outsource Team.)",
description: 'Software Developer',
year: "2024-Present",
year: 'Jun 2021 - Mar 2024',
employmentType: 'contract',
location: 'Jakarta Selatan, Indonesia',
remote: true,
current: true,
current: false,
link: 'https://www.djelas.id/',
task: 'Develop responsive and interactive application using NuxtJS and implemented robust front-end achitecture and optimized code performance.',
}, {
},
{
id: 2,
name: 'Pando Akar Teknologi',
name: "Pando Akar Teknologi (Part of OXY Creative's Outsource Team.)",
description: 'Software Developer',
year: "2022-2023",
year: 'Jan 2022 - Mar 2024',
employmentType: 'contract',
location: 'Jakarta Selatan, Indonesia',
remote: true,
Expand All @@ -28,10 +29,10 @@ export const experienceList: Experience[] = [
id: 3,
name: 'OXY Creative Inc',
description: 'Software Developer',
year: "2021-2022",
year: '2021-2022',
employmentType: 'full-time',
location: 'Jakarta Selatan - Indonesia',
remote: true,
remote: false,
current: false,
link: 'https://www.oxycreative.com',
task: 'Develop a software product with specified features and functionalities meeting project requirements and deadlines',
Expand All @@ -40,7 +41,7 @@ export const experienceList: Experience[] = [
id: 4,
name: 'Kreasi Arduo Indonesia',
description: 'Web Developer',
year: "2020",
year: '2020',
employmentType: 'full-time',
location: 'Tangerang - Indonesia',
remote: false,
Expand All @@ -52,7 +53,7 @@ export const experienceList: Experience[] = [
id: 5,
name: 'DHD mitra indotama',
description: 'Software Developer',
year: "2019-2020",
year: '2019-2020',
employmentType: 'full-time',
location: 'Palembang, Sumatera Selatan - Indonesia',
remote: false,
Expand Down

0 comments on commit e1bca87

Please sign in to comment.