diff --git a/data/sponsors.json b/data/sponsors.json index 50b8400c8e..ec3752a8d6 100644 --- a/data/sponsors.json +++ b/data/sponsors.json @@ -10,6 +10,11 @@ "name": "Amazon Web Services", "url": "https://aws.amazon.com/", "image": "aws-logo-2.png" + }, + { + "name": "Open Technology Fund", + "url": "https://www.opentech.fund/", + "image": "open-technology-fund-logo.png" } ], "platinum": [ @@ -48,11 +53,6 @@ "image": "shopify-logo.png" }, { "name": "IBM", "url": "https://www.ibm.com/", "image": "ibm-logo.png" }, - { - "name": "Heroku", - "url": "https://www.heroku.com/", - "image": "heroku-logo.png" - }, { "name": "SAP", "url": "https://www.sap.com/", "image": "sap-logo.svg" }, { "name": "Squarespace", @@ -68,6 +68,11 @@ "name": "Snowflake", "url": "https://www.snowflake.com/", "image": "snowflake-logo.png" + }, + { + "name": "Acton Family Giving", + "url": "https://actonfamilygiving.org/", + "image": "acton-family-giving-logo.png" } ], "silver": [ @@ -253,12 +258,6 @@ "url": "https://www.nginx.com/", "image": "nginx-logo.png" }, - { - "name": "Acton Family Giving", - "url": "https://actonfamilygiving.org/", - "image": "acton-family-giving-logo.png" - }, - { "name": "Tailscale", "url": "https://tailscale.com/", diff --git a/static/images/sponsors/heroku-logo.png b/static/images/sponsors/heroku-logo.png deleted file mode 100644 index ceda33b469..0000000000 Binary files a/static/images/sponsors/heroku-logo.png and /dev/null differ diff --git a/static/images/sponsors/open-technology-fund-logo.png b/static/images/sponsors/open-technology-fund-logo.png new file mode 100644 index 0000000000..f1d65060fd Binary files /dev/null and b/static/images/sponsors/open-technology-fund-logo.png differ diff --git a/static/images/sponsors/small/heroku-logo.png b/static/images/sponsors/small/heroku-logo.png deleted file mode 100644 index 3fcc17b2ce..0000000000 Binary files a/static/images/sponsors/small/heroku-logo.png and /dev/null differ diff --git a/static/images/sponsors/small/open-technology-fund-logo.png b/static/images/sponsors/small/open-technology-fund-logo.png new file mode 100644 index 0000000000..f1d65060fd Binary files /dev/null and b/static/images/sponsors/small/open-technology-fund-logo.png differ