-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathauthors.json
48 lines (48 loc) · 1.06 KB
/
authors.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
{
"Authors":[
{
"Name": "Puzzak",
"Rank": "Main",
"Role": "Developer",
"Avatar": "puzzak_av.jpg",
"Links": [
{
"Title": "Threads (DevBlog)",
"Link": "https://threads.net/@puzzaks"
},
{
"Title": "GitHub",
"Link": "https://github.com/Puzzak"
},
{
"Title": "Website",
"Link": "https://puzzak.page"
},
{
"Title": "Play Store",
"Link": "https://play.google.com/store/apps/dev?id=8304874346039659820"
},
{
"Title": "Telegram",
"Link": "https://t.me/Puzzaks"
},
{
"Title": "LinkedIn",
"Link": "https://linkedin.com/in/puzzak/"
},
{
"Title": "Twitter/X",
"Link": "https://x.com/puzzaks"
},
{
"Title": "Reddit",
"Link": "https://reddit.com/u/Puzzak"
},
{
"Title": "YouTube",
"Link": "https://youtube.com/@puzzak"
}
]
}
]
}