-
Notifications
You must be signed in to change notification settings - Fork 1
/
interns.json
71 lines (71 loc) · 1.43 KB
/
interns.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
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
[
{
"name": "Saljooq Altaf",
"hometown": "Ames, IA",
"hobbies": ["Cooking", "Travelling"]
},
{
"name": "Ian Baer",
"hometown": "Silver City, IA",
"hobbies": [
"Golf",
"Video Games",
"Reading"
]
},
{
"name": "Andrew Damon",
"hometown": "Cedar Rapids, IA",
"hobbies": [
"Videogames",
"Tabletop",
"VR"
]
},
{
"name": "David Harmon",
"hometown": "Fort Collins, CO",
"hobbies": [
"Video Games",
"Board Games",
"Game Development"
]
},
{
"name": "Vincent Nguyen",
"hometown": "Omaha, NE",
"hobbies": [
"Drumline",
"Traveling",
"Cooking"
]
},
{
"name": "Tyler Johnson",
"hometown": "Ames, IA",
"hobbies": [
"Hiking",
"Videogames",
"Reading"
]
},
{
"name": "David Swanson",
"hometown": "Omaha",
"hobbies": ["cars", "music"]
},
{
"name": "Brevin Wapp",
"hometown": "Ames, IA",
"hobbies": [
"Gardening",
"Videogames",
"Traveling"
]
},
{
"name": "Cole Weber",
"hometown": "Waterloo, IA",
"hobbies": ["Music", "Lifting"]
}
]