-
Notifications
You must be signed in to change notification settings - Fork 0
/
js2-speakers.js
105 lines (105 loc) · 2.72 KB
/
js2-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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
module.exports = [
{
id: 'kat',
name: 'Kat Kitay',
topic: 'Web Norms of the World',
avatar:
'https://jsconfbp.com/static/cb4f8d0b1d67a4c680fe828179907f11/42a0f/kat_kitay.webp',
twitter: '@kkitay',
color: 'purple'
},
{
id: 'tejas',
name: 'Tejas Kumar',
topic: 'Legendary Lambdas',
avatar:
'https://jsconfbp.com/static/43ebbec38428deed3f2389a45be98e7d/ae483/tejas_kumar.webp',
twitter: '@tejaskumar_',
color: 'red'
},
{
id: 'ruben',
name: 'Rubén Sospedra',
topic: 'Mastering UIs with Finite State Machines',
avatar:
'https://jsconfbp.com/static/e6e071744b26aaac76c9797a684de6b8/f4957/ruben_sospedra.webp',
twitter: '@sospedra_r',
color: 'yellow'
},
{
break: true,
name: 'Coffee break'
},
{
id: 'braden',
name: 'Braden Moore',
topic: 'Deciphering Brainwaves with the Web Audio API',
avatar:
'https://jsconfbp.com/static/3dd5b50dd8d463e5db3231acc85db9a1/c6096/braden_moore.webp',
twitter: '@braden_rm',
color: 'blue'
},
{
id: 'benedicte',
name: 'Benedicte Raae',
topic: 'A privacy first period tracker? Is it even possible?',
avatar:
'https://jsconfbp.com/static/182c63ad78e72fbc721ae000ce877af0/c6096/benedicte_raae.webp',
twitter: '@raae',
color: 'yellow'
},
{
break: true,
name: 'Lunch break'
},
{
id: 'eva',
name: 'Eva Ferreira',
topic: 'Take on me, web browsers!',
avatar:
'https://jsconfbp.com/static/d737546b2c2ce8f3136cf747a2201b8b/7a72d/eva_ferreira.webp',
twitter: '@evaferreira92',
color: 'orange'
},
{
id: 'liran',
name: 'Liran Tal',
topic:
'StrangerDanger: Finding Security Vulnerabilities Before They Find You!',
avatar:
'https://jsconfbp.com/static/c1a3ce9c825af12e420d8756444f1f6c/7a72d/liran_tal.webp',
twitter: '@liran_tal',
color: 'purple'
},
{
break: true,
name: 'Coffee break'
},
{
id: 'balazs',
name: 'Korossy-Khayll, Balázs',
topic: 'Testing presentation components visually',
avatar:
'https://jsconfbp.com/static/81d2332a6afab80cb2b7d83036c2ee8a/7a72d/balazs_korossy_khayll.webp',
twitter: '@bkhayll',
color: 'white'
},
{
id: 'vitalii',
name: 'Vitalii Bobrov',
topic: 'Algorithms and Their Habitat',
avatar:
'https://jsconfbp.com/static/2ee0d93d1e9d766a2758d5e340ea351a/7a72d/vitalii_bobrov.webp',
twitter: '@bobrov1989',
color: 'green'
},
{
id: 'isa',
name: 'Isa Silveira',
topic: 'Looking under the rug: the art of learning from failure',
avatar:
'https://jsconfbp.com/static/f6374502c504eb6d34c71099a97f966c/05a89/isa_silveira.webp',
twitter: '@silveira_bells',
color: 'red'
}
];