Skip to content

Commit

Permalink
Merge pull request #109 from 3-shake/add-iota
Browse files Browse the repository at this point in the history
add iota
  • Loading branch information
Ota1022 authored Jan 9, 2025
2 parents e90f82d + dd3cde1 commit 411acec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions members.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Binary file added public/avatars/iota.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 411acec

Please sign in to comment.