diff --git a/content/_index.md b/content/_index.md index 4c4c53de..17e801d1 100644 --- a/content/_index.md +++ b/content/_index.md @@ -183,6 +183,11 @@ link="https://sentry.io/?utm_source=eurorust" image="/images/sponsors/current_sponsors/sentry.svg" +[[extra.sponsors.live_stream_partners]] + title="Huawei" + link="https://www.huawei.com/en/?ic_medium=direct&ic_source=surlent&utm_source=eurorust" + image="/images/sponsors/current_sponsors/huawei.png" + [[extra.sponsors.premier_partners]] title="Helsing" link="https://helsing.ai/?utm_source=eurorust" diff --git a/sass/components/_sponsors.scss b/sass/components/_sponsors.scss index 7831002d..3e54b7c0 100644 --- a/sass/components/_sponsors.scss +++ b/sass/components/_sponsors.scss @@ -39,6 +39,10 @@ var(--max-width-head-partners) / var(--partner-size-ratio) ); + --max-width-live-stream-partners: calc( + var(--max-width-head-partners) * 1.3 + ); + --max-width-supporters: calc( var(--max-width-partners) / var(--supporter-size-ratio) ); @@ -68,6 +72,10 @@ --max-width: var(--max-width-premier-partners); } + &.live-stream-partners { + --max-width: var(--max-width-live-stream-partners); + } + &.head-partners { gap: 30px; --max-width: max-width: var(--max-width-head-partners); diff --git a/templates/sections/sponsors.html b/templates/sections/sponsors.html index d870b82d..465653a6 100644 --- a/templates/sections/sponsors.html +++ b/templates/sections/sponsors.html @@ -23,7 +23,7 @@