Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

493 lines
31 KiB
HTML
Raw Permalink Normal View History

{{ if hasPrefix .RelPermalink "/docs/" }}
{{ partial "docs-top-nav" . }}
<div class="header-container docs-hero">
<span class="hide-on-pinned"> </span>
{{ .Scratch.Set "mode" "docs" }}
{{ partial "docs/search.html" . }}
</div>
{{ else }}
<nav class="top-nav-bar transition-all">
2023-05-25 14:12:42 -07:00
<div class="top-nav-container lg:container lg:px-4 justify-end">
{{ partial "banner" . }}
<ul class="hidden w-full lg:flex justify-end items-center order-first lg:order-last">
<li class="github-widget mr-8">
<a
data-track="header-github-pulumi"
class="github-button"
href="https://github.com/pulumi/pulumi"
data-size="small"
data-show-count="true"
aria-label="Star pulumi/pulumi on GitHub"
>Star</a
>
</li>
<li class="mr-8">
<a data-track="header-slack" href="https://slack.pulumi.com/" target="_blank">
<i class="fab fa-slack"></i>
Slack
</a>
</li>
<li class="mr-8">
2023-09-28 15:40:20 -04:00
<a data-track="header-docs" href="/docs/">
<i class="fas fa-book mr-0.5"></i>
Docs
</a>
</li>
<li class="mr-8">
2023-09-28 15:40:20 -04:00
<a data-track="header-registry" href="/registry/">
<i class="fas fa-archive mr-0.5"></i>
Registry
</a>
</li>
<li class="mr-8">
<a data-track="header-ai" href="/ai">
<i class="fas fa-robot mr-0.5"></i>
Pulumi AI
</a>
</li>
<li>
<a data-track="header-console" href="https://app.pulumi.com/" target="_blank">
<i class="fas fa-user-circle"></i>
{{ partial "top-nav-user-toggle" }}
</a>
</li>
</ul>
</div>
</nav>
<div class="header-container">
2023-07-07 09:54:46 -07:00
<nav class="lg:container lg:mx-auto lg:px-4 py-3">
<header>
<div class="flex flex-col lg:flex-row">
<div class="logo-container">
<a data-track="header-pulumi-logo" class="block" href="/">
<img class="normal-logo h-8" src="/images/logo/logo-on-white.svg" alt="Pulumi logo" />
<img class="dark-logo hidden h-8" src="/images/logo/logo-on-black.svg" alt="Pulumi logo" />
</a>
</div>
<ul class="desktop-menu">
<li class="header-nav-item-drop-down">
<span class="dropdown-title">Product</span>
<span class="dropdown-menu-caret"></span>
<div class="header-nav-drop-down-menu product">
<ul>
<div>
<div class="header-nav-drop-down-heading">Product</div>
Website updates (#2688) * Initial homepage redesign pass, hero change + add sections * bundle * Add customer quotes to the homepage * update title spacing, add Skai quote * add new images for homepage * spacing fixes * update customer quotes * sections + quotes updates, remove PDL logo * update logo list * add resource search diagram adds resource search diagram for updates to product pages * update diagram "service" changed to "cloud" provider count updated added deployments and insights to diagram * diagram revision * Delete duplicate file * Revision for real * update images and backgrounds * update twitter content * remove unused graphic * update hero secondary button * fix community link color * website updates * fix logo size Signed-off-by: susanev<susan.ra.evans@gmail.com> * updates to /product/ and /pulumi-service/ * update pricing and self-hosted pages * fix formating Signed-off-by: susanev <susan.ra.evans@gmail.com> * remove relrefs from pricing * fix html Signed-off-by: susanev <susan.ra.evans@gmail.com> * remove quotes from tweets, correct signup page links, customer logo changes * update CTA button styles for purple background * add links to homepage sections * fix join link clickable area * pulumi cloud & product changes, add some images * update AI image to have language tabs * styling fixes * update product nav and text tweaks for /product * fix logos spacing, update header button * update copy Co-authored-by: George Huang <george@pulumi.com> * change Pulumi Cloud URL and add alias for /product/pulumi-service, add newline to product overview title * update nav links for Pulumi Cloud * update Pulumi Deployments image * shorten tweet height for twitter carousel * fix univision logo * update community link * restyle community join link * edit customer list * join link styles pt 2 * Update themes/default/layouts/page/pricing.html * Update themes/default/layouts/page/pricing.html * Update themes/default/layouts/page/pricing.html * Update themes/default/layouts/page/pricing.html * Update themes/default/layouts/page/pricing.html * update ai graphics * Search docs (#94) --------- Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com> Co-authored-by: Luke Hoban <lukehoban@gmail.com> Co-authored-by: evanboyle <evan@pulumi.com> * appease the linter * handle pricing table text-wrap, center cells (keeping left column left-aligned) * Insights blog post (#101) Co-authored-by: Eric Rudder <ericrudder@users.noreply.github.com> Co-authored-by: aaronkao <aaronkao@users.noreply.github.com> * Add Pulumi AI UI (#95) * WIP * Remove WIP text * Handle over-limit errors * Refactor the page structure * Bit of code, CSS, markup cleanup * Support querystring params * Layout WIP * Switch to two-column layout * Add GPT toggle, hopefully fix highlight bug, glitchy copy buttons * Fix a little copy button issue * Fix set-focus glitch, signup URL * Remove language tooltips and tweak emphasis color * Mobile and tablet tweaks * Shorted labels for mobile, leading on outputs * Extend the pre-highlight wait a bit to allow for slower rendering * Hard-code the endpoint URL to avoid the extra docs PR for now * Remove log statement * Pulumi Insights product page (#91) * First commit * Adding subtitles * A few visual and textual tweaks * Make edits to AI section * Added gif * Updated images * Added Get Started button to AI section * Add Pulumi Insights to product nav, alias for /insights * reorder mobile nav items for product section * Add search gif * Corrected formatting error * Resized images * Updated gif and added form links * Added Preview Signup page * Linted and formatted * Remove button, fix layout issue on submit, link to forms, show learn-more message * Signup -> sign up * Updated anchor links and margins * Minor edit to lede copy * fix hover on button --------- Co-authored-by: Christian Nunciato <cnunciato@work.local> Co-authored-by: Sarah Hughes <sarah@pulumi.com> Co-authored-by: Christian Nunciato <chris@nunciato.org> Co-authored-by: zchase <zachary@pulumi.com> * mark insights blog as draft (#102) --------- Signed-off-by: susanev <susan.ra.evans@gmail.com> Co-authored-by: Sarah Hughes <sarah@pulumi.com> Co-authored-by: Anita Trimbur <anita@pulumi.com> Co-authored-by: George Huang <george@pulumi.com> Co-authored-by: susan evans <susan.ra.evans@gmail.com> Co-authored-by: GH Action - Upstream Sync <action@github.com> Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com> Co-authored-by: Bryce Lampe <brycelampe@gmail.com> Co-authored-by: Luke Hoban <lukehoban@gmail.com> Co-authored-by: evanboyle <evan@pulumi.com> Co-authored-by: Eric Rudder <ericrudder@users.noreply.github.com> Co-authored-by: aaronkao <aaronkao@users.noreply.github.com> Co-authored-by: Christian Nunciato <c@nunciato.org> Co-authored-by: Christian Nunciato <cnunciato@work.local> Co-authored-by: Christian Nunciato <chris@nunciato.org>
2023-04-12 23:15:38 -07:00
<div class="header-nav-drop-down-sub-heading ">Learn about the Pulumi platform and its features</div>
2022-05-05 13:11:01 -07:00
</div>
<div class="header-nav-two-col-drop-down">
<li>
<div class="list-title">
2023-09-28 15:40:20 -04:00
<a href="/product/">
<i class="fas fa-folder fa-fw"></i>
Pulumi Overview
<div class="list-sub-title">Infrastructure as code for engineers in Node.js, Python, Go, .NET, Java, and YAML</div>
</a>
</div>
</li>
<li>
<div class="list-title">
2023-09-28 15:40:20 -04:00
<a href="/product/pulumi-cloud/">
<i class="fas fa-user-cog fa-fw"></i>
Website updates (#2688) * Initial homepage redesign pass, hero change + add sections * bundle * Add customer quotes to the homepage * update title spacing, add Skai quote * add new images for homepage * spacing fixes * update customer quotes * sections + quotes updates, remove PDL logo * update logo list * add resource search diagram adds resource search diagram for updates to product pages * update diagram "service" changed to "cloud" provider count updated added deployments and insights to diagram * diagram revision * Delete duplicate file * Revision for real * update images and backgrounds * update twitter content * remove unused graphic * update hero secondary button * fix community link color * website updates * fix logo size Signed-off-by: susanev<susan.ra.evans@gmail.com> * updates to /product/ and /pulumi-service/ * update pricing and self-hosted pages * fix formating Signed-off-by: susanev <susan.ra.evans@gmail.com> * remove relrefs from pricing * fix html Signed-off-by: susanev <susan.ra.evans@gmail.com> * remove quotes from tweets, correct signup page links, customer logo changes * update CTA button styles for purple background * add links to homepage sections * fix join link clickable area * pulumi cloud & product changes, add some images * update AI image to have language tabs * styling fixes * update product nav and text tweaks for /product * fix logos spacing, update header button * update copy Co-authored-by: George Huang <george@pulumi.com> * change Pulumi Cloud URL and add alias for /product/pulumi-service, add newline to product overview title * update nav links for Pulumi Cloud * update Pulumi Deployments image * shorten tweet height for twitter carousel * fix univision logo * update community link * restyle community join link * edit customer list * join link styles pt 2 * Update themes/default/layouts/page/pricing.html * Update themes/default/layouts/page/pricing.html * Update themes/default/layouts/page/pricing.html * Update themes/default/layouts/page/pricing.html * Update themes/default/layouts/page/pricing.html * update ai graphics * Search docs (#94) --------- Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com> Co-authored-by: Luke Hoban <lukehoban@gmail.com> Co-authored-by: evanboyle <evan@pulumi.com> * appease the linter * handle pricing table text-wrap, center cells (keeping left column left-aligned) * Insights blog post (#101) Co-authored-by: Eric Rudder <ericrudder@users.noreply.github.com> Co-authored-by: aaronkao <aaronkao@users.noreply.github.com> * Add Pulumi AI UI (#95) * WIP * Remove WIP text * Handle over-limit errors * Refactor the page structure * Bit of code, CSS, markup cleanup * Support querystring params * Layout WIP * Switch to two-column layout * Add GPT toggle, hopefully fix highlight bug, glitchy copy buttons * Fix a little copy button issue * Fix set-focus glitch, signup URL * Remove language tooltips and tweak emphasis color * Mobile and tablet tweaks * Shorted labels for mobile, leading on outputs * Extend the pre-highlight wait a bit to allow for slower rendering * Hard-code the endpoint URL to avoid the extra docs PR for now * Remove log statement * Pulumi Insights product page (#91) * First commit * Adding subtitles * A few visual and textual tweaks * Make edits to AI section * Added gif * Updated images * Added Get Started button to AI section * Add Pulumi Insights to product nav, alias for /insights * reorder mobile nav items for product section * Add search gif * Corrected formatting error * Resized images * Updated gif and added form links * Added Preview Signup page * Linted and formatted * Remove button, fix layout issue on submit, link to forms, show learn-more message * Signup -> sign up * Updated anchor links and margins * Minor edit to lede copy * fix hover on button --------- Co-authored-by: Christian Nunciato <cnunciato@work.local> Co-authored-by: Sarah Hughes <sarah@pulumi.com> Co-authored-by: Christian Nunciato <chris@nunciato.org> Co-authored-by: zchase <zachary@pulumi.com> * mark insights blog as draft (#102) --------- Signed-off-by: susanev <susan.ra.evans@gmail.com> Co-authored-by: Sarah Hughes <sarah@pulumi.com> Co-authored-by: Anita Trimbur <anita@pulumi.com> Co-authored-by: George Huang <george@pulumi.com> Co-authored-by: susan evans <susan.ra.evans@gmail.com> Co-authored-by: GH Action - Upstream Sync <action@github.com> Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com> Co-authored-by: Bryce Lampe <brycelampe@gmail.com> Co-authored-by: Luke Hoban <lukehoban@gmail.com> Co-authored-by: evanboyle <evan@pulumi.com> Co-authored-by: Eric Rudder <ericrudder@users.noreply.github.com> Co-authored-by: aaronkao <aaronkao@users.noreply.github.com> Co-authored-by: Christian Nunciato <c@nunciato.org> Co-authored-by: Christian Nunciato <cnunciato@work.local> Co-authored-by: Christian Nunciato <chris@nunciato.org>
2023-04-12 23:15:38 -07:00
Pulumi Cloud
<div class="list-sub-title">Managed service for using Pulumi open source at scale. Use SaaS or self-host</div>
</a>
</div>
</li>
<li>
<div class="list-title">
2023-09-28 15:40:20 -04:00
<a href="/docs/languages-sdks/">
<i class="fas fa-database fa-fw"></i>
SDK & Engine
<div class="list-sub-title">Provision and manage infrastructure on any cloud interactively with a CLI</div>
</a>
</div>
</li>
<li>
<div class="list-title">
2023-10-08 16:00:00 -07:00
<a href="/product/esc/">
<i class="fas fa-cog fa-fw"></i>
2023-10-08 15:43:05 -07:00
Pulumi ESC
<div class="list-sub-title">Environments, Secrets and Configuration Management</div>
</a>
</div>
</li>
<li>
<div class="list-title">
2023-09-28 15:40:20 -04:00
<a href="/automation/">
<i class="fas fa-cog fa-fw"></i>
Automation API
<div class="list-sub-title">Provision and manage cloud infrastructure on any cloud with a programmatic interface</div>
</a>
</div>
</li>
<li>
<div class="list-title">
2023-09-28 15:40:20 -04:00
<a href="/crossguard/">
<i class="fas fa-file-code fa-fw"></i>
Policy as Code
<div class="list-sub-title">Enforce guardrails for security and compliance using policies in standard languages</div>
</a>
</div>
</li>
<li>
<div class="list-title">
<a href="/product/internal-developer-platforms/">
<i class="fas fa-users fa-fw"></i>
Pulumi for Platform Teams
<div class="list-sub-title">Internal developer platform in a box. Accelerate productivity and enforce compliance.</div>
</a>
</div>
</li>
2022-10-04 21:35:55 -07:00
<li>
<div class="list-title">
<a href="/product/pulumi-insights/">
<i class="fas fa-eye fa-fw"></i>
Pulumi Insights
<div class="list-sub-title">Author infrastructure as code faster through AI. Search and analyze anything in any cloud.</div>
2022-10-04 21:35:55 -07:00
</a>
</div>
</li>
Ced 2022 night before updates (#2169) * Update pull-request.yml (#71) * CED 2022 night before update (#81) * Add some docs for Automation API for Pulumi Deployments (#76) * Remove preview note from Pulumi YAML (#77) * Deployment marketing page (#67) * add preview sign-up page for Pulumi Deploy * add pulumi deployments signup page to navigation * use theme updates for icons * update meta description * Copy edits * add 'learn more' section to the bottom * center the learn list * Update copy in the three scenarios section * Add youtube video, buttons to jump to registration * update graphic * Revert "use theme updates for icons" - related theme PR is merged * Edit messaging about Automation API 10x stat * update learn more section, fix some height mismatches Co-authored-by: George Huang <george@pulumi.com> * Deployment docs (#70) * wip draft of Deployment docs setting up structure for others to collaborate * Increment weights * Update Continuous Delivery docs * Thorough redo until GET deployment * Add banner to Pulumi Service page & add slack * Update list deployments * Pass over logs docs * Config documentation (#2079) * Update go.mod * Update pull-request.yml (#71) * Empty commit to trigger a preview * wip (just pushing changes inbetween meetings throughout the day) * wip draft of Deployment docs setting up structure for others to collaborate * Increment weights * Thorough redo until GET deployment * Update Continuous Delivery docs * Update list deployments * Add banner to Pulumi Service page & add slack * Pass over logs docs * wip (just pushing changes inbetween meetings throughout the day) * Empty commit to trigger a preview * Update themes/default/content/docs/intro/pulumi-service/deployments.md Co-authored-by: susan evans <susan.ra.evans@gmail.com> * Update themes/default/content/docs/guides/continuous-delivery/github-app.md Co-authored-by: susan evans <susan.ra.evans@gmail.com> * Update themes/default/content/docs/guides/continuous-delivery/github-app.md Co-authored-by: susan evans <susan.ra.evans@gmail.com> * Addressing susan's feedback * add numbering to github app installation steps * Add cancel * Indent to fix lint-breaking issue * content updates * empty Signed-off-by: susanev <susan.ra.evans@gmail.com> * potentially final push? Signed-off-by: susanev <susan.ra.evans@gmail.com> Co-authored-by: Komal <komal@pulumi.com> Co-authored-by: George Huang <george@pulumi.com> Co-authored-by: Fraser Waters <fraser@pulumi.com> Co-authored-by: Frassle <Frassle@users.noreply.github.com> Co-authored-by: GH Action - Upstream Sync <action@github.com> Co-authored-by: Christian Nunciato <c@nunciato.org> Co-authored-by: susan evans <susan.ra.evans@gmail.com> * Pricing page update (#73) * Updates to pricing page * fix format Signed-off-by: susanev <susan.ra.evans@gmail.com> * edit Signed-off-by: susanev <susan.ra.evans@gmail.com> Co-authored-by: susanev <susan.ra.evans@gmail.com> * Update security whitepaper date * Updated CED page to remove registration and add 'join now' button (#79) Co-authored-by: Sarah Hughes <sarah@pulumi.com> Signed-off-by: susanev <susan.ra.evans@gmail.com> Co-authored-by: Justin Van Patten <jvp@justinvp.com> Co-authored-by: Ian Wahbe <ian@wahbe.com> Co-authored-by: Sarah Hughes <sarah@pulumi.com> Co-authored-by: George Huang <george@pulumi.com> Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com> Co-authored-by: Komal <komal@pulumi.com> Co-authored-by: Fraser Waters <fraser@pulumi.com> Co-authored-by: Frassle <Frassle@users.noreply.github.com> Co-authored-by: GH Action - Upstream Sync <action@github.com> Co-authored-by: Christian Nunciato <c@nunciato.org> Co-authored-by: susan evans <susan.ra.evans@gmail.com> Signed-off-by: susanev <susan.ra.evans@gmail.com> Co-authored-by: GH Action - Upstream Sync <action@github.com> Co-authored-by: Christian Nunciato <c@nunciato.org> Co-authored-by: Justin Van Patten <jvp@justinvp.com> Co-authored-by: Ian Wahbe <ian@wahbe.com> Co-authored-by: Sarah Hughes <sarah@pulumi.com> Co-authored-by: George Huang <george@pulumi.com> Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com> Co-authored-by: Komal <komal@pulumi.com> Co-authored-by: Fraser Waters <fraser@pulumi.com> Co-authored-by: Frassle <Frassle@users.noreply.github.com> Co-authored-by: susan evans <susan.ra.evans@gmail.com>
2022-11-01 21:17:17 -07:00
<li>
<div class="list-title">
2023-09-28 15:40:20 -04:00
<a href="/product/pulumi-deployments/">
Ced 2022 night before updates (#2169) * Update pull-request.yml (#71) * CED 2022 night before update (#81) * Add some docs for Automation API for Pulumi Deployments (#76) * Remove preview note from Pulumi YAML (#77) * Deployment marketing page (#67) * add preview sign-up page for Pulumi Deploy * add pulumi deployments signup page to navigation * use theme updates for icons * update meta description * Copy edits * add 'learn more' section to the bottom * center the learn list * Update copy in the three scenarios section * Add youtube video, buttons to jump to registration * update graphic * Revert "use theme updates for icons" - related theme PR is merged * Edit messaging about Automation API 10x stat * update learn more section, fix some height mismatches Co-authored-by: George Huang <george@pulumi.com> * Deployment docs (#70) * wip draft of Deployment docs setting up structure for others to collaborate * Increment weights * Update Continuous Delivery docs * Thorough redo until GET deployment * Add banner to Pulumi Service page & add slack * Update list deployments * Pass over logs docs * Config documentation (#2079) * Update go.mod * Update pull-request.yml (#71) * Empty commit to trigger a preview * wip (just pushing changes inbetween meetings throughout the day) * wip draft of Deployment docs setting up structure for others to collaborate * Increment weights * Thorough redo until GET deployment * Update Continuous Delivery docs * Update list deployments * Add banner to Pulumi Service page & add slack * Pass over logs docs * wip (just pushing changes inbetween meetings throughout the day) * Empty commit to trigger a preview * Update themes/default/content/docs/intro/pulumi-service/deployments.md Co-authored-by: susan evans <susan.ra.evans@gmail.com> * Update themes/default/content/docs/guides/continuous-delivery/github-app.md Co-authored-by: susan evans <susan.ra.evans@gmail.com> * Update themes/default/content/docs/guides/continuous-delivery/github-app.md Co-authored-by: susan evans <susan.ra.evans@gmail.com> * Addressing susan's feedback * add numbering to github app installation steps * Add cancel * Indent to fix lint-breaking issue * content updates * empty Signed-off-by: susanev <susan.ra.evans@gmail.com> * potentially final push? Signed-off-by: susanev <susan.ra.evans@gmail.com> Co-authored-by: Komal <komal@pulumi.com> Co-authored-by: George Huang <george@pulumi.com> Co-authored-by: Fraser Waters <fraser@pulumi.com> Co-authored-by: Frassle <Frassle@users.noreply.github.com> Co-authored-by: GH Action - Upstream Sync <action@github.com> Co-authored-by: Christian Nunciato <c@nunciato.org> Co-authored-by: susan evans <susan.ra.evans@gmail.com> * Pricing page update (#73) * Updates to pricing page * fix format Signed-off-by: susanev <susan.ra.evans@gmail.com> * edit Signed-off-by: susanev <susan.ra.evans@gmail.com> Co-authored-by: susanev <susan.ra.evans@gmail.com> * Update security whitepaper date * Updated CED page to remove registration and add 'join now' button (#79) Co-authored-by: Sarah Hughes <sarah@pulumi.com> Signed-off-by: susanev <susan.ra.evans@gmail.com> Co-authored-by: Justin Van Patten <jvp@justinvp.com> Co-authored-by: Ian Wahbe <ian@wahbe.com> Co-authored-by: Sarah Hughes <sarah@pulumi.com> Co-authored-by: George Huang <george@pulumi.com> Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com> Co-authored-by: Komal <komal@pulumi.com> Co-authored-by: Fraser Waters <fraser@pulumi.com> Co-authored-by: Frassle <Frassle@users.noreply.github.com> Co-authored-by: GH Action - Upstream Sync <action@github.com> Co-authored-by: Christian Nunciato <c@nunciato.org> Co-authored-by: susan evans <susan.ra.evans@gmail.com> Signed-off-by: susanev <susan.ra.evans@gmail.com> Co-authored-by: GH Action - Upstream Sync <action@github.com> Co-authored-by: Christian Nunciato <c@nunciato.org> Co-authored-by: Justin Van Patten <jvp@justinvp.com> Co-authored-by: Ian Wahbe <ian@wahbe.com> Co-authored-by: Sarah Hughes <sarah@pulumi.com> Co-authored-by: George Huang <george@pulumi.com> Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com> Co-authored-by: Komal <komal@pulumi.com> Co-authored-by: Fraser Waters <fraser@pulumi.com> Co-authored-by: Frassle <Frassle@users.noreply.github.com> Co-authored-by: susan evans <susan.ra.evans@gmail.com>
2022-11-01 21:17:17 -07:00
<i class="fas fa-rocket fa-fw"></i>
Pulumi Deployments
<div class="list-sub-title">Run deployments remotely with a button, Git push, or REST API</div>
</a>
</div>
</li>
Website updates (#2688) * Initial homepage redesign pass, hero change + add sections * bundle * Add customer quotes to the homepage * update title spacing, add Skai quote * add new images for homepage * spacing fixes * update customer quotes * sections + quotes updates, remove PDL logo * update logo list * add resource search diagram adds resource search diagram for updates to product pages * update diagram "service" changed to "cloud" provider count updated added deployments and insights to diagram * diagram revision * Delete duplicate file * Revision for real * update images and backgrounds * update twitter content * remove unused graphic * update hero secondary button * fix community link color * website updates * fix logo size Signed-off-by: susanev<susan.ra.evans@gmail.com> * updates to /product/ and /pulumi-service/ * update pricing and self-hosted pages * fix formating Signed-off-by: susanev <susan.ra.evans@gmail.com> * remove relrefs from pricing * fix html Signed-off-by: susanev <susan.ra.evans@gmail.com> * remove quotes from tweets, correct signup page links, customer logo changes * update CTA button styles for purple background * add links to homepage sections * fix join link clickable area * pulumi cloud & product changes, add some images * update AI image to have language tabs * styling fixes * update product nav and text tweaks for /product * fix logos spacing, update header button * update copy Co-authored-by: George Huang <george@pulumi.com> * change Pulumi Cloud URL and add alias for /product/pulumi-service, add newline to product overview title * update nav links for Pulumi Cloud * update Pulumi Deployments image * shorten tweet height for twitter carousel * fix univision logo * update community link * restyle community join link * edit customer list * join link styles pt 2 * Update themes/default/layouts/page/pricing.html * Update themes/default/layouts/page/pricing.html * Update themes/default/layouts/page/pricing.html * Update themes/default/layouts/page/pricing.html * Update themes/default/layouts/page/pricing.html * update ai graphics * Search docs (#94) --------- Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com> Co-authored-by: Luke Hoban <lukehoban@gmail.com> Co-authored-by: evanboyle <evan@pulumi.com> * appease the linter * handle pricing table text-wrap, center cells (keeping left column left-aligned) * Insights blog post (#101) Co-authored-by: Eric Rudder <ericrudder@users.noreply.github.com> Co-authored-by: aaronkao <aaronkao@users.noreply.github.com> * Add Pulumi AI UI (#95) * WIP * Remove WIP text * Handle over-limit errors * Refactor the page structure * Bit of code, CSS, markup cleanup * Support querystring params * Layout WIP * Switch to two-column layout * Add GPT toggle, hopefully fix highlight bug, glitchy copy buttons * Fix a little copy button issue * Fix set-focus glitch, signup URL * Remove language tooltips and tweak emphasis color * Mobile and tablet tweaks * Shorted labels for mobile, leading on outputs * Extend the pre-highlight wait a bit to allow for slower rendering * Hard-code the endpoint URL to avoid the extra docs PR for now * Remove log statement * Pulumi Insights product page (#91) * First commit * Adding subtitles * A few visual and textual tweaks * Make edits to AI section * Added gif * Updated images * Added Get Started button to AI section * Add Pulumi Insights to product nav, alias for /insights * reorder mobile nav items for product section * Add search gif * Corrected formatting error * Resized images * Updated gif and added form links * Added Preview Signup page * Linted and formatted * Remove button, fix layout issue on submit, link to forms, show learn-more message * Signup -> sign up * Updated anchor links and margins * Minor edit to lede copy * fix hover on button --------- Co-authored-by: Christian Nunciato <cnunciato@work.local> Co-authored-by: Sarah Hughes <sarah@pulumi.com> Co-authored-by: Christian Nunciato <chris@nunciato.org> Co-authored-by: zchase <zachary@pulumi.com> * mark insights blog as draft (#102) --------- Signed-off-by: susanev <susan.ra.evans@gmail.com> Co-authored-by: Sarah Hughes <sarah@pulumi.com> Co-authored-by: Anita Trimbur <anita@pulumi.com> Co-authored-by: George Huang <george@pulumi.com> Co-authored-by: susan evans <susan.ra.evans@gmail.com> Co-authored-by: GH Action - Upstream Sync <action@github.com> Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com> Co-authored-by: Bryce Lampe <brycelampe@gmail.com> Co-authored-by: Luke Hoban <lukehoban@gmail.com> Co-authored-by: evanboyle <evan@pulumi.com> Co-authored-by: Eric Rudder <ericrudder@users.noreply.github.com> Co-authored-by: aaronkao <aaronkao@users.noreply.github.com> Co-authored-by: Christian Nunciato <c@nunciato.org> Co-authored-by: Christian Nunciato <cnunciato@work.local> Co-authored-by: Christian Nunciato <chris@nunciato.org>
2023-04-12 23:15:38 -07:00
<li>
<div class="list-title">
<a href="/request-a-demo/">
<i class="fas fa-laptop-code fa-fw"></i>
Request a demo
<div class="list-sub-title">See how Pulumi can help you ship infrastructure faster</div>
Website updates (#2688) * Initial homepage redesign pass, hero change + add sections * bundle * Add customer quotes to the homepage * update title spacing, add Skai quote * add new images for homepage * spacing fixes * update customer quotes * sections + quotes updates, remove PDL logo * update logo list * add resource search diagram adds resource search diagram for updates to product pages * update diagram "service" changed to "cloud" provider count updated added deployments and insights to diagram * diagram revision * Delete duplicate file * Revision for real * update images and backgrounds * update twitter content * remove unused graphic * update hero secondary button * fix community link color * website updates * fix logo size Signed-off-by: susanev<susan.ra.evans@gmail.com> * updates to /product/ and /pulumi-service/ * update pricing and self-hosted pages * fix formating Signed-off-by: susanev <susan.ra.evans@gmail.com> * remove relrefs from pricing * fix html Signed-off-by: susanev <susan.ra.evans@gmail.com> * remove quotes from tweets, correct signup page links, customer logo changes * update CTA button styles for purple background * add links to homepage sections * fix join link clickable area * pulumi cloud & product changes, add some images * update AI image to have language tabs * styling fixes * update product nav and text tweaks for /product * fix logos spacing, update header button * update copy Co-authored-by: George Huang <george@pulumi.com> * change Pulumi Cloud URL and add alias for /product/pulumi-service, add newline to product overview title * update nav links for Pulumi Cloud * update Pulumi Deployments image * shorten tweet height for twitter carousel * fix univision logo * update community link * restyle community join link * edit customer list * join link styles pt 2 * Update themes/default/layouts/page/pricing.html * Update themes/default/layouts/page/pricing.html * Update themes/default/layouts/page/pricing.html * Update themes/default/layouts/page/pricing.html * Update themes/default/layouts/page/pricing.html * update ai graphics * Search docs (#94) --------- Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com> Co-authored-by: Luke Hoban <lukehoban@gmail.com> Co-authored-by: evanboyle <evan@pulumi.com> * appease the linter * handle pricing table text-wrap, center cells (keeping left column left-aligned) * Insights blog post (#101) Co-authored-by: Eric Rudder <ericrudder@users.noreply.github.com> Co-authored-by: aaronkao <aaronkao@users.noreply.github.com> * Add Pulumi AI UI (#95) * WIP * Remove WIP text * Handle over-limit errors * Refactor the page structure * Bit of code, CSS, markup cleanup * Support querystring params * Layout WIP * Switch to two-column layout * Add GPT toggle, hopefully fix highlight bug, glitchy copy buttons * Fix a little copy button issue * Fix set-focus glitch, signup URL * Remove language tooltips and tweak emphasis color * Mobile and tablet tweaks * Shorted labels for mobile, leading on outputs * Extend the pre-highlight wait a bit to allow for slower rendering * Hard-code the endpoint URL to avoid the extra docs PR for now * Remove log statement * Pulumi Insights product page (#91) * First commit * Adding subtitles * A few visual and textual tweaks * Make edits to AI section * Added gif * Updated images * Added Get Started button to AI section * Add Pulumi Insights to product nav, alias for /insights * reorder mobile nav items for product section * Add search gif * Corrected formatting error * Resized images * Updated gif and added form links * Added Preview Signup page * Linted and formatted * Remove button, fix layout issue on submit, link to forms, show learn-more message * Signup -> sign up * Updated anchor links and margins * Minor edit to lede copy * fix hover on button --------- Co-authored-by: Christian Nunciato <cnunciato@work.local> Co-authored-by: Sarah Hughes <sarah@pulumi.com> Co-authored-by: Christian Nunciato <chris@nunciato.org> Co-authored-by: zchase <zachary@pulumi.com> * mark insights blog as draft (#102) --------- Signed-off-by: susanev <susan.ra.evans@gmail.com> Co-authored-by: Sarah Hughes <sarah@pulumi.com> Co-authored-by: Anita Trimbur <anita@pulumi.com> Co-authored-by: George Huang <george@pulumi.com> Co-authored-by: susan evans <susan.ra.evans@gmail.com> Co-authored-by: GH Action - Upstream Sync <action@github.com> Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com> Co-authored-by: Bryce Lampe <brycelampe@gmail.com> Co-authored-by: Luke Hoban <lukehoban@gmail.com> Co-authored-by: evanboyle <evan@pulumi.com> Co-authored-by: Eric Rudder <ericrudder@users.noreply.github.com> Co-authored-by: aaronkao <aaronkao@users.noreply.github.com> Co-authored-by: Christian Nunciato <c@nunciato.org> Co-authored-by: Christian Nunciato <cnunciato@work.local> Co-authored-by: Christian Nunciato <chris@nunciato.org>
2023-04-12 23:15:38 -07:00
</a>
</div>
</li>
<li>
<!-- This empty list item is a hack to give the text of the above
2022-05-05 13:11:01 -07:00
item something to wrap against so it only takes up half the menu -->
</li>
2022-05-05 13:11:01 -07:00
</div>
</ul>
</div>
</li>
<li class="header-nav-item-drop-down">
<span class="dropdown-title whitespace-nowrap">Why Pulumi?</span>
<span class="dropdown-menu-caret"></span>
<div class="header-nav-drop-down-menu">
<ul>
<div>
<div class="header-nav-drop-down-heading">Why Pulumi?</div>
2023-05-05 18:56:13 -07:00
<div class="header-nav-drop-down-sub-heading ">Learn why engineers and companies prefer Pulumi</div>
</div>
<div class="header-nav-one-col-drop-down">
<li>
<div class="list-title">
2023-05-05 18:56:13 -07:00
<a href="/testimonials/">
<i class="fas fa-quote-left fa-fw"></i>
Engineers love Pulumi
<div class="list-sub-title">Hear from engineers why they love Pulumi</div>
</a>
</div>
</li>
<li>
<div class="list-title">
2023-09-28 15:40:20 -04:00
<a href="/case-studies/">
2023-05-05 18:56:13 -07:00
<i class="fas fa-file fa-fw"></i>
Case Studies
<div class="list-sub-title">Read how teams increased productivity</div>
</a>
</div>
</li>
<li>
<div class="list-title">
2023-09-28 15:40:20 -04:00
<a href="/cloud-engineering/">
2023-05-05 18:56:13 -07:00
<i class="fas fa-book-open fa-fw"></i>
Cloud Engineering
<div class="list-sub-title">Learn best practices for infrastructure as code</div>
</a>
</div>
</li>
<li>
<div class="list-title">
2023-09-28 15:40:20 -04:00
<a href="/solutions/">
2023-05-05 18:56:13 -07:00
<i class="fas fa-lightbulb fa-fw"></i>
Solutions
<div class="list-sub-title">Explore ways to use Pulumi</div>
</a>
</div>
</li>
2022-12-12 15:31:38 -08:00
<li>
<div class="list-title">
2023-09-28 15:40:20 -04:00
<a href="/enterprise/">
2023-05-05 18:56:13 -07:00
<i class="fas fa-building fa-fw"></i>
Enterprises
<div class="list-sub-title">Learn how Pulumi serves enterprise needs</div>
2022-12-12 15:31:38 -08:00
</a>
</div>
</li>
</div>
</ul>
</div>
</li>
<li>
2023-09-28 15:40:20 -04:00
<a href="/pricing/">Pricing</a>
</li>
<li>
2023-09-28 15:40:20 -04:00
<a href="/docs/">Docs</a>
</li>
<li class="header-nav-item-drop-down">
<span class="dropdown-title">Learn</span>
<span class="dropdown-menu-caret"></span>
<div class="header-nav-drop-down-menu learn">
<ul>
<div>
<div class="header-nav-drop-down-heading">Learn</div>
<div class="header-nav-drop-down-sub-heading">Find tutorials, how-to guides, and resources to deepen your Pulumi knowledge</div>
2022-05-05 13:11:01 -07:00
</div>
<div class="header-nav-two-col-drop-down">
<li>
<div class="list-title">
2023-09-28 15:40:20 -04:00
<a href="/pulumi-up/">
<i class="fas fa-calendar fa-fw"></i>
PulumiUP 2023 | Virtual Conference
<div class="list-sub-title">The future of IaC, Platform Engineering, DevOps, and Cloud</div>
</a>
</div>
</li>
<li>
<div class="list-title">
2023-09-28 15:40:20 -04:00
<a href="/blog/">
<i class="fas fa-blog fa-fw"></i>
Blog
<div class="list-sub-title">Read product news, best practices, and more</div>
</a>
</div>
</li>
<li>
<div class="list-title">
2023-09-28 15:40:20 -04:00
<a href="/templates/">
2022-10-10 11:10:04 -07:00
<span>
<img src="/icons/square-foot.svg" class="inline opacity-90" />
2022-09-14 12:59:26 -07:00
</span>
Templates
2022-10-10 11:10:04 -07:00
<div class="list-sub-title ml-0.5">Deploy common architectures on any cloud</div>
</a>
</div>
</li>
<li>
<div class="list-title">
2023-09-28 15:40:20 -04:00
<a href="/learn/">
<i class="fas fa-chalkboard-teacher fa-fw"></i>
Learn Pulumi
<div class="list-sub-title">Get hands-on with Pulumi concepts</div>
</a>
</div>
</li>
<li>
<div class="list-title">
2023-09-28 15:40:20 -04:00
<a href="/case-studies/">
<i class="fas fa-file fa-fw"></i>
Case Studies
<div class="list-sub-title">Read how customers are innovating faster</div>
</a>
</div>
</li>
<li>
<div class="list-title">
2023-09-28 15:40:20 -04:00
<a href="/resources/">
<i class="fas fa-cogs fa-fw"></i>
Resources
<div class="list-sub-title">Videos, upcoming sessions, PulumiTV and more</div>
</a>
</div>
</li>
<li>
<div class="list-title">
2023-09-28 15:40:20 -04:00
<a href="/resources#upcoming">
<i class="fas fa-users fa-fw"></i>
Workshops
<div class="list-sub-title">Register for upcoming sessions</div>
</a>
</div>
</li>
<li>
<div class="list-title">
2023-09-28 05:13:18 -07:00
<a href="/ai/answers">
<i class="fas fa-robot mr-0.5"></i>
Pulumi AI Answers
<div class="list-sub-title">Archive of commonly asked infrastructure-as-code questions</div>
</a>
</div>
</li>
<li>
<div class="list-title">
2023-09-28 15:40:20 -04:00
<a href="/community/">
<i class="fas fa-comments fa-fw"></i>
Community
<div class="list-sub-title">Where to find us</div>
</a>
</div>
</li>
2023-07-27 10:02:12 -07:00
<li>
<div class="list-title">
2023-09-28 15:40:20 -04:00
<a href="/what-is/">
2023-07-27 10:02:12 -07:00
<i class="fas fa-book-reader fa-fw"></i>
What is ...?
<div class="list-sub-title">Dive into topics in and around the IaC universe</div>
</a>
</div>
</li>
</div>
</ul>
</div>
</li>
</ul>
<input class="mobile-menu-toggle" type="checkbox" id="mobile-menu" name="mobile-menu" />
<span class="mobile-menu-icon">
<label class="mobile-menu-closed" for="mobile-menu">
{{ partial "icon" (dict "icon" "hamburger-closed") }}
</label>
<label class="mobile-menu-open hidden" for="mobile-menu">
{{ partial "icon" (dict "icon" "hamburger-open") }}
</label>
</span>
<ul class="mobile-menu">
2022-10-10 11:10:04 -07:00
<ul id="mobile-dropdown">
<div>
<input id="product-mobile-menu" name="nav-menu-checkbox" class="invisible-checkbox" type="checkbox" />
<label id="product-menu-label" for="product-mobile-menu" class="mobile-menu-heading">Product<span class="dropdown-menu-caret"></span></label>
<hr />
<div class="mobile-menu-subitems-product">
<li>
2023-09-28 15:40:20 -04:00
<a href="/product/"> <i class="fas fa-folder fa-fw"></i> Pulumi Overview </a>
2022-10-10 11:10:04 -07:00
</li>
<li>
2023-09-28 15:40:20 -04:00
<a href="/docs/languages-sdks/"> <i class="fas fa-database fa-fw"></i> SDK & Engine </a>
2022-10-10 11:10:04 -07:00
</li>
<li>
2023-09-28 15:40:20 -04:00
<a href="/automation/"> <i class="fas fa-cog fa-fw"></i> Automation API </a>
2022-10-10 11:10:04 -07:00
</li>
2022-11-02 13:17:18 -07:00
<li>
2023-09-28 15:40:20 -04:00
<a href="/product/pulumi-deployments/"> <i class="fas fa-rocket fa-fw"></i> Pulumi Deployments </a>
2022-11-02 13:17:18 -07:00
</li>
2022-10-10 11:10:04 -07:00
<li>
2023-09-28 15:40:20 -04:00
<a href="/product/pulumi-cloud/"> <i class="fas fa-user-cog fa-fw"></i> Pulumi Cloud </a>
Website updates (#2688) * Initial homepage redesign pass, hero change + add sections * bundle * Add customer quotes to the homepage * update title spacing, add Skai quote * add new images for homepage * spacing fixes * update customer quotes * sections + quotes updates, remove PDL logo * update logo list * add resource search diagram adds resource search diagram for updates to product pages * update diagram "service" changed to "cloud" provider count updated added deployments and insights to diagram * diagram revision * Delete duplicate file * Revision for real * update images and backgrounds * update twitter content * remove unused graphic * update hero secondary button * fix community link color * website updates * fix logo size Signed-off-by: susanev<susan.ra.evans@gmail.com> * updates to /product/ and /pulumi-service/ * update pricing and self-hosted pages * fix formating Signed-off-by: susanev <susan.ra.evans@gmail.com> * remove relrefs from pricing * fix html Signed-off-by: susanev <susan.ra.evans@gmail.com> * remove quotes from tweets, correct signup page links, customer logo changes * update CTA button styles for purple background * add links to homepage sections * fix join link clickable area * pulumi cloud & product changes, add some images * update AI image to have language tabs * styling fixes * update product nav and text tweaks for /product * fix logos spacing, update header button * update copy Co-authored-by: George Huang <george@pulumi.com> * change Pulumi Cloud URL and add alias for /product/pulumi-service, add newline to product overview title * update nav links for Pulumi Cloud * update Pulumi Deployments image * shorten tweet height for twitter carousel * fix univision logo * update community link * restyle community join link * edit customer list * join link styles pt 2 * Update themes/default/layouts/page/pricing.html * Update themes/default/layouts/page/pricing.html * Update themes/default/layouts/page/pricing.html * Update themes/default/layouts/page/pricing.html * Update themes/default/layouts/page/pricing.html * update ai graphics * Search docs (#94) --------- Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com> Co-authored-by: Luke Hoban <lukehoban@gmail.com> Co-authored-by: evanboyle <evan@pulumi.com> * appease the linter * handle pricing table text-wrap, center cells (keeping left column left-aligned) * Insights blog post (#101) Co-authored-by: Eric Rudder <ericrudder@users.noreply.github.com> Co-authored-by: aaronkao <aaronkao@users.noreply.github.com> * Add Pulumi AI UI (#95) * WIP * Remove WIP text * Handle over-limit errors * Refactor the page structure * Bit of code, CSS, markup cleanup * Support querystring params * Layout WIP * Switch to two-column layout * Add GPT toggle, hopefully fix highlight bug, glitchy copy buttons * Fix a little copy button issue * Fix set-focus glitch, signup URL * Remove language tooltips and tweak emphasis color * Mobile and tablet tweaks * Shorted labels for mobile, leading on outputs * Extend the pre-highlight wait a bit to allow for slower rendering * Hard-code the endpoint URL to avoid the extra docs PR for now * Remove log statement * Pulumi Insights product page (#91) * First commit * Adding subtitles * A few visual and textual tweaks * Make edits to AI section * Added gif * Updated images * Added Get Started button to AI section * Add Pulumi Insights to product nav, alias for /insights * reorder mobile nav items for product section * Add search gif * Corrected formatting error * Resized images * Updated gif and added form links * Added Preview Signup page * Linted and formatted * Remove button, fix layout issue on submit, link to forms, show learn-more message * Signup -> sign up * Updated anchor links and margins * Minor edit to lede copy * fix hover on button --------- Co-authored-by: Christian Nunciato <cnunciato@work.local> Co-authored-by: Sarah Hughes <sarah@pulumi.com> Co-authored-by: Christian Nunciato <chris@nunciato.org> Co-authored-by: zchase <zachary@pulumi.com> * mark insights blog as draft (#102) --------- Signed-off-by: susanev <susan.ra.evans@gmail.com> Co-authored-by: Sarah Hughes <sarah@pulumi.com> Co-authored-by: Anita Trimbur <anita@pulumi.com> Co-authored-by: George Huang <george@pulumi.com> Co-authored-by: susan evans <susan.ra.evans@gmail.com> Co-authored-by: GH Action - Upstream Sync <action@github.com> Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com> Co-authored-by: Bryce Lampe <brycelampe@gmail.com> Co-authored-by: Luke Hoban <lukehoban@gmail.com> Co-authored-by: evanboyle <evan@pulumi.com> Co-authored-by: Eric Rudder <ericrudder@users.noreply.github.com> Co-authored-by: aaronkao <aaronkao@users.noreply.github.com> Co-authored-by: Christian Nunciato <c@nunciato.org> Co-authored-by: Christian Nunciato <cnunciato@work.local> Co-authored-by: Christian Nunciato <chris@nunciato.org>
2023-04-12 23:15:38 -07:00
</li>
<li>
2023-09-28 15:40:20 -04:00
<a href="/product/pulumi-insights/"> <i class="fas fa-eye fa-fw"></i> Pulumi Insights </a>
Website updates (#2688) * Initial homepage redesign pass, hero change + add sections * bundle * Add customer quotes to the homepage * update title spacing, add Skai quote * add new images for homepage * spacing fixes * update customer quotes * sections + quotes updates, remove PDL logo * update logo list * add resource search diagram adds resource search diagram for updates to product pages * update diagram "service" changed to "cloud" provider count updated added deployments and insights to diagram * diagram revision * Delete duplicate file * Revision for real * update images and backgrounds * update twitter content * remove unused graphic * update hero secondary button * fix community link color * website updates * fix logo size Signed-off-by: susanev<susan.ra.evans@gmail.com> * updates to /product/ and /pulumi-service/ * update pricing and self-hosted pages * fix formating Signed-off-by: susanev <susan.ra.evans@gmail.com> * remove relrefs from pricing * fix html Signed-off-by: susanev <susan.ra.evans@gmail.com> * remove quotes from tweets, correct signup page links, customer logo changes * update CTA button styles for purple background * add links to homepage sections * fix join link clickable area * pulumi cloud & product changes, add some images * update AI image to have language tabs * styling fixes * update product nav and text tweaks for /product * fix logos spacing, update header button * update copy Co-authored-by: George Huang <george@pulumi.com> * change Pulumi Cloud URL and add alias for /product/pulumi-service, add newline to product overview title * update nav links for Pulumi Cloud * update Pulumi Deployments image * shorten tweet height for twitter carousel * fix univision logo * update community link * restyle community join link * edit customer list * join link styles pt 2 * Update themes/default/layouts/page/pricing.html * Update themes/default/layouts/page/pricing.html * Update themes/default/layouts/page/pricing.html * Update themes/default/layouts/page/pricing.html * Update themes/default/layouts/page/pricing.html * update ai graphics * Search docs (#94) --------- Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com> Co-authored-by: Luke Hoban <lukehoban@gmail.com> Co-authored-by: evanboyle <evan@pulumi.com> * appease the linter * handle pricing table text-wrap, center cells (keeping left column left-aligned) * Insights blog post (#101) Co-authored-by: Eric Rudder <ericrudder@users.noreply.github.com> Co-authored-by: aaronkao <aaronkao@users.noreply.github.com> * Add Pulumi AI UI (#95) * WIP * Remove WIP text * Handle over-limit errors * Refactor the page structure * Bit of code, CSS, markup cleanup * Support querystring params * Layout WIP * Switch to two-column layout * Add GPT toggle, hopefully fix highlight bug, glitchy copy buttons * Fix a little copy button issue * Fix set-focus glitch, signup URL * Remove language tooltips and tweak emphasis color * Mobile and tablet tweaks * Shorted labels for mobile, leading on outputs * Extend the pre-highlight wait a bit to allow for slower rendering * Hard-code the endpoint URL to avoid the extra docs PR for now * Remove log statement * Pulumi Insights product page (#91) * First commit * Adding subtitles * A few visual and textual tweaks * Make edits to AI section * Added gif * Updated images * Added Get Started button to AI section * Add Pulumi Insights to product nav, alias for /insights * reorder mobile nav items for product section * Add search gif * Corrected formatting error * Resized images * Updated gif and added form links * Added Preview Signup page * Linted and formatted * Remove button, fix layout issue on submit, link to forms, show learn-more message * Signup -> sign up * Updated anchor links and margins * Minor edit to lede copy * fix hover on button --------- Co-authored-by: Christian Nunciato <cnunciato@work.local> Co-authored-by: Sarah Hughes <sarah@pulumi.com> Co-authored-by: Christian Nunciato <chris@nunciato.org> Co-authored-by: zchase <zachary@pulumi.com> * mark insights blog as draft (#102) --------- Signed-off-by: susanev <susan.ra.evans@gmail.com> Co-authored-by: Sarah Hughes <sarah@pulumi.com> Co-authored-by: Anita Trimbur <anita@pulumi.com> Co-authored-by: George Huang <george@pulumi.com> Co-authored-by: susan evans <susan.ra.evans@gmail.com> Co-authored-by: GH Action - Upstream Sync <action@github.com> Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com> Co-authored-by: Bryce Lampe <brycelampe@gmail.com> Co-authored-by: Luke Hoban <lukehoban@gmail.com> Co-authored-by: evanboyle <evan@pulumi.com> Co-authored-by: Eric Rudder <ericrudder@users.noreply.github.com> Co-authored-by: aaronkao <aaronkao@users.noreply.github.com> Co-authored-by: Christian Nunciato <c@nunciato.org> Co-authored-by: Christian Nunciato <cnunciato@work.local> Co-authored-by: Christian Nunciato <chris@nunciato.org>
2023-04-12 23:15:38 -07:00
</li>
<li>
<a href="/product/internal-developer-platforms/"> <i class="fas fa-users fa-fw"></i> Pulumi for Platform Teams </a>
2022-10-10 11:10:04 -07:00
</li>
<li>
<a href="/product/esc/"> <i class="fas fa-cog fa-fw"></i> Pulumi ESC </a>
2022-10-10 11:10:04 -07:00
</li>
<li>
2023-09-28 15:40:20 -04:00
<a href="/crossguard/"> <i class="fas fa-file-code fa-fw"></i> Policy as Code </a>
2022-10-10 11:10:04 -07:00
</li>
<hr />
</div>
</div>
<div>
<input id="why-pulumi-mobile-menu" name="nav-menu-checkbox" class="invisible-checkbox" type="checkbox" />
<label id="why-pulumi-menu-label" for="why-pulumi-mobile-menu" class="mobile-menu-heading"
>Why Pulumi?<span class="dropdown-menu-caret"></span
></label>
<hr />
<div class="mobile-menu-subitems-why-pulumi">
<li>
2023-09-28 15:40:20 -04:00
<a href="/cloud-engineering/"> <i class="fas fa-book-open fa-fw"></i> Cloud Engineering </a>
2022-10-10 11:10:04 -07:00
</li>
<li>
2023-09-28 15:40:20 -04:00
<a href="/solutions/"> <i class="fas fa-lightbulb fa-fw"></i> Solutions </a>
2022-10-10 11:10:04 -07:00
</li>
<li>
2023-09-28 15:40:20 -04:00
<a href="/enterprise/"> <i class="fas fa-building fa-fw"></i> Enterprises </a>
2022-10-10 11:10:04 -07:00
</li>
<li>
2023-09-28 15:40:20 -04:00
<a href="/case-studies/"> <i class="fas fa-file fa-fw"></i> Case Studies </a>
2022-10-10 11:10:04 -07:00
</li>
2022-12-12 15:31:38 -08:00
<li>
<a href="/testimonials/"> <i class="fas fa-quote-left fa-fw"></i> Testimonials </a>
</li>
2022-10-10 11:10:04 -07:00
<hr />
</div>
</div>
2023-09-28 15:40:20 -04:00
<li class="mobile-menu-item"><a href="/pricing/">Pricing</a></li>
2022-10-10 11:10:04 -07:00
<hr />
2023-09-28 15:40:20 -04:00
<li class="mobile-menu-item"><a href="/docs/">Docs</a></li>
2022-10-10 11:10:04 -07:00
<hr />
<div>
<input id="learn-mobile-menu" name="nav-menu-checkbox" class="invisible-checkbox" type="checkbox" />
<label id="learn-menu-label" for="learn-mobile-menu" class="mobile-menu-heading">Learn<span class="dropdown-menu-caret"></span></label>
2022-10-10 11:10:04 -07:00
<hr />
<div class="mobile-menu-subitems-learn">
<li>
2023-09-28 15:40:20 -04:00
<a href="/pulumi-up/"> <i class="fas fa-calendar fa-fw"></i> PulumiUP 2023 </a>
2022-10-10 11:10:04 -07:00
</li>
<li>
2023-09-28 15:40:20 -04:00
<a href="/blog/"> <i class="fas fa-blog fa-fw"></i> Blog </a>
2022-10-10 11:10:04 -07:00
</li>
<li>
2023-09-28 15:40:20 -04:00
<a href="/case-studies/"> <i class="fas fa-file fa-fw"></i> Case Studies </a>
2022-10-10 11:10:04 -07:00
</li>
<li>
2023-09-28 15:40:20 -04:00
<a href="/resources#upcoming"> <i class="fas fa-users fa-fw"></i> Workshops </a>
2022-10-10 11:10:04 -07:00
</li>
<li>
2023-09-28 15:40:20 -04:00
<a href="/templates/">
2022-10-10 11:10:04 -07:00
<span> <img src="/icons/square-foot.svg" class="inline h-8 opacity-90" /> </span>Templates
</a>
</li>
<li>
2023-09-28 05:13:18 -07:00
<a href="/ai/answers"> <i class="fas fa-robot mr-0.5"></i> Pulumi AI Answers </a>
2022-10-10 11:10:04 -07:00
</li>
<li>
2023-09-28 15:40:20 -04:00
<a href="/learn/"> <i class="fas fa-chalkboard-teacher fa-fw"></i> Learn Pulumi </a>
2022-10-10 11:10:04 -07:00
</li>
<li>
2023-09-28 15:40:20 -04:00
<a href="/resources/"> <i class="fas fa-cogs fa-fw"></i> Resources </a>
2022-10-10 11:10:04 -07:00
</li>
<li>
2023-09-28 15:40:20 -04:00
<a href="/community/"> <i class="fas fa-users fa-fw"></i> Community </a>
2022-10-10 11:10:04 -07:00
</li>
2023-07-27 10:02:12 -07:00
<li>
2023-09-28 15:40:20 -04:00
<a href="/what-is/"> <i class="fas fa-users fa-fw"></i> What is ...? </a>
2023-07-27 10:02:12 -07:00
</li>
2022-10-10 11:10:04 -07:00
</div>
</div>
</ul>
2022-10-10 11:10:04 -07:00
<div class="mobile-menu-footer">
<div class="flex items-center justify-between py-4 px-2 border-t my-4 mx-2 border-gray-200">
<a href="https://github.com/pulumi/pulumi">GitHub</a>
<a href="https://slack.pulumi.com/">Slack</a>
2023-09-28 15:40:20 -04:00
<a href="/docs/">Docs</a>
<a href="/registry/">Registry</a>
<a href="/ai">Pulumi AI</a>
<a href="https://app.pulumi.com/">
{{ partial "top-nav-user-toggle" }}
</a>
2022-10-10 11:10:04 -07:00
</div>
<div class="text-center bg-violet-600 text-white get-started">
2023-07-07 09:54:46 -07:00
<a class="block" data-track="header-get-started-mobile" href="https://app.pulumi.com/signup" title="Sign up for Pulumi Cloud"> Get Started </a>
2022-10-10 11:10:04 -07:00
</div>
</div>
</ul>
<div class="cta-container my-2">
<header-cta button-class="header-btn-primary"></header-cta>
</div>
</div>
</header>
</nav>
</div>
{{ end }}