* First cut of sessionize integration
* Add working registration flow
* Some copy updates and formatting fixes
* CES registration updates
* Address some feedback
* Remove uneeded pages and update ctas
* Remove unused image
* Address feedback
* First cut of new automation api page content
* Tighten up responsive design
* Apply suggestions from code review
Co-authored-by: George Huang <george@pulumi.com>
* Address feedback
* Update themes/default/layouts/page/automation.html
Co-authored-by: George Huang <george@pulumi.com>
Co-authored-by: George Huang <george@pulumi.com>
* Add some initial structure for what is pages
* Add some dots
* Refinements to what is pages
* Make the linter happy
* Add why is python so popular topic page
* Add infrastrucutre as code internal links
* Add infrastructure as software internal links
* Fix link formatting
* Add new contact us section
* Refactor multi select form component to allow more than just date selecting
* Add selector to contact us form
* Consolidate contact us sections across website
* Fix tests
* Address feedback
* Support custom text when countdown is over
* Add cloud engineering summit landing page
* Reduce text blocks
* Address feedback
* Addressing more feedback
* Fix poor Python API docs formatting
It appears we made a change at some point that made it so that our
CSS selector no longer selected the Python API docs as intended, leading
to virtually illegible rendering of those docs. Unless I'm mistaken, we
only use these docs for the Pulumi SDK now-a-days, and not the other
providers, so the fix just targets the styles to that section.
This isn't the first time this has happened (see
https://github.com/pulumi/docs/pull/1397), so I'd love to know if there
are any ideas on what we can do to structurally avoid this breaking again!
* Add a custom CSS property to facilitate testing
This adds a custom CSS property to the selected Python SDK section,
so that we can then write a test that validates it got applied
correctly.
* Add internal ad id tracking to hubspot forms
* Add PulumiUP CTA to docs/blog pages
* Update banner and alert for PulumiUP
* Update the image to use brand colors and consistent borders, shadows
* Update button styling
* Apply suggestions from code review
Co-authored-by: Christian Nunciato <c@nunciato.org>
* Add semi-colon
Co-authored-by: Christian Nunciato <c@nunciato.org>