-
Notifications
You must be signed in to change notification settings - Fork 959
/
data.json
34 lines (34 loc) · 1.09 KB
/
data.json
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
{
"friends": [
{
"name": "Doug Engelbart",
"description": "Has awesome pet mice",
"imageURL": "http://upload.wikimedia.org/wikipedia/commons/thumb/7/78/Douglas_Engelbart_in_2008.jpg/972px-Douglas_Engelbart_in_2008.jpg"
},
{
"name": "Ivan Sutherland",
"description": "Great at sketching",
"imageURL": "http://upload.wikimedia.org/wikipedia/commons/5/5c/Ivan_Sutherland_at_CHM.jpg"
},
{
"name": "JCR Licklider",
"description": "Uses big words like 'symbiosis'",
"imageURL": "http://upload.wikimedia.org/wikipedia/commons/6/66/J._C._R._Licklider.jpg"
},
{
"name": "Vannevar Bush",
"description": "Has stellar associative memory",
"imageURL": "http://upload.wikimedia.org/wikipedia/commons/e/ea/Vannevar_Bush_portrait.jpg"
},
{
"name": "Alan C. Kay",
"description": "In love with his laptop",
"imageURL": "http://upload.wikimedia.org/wikipedia/commons/7/76/Alan_Kay_%283097597186%29.jpg"
},
{
"name": "Allen Newell",
"description": "Really into psychology",
"imageURL": "http://www.nap.edu/html/biomems/photo/anewell.JPG"
}
]
}