Skip to content

Commit 56a0c24

Browse files
authored
Merge pull request #15078 from greglixandrao/sp-2025-add-date
[SP 2025] Add event date and information about CfP
2 parents afcc318 + 4e195e7 commit 56a0c24

2 files changed

Lines changed: 16 additions & 7 deletions

File tree

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Description = "devopsdays Sao Paulo 2025"
3131
</div>
3232
<hr>
3333
<div class="col-md-6">
34-
<h3>DevOpsDays São Paulo 2025</h3>
34+
<h3>DevOpsDays São Paulo 2025!</h3>
3535
<hr/>
3636
<div class = "row">
3737
<div class = "col-md-2">
@@ -41,6 +41,14 @@ Description = "devopsdays Sao Paulo 2025"
4141
{{< event_start >}}
4242
</div>
4343
</div>
44+
<div class="row">
45+
<div class="col-md-2">
46+
<strong>CFP</strong>
47+
</div>
48+
<div class="col-md-6">
49+
<p>Abertura da envio em 23/04, fechamento em 22/07</p>
50+
</div>
51+
</div>
4452
</div>
4553
<div class="col-md-4 embed-responsive">
4654
<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>

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ ga_tracking_id: "" # If you have your own Google Analytics tracking ID, enter it
1010
# variable: 2019-01-05T23:59:59+02:00
1111
# 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)
1212

13-
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.
14-
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.
13+
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.
14+
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.
1515

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

2121
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.
2222

@@ -47,7 +47,8 @@ event_social_twitter: "https://twitter.com/sp_devopsdays" # Change this to the t
4747
# 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.
4848

4949
nav_elements: # List of pages you want to show up in the navigation of your page.
50-
# - name: propose
50+
# - name: chamadas (CfP)
51+
# url: https://talks.devopsdays.org/devopsdays-sao-paulo-2025/cfp
5152
# - name: location
5253
# - name: registration
5354
# - name: program

0 commit comments

Comments
 (0)