Skip to content

Commit

Permalink
Fix schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Aug 21, 2024
1 parent d6bc7f1 commit 247476c
Showing 1 changed file with 25 additions and 34 deletions.
59 changes: 25 additions & 34 deletions pages/schedule/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -180,124 +180,115 @@ export default {
},
{
start: '14:15',
end: '14:20',
name: '',
url: '',
title: 'Sponsor LT',
image: '',
isTalk: false,
},
{
start: '14:20',
end: '14:50',
end: '14:45',
name: 'joker1007',
url: '/presentations/joker1007',
title: 'Rustで作るTreeSitterパーサーのRubyバインディング',
image: 'https://avatars.githubusercontent.com/u/116996?v=4',
isTalk: true,
},
{
start: '14:50',
end: '15:05',
start: '14:45',
end: '15:00',
name: 'haruguchi',
url: '/presentations/haruguchi',
title: '競技プログラミングでみる Ruby の豊かさ',
image: 'https://avatars.githubusercontent.com/u/57053236?v=4',
isTalk: true,
},
{
start: '15:05',
end: '15:25',
start: '15:00',
end: '15:20',
name: '',
url: '',
title: 'Break',
image: '',
isTalk: false,
},
{
start: '15:25',
end: '15:55',
start: '15:20',
end: '15:50',
name: 'Koichi ITO',
url: '/presentations/koic',
title: 'Minify Ruby Code',
image: 'https://avatars.githubusercontent.com/u/13203?v=4',
isTalk: true,
},
{
start: '15:55',
end: '16:00',
start: '15:50',
end: '15:55',
name: '',
url: '',
title: 'Sponsor LT',
image: '',
isTalk: false,
},
{
start: '16:00',
end: '16:05',
start: '15:55',
end: '16:00',
name: 'ykyuki21',
url: '',
title: 'Sponsor LT: 労務ドメインを快適に開発する方法 〜日本語コーディング編〜',
image: '',
isTalk: false,
},
{
start: '16:05',
end: '16:20',
start: '16:00',
end: '16:15',
name: '前田修吾',
url: '/presentations/shugomaeda',
title: 'strscanなしで文字列をスキャンする',
image: 'https://avatars.githubusercontent.com/u/34552?v=4',
isTalk: true,
},
{
start: '16:20',
end: '16:50',
start: '16:15',
end: '16:45',
name: 'willnet',
url: '/presentations/willnet',
title: 'どうしてこうなった?から理解するActive Recordの関連の裏側',
image: 'https://avatars.githubusercontent.com/u/82371?v=4',
isTalk: true,
},
{
start: '16:50',
end: '17:10',
start: '16:45',
end: '17:05',
name: '',
url: '',
title: 'Break',
image: '',
isTalk: false,
},
{
start: '17:10',
end: '17:15',
start: '17:05',
end: '17:10',
name: 'znz',
url: '',
title: 'Sponsor LT: devise-two-factorを4.xから5.xに上げた話',
image: '',
isTalk: false,
},
{
start: '17:15',
end: '17:20',
start: '17:10',
end: '17:15',
name: '',
url: '',
title: 'Sponsor LT',
image: '',
isTalk: false,
},
{
start: '17:20',
end: '18:05',
start: '17:15',
end: '18:00',
name: 'Hitoshi HASUMI',
url: '/presentations/hasumikin',
title: 'Keynote: 令和の隙間産業——PicoRubyはどこから来て、どこへ行くのか',
image: 'https://avatars.githubusercontent.com/u/8454208?v=4',
isTalk: true,
},
{
start: '18:05',
end: '18:15',
start: '18:00',
end: '18:10',
name: '',
url: '',
title: 'Closing',
Expand Down

0 comments on commit 247476c

Please sign in to comment.