Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/events/2025-sao-paulo/registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Description = "Registration for devopsdays Sao Paulo 2025"
+++

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

Embed registration iframe/link/etc.
<h3>Abertura do 1º Lote: 24/05/2025</h3>
<a href=https://pay.kiwify.com.br/lK4BcjZ target=_blank>1º Lote</a>
</div></div>
</div>
28 changes: 18 additions & 10 deletions content/events/2025-sao-paulo/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,34 @@ Description = "devopsdays Sao Paulo 2025"
<h3>DevOpsDays São Paulo 2025!</h3>
<hr/>
<div class = "row">
<div class = "col-md-2">
<strong>Data</strong>
</div>
<div class = "col-md-4">
{{< event_start >}}
</div>
<div class = "col-md-2">
<strong>Data</strong>
</div>
<div class = "col-md-4">
{{< event_start >}}
</div>
</div>
<div class="row">
<div class="col-md-2">
<strong>CFP</strong>
</div>
<div class="col-md-2">
<strong>CFP</strong>
</div>
<div class="col-md-6">
<p>{{< event_link url-key="cfp_link" text="Subter proposta, até 25/07 às 23h59" >}}</p>
</div>
</div>
<div class="row">
<div class="col-md-2">
<strong>Ingressos</strong>
</div>
<div class="col-md-6">
<p>{{< event_link url-key="registration_link" text="Compre seu ingresso!" >}}</p>
</div>
</div>
</div>

<div class="col-md-4 embed-responsive">
<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>


<!-- <div class = "row">
<div class = "col-md-2">
<strong>Location</strong>
Expand Down
9 changes: 5 additions & 4 deletions data/events/2025/sao-paulo/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ cfp_date_announce: 2025-08-25T10:00:00+03:00 # inform proposers of status

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.

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: 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.
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.

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: "/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.

# Location
#
Expand All @@ -50,7 +50,8 @@ nav_elements: # List of pages you want to show up in the navigation of your page
- name: chamadas (CfP)
url: https://talks.devopsdays.org/devopsdays-sao-paulo-2025/cfp
# - name: location
# - name: registration
- name: Ingressos
url: /events/2025-sao-paulo/registration
# - name: program
# - name: speakers
- name: patrocínio
Expand Down
Loading