Skip to content

Commit 7142d81

Browse files
authored
Merge pull request #92 from CanadianCloud/staging
adjust schedule
2 parents def4d84 + 30d6cff commit 7142d81

File tree

3 files changed

+3
-17
lines changed

3 files changed

+3
-17
lines changed

src/lib/cityContent.ts

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,8 @@ export const cityContent: Record<City, CityContent> = {
3030
description:
3131
'Connect with over 1,000 cloud professionals and decision-makers. Showcase your brand at this premier gathering of AWS, Azure, Google Cloud, and IBM Cloud experts.',
3232
venue: 'Science World',
33-
date: 'Friday, May 1st, 2026 • 2pm-9pm',
33+
date: 'Friday, May 1st, 2026 • 3 pm - 9 pm',
3434
schedule: [
35-
{
36-
startTime: '2:10 PM',
37-
activities: [
38-
'Registration Opens',
39-
'Networking space (full venue isn’t open yet)',
40-
],
41-
},
42-
{
43-
startTime: '2:50 PM',
44-
activities: [
45-
'Doors Open to full venue',
46-
'Experience areas open - sponsored by AWS',
47-
],
48-
},
4935
{
5036
startTime: '3:00 PM',
5137
endTime: '3:20 PM',

src/lib/content.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export const citySpecificContent: Record<City, CitySpecificContent> = {
107107
address: '1455 Quebec St, Vancouver, BC V6A 3Z7',
108108
addressUrl: 'https://maps.app.goo.gl/DQbdiQLYB1qe1iZn7',
109109
date: 'Friday, May 1st, 2026',
110-
time: '2pm - 9pm',
110+
time: '3 pm - 9 pm',
111111
callForSpeakers: 'February 2026',
112112
ticketUrl: 'https://luma.com/cloudsummit26',
113113
},

src/pages/about-cloud-summit.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const ogImageUrl = absoluteUrl(DEFAULT_OG_IMAGE_PATH, Astro);
186186
1455 Quebec St, Vancouver, BC V6A 3Z7
187187
</a>
188188
</p>
189-
<p class="location-date">Friday, May 1st, 2026 • 2pm-9pm</p>
189+
<p class="location-date">Friday, May 1st, 2026 • 3 pm - 9 pm</p>
190190
<p class="location-description">
191191
Connect with over 1,000 cloud professionals and decision-makers at
192192
this premier gathering of cloud experts.

0 commit comments

Comments
 (0)