Skip to content

Commit 796d1d8

Browse files
Add upcoming conferences: Cloud & AI Summit, MMS Midway, Live! 360 Orlando
1 parent 98bd9f5 commit 796d1d8

1 file changed

Lines changed: 115 additions & 0 deletions

File tree

src/pages/conferences.astro

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,121 @@ const metadata = {
232232
</Fragment>
233233
</Content>
234234

235+
<!-- Content Widget - Cloud & AI Summit 2026 **************** -->
236+
237+
<Content
238+
isReversed
239+
tagline="Upcoming Events"
240+
title="Cloud & AI Summit 2026 — St. Charles, MO"
241+
subtitle="September 30 – October 2, 2026 · Ameristar Casino and Convention Center"
242+
items={[
243+
{
244+
title: 'Sessions TBD',
245+
description:
246+
'Session submissions are under review. The full speaker lineup and schedule are estimated to be published by April 1, 2026.',
247+
},
248+
]}
249+
image={{
250+
src: 'https://images.unsplash.com/photo-1540575467063-178a50c2df87?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80',
251+
alt: 'Conference audience',
252+
}}
253+
>
254+
<Fragment slot="content">
255+
<h3 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Cloud & AI Summit 2026</h3>
256+
<p class="mb-4">
257+
Three full days of 1.5-hour deep-dive sessions across seven tracks — Pro Code, Low Code, Cloud Operations, AI,
258+
Data & Analytics, Security, and DevOps — all focused on the Microsoft Azure and AI ecosystem.
259+
</p>
260+
<div class="flex flex-col sm:flex-row gap-3">
261+
<a
262+
href="https://www.cloudandaisummit.com/"
263+
target="_blank"
264+
rel="noopener noreferrer"
265+
class="btn btn-primary sm:w-auto"
266+
>
267+
Event Website
268+
</a>
269+
</div>
270+
</Fragment>
271+
</Content>
272+
273+
<!-- Content Widget - MMS 2026 Midway Edition **************** -->
274+
275+
<Content
276+
tagline="Upcoming Events"
277+
title="MMS 2026 Midway Edition — San Diego, CA"
278+
subtitle="October 25–28, 2026 · Manchester Grand Hyatt"
279+
items={[
280+
{
281+
title: 'Sessions TBD',
282+
description:
283+
'Session selection is underway. Expect updated variants of past MMS content along with fresh new ideas and speakers.',
284+
},
285+
]}
286+
image={{
287+
src: 'https://images.unsplash.com/photo-1538097304804-2a1b932466a9?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80',
288+
alt: 'San Diego waterfront',
289+
}}
290+
>
291+
<Fragment slot="content">
292+
<h3 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">MMS 2026 Midway Edition</h3>
293+
<p class="mb-4">
294+
The second MMS event of 2026 lands in San Diego with a welcome reception aboard the legendary USS Midway, six
295+
simultaneous sessions every hour, Wingman cabana sessions, and happy hour networking — all at the waterfront
296+
Manchester Grand Hyatt, just 10 minutes from SAN airport.
297+
</p>
298+
<div class="flex flex-col sm:flex-row gap-3">
299+
<a
300+
href="https://mmsmoa.com/mms2026midway"
301+
target="_blank"
302+
rel="noopener noreferrer"
303+
class="btn btn-primary sm:w-auto"
304+
>
305+
Event Website
306+
</a>
307+
</div>
308+
</Fragment>
309+
</Content>
310+
311+
<!-- Content Widget - Live! 360 Tech Con Orlando 2026 **************** -->
312+
313+
<Content
314+
isReversed
315+
tagline="Upcoming Events"
316+
title="Live! 360 Tech Con — Orlando, FL"
317+
subtitle="November 15–20, 2026 · Royal Pacific Resort at Universal Orlando"
318+
items={[
319+
{
320+
title: 'Sessions TBD',
321+
description:
322+
'Sessions and speakers are being selected. Check back for schedule announcements across all sub-conferences.',
323+
},
324+
]}
325+
image={{
326+
src: 'https://images.unsplash.com/photo-1587825140708-dfaf72ae4b04?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80',
327+
alt: 'Orlando conference venue',
328+
}}
329+
>
330+
<Fragment slot="content">
331+
<h3 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Live! 360 Tech Con Orlando 2026</h3>
332+
<p class="mb-4">
333+
Six conferences under one roof — TechMentor, VS Live!, Data Platform Live!, AI Live!, AI Enterprise
334+
Architecture, and Cybersecurity & Ransomware. Over 200 sessions, 30+ hands-on labs, and deep dives for IT pros,
335+
developers, data engineers, and security experts.
336+
</p>
337+
<div class="flex flex-col sm:flex-row gap-3">
338+
<a
339+
href="https://live360events.com/events/orlando-2026/home.aspx"
340+
target="_blank"
341+
rel="noopener noreferrer"
342+
class="btn btn-primary sm:w-auto"
343+
>
344+
Event Website
345+
</a>
346+
</div>
347+
</Fragment>
348+
</Content>
349+
235350
<!-- Content Widget - Past Events **************** -->
236351

237352
<Content

0 commit comments

Comments
 (0)