diff --git a/frontend/stylesheets/components/_list-sponsor.scss b/frontend/stylesheets/components/_list-sponsor.scss
index ae7d2e4..c7bb6be 100644
--- a/frontend/stylesheets/components/_list-sponsor.scss
+++ b/frontend/stylesheets/components/_list-sponsor.scss
@@ -5,7 +5,7 @@
&__company {
@include make-col-ready();
- @include make-col(4);
+ @include make-col(6);
display: flex;
align-items: center;
@@ -13,6 +13,10 @@
padding-top: 1rem;
padding-bottom: 1rem;
+
+ @include media-breakpoint-up('sm') {
+ @include make-col(4);
+ }
}
&__link {
diff --git a/frontend/stylesheets/screens/_home.scss b/frontend/stylesheets/screens/_home.scss
index 66324b6..5a17d17 100644
--- a/frontend/stylesheets/screens/_home.scss
+++ b/frontend/stylesheets/screens/_home.scss
@@ -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);
+ }
}
}
diff --git a/src/_data/sponsors.yml b/src/_data/sponsors.yml
index e3c8c34..d82fd01 100644
--- a/src/_data/sponsors.yml
+++ b/src/_data/sponsors.yml
@@ -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
diff --git a/src/images/sponsors/devoteam.svg b/src/images/sponsors/devoteam.svg
new file mode 100644
index 0000000..673f843
--- /dev/null
+++ b/src/images/sponsors/devoteam.svg
@@ -0,0 +1,19 @@
+
diff --git a/src/images/sponsors/jetbrains.svg b/src/images/sponsors/jetbrains.svg
index 6f9e3e1..fbd637a 100644
--- a/src/images/sponsors/jetbrains.svg
+++ b/src/images/sponsors/jetbrains.svg
@@ -1,3019 +1,3019 @@