-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsponsors-badges.json
65 lines (65 loc) · 1.64 KB
/
sponsors-badges.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
{
"id": "sponsors-badges",
"badges": [
{
"url": "https://www.paypal.me/ptkdev",
"color": "#005EA6",
"label": "donate",
"message": "paypal",
"title": "Donate Paypal",
"style": "for-the-badge",
"logo": "paypal",
"platform": "shields"
},
{
"url": "https://ko-fi.com/ptkdev",
"color": "#29abe0",
"label": "donate",
"message": "ko-fi",
"title": "Donate Ko-Fi",
"style": "for-the-badge",
"logo": "ko-fi",
"platform": "shields"
},
{
"url": "https://github.com/sponsors/ptkdev",
"color": "#ea4aaa",
"label": "donate",
"message": "sponsors",
"title": "Donate Github Sponsors",
"style": "for-the-badge",
"logo": "github",
"platform": "shields"
},
{
"url": "https://www.patreon.com/join/ptkdev",
"color": "#F87668",
"label": "donate",
"message": "patreon",
"title": "Donate Patreon",
"style": "for-the-badge",
"logo": "patreon",
"platform": "shields"
},
{
"url": "https://ptk.dev/img/icons/menu/bitcoin_wallet.png",
"color": "#E38B29",
"label": "BTC",
"message": "35jQmZCy4nsxoMM3QPFrnZePDVhdKaHMRH",
"title": "Donate Bitcoin",
"style": "flat-square",
"logo": "bitcoin",
"platform": "shields"
},
{
"url": "https://ptk.dev/img/icons/menu/ethereum_wallet.png",
"color": "#4E8EE9",
"label": "ETH",
"message": "0x8b8171661bEb032828e82baBb0B5B98Ba8fBEBFc",
"title": "Donate Ethereum",
"style": "flat-square",
"logo": "ethereum",
"platform": "shields"
}
]
}