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
12 changes: 12 additions & 0 deletions content/events/2026-geneva/registration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
+++
Title = "Registration 2026"
Type = "event"
Description = "Registration for DevOpsDays Geneva 2026"
+++
<style type="text/css">
div.sponsor-row img.img-fluid{
max-height: 70px;
}
</style>

{{< tix city="geneva" year="2026" info="show" >}}
18 changes: 15 additions & 3 deletions content/events/2026-geneva/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,19 @@ Description = "DevOpsDays Geneva 2026"
}
</style>


<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="/events/2026-geneva/registration">
<i class="fa fa-ticket fa-lg"></i>&nbsp;&nbsp;&nbsp;Register to attend the conference!
</a>
</div>
<div class="d-flex p-2">
</div>
</div>

<div class = "row">
<div class = "col-md-8">
Expand All @@ -70,14 +82,14 @@ Description = "DevOpsDays Geneva 2026"
</div>
</div>

<!-- <div class = "row">
<div class = "row">
<div class = "col-md-2">
<strong>Register</strong>
</div>
<div class = "col-md-8">
{{< event_link page="registration" text="Register to attend 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 @@ -39,7 +39,7 @@ location_address: "Campus de Battelle, Rue de la Tambourine 17, 1227 Carouge" #O
nav_elements: # List of pages you want to show up in the navigation of your page.
# - name: propose
- name: location
# - name: registration
- name: registration
# - name: program
# - name: speakers
# - name: sponsor
Expand Down
Loading