-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
sponsors.json
45 lines (45 loc) · 1.31 KB
/
sponsors.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
{
"individuals": [{
"url": "https://github.com/timschps",
"name": "Tim Schaeps",
"avatar": "https://avatars.githubusercontent.com/u/13098307"
},
{
"url": "https://github.com/zivbk1",
"name": "Bryan Klein",
"avatar": "https://avatars.githubusercontent.com/u/6154767"
},
{
"url": "https://github.com/flikteoh",
"name": "FlikTeoh",
"avatar": "https://avatars.githubusercontent.com/u/1472065"
},
{
"url": "https://github.com/apowell656",
"name": "Andre Powell",
"avatar": "https://avatars.githubusercontent.com/u/1969515"
}
],
"companies": [{
"url": "https://run.events/?utm_source=frontmatter&utm_campaign=oss",
"title": "Supported by run.events",
"image": "/assets/sponsors/runevents.svg",
"id": "run.events",
"alt": "run.events - Event Management Platform"
},
{
"url": "https://netlify.com?utm_source=vscode-frontmatter&utm_campaign=oss",
"title": "Deploys by Netlify",
"image": "/assets/sponsors/netlify-dark.png",
"id": "Netlify",
"alt": "Netlify"
},
{
"url": "http://bejs.io",
"title": "Supported by the BEJS Community",
"image": "/assets/sponsors/bejs-community.png",
"id": "BEJS Community",
"alt": "BEJS Community"
}
]
}