Update the stack of a team member and rearrange the layout of team members

This commit is contained in:
ERFouX 2025-01-24 13:40:56 +03:30
parent e1be445867
commit 430793fe96

View file

@ -48,6 +48,36 @@ const teamData = [
"mastodon": "https://mas.to/@HRM_CA"
}
},
{
"name": {
en: "Erfan Arabi",
fa: "عرفان عربی"
},
"stack": {
en: "Team Leader",
fa: "راهبر تیم"
},
"image": "https://avatars.githubusercontent.com/ERFouX",
"socials": {
"github": "https://github.com/ERFouX",
"mastodon": "https://mas.to/@ERFouX",
"donate": "https://daramet.com/ERFouX"
}
},
{
"name": {
en: "Pouya Madankar",
fa: "پویا مدنکار"
},
"stack": {
en: "Frontend Developer",
fa: "توسعه‌دهنده فرانت‌اند"
},
"image": "https://avatars.githubusercontent.com/pouyaMK",
"socials": {
"github": "https://github.com/pouyaMK"
}
},
{
"name": {
en: "AhmadReza Khatamian",
@ -78,35 +108,6 @@ const teamData = [
"donate": "https://daramet.com/prbarkati"
}
},
{
"name": {
en: "Pouya Madankar",
fa: "پویا مدنکار"
},
"stack": {
en: "Frontend Developer",
fa: "توسعه‌دهنده فرانت‌اند"
},
"image": "https://avatars.githubusercontent.com/pouyaMK",
"socials": {
"github": "https://github.com/pouyaMK"
}
},
{
"name": {
en: "Mostafa Aminzar",
fa: "مصطفی امین‌زار"
},
"stack": {
en: "UI/UX Designer",
fa: "طراح UI/UX"
},
"image": "https://avatars.githubusercontent.com/MosiO1998",
"socials": {
"github": "https://github.com/MosiO1998",
"donate": "https://daramet.com/mosio"
}
},
{
"name": {
en: "Ali Mohammad Esmaeeli",
@ -124,34 +125,17 @@ const teamData = [
},
{
"name": {
en: "Ali Almasi",
fa: "علی الماسی"
en: "Mostafa Aminzar",
fa: "مصطفی امین‌زار"
},
"stack": {
en: "Web Developer",
fa: "توسعه‌دهنده وب"
en: "UI/UX Designer",
fa: "طراح UI/UX"
},
"image": "https://avatars.githubusercontent.com/AliAlmasi",
"image": "https://avatars.githubusercontent.com/MosiO1998",
"socials": {
"github": "https://github.com/AliAlmasi",
"donate": "https://daramet.com/alialmasi",
"mastodon": "https://ieji.de/@almasi"
}
},
{
"name": {
en: "Erfan Arabi",
fa: "عرفان عربی"
},
"stack": {
en: "Contributer",
fa: "مشارکت کننده"
},
"image": "https://avatars.githubusercontent.com/ERFouX",
"socials": {
"github": "https://github.com/ERFouX",
"mastodon": "https://mas.to/@ERFouX",
"donate": "https://daramet.com/ERFouX"
"github": "https://github.com/MosiO1998",
"donate": "https://daramet.com/mosio"
}
},
{
@ -172,17 +156,18 @@ const teamData = [
},
{
"name": {
en: "Mahdi Gholamhosseini",
fa: "مهدی غلام‌حسینی"
en: "Ali Almasi",
fa: "علی الماسی"
},
"stack": {
en: "Web Developer",
fa: "توسعه‌دهنده وب"
},
"image": "https://avatars.githubusercontent.com/m6hdix",
"image": "https://avatars.githubusercontent.com/AliAlmasi",
"socials": {
"github": "https://github.com/m6hdix",
"donate": "https://daramet.com/m6hdix"
"github": "https://github.com/AliAlmasi",
"donate": "https://daramet.com/alialmasi",
"mastodon": "https://ieji.de/@almasi"
}
},
{
@ -215,6 +200,21 @@ const teamData = [
"twitter": "https://x.com/Bravemobin/",
"donate": "https://daramet.com/bravemobin/"
}
},
{
"name": {
en: "Mahdi Gholamhosseini",
fa: "مهدی غلام‌حسینی"
},
"stack": {
en: "Web Developer",
fa: "توسعه‌دهنده وب"
},
"image": "https://avatars.githubusercontent.com/m6hdix",
"socials": {
"github": "https://github.com/m6hdix",
"donate": "https://daramet.com/m6hdix"
}
}
]