Skip to content

Commit

Permalink
Merge pull request #64 from 3-shake/feature/add-shirayama-profile
Browse files Browse the repository at this point in the history
feature/add_shirayama
  • Loading branch information
O-natsu authored Nov 2, 2023
2 parents 799a45d + b902c2f commit 8cbfd3e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions members.ts
Original file line number Diff line number Diff line change
Expand Up @@ -434,4 +434,16 @@ export const members: Member[] = [
githubUsername: "hide-1",
websiteUrl: "",
},
{
id: "yuu0w0yuu",
name: "Yutaro Shirayama",
role: "SRE",
bio: "( ˘ω˘ )",
avatarSrc: "/avatars/shirayama.jpg",
sources: ["https://zenn.dev/yuu0w0yuu/feed"],
includeUrlRegex: "",
twitterUsername: "yuu0w0yuu",
githubUsername: "yuu0w0yuu",
websiteUrl: "",
}
].sort((a, b) => (a.id < b.id ? -1 : 1));
Binary file added public/avatars/shirayama.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 8cbfd3e

Please sign in to comment.