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
61 changes: 61 additions & 0 deletions content/events/2026-geneva/propose.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
+++
Title = "Propose"
Type = "event"
Description = "Propose a talk for DevOpsDays Geneva 2026"
+++
<style type="text/css">
div.sponsor-row img.img-fluid{
max-height: 70px;
}
a.jssocials-share-link, a.event-cta-button {
background-color: #8e44b3;
}
</style>
<br>
<br>

DevOpsDays Geneva 2026 call for papers is open for the 7th edition!

We are pleased to announce the opening of the CFP submission for the DevOpsDays 2026 conference.

{{< cfp_dates >}}
<br>

We cordially remind you that CFP's should not have any commercial aspect.


As actors of the IT evolution you are part of the central pillar of the organisation of our society. This year we would like to highlight talks that make the link between tech and the colossal societal impact: human, ecological, financial and technological.

We welcome your experiences and feedback particularly on GreenOps optimisation ideas, impact, ways to monitor advances and synergy of actions.


<strong>We’re looking for quality over quantity!</strong>

We are open to all talks but having a societal dimension will be a plus.

We will review CFPs as they come in, but please do not expect a reply before the closing date.

We strive to create a program that balances the cultural and technical aspects of DevOps.

We will not reject submissions solely based on the fact they come from a vendor, but we will not accept vendor pitches.

While you can submit more than one proposal, please limit yourself. We want to hear the talk you are most passionate about.

<strong>So when ready fill the CFP <a href=' https://do1.ch/dodge26cfp' target='_blank'>Here</a></strong>

<br>
For any questions do not hesitate to contact us {{< email_organizers subject="Talk proposal - DevOpsDays Geneva 2026 - Questions">}}
<br>
<br>
<div class="row">
<div class="col-md-12">
<div class="row justify-content-center">
<div class="d-flex p-2">
<a class="btn btn-primary btn-block"
style="margin-top: 15px; margin-bottom: 15px; background-color: #ED1C24; border-color: #ED1C24;"
href=" https://do1.ch/dodge26cfp">
<i class="fa fa-person-chalkboard fa-lg"></i>&nbsp;&nbsp;&nbsp;Click here to send us your proposal</a>
</div>
</div>
</div>
</div>
9 changes: 7 additions & 2 deletions content/events/2026-geneva/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ Description = "DevOpsDays Geneva 2026"
</a>
</div>
<div class="d-flex p-2">
<a class="btn btn-primary btn-block"
style="margin-top: 15px; margin-bottom: 15px; background-color: #ED1C24; border-color: #ED1C24;"
href="/events/2026-geneva/propose">
<i class="fa fa-person-chalkboard fa-lg"></i>&nbsp;&nbsp;&nbsp;Propose a talk!</a>
</div>
</div>
</div>

Expand Down Expand Up @@ -91,14 +96,14 @@ Description = "DevOpsDays Geneva 2026"
</div>
</div>

<!-- <div class = "row">
<div class = "row">
<div class = "col-md-2">
<strong>Propose</strong>
</div>
<div class = "col-md-8">
{{< event_link page="propose" text="Propose a talk!" >}}
</div>
</div> -->
</div>

<!-- <div class = "row">
<div class = "col-md-2">
Expand Down
8 changes: 4 additions & 4 deletions data/events/2026/geneva/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ startdate: 2026-05-21T08:00:00+01:00 # The start date of your event. Leave blank
enddate: 2026-05-22T17:00:00+01:00 # The end date of your event. Leave blank if you don't have a venue reserved yet.

# Leave CFP dates blank if you don't know yet, or set all three at once.
cfp_date_start: # start accepting talk proposals.
cfp_date_end: # close your call for proposals.
cfp_date_announce: # inform proposers of status
cfp_date_start: 2025-10-31T23:59:00+01:00
cfp_date_end: 2026-02-06T23:59:00+01:00
cfp_date_announce: 2026-02-16T23:59:00+01:00

cfp_link: "" #if you have a custom link for submitting proposals, add it here. This will control the Propose menu item as well as the "Propose" button.

Expand All @@ -37,7 +37,7 @@ location: "Geneva" # Defaults to city, but you can make it the venue name.
location_address: "Campus de Battelle, Rue de la Tambourine 17, 1227 Carouge" #Optional - use the street address of your venue. This will show up on the welcome page if set.

nav_elements: # List of pages you want to show up in the navigation of your page.
# - name: propose
- name: propose
- name: location
- name: registration
# - name: program
Expand Down
Loading