-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsponsors.js
More file actions
30 lines (28 loc) · 781 Bytes
/
sponsors.js
File metadata and controls
30 lines (28 loc) · 781 Bytes
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
const Sponsors = [
{
name: "Cloudinary",
imageSrc:
"https://res.cloudinary.com/kingisaac95/image/upload/v1581518385/unstack_sponsors/cloudinary.png",
},
{
name: "Codesandbox",
imageSrc:
"https://res.cloudinary.com/kingisaac95/image/upload/v1581518385/unstack_sponsors/codesandbox.png",
},
{
name: "Egghead",
imageSrc:
"https://res.cloudinary.com/kingisaac95/image/upload/v1581518385/unstack_sponsors/egghead.png",
},
{
name: "Amp",
imageSrc:
"https://res.cloudinary.com/kingisaac95/image/upload/v1581518385/unstack_sponsors/amp.png",
},
{
name: "Gatsby",
imageSrc:
"https://res.cloudinary.com/kingisaac95/image/upload/v1581518386/unstack_sponsors/gatsby.png",
},
]
export default Sponsors