-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
default.json
62 lines (62 loc) · 1.09 KB
/
default.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
{
"theme": "default",
"username": "default",
"name": "Freebio Dev",
"bio": "FREE Bio for Developer",
"description": "FREE Bio for Developer",
"avatar_url": "/bio-512x512.png",
"socials": [
{
"name": "twitter",
"href": "https://twitter.com/syofyan_zuhad",
"icon": "tw"
},
{
"name": "linkedin",
"href": "https://www.linkedin.com/in/syofyan-zuhad",
"icon": "li"
},
{
"name": "telegram",
"href": "https://t.me/syofyan_zuhad",
"icon": "tg"
},
{
"name": "mail",
"href": "mailto:[email protected]",
"icon": "mail"
}
],
"links": [
{
"id": 1,
"href": "/create",
"title": "Make your own bio"
},
{
"id": 2,
"href": "https://app.splitbee.io/public/freebio.dev",
"title": "Visitor Stats"
},
{
"id": 3,
"href": "/syofyanzuhad",
"title": "Sample Bio Link"
},
{
"id": 4,
"href": "https://www.buymeacoffee.com/syofyanzuhad",
"title": "Buy me a coffee"
},
{
"id": 5,
"href": "https://trakteer.id/syofyanzuhad/tip",
"title": "Trakteer me"
},
{
"id": 6,
"href": "/donate",
"title": "Donate"
}
]
}