Ryujinx-Website/src/common/constants/teams.ts
2022-10-01 17:23:49 +02:00

53 lines
1.3 KiB
TypeScript

import { Member } from "@/types";
export const teamMembers: Member[] = [
{
name: "gdkchan",
githubName: "gdkchan",
avatar: "https://avatars2.githubusercontent.com/u/5624669?s=144&v=4",
title: "Lead Developer",
},
{
name: "Ac_K",
githubName: "AcK77",
avatar: "https://avatars3.githubusercontent.com/u/4905390?s=144&v=4",
title: "Developer",
},
{
name: "marysaka",
githubName: "marysaka",
avatar: "https://avatars3.githubusercontent.com/u/1760003?s=144&v=4",
title: "Developer",
},
{
name: "riperiperi",
githubName: "riperiperi",
avatar: "https://avatars3.githubusercontent.com/u/6294155?s=144&v=4",
title: "Developer",
},
{
name: "LDj3SNuD",
githubName: "LDj3SNuD",
avatar: "https://avatars3.githubusercontent.com/u/35856442?s=144&v=4",
title: "Developer",
},
{
name: "emmauss",
githubName: "emmauss",
avatar: "https://avatars3.githubusercontent.com/u/5307160?s=144&v=4",
title: "Developer",
},
{
name: "Moosehunter",
githubName: "Thealexbarney",
avatar: "https://avatars0.githubusercontent.com/u/601603?s=144&v=4",
title: "Developer",
},
{
name: "Yoshiyes",
githubName: "Yoshiyes",
avatar: "https://avatars.githubusercontent.com/u/20050570?s=144&v=4\"",
title: "Web Designer / Developer",
},
];