Skip to content

Commit 381c611

Browse files
committed
Update Work section
1 parent 3b3f95d commit 381c611

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/constants/work.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ export const workExperiences = [
1111
},
1212
{
1313
id: 2,
14+
name: "Google Summer of Code 2025",
15+
pos: "Contributor",
16+
duration: "May 2025 - Sep 2025",
17+
title:
18+
"As a GSoC contributor, I built a core execution engine for a block-based musical coding platform—creating a custom interpreter, AST, and real-time scheduler—and honing my systems design and algorithm optimization skills.",
19+
icon: "./assets/work/gsoc.svg",
20+
animation: "victory",
21+
},
22+
{
23+
id: 3,
1424
name: "Sugar Labs",
1525
pos: "Open Source (Maintainer/Technical Lead)",
1626
duration: "Feb 2025 - Present",
@@ -19,16 +29,6 @@ export const workExperiences = [
1929
icon: "./assets/work/sugar.svg",
2030
animation: "clapping",
2131
},
22-
{
23-
id: 3,
24-
name: "Google Summer of Code 2025",
25-
pos: "Contributor",
26-
duration: "May 2025 - Present",
27-
title:
28-
"As a GSoC contributor, I am building core execution engine for a block-based musical coding platform—creating a custom interpreter, AST, and real-time scheduler—and honing my systems design and algorithm optimization skills.",
29-
icon: "./assets/work/gsoc.svg",
30-
animation: "victory",
31-
},
3232
/*{
3333
id: x,
3434
name: 'Company name',

0 commit comments

Comments
 (0)