Skip to content

Commit 084620c

Browse files
authored
Merge pull request #85 from GoCon/feature/add_staffs_0812
スタッフリストの更新
2 parents f19a39b + c090aa5 commit 084620c

File tree

3 files changed

+35
-0
lines changed

3 files changed

+35
-0
lines changed

public/staffs/uji_rb.jpg

26 KB
Loading

public/staffs/ysaito8015.png

452 KB
Loading

src/data/staffs.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,5 +483,40 @@
483483
"name": "Kizuku.go"
484484
}
485485
]
486+
},
487+
{
488+
"id": "30",
489+
"name": "ysaito",
490+
"avatar": "ysaito8015.png",
491+
"sns": {
492+
"link": "https://x.com/ysaito8015",
493+
"type": "x"
494+
},
495+
"communities": [
496+
{
497+
"name": "TinyGo Keeb"
498+
},
499+
{
500+
"name": "GoWorkshopConference"
501+
}
502+
]
503+
},
504+
{
505+
"id": "31",
506+
"name": "uji",
507+
"company": "NOT A HOTEL, Inc.",
508+
"avatar": "uji_rb.jpg",
509+
"sns": {
510+
"link": "https://x.com/uji_rb",
511+
"type": "x"
512+
},
513+
"communities": [
514+
{
515+
"name": "Kyoto.go"
516+
},
517+
{
518+
"name": "KOBE.go"
519+
}
520+
]
486521
}
487522
]

0 commit comments

Comments
 (0)