Skip to content

Commit b4e67e1

Browse files
authored
Merge pull request #15553 from deniger/main-ge-pretix
[GE-2026] registration page
2 parents f437709 + dc38daf commit b4e67e1

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
+++
2+
Title = "Registration 2026"
3+
Type = "event"
4+
Description = "Registration for DevOpsDays Geneva 2026"
5+
+++
6+
<style type="text/css">
7+
div.sponsor-row img.img-fluid{
8+
max-height: 70px;
9+
}
10+
</style>
11+
12+
{{< tix city="geneva" year="2026" info="show" >}}

content/events/2026-geneva/welcome.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,19 @@ Description = "DevOpsDays Geneva 2026"
4848
}
4949
</style>
5050

51-
51+
<div class="row">
52+
<div class="col-md-12">
53+
<div class="row justify-content-center">
54+
<div class="d-flex p-2">
55+
<a class="btn btn-primary btn-block"
56+
style="margin-top: 15px; margin-bottom: 15px; background-color: #ED1C24; border-color: #ED1C24;"
57+
href="/events/2026-geneva/registration">
58+
<i class="fa fa-ticket fa-lg"></i>&nbsp;&nbsp;&nbsp;Register to attend the conference!
59+
</a>
60+
</div>
61+
<div class="d-flex p-2">
62+
</div>
63+
</div>
5264

5365
<div class = "row">
5466
<div class = "col-md-8">
@@ -70,14 +82,14 @@ Description = "DevOpsDays Geneva 2026"
7082
</div>
7183
</div>
7284

73-
<!-- <div class = "row">
85+
<div class = "row">
7486
<div class = "col-md-2">
7587
<strong>Register</strong>
7688
</div>
7789
<div class = "col-md-8">
7890
{{< event_link page="registration" text="Register to attend the conference!" >}}
7991
</div>
80-
</div> -->
92+
</div>
8193

8294
<!-- <div class = "row">
8395
<div class = "col-md-2">

data/events/2026/geneva/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ location_address: "Campus de Battelle, Rue de la Tambourine 17, 1227 Carouge" #O
3939
nav_elements: # List of pages you want to show up in the navigation of your page.
4040
# - name: propose
4141
- name: location
42-
# - name: registration
42+
- name: registration
4343
# - name: program
4444
# - name: speakers
4545
# - name: sponsor

0 commit comments

Comments
 (0)