Skip to content

Commit b8d5949

Browse files
1kevgriffclaude
andauthored
fix: correct 2024 schedule times to Eastern timezone (#43)
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 9b3b3a9 commit b8d5949

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/pages/years/2024/index.astro

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ const photos = [
148148
<!-- Session 1 -->
149149
<div class="bg-[#F3F4F6] p-6 rounded-tl-[40px] rounded-tr-[10px] rounded-br-[40px] rounded-bl-[10px] flex flex-col md:flex-row gap-4">
150150
<div class="text-[#D33B32] font-bold whitespace-nowrap text-center md:text-left min-w-[140px]">
151-
1:15 PM2:00 PM
151+
9:15 AM10:00 AM
152152
</div>
153153
<div class="flex-1">
154154
<p class="font-semibold text-black">You Really Should Look at the Execution Plan</p>
@@ -160,7 +160,7 @@ const photos = [
160160
<!-- Session 2 -->
161161
<div class="bg-[#F3F4F6] p-6 rounded-tl-[40px] rounded-tr-[10px] rounded-br-[40px] rounded-bl-[10px] flex flex-col md:flex-row gap-4">
162162
<div class="text-[#D33B32] font-bold whitespace-nowrap text-center md:text-left min-w-[140px]">
163-
2:15 PM3:00 PM
163+
10:15 AM11:00 AM
164164
</div>
165165
<div class="flex-1">
166166
<p class="font-semibold text-black">Is Gen AI the killer app, or the final boss?</p>
@@ -172,7 +172,7 @@ const photos = [
172172
<!-- Session 3 -->
173173
<div class="bg-[#F3F4F6] p-6 rounded-tl-[40px] rounded-tr-[10px] rounded-br-[40px] rounded-bl-[10px] flex flex-col md:flex-row gap-4">
174174
<div class="text-[#D33B32] font-bold whitespace-nowrap text-center md:text-left min-w-[140px]">
175-
3:15 PM4:00 PM
175+
11:15 AM12:00 PM
176176
</div>
177177
<div class="flex-1">
178178
<p class="font-semibold text-black">How love lessons can land you a great job</p>
@@ -184,7 +184,7 @@ const photos = [
184184
<!-- Session 4 -->
185185
<div class="bg-[#F3F4F6] p-6 rounded-tl-[40px] rounded-tr-[10px] rounded-br-[40px] rounded-bl-[10px] flex flex-col md:flex-row gap-4">
186186
<div class="text-[#D33B32] font-bold whitespace-nowrap text-center md:text-left min-w-[140px]">
187-
4:45 PM – 5:30 PM
187+
12:45 PM – 1:30 PM
188188
</div>
189189
<div class="flex-1">
190190
<p class="font-semibold text-black">How to Lose an App in 60 seconds</p>
@@ -196,7 +196,7 @@ const photos = [
196196
<!-- Session 5 -->
197197
<div class="bg-[#F3F4F6] p-6 rounded-tl-[40px] rounded-tr-[10px] rounded-br-[40px] rounded-bl-[10px] flex flex-col md:flex-row gap-4">
198198
<div class="text-[#D33B32] font-bold whitespace-nowrap text-center md:text-left min-w-[140px]">
199-
5:45 PM – 6:30 PM
199+
1:45 PM – 2:30 PM
200200
</div>
201201
<div class="flex-1">
202202
<p class="font-semibold text-black">Empowering Efficiency at a National Lab through Low Code Solutions</p>
@@ -208,7 +208,7 @@ const photos = [
208208
<!-- Session 6 -->
209209
<div class="bg-[#F3F4F6] p-6 rounded-tl-[40px] rounded-tr-[10px] rounded-br-[40px] rounded-bl-[10px] flex flex-col md:flex-row gap-4">
210210
<div class="text-[#D33B32] font-bold whitespace-nowrap text-center md:text-left min-w-[140px]">
211-
6:45 PM – 7:30 PM
211+
2:45 PM – 3:30 PM
212212
</div>
213213
<div class="flex-1">
214214
<p class="font-semibold text-black">The Rise of AI Copilots</p>
@@ -220,7 +220,7 @@ const photos = [
220220
<!-- Session 7 -->
221221
<div class="bg-[#F3F4F6] p-6 rounded-tl-[40px] rounded-tr-[10px] rounded-br-[40px] rounded-bl-[10px] flex flex-col md:flex-row gap-4">
222222
<div class="text-[#D33B32] font-bold whitespace-nowrap text-center md:text-left min-w-[140px]">
223-
7:45 PM – 8:30 PM
223+
3:45 PM – 4:30 PM
224224
</div>
225225
<div class="flex-1">
226226
<p class="font-semibold text-black">The Day of Learning: Amplifying L&D</p>
@@ -232,7 +232,7 @@ const photos = [
232232
<!-- Session 8 -->
233233
<div class="bg-[#F3F4F6] p-6 rounded-tl-[40px] rounded-tr-[10px] rounded-br-[40px] rounded-bl-[10px] flex flex-col md:flex-row gap-4">
234234
<div class="text-[#D33B32] font-bold whitespace-nowrap text-center md:text-left min-w-[140px]">
235-
8:45 PM – 9:30 PM
235+
4:45 PM – 5:30 PM
236236
</div>
237237
<div class="flex-1">
238238
<p class="font-semibold text-black">Managing On-Call Chaos</p>

0 commit comments

Comments
 (0)