Skip to content

Commit d18ae41

Browse files
committed
day 5 and timezones
1 parent 8b94872 commit d18ae41

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,10 @@ <h2 class="section-title">Agenda</h2>
166166
<div class="timezone-section">
167167
<span class="filter-label">See schedule in</span>
168168
<div class="timezone-buttons">
169-
<button class="timezone-btn active" data-tz="America/Sao_Paulo">BRT</button>
170-
<button class="timezone-btn" data-tz="Europe/London">CET</button>
171-
<button class="timezone-btn" data-tz="America/New_York">EDT</button>
169+
<button class="timezone-btn active" data-tz="America/Sao_Paulo">BRT (Brazil)</button>
170+
<button class="timezone-btn" data-tz="Europe/Berlin">CEST (Europe)</button>
171+
<button class="timezone-btn" data-tz="America/New_York">EDT (US East)</button>
172+
<button class="timezone-btn" data-tz="America/Chicago">CDT (US Central)</button>
172173
</div>
173174
</div>
174175

main.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ const HERO_CTA_CONFIG = {
1111
// Primary button links to the LIVE or UPCOMING stream
1212
primary: {
1313
text: "Join the Live Stream",
14-
link: "https://soujava.dev/celebration-day-4" // This link is still updated daily
14+
link: "https://soujava.dev/celebration-day-5"
1515
},
16-
// Secondary button links to the MOST RECENT recording
16+
// Secondary button links to the recordings playlist
1717
secondary: {
1818
text: "Latest Recordings",
19-
link: "https://soujava.dev/celebration-day-3" // This link is also updated daily
19+
link: "https://soujava.dev/celebrationplaylist"
2020
},
2121
// Set to false if you only want to show one button
2222
showSecondaryButton: true

0 commit comments

Comments
 (0)