Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 16 additions & 11 deletions src/views/Home/components/Sponsors/SponsorsData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,52 +21,57 @@ export const sponsors: Sponsors = {
{
name: "Caixabank Tech",
website: "https://www.caixabanktech.com/es/pagina-de-inicio/",
image: "images/sponsors/caixabank-tech.png",
image: "images/sponsors/caixabank-tech.png"
},
{
name: "Sopra Steria",
image: "/images/sponsors/sopra.png",
website: "https://www.soprasteria.es/",
website: "https://www.soprasteria.es/"
},
{
name: "Elastic",
image: "/images/sponsors/logo-elastic-horizontal-color.png",
website: "https://www.elastic.co/",
website: "https://www.elastic.co/"
},
{
name: "Manychat",
website: "https://careers.manychat.com/",
image: "/images/sponsors/logo-manychat.webp",
image: "/images/sponsors/logo-manychat.webp"
},
{
name: "Snowflake",
website: "https://www.snowflake.com/en/developers/",
image: "/images/sponsors/logo-snowflake.png",
},
image: "/images/sponsors/logo-snowflake.png"
}
],
basic: [],
communities: [],
media_partners: [
{
name: "Digital Expert Online",
website: "https://digital-expert.online/en/",
image: "images/sponsors/logo-digital-expert.svg",
image: "images/sponsors/logo-digital-expert.svg"
},
{
name: "Kube events",
image: "images/sponsors/kube-events.png",
website: "https://kube.events/",
website: "https://kube.events/"
},
{
name: "Kube careers",
image: "images/sponsors/kube-career.png",
website: "https://kube.careers/",
website: "https://kube.careers/"
},
{
name: "CIO Insights",
website: "https://www.cioinsights.com/",
image: "images/sponsors/cio-insights.png",
image: "images/sponsors/cio-insights.png"
},
{
name: "Clever Cloud",
image: "images/sponsors/clever-cloud.png",
website: "https://www.clever-cloud.com/"
}
Comment on lines +70 to +74
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Consider adding the new sponsor in alphabetical order to maintain consistency within the media_partners list.

    {
      name: "CIO Insights",
      website: "https://www.cioinsights.com/",
      image: "images/sponsors/cio-insights.png"
    },
    {
      name: "Clever Cloud",
      image: "images/sponsors/clever-cloud.png",
      website: "https://www.clever-cloud.com/"
    }

],
supporters: [],
supporters: []
};
Loading