Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 1 addition & 15 deletions src/lib/cityContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,8 @@ export const cityContent: Record<City, CityContent> = {
description:
'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.',
venue: 'Science World',
date: 'Friday, May 1st, 2026 • 2pm-9pm',
date: 'Friday, May 1st, 2026 • 3 pm - 9 pm',
schedule: [
{
startTime: '2:10 PM',
activities: [
'Registration Opens',
'Networking space (full venue isn’t open yet)',
],
},
{
startTime: '2:50 PM',
activities: [
'Doors Open to full venue',
'Experience areas open - sponsored by AWS',
],
},
{
startTime: '3:00 PM',
endTime: '3:20 PM',
Expand Down
2 changes: 1 addition & 1 deletion src/lib/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const citySpecificContent: Record<City, CitySpecificContent> = {
address: '1455 Quebec St, Vancouver, BC V6A 3Z7',
addressUrl: 'https://maps.app.goo.gl/DQbdiQLYB1qe1iZn7',
date: 'Friday, May 1st, 2026',
time: '2pm - 9pm',
time: '3 pm - 9 pm',
callForSpeakers: 'February 2026',
ticketUrl: 'https://luma.com/cloudsummit26',
},
Expand Down
2 changes: 1 addition & 1 deletion src/pages/about-cloud-summit.astro
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ const ogImageUrl = absoluteUrl(DEFAULT_OG_IMAGE_PATH, Astro);
1455 Quebec St, Vancouver, BC V6A 3Z7
</a>
</p>
<p class="location-date">Friday, May 1st, 2026 • 2pm-9pm</p>
<p class="location-date">Friday, May 1st, 2026 • 3 pm - 9 pm</p>
<p class="location-description">
Connect with over 1,000 cloud professionals and decision-makers at
this premier gathering of cloud experts.
Expand Down