Skip to content

Commit

Permalink
Merge pull request #43 from GoCon/chore/staffs-page
Browse files Browse the repository at this point in the history
chore(staff): add contents
  • Loading branch information
budougumi0617 authored Jun 6, 2024
2 parents 9172f6c + a246a5a commit 5060045
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 3 deletions.
Binary file added public/staffs/inoue.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/staffs/kenta_yamaguchi.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/staffs/lestrrat.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/staffs/luccafort.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/staffs/ras.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/staffs/tenntenn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 27 additions & 3 deletions src/content/staffs/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
{
"name": "いのうえ",
"company": null,
"avatar": "",
"avatar": "inoue.jpeg",
"favoritePackages": ["net/http"]
},
{
Expand Down Expand Up @@ -181,9 +181,9 @@
},
{
"name": "Nozomu Ikuta",
"company": null,
"company": "グローバル・ブレイン株式会社",
"avatar": "nozomu_ikuta.png",
"favoritePackages": []
"favoritePackages": ["fmt"]
},
{
"name": "miki",
Expand Down Expand Up @@ -328,5 +328,29 @@
"company": null,
"avatar": "hikari.jpg",
"favoritePackages": ["testing", "go-cmp"]
},
{
"name": "Ras",
"company": "Tokyo Institute of Technology",
"avatar": "ras.png",
"favoritePackages": ["embed"]
},
{
"name": "tenntenn",
"company": "Gophers Japan",
"avatar": "tenntenn.png",
"favoritePackages": ["go"]
},
{
"name": "luccafort",
"company": "株式会社マネーフォワード",
"avatar": "luccafort.jpg",
"favoritePackages": ["io"]
},
{
"name": "lestrrat",
"company": null,
"avatar": "lestrrat.jpeg",
"favoritePackages": ["bytes"]
}
]

0 comments on commit 5060045

Please sign in to comment.