Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 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
10 changes: 9 additions & 1 deletion content/events/2025-sao-paulo/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Description = "devopsdays Sao Paulo 2025"
</div>
<hr>
<div class="col-md-6">
<h3>DevOpsDays São Paulo 2025</h3>
<h3>DevOpsDays São Paulo 2025!</h3>
<hr/>
<div class = "row">
<div class = "col-md-2">
Expand All @@ -41,6 +41,14 @@ Description = "devopsdays Sao Paulo 2025"
{{< event_start >}}
</div>
</div>
<div class="row">
<div class="col-md-2">
<strong>CFP</strong>
</div>
<div class="col-md-6">
<p>Abertura da envio em 23/04, fechamento em 22/07</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>
Expand Down
15 changes: 8 additions & 7 deletions data/events/2025/sao-paulo/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ ga_tracking_id: "" # If you have your own Google Analytics tracking ID, enter it
# variable: 2019-01-05T23:59:59+02:00
# Note: we allow 2025-MM-DD for backward compatibility, but it can lead to unexpected behaviors (like your event disappearing from the front page during your last day)

startdate: # 2025-07-12T00:00:00+03:00 # The start date of your event. Leave blank if you don't have a venue reserved yet.
enddate: # 2025-07-12T23:59:59+03:00 # The end date of your event. Leave blank if you don't have a venue reserved yet.
startdate: 2025-11-22T09:00:00+03:00 # The start date of your event. Leave blank if you don't have a venue reserved yet.
enddate: 2025-11-22T19:00:00+03:00 # The end date of your event. Leave blank if you don't have a venue reserved yet.

# Leave CFP dates blank if you don't know yet, or set all three at once.
cfp_date_start: # start accepting talk proposals.
cfp_date_end: # close your call for proposals.
cfp_date_announce: # inform proposers of status
cfp_date_start: 2025-04-23T10:00:00+03:00 # start accepting talk proposals.
cfp_date_end: 2025-07-22T23:59:59+03:00 # close your call for proposals.
cfp_date_announce: 2025-04-23T10:00:00+03:00 # inform proposers of status

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.
cfp_link: "https://talks.devopsdays.org/devopsdays-sao-paulo-2025/" #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.
Comment thread
greglixandrao marked this conversation as resolved.
Outdated

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.
Expand Down Expand Up @@ -47,7 +47,8 @@ event_social_twitter: "https://twitter.com/sp_devopsdays" # Change this to the t
# event_twitter: "sp_devopsdays" # This will create a traditional "Follow" twitter button. Change this to the twitter handle for your event such as devopsdayschi or devopsdaysmsp.

nav_elements: # List of pages you want to show up in the navigation of your page.
# - name: propose
- name: chamadas (CfP)
url: https://talks.devopsdays.org/devopsdays-sao-paulo-2025
Comment thread
greglixandrao marked this conversation as resolved.
Outdated
# - name: location
# - name: registration
# - name: program
Expand Down
Loading