forked from cmda-minor-web/human-centered-design-2021
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtranscriptie-short.js
39 lines (37 loc) · 1013 Bytes
/
transcriptie-short.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
const transcriptie = [{
reader: "Vasilis",
content: "Web materials!"
},
{
reader: "Espen",
content: "Is that what we’re calling it?"
},
{
reader: "Vasilis",
content: "Yeah, I think that’s what we’re calling it."
},
{
reader: "Espen",
content: "...I really like web materials, i'm surprised – i'm surprised there's no podcast called web materials or web fabric or any of these other other incarnations"
},
{
reader: "Vasilis",
content: "Yeah, but then we're surprised not many people are interested in the material of the web so..."
},
{
reader: "Espen",
content: "This is true, this is true. So,"
},
{
reader: "silence",
content: "..."
},
{
reader: "Espen",
content: "should we start by introducing ourselves a bit?"
},
{
reader: "Vasilis",
content: "Yes, go ahead Espen, who are you?"
},
];