Skip to content

Commit

Permalink
fix: update career list
Browse files Browse the repository at this point in the history
  • Loading branch information
aulianza committed Jan 9, 2024
1 parent 50e2479 commit 7fab7bc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions src/common/constant/careers.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
import { CareerProps } from '../types/careers';

export const CAREERS: CareerProps[] = [
// {
// position: 'Full Stack Engineer',
// company: 'Seeru',
// logo: '/images/careers/seeru.webp',
// location: 'Dubai, UAE',
// location_type: 'Remote',
// type: 'Fulltime',
// start_date: '2023-11',
// end_date: null,
// industry: 'ota',
// link: 'https://seeru.com',
// },
{
position: 'Full Stack Engineer',
company: 'Seeru',
logo: '/images/careers/seeru.webp',
location: 'Dubai, UAE',
location_type: 'Remote',
type: 'Fulltime',
start_date: '2023-11',
end_date: null,
industry: 'ota',
link: 'https://seeru.com',
},
{
position: 'Lead Frontend Engineer',
company: 'Sirka.io',
Expand All @@ -21,7 +21,7 @@ export const CAREERS: CareerProps[] = [
location_type: 'Remote',
type: 'Fulltime',
start_date: '2022-03',
end_date: null,
end_date: '2023-12',
industry: 'wellness',
link: 'https://sirka.io',
},
Expand Down
4 changes: 2 additions & 2 deletions src/modules/home/components/Introduction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const Introduction = () => {
Based in Jakarta, Indonesia <span className='ml-1'>🇮🇩</span>
</li>
<li>
Working Remotely around the world
{/* <span className='ml-1.5'>🇦🇪</span> */}
Working remotely around the world
<span className='ml-1.5'>🇦🇪</span>
</li>
</ul>
</div>
Expand Down

0 comments on commit 7fab7bc

Please sign in to comment.