Skip to content

Commit 4a87dcc

Browse files
author
dphuang2
committed
update achievements
1 parent 9b3d2da commit 4a87dcc

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/components/Home.tsx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,19 @@ const achievements: Achievement[] = [
6565
{
6666
year: 2022,
6767
type: "professional",
68-
description: "Started a company to sell innovative software",
68+
description:
69+
"Started a Company to Sell SDKs, Documentation, and Demos as a Service for API-First Companies",
6970
},
7071
{
7172
year: 2022,
7273
type: "professional",
7374
description: "Interviewed at YCombinator as a solo founder",
7475
},
75-
{ year: 2022, type: "professional", description: "Quit my job" },
76+
{
77+
year: 2022,
78+
type: "professional",
79+
description: "Quit my job to pursue my entrepreneurial dreams",
80+
},
7681
{
7782
year: 2020,
7883
type: "professional",

0 commit comments

Comments
 (0)