diff --git a/members.ts b/members.ts index 899175a94..34b15cd66 100644 --- a/members.ts +++ b/members.ts @@ -540,5 +540,16 @@ export const members: Member[] = [ githubUsername: "k-ngs", twitterUsername: "koh_naga", websiteUrl: "", + }, + { + id: "iota", + name: "Itaru Ota", + avatarSrc: "/avatars/iota.jpg", + role: "Full Stack Engineer", + bio: "A.R.E.", + sources: ["https://zenn.dev/iorandd/feed"], + githubUsername: "Ota1022", + twitterUsername: "iorandd", + websiteUrl: "https://ota1022.github.io/", } ].sort((a, b) => (a.id < b.id ? -1 : 1)); diff --git a/public/avatars/iota.jpg b/public/avatars/iota.jpg new file mode 100644 index 000000000..8d3b41f46 Binary files /dev/null and b/public/avatars/iota.jpg differ