-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathemeriti.json
More file actions
41 lines (41 loc) · 1.22 KB
/
emeriti.json
File metadata and controls
41 lines (41 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[
{
"name": { "en": "Tomoya Nakamura", "ja": "Tomoya Nakamura" },
"description": {
"en": "Software engineer based in Tokyo.",
"ja": "東京を拠点に活動するソフトウェアエンジニア。"
},
"github": {
"id": "nakayan5",
"icon": "https://avatars.githubusercontent.com/u/63556889?v=4",
"url": "https://github.com/nakayan5"
},
"x": { "url": "https://x.com/nakachan_js" }
},
{
"name": { "en": "Kei Setoguchi", "ja": "Kei Setoguchi" },
"description": {
"en": "Engineer based in Fukuoka.",
"ja": "福岡在住のエンジニア。"
},
"github": {
"id": "setodeve",
"icon": "https://avatars.githubusercontent.com/u/83833293?v=4",
"url": "https://github.com/setodeve"
},
"x": { "url": "https://x.com/hjuko00" }
},
{
"name": { "en": "Ryota Suzuki", "ja": "Ryota Suzuki" },
"description": {
"en": "Engineer living in Mie Prefecture, Japan.",
"ja": "三重県在住エンジニア。"
},
"github": {
"id": "suzukisan22",
"icon": "https://avatars.githubusercontent.com/u/12987013?v=4",
"url": "https://github.com/suzukisan22"
},
"x": { "url": "https://x.com/itsmeryota" }
}
]