diff --git a/assets/sponsors/c/capital.png b/assets/sponsors/c/capital.png new file mode 100644 index 00000000000..a319b2f5773 Binary files /dev/null and b/assets/sponsors/c/capital.png differ diff --git a/assets/sponsors/i/invisible.png b/assets/sponsors/i/invisible.png new file mode 100644 index 00000000000..4e19d98cd35 Binary files /dev/null and b/assets/sponsors/i/invisible.png differ diff --git a/data/events/2025/warsaw/main.yml b/data/events/2025/warsaw/main.yml index 3aa9a3c5074..9a24e309f2c 100644 --- a/data/events/2025/warsaw/main.yml +++ b/data/events/2025/warsaw/main.yml @@ -128,6 +128,10 @@ organizer_email: "warsaw@devopsdays.org" # Put your organizer email address here # List all of your sponsors here along with what level of sponsorship they have. # Check data/sponsors/ to use sponsors already added by others. sponsors: + - id: invisible + level: platinum + - id: capital + level: partner - id: flox level: partner - id: googlecloud @@ -166,6 +170,8 @@ sponsors_accepted : "yes" # Whether you want "Become a XXX Sponsor!" link # unlimited sponsors, omit the max attribute or set it to 0. If you want to prevent all # sponsorship for a specific level, it is best to remove the level. sponsor_levels: + - id: platinum + label: Platinum Partner - id: partner label: Partners - id: community diff --git a/data/sponsors/capital.yml b/data/sponsors/capital.yml new file mode 100644 index 00000000000..e881ace96f9 --- /dev/null +++ b/data/sponsors/capital.yml @@ -0,0 +1,2 @@ +name: "Capital.com" +url: "https://careers.capital.com/" diff --git a/data/sponsors/invisible.yml b/data/sponsors/invisible.yml new file mode 100644 index 00000000000..4cb9979e9e4 --- /dev/null +++ b/data/sponsors/invisible.yml @@ -0,0 +1,2 @@ +name: "Invisible" +url: "https://invisibletech.ai/"