Skip to content

Commit

Permalink
added self to sites.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RedcXca committed Jul 21, 2024
1 parent 006f888 commit b1fa033
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions js/sites.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,11 @@ const allSites = [
"year": 2028,
"website": "https://www.elijahkurien.com/"
},
{
"name": "Max Lu",
"year": 2027,
"website": "https://redcx.ca/"
},
];

export default allSites;

0 comments on commit b1fa033

Please sign in to comment.