From e8454da4da76b0311f923c0abce0235dd3b483a4 Mon Sep 17 00:00:00 2001 From: Matt Mayer Date: Fri, 16 Jun 2023 14:26:20 +0700 Subject: [PATCH 1/4] add new silver sponsor --- src/_data/sponsors.yml | 5 +++++ src/images/sponsors/jetbrains.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 src/images/sponsors/jetbrains.svg diff --git a/src/_data/sponsors.yml b/src/_data/sponsors.yml index 854416f..3dc402b 100644 --- a/src/_data/sponsors.yml +++ b/src/_data/sponsors.yml @@ -8,6 +8,11 @@ logo_url: /images/sponsors/eventpop.png url: "https://www.eventpop.me/" level: gold +- name: Jetbrains + about: "" + logo_url: /images/sponsors/jetbrains.svg + url: "https://www.jetbrains.com/" + level: silver - name: Oivan about: "We believe that extraordinary expertise in design and technology can solve some of the world's biggest challenges." logo_url: /images/sponsors/oivan.svg diff --git a/src/images/sponsors/jetbrains.svg b/src/images/sponsors/jetbrains.svg new file mode 100644 index 0000000..fc3341a --- /dev/null +++ b/src/images/sponsors/jetbrains.svg @@ -0,0 +1 @@ +Artboard 1 \ No newline at end of file From a6108ddd80ccb51b686c7dc63cec2586403e4498 Mon Sep 17 00:00:00 2001 From: Matt Mayer Date: Fri, 16 Jun 2023 14:31:43 +0700 Subject: [PATCH 2/4] limit logo height --- frontend/stylesheets/components/_list-sponsor.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/stylesheets/components/_list-sponsor.scss b/frontend/stylesheets/components/_list-sponsor.scss index 7f85b89..09f9da0 100644 --- a/frontend/stylesheets/components/_list-sponsor.scss +++ b/frontend/stylesheets/components/_list-sponsor.scss @@ -21,6 +21,10 @@ &__logo { width: 100%; + max-height: 100px; + @include media-breakpoint-up('sm') { + margin-top: 150px; + } } & + & { From 88b0a2051c5ca7bf2e6178c4a535695fca3c8949 Mon Sep 17 00:00:00 2001 From: Matt Mayer Date: Fri, 16 Jun 2023 16:03:41 +0700 Subject: [PATCH 3/4] fix max-height --- frontend/stylesheets/components/_list-sponsor.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/stylesheets/components/_list-sponsor.scss b/frontend/stylesheets/components/_list-sponsor.scss index 09f9da0..4e9e19f 100644 --- a/frontend/stylesheets/components/_list-sponsor.scss +++ b/frontend/stylesheets/components/_list-sponsor.scss @@ -23,7 +23,7 @@ width: 100%; max-height: 100px; @include media-breakpoint-up('sm') { - margin-top: 150px; + max-height: 150px; } } From 194177bec5af26a24a2820345ca685fdffc5bf96 Mon Sep 17 00:00:00 2001 From: Olivier Robert Date: Tue, 11 Jul 2023 18:00:51 +0700 Subject: [PATCH 4/4] Fix spacing issues --- frontend/stylesheets/components/_list-sponsor.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/stylesheets/components/_list-sponsor.scss b/frontend/stylesheets/components/_list-sponsor.scss index 4e9e19f..16b231d 100644 --- a/frontend/stylesheets/components/_list-sponsor.scss +++ b/frontend/stylesheets/components/_list-sponsor.scss @@ -22,6 +22,7 @@ &__logo { width: 100%; max-height: 100px; + @include media-breakpoint-up('sm') { max-height: 150px; } @@ -60,7 +61,7 @@ @include make-col-ready(); } - .list-sponsor__link { + .list-sponsor__link { @include make-col(12); @include media-breakpoint-up('sm') { @@ -70,7 +71,7 @@ .list-sponsor__info { @include make-col(12); - + margin-bottom: 0; text-align: center;