Skip to content

Commit cfebb57

Browse files
authored
✨ Update website info (#66)
1 parent 53595a5 commit cfebb57

File tree

10 files changed

+77
-3
lines changed

10 files changed

+77
-3
lines changed

MyLibrary/Sources/DataClient/Resources/speakers.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -385,11 +385,11 @@
385385
]
386386
},
387387
{
388-
"name": "Yugo Sugiyama",
388+
"name": "Sugiy",
389389
"image_name": "sugiy",
390390
"bio": "- iOS and Flutter engineer in Japan\n- Working in DeNA Co., Ltd.\n- Often participate in [Japan-\\(region).swift](https://japan-region-swift.github.io/Japan-region-swift/) events in Japan.\n- Spoke at conferences in Japan such as [iOSDC](https://iosdc.jp/2024/) from 2022 to 2024 and [FlutterKaigi2024](https://youtu.be/UwDqyVawLtA?si=E0kN98o9CdM_p8e6).\n- I like cooking, fish, Japanese food, and pineapples.",
391391
"japanese_bio": "- 日本でiOSとFlutterのエンジニアをしています。\n- 株式会社ディー・エヌ・エーに勤務。\n- 日本で開催される[Japan-\\(region).swift](https://japan-region-swift.github.io/Japan-region-swift/)のイベントに頻繁に参加。\n- 2022年から2024年にかけて[iOSDC](https://iosdc.jp/2024/)や[FlutterKaigi2024](https://youtu.be/UwDqyVawLtA?si=E0kN98o9CdM_p8e6)など、日本のカンファレンスで登壇。\n- 料理、魚、和食、パイナップルが好き。",
392-
"job_title": "iOS/Flutter Developer in DeNA Co., Ltd.",
392+
"job_title": "iOS/Flutter Developer at DeNA Co., Ltd.",
393393
"links": [
394394
{
395395
"url": "https://ulog.sugiy.com/en/",

MyLibrary/Sources/DataClient/Resources/sponsors.json

+27-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@
7272
"name": "Tramline",
7373
"imageName": "GOLD_Tramline",
7474
"link": "https://www.tramline.app/"
75+
},
76+
{
77+
"id": 24,
78+
"name": "株式会社MIXI",
79+
"imageName": "GOLD_MIXI",
80+
"link": "https://mixi.co.jp/en/",
81+
"japanese_link": "https://mixi.co.jp"
7582
}
7683
],
7784
"silver": [
@@ -148,6 +155,13 @@
148155
"name": "株式会社スマートバンク",
149156
"imageName": "BRONZE_smartbank",
150157
"link": "https://smartbank.co.jp/"
158+
},
159+
{
160+
"id": 25,
161+
"name": "株式会社Luup",
162+
"imageName": "BRONZE_Luup",
163+
"link": "https://luup.sc/en/",
164+
"japanese_link": "https://luup.sc/"
151165
}
152166
],
153167
"diversity": [
@@ -216,15 +230,27 @@
216230
"community": [
217231
{
218232
"id": 1,
233+
"name": "DroidKaigi Association",
234+
"imageName": "COMMUNITY_DroidKaigi",
235+
"link": "https://droidkaigi.jp/"
236+
},
237+
{
238+
"id": 2,
219239
"name": "サイフォン合同会社",
220240
"imageName": "COMMUNITY_Scivone",
221241
"link": "https://www.scivone.com"
222242
},
223243
{
224-
"id": 2,
244+
"id": 3,
225245
"name": "Emerge Tools",
226246
"imageName": "COMMUNITY_Emerge-Tools",
227247
"link": "https://www.emergetools.com/"
248+
},
249+
{
250+
"id": 4,
251+
"name": "Flitto",
252+
"imageName": "COMMUNITY_Flitto",
253+
"link": "https://flitto.com/"
228254
}
229255
],
230256
"individual": [
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "BRONZE_Luup.png",
5+
"idiom" : "universal"
6+
}
7+
],
8+
"info" : {
9+
"author" : "xcode",
10+
"version" : 1
11+
}
12+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "COMMUNITY_DroidKaigi.png",
5+
"idiom" : "universal"
6+
}
7+
],
8+
"info" : {
9+
"author" : "xcode",
10+
"version" : 1
11+
}
12+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "COMMUNITY_Flitto.png",
5+
"idiom" : "universal"
6+
}
7+
],
8+
"info" : {
9+
"author" : "xcode",
10+
"version" : 1
11+
}
12+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "GOLD_MIXI.png",
5+
"idiom" : "universal"
6+
}
7+
],
8+
"info" : {
9+
"author" : "xcode",
10+
"version" : 1
11+
}
12+
}
Loading

0 commit comments

Comments
 (0)