Skip to content

Commit

Permalink
Update timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Antony1060 committed Mar 18, 2024
1 parent b488fbe commit b57cc3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/parts/timeline/Experience.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,23 +80,27 @@ export const Experiences: Experience[] = (
logo: "https://media.antony.red/v3x_logo.png",
location: "remote",
start: monthFromSimple("Dec", 2021),
end: monthFromSimple("Mar", 2024),
positions: [
{
proxy: false,
title: "Research & Development engineer",
start: monthFromSimple("Dec", 2021),
end: monthFromSimple("Mar", 2024),
},
{
proxy: false,
title: "Project manager - ENS Cards",
start: monthFromSimple("Mar", 2023),
end: monthFromSimple("Mar", 2024),
},
{
proxy: true,
logo: "https://media.antony.red/ens_mark.png",
company: "Ethereum Name Service",
companyWebsite: "https://ens.domains",
start: monthFromSimple("Jan", 2023),
end: monthFromSimple("Mar", 2024),
},
],
},
Expand Down

0 comments on commit b57cc3e

Please sign in to comment.