Skip to content

Commit

Permalink
Add Patrick website
Browse files Browse the repository at this point in the history
  • Loading branch information
pahu2353 committed Dec 31, 2024
1 parent f6e2f11 commit 454e4aa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion js/sites.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,12 @@ const allSites = [
"name": "Balaji Leninrajan",
"year": 2028,
"website": "https://balajileninrajan.github.io/homepage/"
}
},
{
"name": "Patrick Huang",
"year": 2028,
"website": "https://www.patrickhuang.co/"
},
];

export default allSites;

0 comments on commit 454e4aa

Please sign in to comment.