Skip to content

Commit 51a7439

Browse files
authored
Merge pull request #14846 from npalm/npalm/enable-registration
[EHV-2025] enable registration
2 parents b8382c9 + a58e50c commit 51a7439

File tree

3 files changed

+38
-30
lines changed

3 files changed

+38
-30
lines changed

content/events/2025-eindhoven/registration.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,4 @@ Type = "event"
44
Description = "Registration for devopsdays Eindhoven 2025"
55
+++
66

7-
<div style="width:100%; text-align:left;">
8-
9-
Embed registration iframe/link/etc.
10-
</div></div>
11-
</div>
7+
{{< tix city="eindhoven" year="2025" >}}

content/events/2025-eindhoven/welcome.md

Lines changed: 34 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,35 @@ Description = "devopsdays Eindhoven 2025 will take place October 2nd and 3rd, 20
2626
{{< event_location >}}
2727
</div>
2828
</div>
29-
<!--
29+
3030
<div class = "row">
3131
<div class = "col-md-2">
32-
<strong>Register</strong>
32+
<strong>Propose</strong>
3333
</div>
3434
<div class = "col-md-8">
35-
{{< event_link page="registration" text="Register to attend the conference!" >}}
35+
<a href="https://talks.devopsdays.org/devopsdays-eindhoven-2025/cfp">
36+
Propose a talk!
37+
</a>
3638
</div>
37-
</div> -->
39+
</div>
3840

39-
<!-- <div class = "row">
41+
<div class = "row">
4042
<div class = "col-md-2">
41-
<strong>Propose</strong>
43+
<strong>Sponsors</strong>
44+
</div>
45+
<div class = "col-md-8">
46+
{{< event_link page="sponsor" text="Sponsor the conference!" >}}
47+
</div>
48+
</div>
49+
50+
<div class = "row">
51+
<div class = "col-md-2">
52+
<strong>Register / Get a ticket</strong>
4253
</div>
4354
<div class = "col-md-8">
44-
<a href="https://talx.devops.foundation/devopsdays-eindhoven-2025/cfp">Propose a talk!</a>
55+
{{< event_link page="registration" text="Get a ticket to attend the conference!" >}}
4556
</div>
46-
</div> -->
57+
</div>
4758

4859
<!-- <div class = "row">
4960
<div class = "col-md-2">
@@ -52,9 +63,9 @@ Description = "devopsdays Eindhoven 2025 will take place October 2nd and 3rd, 20
5263
<div class = "col-md-8">
5364
View the {{< event_link page="program" text="program." >}}
5465
</div>
55-
</div> -->
66+
</div>
5667
57-
<!-- <div class = "row">
68+
<div class = "row">
5869
<div class = "col-md-2">
5970
<strong>Speakers</strong>
6071
</div>
@@ -65,21 +76,21 @@ Description = "devopsdays Eindhoven 2025 will take place October 2nd and 3rd, 20
6576

6677
<div class = "row">
6778
<div class = "col-md-2">
68-
<strong>Sponsors</strong>
79+
<strong>Contact</strong>
6980
</div>
7081
<div class = "col-md-8">
71-
{{< event_link page="sponsor" text="Sponsor the conference!" >}}
82+
{{< event_link page="contact" text="Get in touch with the organizers" >}}
7283
</div>
73-
</div>
84+
</div>
7485

75-
<div class = "row">
86+
<!-- <div class = "row">
7687
<div class = "col-md-2">
77-
<strong>Contact</strong>
88+
<strong>Livestream</strong>
7889
</div>
7990
<div class = "col-md-8">
80-
{{< event_link page="contact" text="Get in touch with the organizers" >}}
91+
<a href="https://youtube.com/c/devopsEindhoven">Join the livestream!</a>
8192
</div>
82-
</div>
93+
</div> -->
8394

8495
<div class="container">
8596
<div class="row">
@@ -89,26 +100,27 @@ Description = "devopsdays Eindhoven 2025 will take place October 2nd and 3rd, 20
89100
<a class="btn btn-primary btn-block"
90101
style="margin-top: 10px; margin-bottom: 10px; background-color: #96bfe6; border-color: #96bfe6;"
91102
href="/events/2025-eindhoven/sponsor">
92-
<i class="fa fa-money fa-lg"></i>&nbsp;&nbsp;&nbsp;Sponsor the Conference
103+
<i class="fa fa-money fa-lg"></i>&nbsp;&nbsp;Sponsor the Conference
93104
</a>
94105
</div>
95-
<!-- <div class="d-flex p-2">
106+
<div class="d-flex p-2">
96107
<a class="btn btn-primary btn-block"
97108
style="margin-top: 10px; margin-bottom: 10px; background-color: #e59049; border-color: #e59049;"
98109
href="/events/2025-eindhoven/registration">
99-
<i class="fa fa-ticket fa-lg"></i>&nbsp;&nbsp;&nbsp;Buy a ticket
110+
<i class="fa fa-ticket fa-lg"></i>&nbsp;&nbsp;Buy a ticket
100111
</a>
101-
</div> -->
112+
</div>
102113
<div class="d-flex p-2">
103114
<a class="btn btn-primary btn-block"
104115
style="margin-top: 10px; margin-bottom: 10px; background-color: #96bfe6; border-color: #96bfe6;"
105116
href="/events/2025-eindhoven/contact">
106-
<i class="fa fa-envelope-o fa-lg"></i>&nbsp;&nbsp;&nbsp;Contact the Organizers
117+
<i class="fa fa-envelope-o fa-lg"></i>&nbsp;&nbsp;Contact the Organizers
107118
</a>
108119
</div>
109120
</div>
110121
</div>
111122
</div>
123+
112124
<div class="row">
113125
<div class="col-12">
114126
From fledgling startups to established industry, The Netherlands is home to a large, vibrant technology community. Eindhoven, in particular, has been a flurry of activity in the past several years, drawing attention from around the globe.

data/events/2025/eindhoven/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ cfp_date_announce: # inform proposers of status
2020

2121
cfp_link: "https://talks.devopsdays.org/devopsdays-eindhoven-2025/cfp" #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.
2222

23-
registration_date_start: # start accepting registration. Leave blank if registration is not open yet. This will make the "Register" button appear on your "Welcome" page.
24-
registration_date_end: # close registration. Leave blank if registration is not open yet. If you set "registration_date_start" you need a value here.
23+
registration_date_start: 2025-02-01T00:00:00+02:00
24+
registration_date_end: 2025-09-30T09:00:00+02:00
2525

2626
registration_closed: "" #set this to true if you need to manually close registration before your registration end date
2727
registration_link: "" # If you have a custom registration link, enter it here. This will control the Registration menu item as well as the "Register" button.
@@ -40,7 +40,7 @@ sharing_image: "logo-rectangle.png"
4040
nav_elements: # List of pages you want to show up in the navigation of your page.
4141
# - name: propose
4242
- name: location
43-
# - name: registration
43+
- name: registration
4444
# - name: program
4545
# - name: speakers
4646
- name: sponsor

0 commit comments

Comments
 (0)