diff --git a/src/frontend/public/calendar/aspire-conf-2026.ics b/src/frontend/public/calendar/aspire-conf-2026.ics new file mode 100644 index 00000000..3283a056 --- /dev/null +++ b/src/frontend/public/calendar/aspire-conf-2026.ics @@ -0,0 +1,15 @@ +BEGIN:VCALENDAR +VERSION:2.0 +PRODID:-//Aspire.dev//Aspire Conf 2026//EN +CALSCALE:GREGORIAN +METHOD:PUBLISH +BEGIN:VEVENT +UID:aspire-conf-2026@aspire.dev +DTSTAMP:20260213T000000Z +DTSTART:20260323T160000Z +DTEND:20260324T000000Z +SUMMARY:Aspire Conf 2026 +DESCRIPTION:Tune in live for Aspire Conf! https://www.youtube.com/@aspiredotdev/ +URL:https://www.youtube.com/@aspiredotdev/ +END:VEVENT +END:VCALENDAR diff --git a/src/frontend/src/content/docs/aspireconf/index.mdx b/src/frontend/src/content/docs/aspireconf/index.mdx new file mode 100644 index 00000000..c1310f38 --- /dev/null +++ b/src/frontend/src/content/docs/aspireconf/index.mdx @@ -0,0 +1,54 @@ +--- +title: Save the date! +giscus: false +head: + - tag: title + content: Aspire Conf — March 23, 9:00a PT +description: Save the date and tune in for Aspire Conf on March 23! A free livestream event. Discover Aspire and learn how it can transform the way you build and deploy your distributed apps and agents. +template: splash +editUrl: false +next: false +hero: + tagline: Aspire Conf
Save the date and tune in for our free, livestream event.
Discover Aspire and learn how it can transform the way you build and deploy your distributed apps and agents.
+ image: + alt: Aspire logo + file: ../../../assets/aspire-hero.png + actions: + - text: Save the date + link: /calendar/aspire-conf-2026.ics + - text: Watch on YouTube + link: https://www.youtube.com/@aspiredotdev/ + variant: secondary +--- +import { CardGrid, LinkCard } from '@astrojs/starlight/components'; + + +