-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathspeakers.json
More file actions
42 lines (42 loc) · 816 Bytes
/
speakers.json
File metadata and controls
42 lines (42 loc) · 816 Bytes
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
[
{
"id": 1,
"name": "Melissa De Sousa",
"picture": "./img/speakers/melissa-de-sousa.jpg"
},
{
"id": 2,
"name": "Trinita Rodrigues",
"picture": "./img/speakers/trinita-rodrigues.jpg"
},
{
"id": 3,
"name": "Andy Crawford",
"picture": "./img/speakers/andy-crawford.jpg"
},
{
"id": 4,
"name": "Lauri Erkkilä",
"picture": "./img/speakers/lauri-erkkila.jpg"
},
{
"id": 5,
"name": "Brooke Singh",
"picture": "./img/speakers/brooke-singh.jpg"
},
{
"id": 6,
"name": "Nino Durand",
"picture": "./img/speakers/nino-durand.jpg"
},
{
"id": 7,
"name": "Clara Wilson",
"picture": "./img/speakers/clara-wilson.jpg"
},
{
"id": 8,
"name": "Liam Ramirez",
"picture": "./img/speakers/liam-ramirez.jpg"
}
]