Skip to content

Commit e1bf573

Browse files
authored
Merge pull request #14896 from gallimorej/open-reg-add-organizer
[DC-2025] Open registration and add new organizer
2 parents 8f471f7 + 544099a commit e1bf573

3 files changed

Lines changed: 18 additions & 9 deletions

File tree

11.3 KB
Loading
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
+++
22
Title = "Registration"
33
Type = "event"
4-
Description = "Registration for devopsdays washington-dc 2025"
4+
Description = "Registration for DevOpsDays DC 2025"
55
+++
66

77
<div style="width:100%; text-align:left;">
88

9-
Embed registration iframe/link/etc.
10-
</div></div>
11-
</div>
9+
{{< tix url="https://tickets.devopsdays.org/devopdays-washington-dc/2025" info="show" >}}
10+
11+
</div>

data/events/2025/washington-dc/main.yml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ cfp_date_announce: # inform proposers of status
2323

2424
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.
2525

26-
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.
27-
registration_date_end: # close registration. Leave blank if registration is not open yet. If you set "registration_date_start" you need a value here.
26+
registration_date_start: 2025-02-19T00:00:00-04:00
27+
registration_date_end: 2025-09-18T23:59:59-04:00
2828

29-
registration_closed: "" #set this to true if you need to manually close registration before your registration end date
30-
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.
29+
# registration_closed: "" #set this to true if you need to manually close registration before your registration end date
30+
# registration_link: "https://tickets.devopsdays.org/devopdays-washington-dc/2025/"
3131

3232
# Location
3333
coordinates: "38.89536,-77.04075"
@@ -39,7 +39,7 @@ location_address: "" #Optional - use the street address of your venue. This will
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
@@ -141,6 +141,15 @@ team_members: # Name is the only required field for team members.
141141
website: ""
142142
linkedin: "https://www.linkedin.com/in/kadi-grigg/"
143143

144+
- name: "Joey Menzenski"
145+
employer: "MITRE"
146+
twitter: ""
147+
bio: ""
148+
image: "joey-menzenski.jpg"
149+
github: ""
150+
website: ""
151+
linkedin: "https://www.linkedin.com/in/joseph-menzenski"
152+
144153
- name: "Karl Peña"
145154
employer: "ScientiaMobile"
146155
twitter: ""

0 commit comments

Comments
 (0)