forked from seductivegeese/softi.es
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpeople.json
151 lines (151 loc) · 3.81 KB
/
people.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
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"people": [
{
"name": "Yu Chen Hou",
"website": "yuchen.io",
"image": "people/yuchenhou.jpg",
"description": "Makes cool things and owns this domain",
"github": "icechen1"
},
{
"name": "Dave Pagurek",
"website": "davepagurek.com",
"image": "people/davepagurek.jpg",
"description": "Regular Expression enthusiast",
"github": "davepagurek"
},
{
"name": "Andrew Codispoti",
"website": "andrewcodispoti.me",
"image": "people/andrewcodispoti.jpg",
"description": "Benevolent Brogrammer",
"github": "andrew749"
},
{
"name": "Judy Chen",
"website": "jud.yt",
"image": "people/judychen.jpg",
"description": "Loading...",
"github": "ju-de"
},
{
"name": "Jack Wang",
"website": "quorus.xyz",
"image": "people/jackwang.jpg",
"description": "Genius, Trillionaire, Supermodel",
"github": "jj22wang"
},
{
"name": "Saksham Sachdev",
"website": "saksham.me",
"image": "people/saksham.jpg",
"description": "JS is fun",
"github": "sachdevs"
},
{
"name": "Andrew McBurney",
"website": "andrewrobertmcburney.com",
"image": "people/andrew2.png",
"description": "Groovy.",
"github": "AndrewMcBurney"
},
{
"name": "Robbin Xu",
"website": "robbinxu.me",
"image": "people/robbin.jpg",
"description": "Karaoke battle!",
"github": "cspanda"
},
{
"name": "Jason Zukewich",
"website": "jgzuke.me",
"image": "people/jason.jpg",
"description": "Just kinda here",
"github": "jgzuke"
},
{
"name": "Naren Srinivasan",
"website": "narensrini.me",
"image": "people/narensrin.jpg",
"description": "His name is MR Sexy",
"github": "nare469"
},
{
"name": "Deon Hua",
"website": "deonhua.github.io",
"image": "people/deon.jpg",
"description": "Your local web dev.",
"github": "DeonHua"
},
{
"name": "Austin Du",
"website": "austindu.com",
"image": "people/austindu.jpg",
"description": "They call me... Austin",
"github": "AustinDu"
},
{
"name": "Jim Zhang",
"website": "neynt.ca",
"image": "people/jimzhang.jpg",
"description": "Tsundere simulator",
"github": "neynt"
},
{
"name": "Charles Zinn",
"website": "charleszinn.ca",
"image": "people/charles.jpg",
"description": "Bit optimization process",
"github": "Semicolon314"
},
{
"name": "Mitchell Kember",
"website": "mitchellkember.com",
"image": "people/mitchell.jpg",
"description": "λf.(λx.f (x x)) (λx.f (x x))",
"github": "mk12"
},
{
"name": "Paul Bardea",
"website": "pbardea.com",
"image": "people/sexypaul.jpg",
"description": "GloriOS",
"github": "pbardea"
},
{
"name": "Cora Lam",
"website": "coralam.ca",
"image": "people/cora.jpg",
"description": "A human. Being.",
"github": "coraellation"
},
{
"name": "Tammy Liu",
"website": "tammyliu.me",
"image": "people/tammyliu.jpg",
"description": "☆(^・ω・ ^=)ノ",
"github": "aneedalie"
},
{
"name": "Wendy Fu",
"website": "wendyfu.com",
"image": "people/wendy.jpg",
"description": "lol is binary for 5",
"github": "comloo"
},
{
"name": "Sadman Kazi",
"website": "sadmansk.com",
"image": "people/sadman.jpg",
"description": "javascript lover",
"github": "sadmansk"
},
{
"name": "Alice Zhou",
"website": "aliceranzhou.com",
"image": "people/alicezhou.jpg",
"description": "Always learning",
"github": "aliceranzhou"
}
]
}