Skip to content

Commit fee94c7

Browse files
authored
Merge pull request #15209 from greglixandrao/add-ticket-sales-info
[SP-2025] Add ticket sales information and activate registration page
2 parents 978a483 + c285583 commit fee94c7

File tree

3 files changed

+25
-16
lines changed

3 files changed

+25
-16
lines changed

content/events/2025-sao-paulo/registration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Description = "Registration for devopsdays Sao Paulo 2025"
55
+++
66

77
<div style="width:100%; text-align:left;">
8-
9-
Embed registration iframe/link/etc.
8+
<h3>Abertura do 1º Lote: 24/05/2025</h3>
9+
<a href=https://pay.kiwify.com.br/lK4BcjZ target=_blank>1º Lote</a>
1010
</div></div>
1111
</div>

content/events/2025-sao-paulo/welcome.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,26 +34,34 @@ Description = "devopsdays Sao Paulo 2025"
3434
<h3>DevOpsDays São Paulo 2025!</h3>
3535
<hr/>
3636
<div class = "row">
37-
<div class = "col-md-2">
38-
<strong>Data</strong>
39-
</div>
40-
<div class = "col-md-4">
41-
{{< event_start >}}
42-
</div>
37+
<div class = "col-md-2">
38+
<strong>Data</strong>
39+
</div>
40+
<div class = "col-md-4">
41+
{{< event_start >}}
42+
</div>
4343
</div>
4444
<div class="row">
45-
<div class="col-md-2">
46-
<strong>CFP</strong>
47-
</div>
45+
<div class="col-md-2">
46+
<strong>CFP</strong>
47+
</div>
4848
<div class="col-md-6">
4949
<p>{{< event_link url-key="cfp_link" text="Subter proposta, até 25/07 às 23h59" >}}</p>
5050
</div>
5151
</div>
52+
<div class="row">
53+
<div class="col-md-2">
54+
<strong>Ingressos</strong>
55+
</div>
56+
<div class="col-md-6">
57+
<p>{{< event_link url-key="registration_link" text="Compre seu ingresso!" >}}</p>
58+
</div>
59+
</div>
5260
</div>
61+
5362
<div class="col-md-4 embed-responsive">
5463
<iframe width="853" height="480" src="https://www.youtube.com/embed/QAKEmwCleYg" title="DevOpsDays São Paulo 2019 - Intro" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
5564

56-
5765
<!-- <div class = "row">
5866
<div class = "col-md-2">
5967
<strong>Location</strong>

data/events/2025/sao-paulo/main.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ cfp_date_announce: 2025-08-25T10:00:00+03:00 # inform proposers of status
2020

2121
cfp_link: "https://talks.devopsdays.org/devopsdays-sao-paulo-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-05-24T10:00:00+03:00 # 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: 2025-11-21T23:59:00+03:00 # close registration. Leave blank if registration is not open yet. If you set "registration_date_start" you need a value here.
2525

2626
registration_closed: "" #set this to true if you need to manually close registration before your registration end date
27-
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.
27+
registration_link: "/events/2025-sao-paulo/registration" # If you have a custom registration link, enter it here. This will control the Registration menu item as well as the "Register" button.
2828

2929
# Location
3030
#
@@ -50,7 +50,8 @@ nav_elements: # List of pages you want to show up in the navigation of your page
5050
- name: chamadas (CfP)
5151
url: https://talks.devopsdays.org/devopsdays-sao-paulo-2025/cfp
5252
# - name: location
53-
# - name: registration
53+
- name: Ingressos
54+
url: /events/2025-sao-paulo/registration
5455
# - name: program
5556
# - name: speakers
5657
- name: patrocínio

0 commit comments

Comments
 (0)