-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #101 from twin-te/add-new-members
メンバーの更新
- Loading branch information
Showing
7 changed files
with
232 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,191 @@ | ||
export type Member = { | ||
name: string; | ||
imagePath: string; | ||
description: string; | ||
isActive: boolean; | ||
links: { | ||
githubId?: string; | ||
twitterId?: string; | ||
website?: { | ||
label: string; | ||
url: string; | ||
}; | ||
}; | ||
}; | ||
|
||
export const members: Member[] = [ | ||
{ | ||
isActive: false, | ||
name: 'たこなす', | ||
imagePath: 'takonasu', | ||
description: '発起人。iOS、総務担当。大学院情報理工所属。', | ||
links: { | ||
website: { | ||
label: 'https://takonasu.net', | ||
url: 'https://takonasu.net', | ||
}, | ||
githubId: 'takonasu', | ||
twitterId: 'ITF_tako', | ||
}, | ||
}, | ||
{ | ||
isActive: false, | ||
name: 'SIY1121', | ||
imagePath: 'siy1121', | ||
description: 'バックエンド・Android担当。大学院情報理工所属。', | ||
links: { | ||
website: { | ||
label: 'siy.space', | ||
url: 'https://siy.space/', | ||
}, | ||
githubId: 'SIY1121', | ||
twitterId: 'SIY1121', | ||
}, | ||
}, | ||
{ | ||
isActive: false, | ||
name: 'Kanade Nishizawa', | ||
imagePath: 'kanadenishizawa', | ||
description: '元デザイン担当。芸術専門学群出身。', | ||
links: { | ||
website: { | ||
label: 'kanade-works.web.app', | ||
url: 'https://kanade-works.web.app', | ||
}, | ||
githubId: 'KanadeNishizawa', | ||
}, | ||
}, | ||
{ | ||
isActive: false, | ||
name: 'Kensuke Suzuki', | ||
imagePath: 'kensukesuzuki', | ||
description: '寄付ページ担当。情報科学類出身。', | ||
links: { | ||
website: { | ||
label: 'momokichi.github.io', | ||
url: 'https://momokichi.github.io/', | ||
}, | ||
}, | ||
}, | ||
{ | ||
isActive: false, | ||
name: 'ゆうく', | ||
imagePath: 'yuku', | ||
description: 'バックエンド担当。無職。', | ||
links: { | ||
githubId: 'Monchi', | ||
twitterId: 'LOST_JINKEN', | ||
}, | ||
}, | ||
{ | ||
isActive: true, | ||
name: 'takonomura', | ||
imagePath: 'takonomura', | ||
description: 'インフラ担当。情報科学類所属。', | ||
links: {}, | ||
}, | ||
{ | ||
isActive: true, | ||
name: 'HosokawaR', | ||
imagePath: 'hosokawar', | ||
description: 'フロントエンド担当。情報科学類所属。', | ||
links: { | ||
githubId: 'HosokawaR', | ||
}, | ||
}, | ||
{ | ||
isActive: true, | ||
name: 'Hayato Shishido', | ||
imagePath: 'hayatoshishido', | ||
description: 'フロントエンド担当。社会工学類所属。', | ||
links: { | ||
githubId: 'hayato24s', | ||
}, | ||
}, | ||
{ | ||
isActive: true, | ||
imagePath: 'raspi0124', | ||
name: 'raspi0124', | ||
description: '知識情報・図書館学類所属。', | ||
links: { | ||
website: { | ||
label: 'raspi0124.dev', | ||
url: 'https://raspi0124.dev/', | ||
}, | ||
githubId: 'raspi0124', | ||
twitterId: 'raspi0124', | ||
}, | ||
}, | ||
{ | ||
isActive: true, | ||
name: 'Takayuki Ueno (kichi2004)', | ||
imagePath: 'kichi2004', | ||
description: '情報科学類所属。', | ||
links: { | ||
website: { | ||
label: 'kichi2004.jp', | ||
url: 'https://kichi2004.jp/', | ||
}, | ||
githubId: 'kichi2004', | ||
twitterId: 'kichi2004_', | ||
}, | ||
}, | ||
{ | ||
isActive: false, | ||
name: 'あざらし', | ||
imagePath: 'azarashi', | ||
description: '情報科学類出身。ブラウザ拡張機能担当。', | ||
links: { | ||
website: { | ||
label: 'azr.sh', | ||
url: 'https://azr.sh/', | ||
}, | ||
githubId: 'azarashi2931', | ||
twitterId: 'azarashi_uni', | ||
}, | ||
}, | ||
{ | ||
isActive: true, | ||
name: 'Arata', | ||
imagePath: 'arata', | ||
description: '', | ||
links: {}, | ||
}, | ||
{ | ||
isActive: true, | ||
name: 'public_yusuke', | ||
imagePath: 'public_yusuke', | ||
description: 'Android 担当', | ||
links: { | ||
website: { | ||
label: 'www.yusuke.pub', | ||
url: 'https://www.yusuke.pub/', | ||
}, | ||
twitterId: 'public_yusuke', | ||
githubId: 'private-yusuke', | ||
}, | ||
}, | ||
{ | ||
isActive: true, | ||
name: 'Ryoga', | ||
imagePath: 'ryoga', | ||
description: '', | ||
links: { | ||
website: { | ||
label: 'ryoga.dev', | ||
url: 'https://ryoga.dev', | ||
}, | ||
githubId: 'Ryoga-exe', | ||
twitterId: 'Ryoga_exe', | ||
}, | ||
}, | ||
{ | ||
isActive: true, | ||
name: '🍏', | ||
imagePath: 'ao_ringo', | ||
description: '', | ||
links: { | ||
twitterId: 'ao_ringo_uni', | ||
}, | ||
}, | ||
]; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.