-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathattendees.json
38 lines (38 loc) · 1.05 KB
/
attendees.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
[
{
"name": "Your Name",
"website": "https://example.com",
"linkedin": "https://linkedin.com/xx/xxx",
"facebook": "https://facebook.com/xxx",
"twitter": "Your Twitter Username",
"github": "Your Github Username",
"instagram": "Your Instagram Username"
},
{
"name": "Obumuneme Nwabude",
"website": "https://obumnwabude.com",
"linkedin": "https://linkedin.com/in/obumnwabude",
"facebook": "https://facebook.com/obumnwabude",
"twitter": "obumnwabude",
"github": "obumnwabude",
"instagram": "obumnwabude"
},
{
"name": "Cletus Kingdom",
"website": "https://cletus.otomartmusicacademy.com.ng",
"linkedin": "https://linkedin.com/cletuskingdom",
"facebook": "https://facebook.com/cletuskingdom",
"twitter": "cletuskingdom",
"github": "cletuskingdom",
"instagram": "cletuskingdom"
},
{
"name": "UCHE EJIKE JOSEPH",
"website": "",
"linkedin": "",
"facebook": "https://facebook.com/uche.ejike.946",
"twitter": "",
"github": "JaikMakanaki",
"instagram": ""
}
]