Update unicorns.json

This commit is contained in:
Jarrod Reyes
2023-10-28 19:56:52 -07:00
committed by GitHub
parent f96eb18a1b
commit c425e692f2

View File

@@ -596,5 +596,19 @@
"pronouns": "they/them", "pronouns": "they/them",
"profileImg": "./rjt.png", "profileImg": "./rjt.png",
"roles": ["community"] "roles": ["community"]
},
{
"id": "reyes-dev",
"name": "Jarrod Reyes",
"firstName": "Jarrod",
"lastName": "Reyes",
"description": "Self-taught developer building stuff with Typescript, React and Ruby on Rails.",
"socials": {
"github": "reyes-dev"
},
"pronouns": "he/him",
"profileImg": "./hello.png",
"color": "#1AB5E5",
"roles": ["author"]
} }
] ]