Skip to content

Commit

Permalink
Merge pull request #66 from NomadBlacky/add-nomadblacky
Browse files Browse the repository at this point in the history
chore: Add nomadblacky
  • Loading branch information
O-natsu authored Nov 10, 2023
2 parents 82e307b + 4a5c3a2 commit 372e793
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion members.ts
Original file line number Diff line number Diff line change
Expand Up @@ -457,5 +457,17 @@ export const members: Member[] = [
twitterUsername: "GawinGowin",
githubUsername: "GawinGowin",
websiteUrl: "",
}
},
{
id: "nomadblacky",
name: "Takumi Kadowaki",
role: "Software Engineer @ Reckoner",
bio: "Scala / Observability",
avatarSrc: "/avatars/nomadblacky.jpg",
sources: ["https://zenn.dev/nomadblacky/feed"],
includeUrlRegex: "",
twitterUsername: "nomadblacky",
githubUsername: "NomadBlacky",
websiteUrl: "",
},
].sort((a, b) => (a.id < b.id ? -1 : 1));
Binary file added public/avatars/nomadblacky.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 372e793

Please sign in to comment.