-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathboard.json
74 lines (73 loc) · 2.07 KB
/
board.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
{
"members": [
{
"name": "Helio Loureiro",
"title": "Board Member",
"photo": "images/board/Helio.jpg",
"github": "https://github.com/helioloureiro",
"mastodon": "https://mastodon.social/@helioloureiro"
},
{
"name": "Steven Chien",
"title": "Volunteer",
"github": "https://github.com/steven-chien",
"photo": "images/board/Steve.png"
},
{
"name": "Alexander Hultner",
"title": "Volunteer",
"photo": "images/board/alexander.jpg"
},
{
"name": "Michael Dovgal",
"title": "Volunteer",
"photo": "images/board/michael.jpg"
},
{
"name": "Aris Nivorlis",
"title": "Chairman",
"photo": "images/board/Aris.jpg"
},
{
"name": "Soumya Chakraborty",
"title": "Board Member",
"photo": "images/board/Soumya.jpg"
},
{
"name": "Nikita Churikov",
"title": "Treasure",
"photo": "images/board/Nikita.jpg",
"github": "https://github.com/churnikov"
},
{
"name": "Simron Padhi",
"title": "Board Member",
"photo": "images/board/Simron.jpg"
},
{
"name": "Anastasiia Potekhina",
"title": "CoC team",
"photo": "images/board/anastasia.jpg"
},
{
"name": "Jahanzeb Nawaz",
"title": "Volunteer",
"photo": "images/board/jahanzeb.jpg"
},
{
"name": "Carolina J. Säll",
"title": "Volunteer",
"photo": "images/board/carolina.jpg"
},
{
"name": "Gabriela Moraes",
"title": "CoC team",
"photo": "images/board/gabriela.jpg"
},
{
"name": "Philippe Mansson-Wee",
"title": "Volunteer",
"photo": "images/board/philippe.jpg"
}
]
}