Add Agentic Infrastructure Days landing page#20016
Draft
jeffmerrick wants to merge 1 commit into
Draft
Conversation
Adds a template-driven landing page for the Agentic Infrastructure Days event, including layout, styles, and event metadata. The page supports a pre-event (registration form) and post-event (recording) state via the youtube_url frontmatter switch. Closes #19846 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Collaborator
|
Your site preview for commit 86cfa77 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-20016-86cfa77f.s3-website.us-west-2.amazonaws.com |
Collaborator
Lighthouse Performance ReportCommit: 86cfa77 | Metric definitions
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Ready for feedback on anything layout related but still needs final content before ready for review and merge.
@alexleventer feel free to commit missing content once you have it!
Overview
Adds a template-driven landing page for Agentic Infrastructure Days, a 90-minute live event. Closes #19846.
Includes:
content/agentic-infrastructure-days/_index.md— page content/frontmatterlayouts/page/agentic-infrastructure-days.html— page layouttheme/src/scss/marketing/_agentic-infrastructure-days.scss+main.scssimport — stylesstatic/images/agentic-infrastructure-days/meta.png— social meta imagestatic/logos/brand/logo-horizontal-monotone.svg— logo assetThe page has a pre-event / post-event switch driven by the
youtube_urlfrontmatter field: empty renders the HubSpot registration form with a "Reserve your spot" CTA; setting it after the event swaps in the embedded recording with a "Watch now" CTA.hubspot_form_id: "PLACEHOLDER-FORM-ID"needs the real form ID.event_metacurrently reads "Tuesday, July 28, 2026 · 9:00 AM PT". Confirm the actual date/time.Guest Name/Title, Company Namewith emptyimagefields (the customer session and the platform-engineering panel). Need real names, titles, and headshots.[company names]and the agenda references[company name]; replace with the confirmed customer(s)./images/team/*.jpg; guest speaker images are still blank.🤖 Generated with Claude Code