Skip to content

Commit 916708c

Browse files
Add Upcoming Events section with MMS 2026 at MOA (9 sessions)
1 parent f4fce0c commit 916708c

File tree

1 file changed

+75
-0
lines changed

1 file changed

+75
-0
lines changed

src/pages/conferences.astro

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,81 @@ const metadata = {
142142
</Fragment>
143143
</Features2>
144144

145+
<!-- Content Widget - Upcoming Events **************** -->
146+
147+
<Content
148+
tagline="Upcoming Events"
149+
title="MMS 2026 at MOA — Minneapolis, MN"
150+
subtitle="May 4–8, 2026 · Mall of America"
151+
items={[
152+
{
153+
title: 'AI at the Edge: Running Real Workloads on Azure Local Safely',
154+
},
155+
{
156+
title: 'AVD Anywhere: Mastering Azure Virtual Desktop on Azure Local',
157+
description: 'Co-speaker: Matthew Wetherell',
158+
},
159+
{
160+
title: 'Azure Migrate: Your Pathway to Azure Local',
161+
description: 'Co-speaker: Matthew Wetherell',
162+
},
163+
{
164+
title: 'Breaking Free from VMware: Your Azure Local and Hyper-V Migration Path',
165+
description: 'Co-speaker: Andreas Sobczyk',
166+
},
167+
{
168+
title: 'Evaporate Your Environment: Transition to the Cloud',
169+
description: 'Co-speaker: Scott Corio',
170+
},
171+
{
172+
title: 'One Console to Manage Them All',
173+
description: 'Co-speaker: Brian Wren',
174+
},
175+
{
176+
title: 'The Hybrid Update Blues: Orchestrating Patches across Servers, VMs, and Clouds',
177+
description: 'Co-speaker: Matthew Wetherell',
178+
},
179+
{
180+
title: 'Ask the Azure MVPs',
181+
description: 'With Donnie Taylor & Scott Corio',
182+
},
183+
{
184+
title: 'Windows 365 and Azure Virtual Desktop: Recent Updates and Insights',
185+
description: 'With Chris Cavazos, Travis Roberts & Adam Nichols',
186+
},
187+
]}
188+
image={{
189+
src: kristopherSpeakingImg,
190+
alt: 'Kristopher Turner speaking',
191+
}}
192+
>
193+
<Fragment slot="content">
194+
<h3 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">9 Sessions at MMS 2026</h3>
195+
<p class="mb-4">
196+
Returning to the Midwest Management Summit with nine sessions covering Azure Local, AVD, Azure Arc, migration,
197+
patching, and more.
198+
</p>
199+
<div class="flex flex-col sm:flex-row gap-3">
200+
<a
201+
href="https://mms2026atmoa.sched.com/"
202+
target="_blank"
203+
rel="noopener noreferrer"
204+
class="btn btn-primary sm:w-auto"
205+
>
206+
Event Website
207+
</a>
208+
<a
209+
href="https://mms2026atmoa.sched.com/speaker/kristopher_turner.28jia95x"
210+
target="_blank"
211+
rel="noopener noreferrer"
212+
class="btn sm:w-auto"
213+
>
214+
My Speaker Profile
215+
</a>
216+
</div>
217+
</Fragment>
218+
</Content>
219+
145220
<!-- Content Widget - Past Events **************** -->
146221

147222
<Content

0 commit comments

Comments
 (0)