Skip to content

Commit

Permalink
Add new silver sponsor JetBrains (#310)
Browse files Browse the repository at this point in the history
Co-authored-by: Olivier Robert <[email protected]>
  • Loading branch information
matthewmayer and olivierobert authored Jul 11, 2023
1 parent 825323a commit f56bb42
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
9 changes: 7 additions & 2 deletions frontend/stylesheets/components/_list-sponsor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@

&__logo {
width: 100%;
max-height: 100px;

@include media-breakpoint-up('sm') {
max-height: 150px;
}
}

& + & {
Expand Down Expand Up @@ -56,7 +61,7 @@
@include make-col-ready();
}

.list-sponsor__link {
.list-sponsor__link {
@include make-col(12);

@include media-breakpoint-up('sm') {
Expand All @@ -66,7 +71,7 @@

.list-sponsor__info {
@include make-col(12);

margin-bottom: 0;
text-align: center;

Expand Down
5 changes: 5 additions & 0 deletions src/_data/sponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/images/sponsors/jetbrains.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f56bb42

Please sign in to comment.