Skip to content

Commit

Permalink
新規メンバーを追加しOB/OGを isActive: false に
Browse files Browse the repository at this point in the history
  • Loading branch information
s7tya committed Aug 25, 2024
1 parent 1077f53 commit a590f05
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 2 deletions.
48 changes: 46 additions & 2 deletions src/components/organisms/members.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export type Member = {

export const members: Member[] = [
{
isActive: true,
isActive: false,
name: 'たこなす',
imagePath: 'takonasu',
description: '発起人。iOS、総務担当。大学院情報理工所属。',
Expand All @@ -29,7 +29,7 @@ export const members: Member[] = [
},
},
{
isActive: true,
isActive: false,
name: 'SIY1121',
imagePath: 'siy1121',
description: 'バックエンド・Android担当。大学院情報理工所属。',
Expand Down Expand Up @@ -130,4 +130,48 @@ export const members: Member[] = [
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',
},
},
];
Binary file added src/images/ao_ringo.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 src/images/arata.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 src/images/public_yusuke.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 src/images/ryoga.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a590f05

Please sign in to comment.