* Unlist old webinars/events
* Remove dates from old webinars on the /superpowers
* Update gitops webinar to have recording
* Remove gitlab gate
* Address feedback
* Defer loading youtube iframe on homepage
* Resize logo section images for page speed
* Readjust sizes for customer logos
* Remove iframe load JS and use srcdoc to show preview image
* Clean up logo image files
* Clean up preview image for home page youtube video
* Add play button to actual placeholder image for consistent formatting
* Remove image resize changes
* Replace the home-page video preview image
* Remove old image
Co-authored-by: Christian Nunciato <c@nunciato.org>
Re-run mktutorial.sh to regenerate tutorial content from the Examples repo.
It's not immediately clear to me we *want* to keep all the newly added tutorials here, as the examples are of a varying level of quality/completeness. We could alternatively only accept the "modifications" here and leave out the new tutorials for now. But broadly speaking the additions help flesh out multi-language coverage for a number of areas. I'm inclined to just keep everything here for now, until we decide on a different strategy for tutorials overall.
* Add a CrossGuard landing page
* Link to CrossGuard page from pricing
* Add Credijusto quote/case study link
* Fix the CrossGuard meta title
* Add links to new CrossGuard page
This change adds a link to the CrossGuard page from the
PRODUCTS drop down in the top nav.
It also adds a "For Security Engineers" section to the WHY PULUMI
page, in addition to cleaning up some of the copy there.
* Use next page title as the button in Getting Started
This changes the "NEXT STEP >" button to use the title of the
next page in the flow, like "INSTALL PULUMI >", etc. The theory
is that this is more enticing to click as well as clearly
communicating what comes next.
As part of this, I changed the "CONFIGURE >" step to be a little
clearer; for now, I chose "CONFIGURE CLOUD ACCESS >" for AWS,
Azure, and GCP, and "CONFIGURE CLUSTER ACCESS >" for Kubernetes.
* Change Configure X buttons
* Update front matter to be pre recorded video
* Add getting started section to webinar landing page
* Update formatting and images
* Add button to link to getting started section and webinar page to prerecorded videos
* Update webinar image
* Address feedback
* Add embed URL and update CTA text
* Add a "share this post" section to blogs
This change adds a Twitter and LinkedIn sharing button to the right
hand nav for blogs. It's sticky so we don't need to choose between
top/bottom and I tried to keep the font sizes small and colors subdued
so as not to distract from the actual post content itself.
Fixespulumi/docs#3065.
* Add some breathing room between social icons
Co-Authored-By: Christian Nunciato <c@nunciato.org>
* Change the social links to light blue
Co-authored-by: Christian Nunciato <c@nunciato.org>
* Update the pricing page
This change clarifies a few aspects of our pricing page:
* Use the monthly total ($50 and $225 for Team Starter and Pro),
rather than mixing terms (which had the unintended consequence
of making Pro look like a minor step up from Starter).
* Add a billing cycle chooser to switch between Monthly and
Annually (the default) prices.
* Move the user count to the top of each box, and bold the
numbers, to make them stand out as clearly different.
* Trim the bulleted list -- it's gotten quite lengthy. That
includes removing the "free" and "trial" points, since this
information is already represented in other areas (headers,
buttons, etc). Change the trial buttons to include "14-DAY".
* Put a single, prominent trial CTA above the fold
* Restore old pricing phrasing for now
* Improve pricing layout
* Add open source callout
* Remove PREVIEW from self-host
These are both now out of preview, fully-documented, and have meaningful large-scale usage.
There are three remaining areas that are still marked as preview:
1. `@pulumi/kubernetesx` package for NodeJS
2. `@pulumi/cloud` package for NodeJS
2. `pulumi_policy` package for Python
Fixes#2924.
* Start of reorg of webinar page
* Add featured listing to webinar lists
* Use duration instead of end time on listing page
* Localize datetime on webinar listing and landing pages
* Add js for view control on listing page
* Clean up listings
* Add support for on demand webinars
* Update date for .NET webinar
* Clean up images and formatting
* Add part two of iac workshop
* Update description and title for 04/09 workshop
* Add header to non featured list
* Update date format so it renders correctly in browsers
* Update launch copy
* Add customer webinar to site
* Address feedback around copy
* Defer call glog.Flush in tools/resourcedocsgen.
* Allow passing a provider name to scripts/gen_resource_docs.sh.
* Don't use markdownify in the inner example shortcode.
* Use master branch of provider repos instead of calling update_repos.sh temporarily.
* Regen GCP resource docs with master.
* Regen Azure AD resource docs with master.
* Regen Azure resource docs with master.
* Regen AWS resource docs with master.