Skip to content

Commit b57cc3e

Browse files
committed
Update timeline
1 parent b488fbe commit b57cc3e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/parts/timeline/Experience.ts

+4
Original file line numberDiff line numberDiff line change
@@ -80,23 +80,27 @@ export const Experiences: Experience[] = (
8080
logo: "https://media.antony.red/v3x_logo.png",
8181
location: "remote",
8282
start: monthFromSimple("Dec", 2021),
83+
end: monthFromSimple("Mar", 2024),
8384
positions: [
8485
{
8586
proxy: false,
8687
title: "Research & Development engineer",
8788
start: monthFromSimple("Dec", 2021),
89+
end: monthFromSimple("Mar", 2024),
8890
},
8991
{
9092
proxy: false,
9193
title: "Project manager - ENS Cards",
9294
start: monthFromSimple("Mar", 2023),
95+
end: monthFromSimple("Mar", 2024),
9396
},
9497
{
9598
proxy: true,
9699
logo: "https://media.antony.red/ens_mark.png",
97100
company: "Ethereum Name Service",
98101
companyWebsite: "https://ens.domains",
99102
start: monthFromSimple("Jan", 2023),
103+
end: monthFromSimple("Mar", 2024),
100104
},
101105
],
102106
},

0 commit comments

Comments
 (0)