-
Notifications
You must be signed in to change notification settings - Fork 0
/
css-speakers.js
68 lines (68 loc) · 1.69 KB
/
css-speakers.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
module.exports = [
{
id: 'giulia',
name: 'Giulia Cardieri',
topic: 'CSS Games and Drawings in the real world: useful or just fun?',
avatar: 'http://cssconfbp.rocks/assets/speakers/fotogiulia.jpg',
},
{
id: 'damien',
name: 'Damien Senger',
topic: 'Variable fonts & readability: the rising of custom reading experiences',
avatar: 'https://pbs.twimg.com/profile_images/1124623417150517248/QNniJ9hm.jpg',
},
{
id: 'jeremy',
name: 'Jeremy Wagner',
topic: 'The Weird (yet Practical) World of CSS Paint Worklets',
avatar: 'https://jlwagner.net/ext/jlwagner.jpg',
},
{
break: true,
name: 'Coffee break'
},
{
id: 'mike',
name: 'Mike Riethmuller ',
topic: 'CSS Architecture for Modern Web Applications',
avatar: 'https://www.madebymike.com.au/img/mug/mike.jpg',
},
{
id: 'david',
name: 'David Khourshid',
topic: 'Crafting Stateful Styles with State Machines',
avatar: 'http://cssconfbp.rocks/assets/speakers/david.jpg',
},
{
break: true,
name: 'Lunch break'
},
{
id: 'steven',
name: 'Steven Roberts ',
topic: 'CSS Animation - Beyond Transitions',
avatar: 'https://avatars0.githubusercontent.com/u/5112099',
},
{
id: 'kathrin',
name: 'Kathrin Holzmann ',
topic: 'CSS in JS - beware the Hype!',
avatar: 'http://cssconfbp.rocks/assets/speakers/kathrin.jpg',
},
{
break: true,
name: 'Coffee break'
},
{
id: 'alan',
name: 'Alan Stearns ',
topic: 'Getting Browser Bugs Fixed',
avatar: 'https://avatars2.githubusercontent.com/u/1380751?s=460&v=4',
},
{
id: 'france-yuling',
name: 'France Wang & Yu Ling Cheng',
topic: 'Building better products faster: DevUx is the new DevOps',
avatar: 'http://cssconfbp.rocks/assets/speakers/yuling.jpg',
},
]