Skip to content

Commit

Permalink
Merge pull request #298 from jpa-perl/add-staff-hiroshima2
Browse files Browse the repository at this point in the history
Hiroshimaのスタッフリストを更新
  • Loading branch information
kfly8 authored Feb 8, 2024
2 parents 5e67dd6 + e257aea commit 76cc69c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions 2024hiroshima/data/staff.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ const coreStaff = [
avatar_url: './images/staff/uploaded/mazco.png',
profile_url: 'https://twitter.com/mazco_dx'
},
{
name: 'たかね',
avatar_url: './images/staff/twitter/takane28.jpeg',
profile_url: 'https://twitter.com/takanen28',
},
];

const volunteerStaff = [
Expand Down Expand Up @@ -137,6 +142,11 @@ const volunteerStaff = [
avatar_url: './images/staff/twitter/teckl.jpeg',
profile_url: 'https://twitter.com/teckl',
},
{
name: 'walkure',
avatar_url: './images/staff/github/walkure.jpeg',
profile_url: 'https://github.com/walkure',
},
];

module.exports = {
Expand Down
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.
2 changes: 1 addition & 1 deletion docs/2024hiroshima/staff.html

Large diffs are not rendered by default.

Binary file added docs/2024hiroshima/takane28.539e151f.jpeg
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 docs/2024hiroshima/walkure.f5cb5753.jpeg
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 76cc69c

Please sign in to comment.