-
Notifications
You must be signed in to change notification settings - Fork 47
Add calendar and event details for Aspire Conf 2026 #409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+69
−0
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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 <h6>March 23, 9:00 PT</h6> <p>Save the date and tune in for our free, livestream event. </p><p> Discover Aspire and learn how it can transform the way you build and deploy your distributed apps and agents.</p> | ||
BethMassi marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| 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'; | ||
|
|
||
|
|
||
| <h2 style="margin-top: 0;">Come meet the new Aspire</h2> | ||
|
|
||
| <div style="max-width: 100%;"> | ||
|
|
||
| Discover Aspire and learn how it can transform the way you build and deploy your distributed apps and agents. With code-centric control, orchestrate and observe simple or complex systems with no rewrites, and deploy anywhere. Come meet the new Aspire. | ||
|
|
||
| We'll have sessions for everyone and every skill level. All developers welcome no matter what languages, frameworks, compute environments, clouds, or coding agents you use. See how Aspire provides the primitives that make AI-assisted development practical and fun. | ||
|
|
||
| Streaming on <a href="https://www.youtube.com/@aspiredotdev/">YouTube</a> and <a href="https://www.twitch.tv/aspiredotdev">Twitch</a>, ask questions and interact with us live. We hope to see you there! | ||
|
|
||
| **Stay tuned for the full agenda.** | ||
| <br /> | ||
| </div> | ||
|
|
||
| <CardGrid> | ||
| <LinkCard | ||
| icon="rocket" | ||
| href="../get-started/install-cli/" | ||
| title="Get Aspire" | ||
| description="Install Aspire and streamline your workflow." | ||
| /> | ||
| <LinkCard | ||
| icon="open-book" | ||
| variant="secondary" | ||
| href="../docs/" | ||
| title="Explore docs" | ||
| description="Learn how to model, run, and deploy apps with Aspire." | ||
| /> | ||
| </CardGrid> | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.