Skip to content

Commit

Permalink
[HOU-2022] Enable ticket sales in Houston 2022 (#11600)
Browse files Browse the repository at this point in the history
* Opening up ticket sales in Houston 2022

* Missing a space

Co-authored-by: Mike Rosado <mikerostx@gmail.com>
  • Loading branch information
azhanov and MikeRosTX authored Aug 2, 2022
1 parent d21bd14 commit cb706ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions content/events/2022-houston/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ sharing_image = "sharing.jpg"
{{< event_location >}}
</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!" >}}
<a href="https://www.eventbrite.com/e/devopsdays-houston-2022-tickets-389887382657?aff=devopsdayswebsite">Register to attend the conference!</a>
</div>
</div> -->
</div>
<div class = "row">
<div class = "col-md-2">
<strong>Propose</strong>
Expand Down
10 changes: 5 additions & 5 deletions data/events/2022-houston.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ cfp_date_announce: 2022-08-15T00:00:00-06:00 # inform proposers of status

cfp_link: "https://www.papercall.io/devopsdayshouston2022" #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.

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.
registration_date_end: # close registration. Leave blank if registration is not open yet. If you set "registration_date_start" you need a value here.
registration_date_start: 2022-07-23T00:00:00-05:00 # start accepting registration. Leave blank if registration is not open yet. This will make the "Register" button appear on your "Welcome" page.
registration_date_end: 2022-10-04T00:00:00-05:00 # close registration. Leave blank if registration is not open yet. If you set "registration_date_start" you need a value here.

registration_closed: "" #set this to true if you need to manually close registration before your registration end date
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.
registration_link: "https://www.eventbrite.com/e/devopsdays-houston-2022-tickets-389887382657?aff=devopsdayswebsite" # If you have a custom registration link, enter it here. This will control the Registration menu item as well as the "Register" button.

sharing_image: "sharing.jpg"

Expand All @@ -36,9 +36,9 @@ location: "The Ion, Houston" # Defaults to city, but you can make it the venue n
location_address: "4201 Main St, Houston, TX 77002" #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: registration
# - name: program
# - name: speakers
- name: sponsor
Expand Down

0 comments on commit cb706ea

Please sign in to comment.