Skip to content

Commit

Permalink
Add new silver sponsor: devoteam (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierobert authored Sep 27, 2023
1 parent 0b53cc0 commit c5fe93c
Show file tree
Hide file tree
Showing 5 changed files with 3,051 additions and 3,019 deletions.
6 changes: 5 additions & 1 deletion frontend/stylesheets/components/_list-sponsor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@

&__company {
@include make-col-ready();
@include make-col(4);
@include make-col(6);

display: flex;
align-items: center;
justify-content: center;

padding-top: 1rem;
padding-bottom: 1rem;

@include media-breakpoint-up('sm') {
@include make-col(4);
}
}

&__link {
Expand Down
6 changes: 5 additions & 1 deletion frontend/stylesheets/screens/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,14 @@ body.home .sponsors {
margin-inline: auto;
}

&.list-sponsor--silver {
&--silver {
@include media-breakpoint-up('md') {
width: 75%
}

.list-sponsor__company {
@include make-col(4);
}
}
}

Expand Down
5 changes: 5 additions & 0 deletions src/_data/sponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
logo_url: /images/sponsors/datawow.svg
url: "https://www.datawow.io/"
level: silver
- name: devoteam
about: Tech for people unlocks the future. At Devoteam, we believe that technology with strong human values can actively drive change for the better. 25+ years of expertise in Digital Business & Products, Data-driven Intelligence, Distributed Cloud, Business Automation, Trust & Cybersecurity, Sustainability enabled by Digital.
logo_url: /images/sponsors/devoteam.svg
url: "https://www.devoteam.com/"
level: silver
- name: Eventpop
about: "Eventpop is an end-to-end event solution that enhances the seamless event experience. Eventpop แพลตฟอร์มจำหน่ายบัตรที่ตอบโจทย์ทุกงานอีเวนต์."
logo_url: /images/sponsors/eventpop.png
Expand Down
19 changes: 19 additions & 0 deletions src/images/sponsors/devoteam.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c5fe93c

Please sign in to comment.