Skip to content

Commit 87ac972

Browse files
committed
Add more sponsors
1 parent c081135 commit 87ac972

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

assets/sponsors/infarm.png

29 KB
Loading

assets/sponsors/ml_engineering.png

79.4 KB
Loading

assets/sponsors/textkernel.png

17.8 KB
Loading

src/dataset.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,26 @@ export const SPONSORS: Sponsor[][] = [
7474
name: "Bloomberg",
7575
photo: require("Assets/sponsors/bloomberg.png"),
7676
link: "https://www.bloomberg.com/company/engineering/"
77+
},
78+
{
79+
id: "PyData Amsterdam",
80+
name: "PyData Amsterdam",
81+
photo: require("Assets/sponsors/ml_engineering.png"),
82+
link: "https://amsterdam.pydata.org/"
83+
}
84+
],
85+
[
86+
{
87+
id: "textkernel",
88+
name: "textkernel",
89+
photo: require("Assets/sponsors/textkernel.png"),
90+
link: "https://www.textkernel.com/"
91+
},
92+
{
93+
id: "Infarm",
94+
name: "Infarm",
95+
photo: require("Assets/sponsors/infarm.png"),
96+
link: "https://www.infarm.com/"
7797
}
7898
]
7999
];

0 commit comments

Comments
 (0)