Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 74 additions & 0 deletions content/events/2026-geneva/sponsor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
+++
Title = "Sponsor"
Type = "event"
Description = "Sponsor DevOpsDays Geneva 2026"
+++
<style type="text/css">
div.sponsor-row img.img-fluid{
max-height: 70px;
}
</style>
<style>
thead th:not(:first-child) {
padding: 0 2.5rem;
color: white;
background-color: #0069d9;
}

thead th:first-child {
font-weight: bolder;
font-size: 16px;
color: #0069d9;
}

tbody tr:first-child td:not(:first-child){
color: white;
background-color: #0069d9;
}

tbody tr:not(:first-child) {
border-top: 1px dashed #BDBDBD;
}
tbody tr:last-child {
border-bottom: 1px dashed #BDBDBD;
}
tbody td {
padding: 0.5rem 0;
}
</style>

Sponsors are crucial for the success of the event, and we will show you our love better than ever :heart_eyes:

If you want to sponsor this year edition, please fill in [this form](https://devopsdays-geneva.ch/forms/PublicFormSponsors.php) and if the sponsoring level you chose is still available we will quickly confirm and send you the corresponding invoice.

We apply the simple rule of “first come firs served” with the order being the timestamp of the filled form.



| **SPONSORS PACKS** | **EVENT** | **GOLD** | **SPEAKERS** | **SILVER** | **BRONZE** | **MIC** | **COMMUNITY** |
|-----------------------------------------------------------------|:-------------------:|:-------------------:|:-------------------:|:-------------------:|:-------------:|:-------------:|:-------------:|
| | **10'000 CHF** | **7'000 CHF** | **6'000 CHF** | **4'000 CHF** | **1'500 CHF** | **2'000 CHF** | **0 CHF** |
| **Number of sponsors** | **1** | **7** | **1** | **11** | | **1** | |
| **Free tickets** including sponsor team | **8** | **5** | **4** | **3** | **1** | **2** | **0** |
| Logo on event **website**, **Posts on Social Network** | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
| Logo on **dedicated slides** | ✔ | ✔ | | | | | |
| Logo on **shared slides** | | | ✔ | ✔ | ✔ | ✔ | |
| Logo on **all communications** (Newsletter + Roll up + Program) | ✔ | ✔ | ✔ | ✔ | | | |
| **5 Minutes pitch** - two days during the welcome speech | ✔ | | | | | | |
| **2 minutes pitch** - one time | | ✔ | | | | | |
| **5 Minutes pitch** - during Speaker dinner | | | ✔ | | | | |
| Access for 2 persons to the speaker dinner | | | ✔ | | | | |
| **Dedicated** booth | **9 m<sup>2</sup>** | **6 m<sup>2</sup>** | **4 m<sup>2</sup>** | **4 m<sup>2</sup>** | | | |
| **1 dedicated page** on the program | ✔ | | | | | | |
| **Interview** with the cameraman | **5 min** | **2 min** | **2 min** | | | | |
| **Share table for swag** | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
| **Logo printed** on visitor bag | ✔ | ✔ | ✔ | | | | |
| **Logo printed** on the MIC cube | | | | | | ✔ | |

<br>
Please keep in mind, that you accept our Code of Conduct with sponsoring this event: {{< event_link page="conduct" text="Please read the Code of Conduct" >}}
<br><br>

## Why DevOpsDays?

DevOpsDays is a self-organizing conference for practitioners that depends on sponsorships. We do not have vendor booths, sell product presentations, or distribute attendee contact lists. Sponsors will get recognition on the website and social media before, during and after the event. Sponsors are encouraged to represent themselves by actively participating and engaging with the attendees as peers. Any attendee also has the opportunity to demo products/projects as part of an open space session.
4 changes: 2 additions & 2 deletions content/events/2026-geneva/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,14 @@ Description = "DevOpsDays Geneva 2026"
</div>
</div> -->

<!-- <div class = "row">
<div class = "row">
<div class = "col-md-2">
<strong>Sponsors</strong>
</div>
<div class = "col-md-8">
{{< event_link page="sponsor" text="Sponsor the conference!" >}}
</div>
</div> -->
</div>

<div class = "row">
<div class = "col-md-2">
Expand Down
2 changes: 1 addition & 1 deletion data/events/2026/geneva/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ nav_elements: # List of pages you want to show up in the navigation of your page
- name: registration
# - name: program
# - name: speakers
# - name: sponsor
- name: sponsor
- name: newsletter
- name: contact
- name: conduct
Expand Down
Loading