Skip to content

Commit 7127a8c

Browse files
authored
Fix Open Sauce 2025 schedule dates (#34)
1 parent e1d363f commit 7127a8c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

open-sauce-2025.docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
This page displays the schedule for the Open Sauce 2025 conference taking place July 25-27, 2025. The schedule is organized by day (Friday, Saturday, Sunday) with each session showing time, location, description, and speaker information. Users can download the complete schedule as an ICS calendar file for integration with their calendar applications.
1+
This page displays the schedule for the Open Sauce 2025 conference taking place July 18-20, 2025. The schedule is organized by day (Friday, Saturday, Sunday) with each session showing time, location, description, and speaker information. Users can download the complete schedule as an ICS calendar file for integration with their calendar applications.
22

33
<!-- Generated from commit: bb5b4b49b2a38729eca39a51cb13cb3eae07978e -->

open-sauce-2025.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -220,14 +220,14 @@
220220
<div class="container">
221221
<div class="header">
222222
<h1>Open Sauce 2025</h1>
223-
<p>July 25-27, 2025</p>
223+
<p>July 18-20, 2025</p>
224224
<button class="download-btn" onclick="downloadICS()">📅 Download Calendar (ICS)</button>
225225
</div>
226226

227227
<div class="day-tabs">
228-
<button class="day-tab active" onclick="showDay('friday')">Friday 25th</button>
229-
<button class="day-tab" onclick="showDay('saturday')">Saturday 26th</button>
230-
<button class="day-tab" onclick="showDay('sunday')">Sunday 27th</button>
228+
<button class="day-tab active" onclick="showDay('friday')">Friday 18th</button>
229+
<button class="day-tab" onclick="showDay('saturday')">Saturday 19th</button>
230+
<button class="day-tab" onclick="showDay('sunday')">Sunday 20th</button>
231231
</div>
232232

233233
<div class="loading" id="loading">Loading schedule...</div>
@@ -355,9 +355,9 @@ <h1>Open Sauce 2025</h1>
355355

356356
function generateICS() {
357357
const dayDates = {
358-
friday: '20250725',
359-
saturday: '20250726',
360-
sunday: '20250727'
358+
friday: '20250718',
359+
saturday: '20250719',
360+
sunday: '20250720'
361361
};
362362

363363
let icsContent = `BEGIN:VCALENDAR

0 commit comments

Comments
 (0)