Skip to content

Commit

Permalink
Added two new members 🥳
Browse files Browse the repository at this point in the history
  • Loading branch information
behdanisohrab committed Dec 15, 2024
1 parent aa576ba commit b2cd82c
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions data/team.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,37 @@ const teamData = [
"donate": "https://daramet.com/m6hdix"
}
}
{
"name": {
en: "Ali Lotfi",
fa: "علی لطفی"
},
"stack": {
en: "Graphic Designer",
fa: "گرافیست"
},
"image": "https://avatars.githubusercontent.com/AliLotfi09",
"socials": {
"github": "https://github.com/AliLotfi09",
"donate": "https://daramet.com/Im_Lotfi"
}
}
{
"name": {
en: "Mobin Firooz",
fa: "مبین فیروز"
},
"stack": {
en: "ّFrontend Developer",
fa: "توسعه دهنده فرانت اند"
},
"image": "https://avatars.githubusercontent.com/u/77383003/",
"socials": {
"github": "https://github.com/Bravemobin/",
"twitter": "https://x.com/Bravemobin/",
"donate": "https://daramet.com/bravemobin/"
}
}
]

export default teamData;

0 comments on commit b2cd82c

Please sign in to comment.