Skip to content

Commit

Permalink
update career data
Browse files Browse the repository at this point in the history
  • Loading branch information
pijushbarik authored Oct 22, 2023
1 parent c412d73 commit ca2b455
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,19 @@ const Index: NextPage<PageProps> = () => {

<div>
<ul className={styles.experienceList}>
<li className={styles.experienceList_item}>
<CareerCard
title="Senior Associate Consultant"
comapny="Infosys"
period="July, 2022 - Present"
/>
</li>

<li className={styles.experienceList_item}>
<CareerCard
title="Associate Consultant"
comapny="Infosys"
period="May, 2022 - Present"
period="May, 2022 - June, 2023"
/>
</li>

Expand Down

0 comments on commit ca2b455

Please sign in to comment.