Skip to content

Commit 6a9d573

Browse files
authored
スピーカー情報を追加した(Alexandre Chopin) (#111)
1 parent dd2f36d commit 6a9d573

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed
15.4 KB
Loading
15.4 KB
Loading

src/components/TheSpeakerListSection.vue

+11
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,17 @@ export default class TheSpeakerListSection extends Vue {
100100
paragraphs: [
101101
'14歳から Web デベロッパーです。8年ほど前に Node.js を使い始めてからは、JavaScript だけを書いています。ユニバーサルアプリケーションを簡単に作ることができる Nuxt.js を共同で作っています。'
102102
]
103+
},
104+
{
105+
avatar: require('~/assets/images/speakers/alexandre.jpg'),
106+
avatar2x: require('~/assets/images/speakers/[email protected]'),
107+
title: 'Nuxt.js 共同クリエーター',
108+
name: 'Alexandre Chopin',
109+
twitter: 'IamNuxt',
110+
github: 'alexchopin',
111+
paragraphs: [
112+
'Web デベロッパーであり、講師であり、スピーカーでもあります。デベロッパーライフに喜びをもたらすため、Nuxt.js の共同クリエーターとしてフルタイムで働いています。'
113+
]
103114
}
104115
]
105116
}

0 commit comments

Comments
 (0)