Skip to content

Commit 5625816

Browse files
committed
Add real sponsors
1 parent 298a183 commit 5625816

3 files changed

Lines changed: 69 additions & 6 deletions

File tree

public/sponsors/barclays.svg

Lines changed: 46 additions & 0 deletions
Loading

public/sponsors/redhat.svg

Lines changed: 17 additions & 0 deletions
Loading

src/data/sponsors.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ export type Sponsor = {
66

77
export const SPONSORS = [
88
{
9-
name: "EuroPython Society",
10-
image: "sponsors/eps-text.png",
11-
link: "https://www.europython-society.org",
9+
name: "Barclays",
10+
image: "sponsors/barclays.svg",
11+
link: "https://www.barclays.co.uk/",
1212
},
1313
{
1414
name: "Ataccama",
1515
image: "sponsors/ataccama.svg",
1616
link: "https://www.ataccama.com/",
1717
},
1818
{
19-
name: "Python Software Foundation",
20-
image: "sponsors/psf.png",
21-
link: "https://www.python.org/psf-landing/",
19+
name: "Red Hat",
20+
image: "sponsors/redhat.svg",
21+
link: "https://www.redhat.com/",
2222
},
2323
];

0 commit comments

Comments
 (0)