372 lines
20 KiB
HTML
Raw Permalink Normal View History

GREAT WEBSITE MIGRATION OF 2018 (#1269) * Move content into docs/content * Make navigation and doc generation work Signed-off-by: Christian Nunciato <c@nunciato.org> * Make search work Signed-off-by: Christian Nunciato <c@nunciato.org> * Move docs-specific layouts into layouts/docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Move docs partials into layouts/partials/docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Share a common header and footer Signed-off-by: Christian Nunciato <c@nunciato.org> * Add product & pricing pages, modify main nav Signed-off-by: Christian Nunciato <c@nunciato.org> * Bring images under assets, docs images under assets/images/docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Link to the docs home page, fix image ref Signed-off-by: Christian Nunciato <c@nunciato.org> * Add containers, serverless, kubernetes topics Signed-off-by: Christian Nunciato <c@nunciato.org> * Add careers Signed-off-by: Christian Nunciato <c@nunciato.org> * Add compete, compete -> migrate Signed-off-by: Christian Nunciato <c@nunciato.org> * About, contact Signed-off-by: Christian Nunciato <c@nunciato.org> * Add legal Signed-off-by: Christian Nunciato <c@nunciato.org> * Add product Signed-off-by: Christian Nunciato <c@nunciato.org> * Add partner content Signed-off-by: Christian Nunciato <c@nunciato.org> * Add webinar Signed-off-by: Christian Nunciato <c@nunciato.org> * Add why-pulumi Signed-off-by: Christian Nunciato <c@nunciato.org> * Add GitHub redirect, support Signed-off-by: Christian Nunciato <c@nunciato.org> * Add blog * Add blog - update post frontmatter * Update content/_index.md Co-Authored-By: Justin Van Patten <jvp@justinvp.com> * Remove drafts & redundant fonts, move asset dirs up a level Signed-off-by: Christian Nunciato <c@nunciato.org> * Reconcile blog navigation Signed-off-by: Christian Nunciato <c@nunciato.org> * Migrate some blog content (#1147) * Reconcile www, blog and docs footer items (#1141) Signed-off-by: Christian Nunciato <c@nunciato.org> * Clean up blog layout (#1148) * Migrate more blog posts (#1157) * Replace Bootstrap with TailwindCSS * Add Tailwind * Create a config directory under assets, move PostCSS and Tailwind configs into it * Remove Bootstrap Sass and JS referemce * Refactor the header, base template, and footer to use Tailwind * Pull TOC Sass into its own partial Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor the docs home page Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor docs single, list and section layouts Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor quickstart-clouds partial Signed-off-by: Christian Nunciato <c@nunciato.org> * Reposition config items to fix syntax highlighting Signed-off-by: Christian Nunciato <c@nunciato.org> * Replace syntax CSS theme with Monokai Signed-off-by: Christian Nunciato <c@nunciato.org> * Add a dark blue for links Signed-off-by: Christian Nunciato <c@nunciato.org> * Add the beginnings of Sass color settings Signed-off-by: Christian Nunciato <c@nunciato.org> * Add a Sass file for langchoose Signed-off-by: Christian Nunciato <c@nunciato.org> * Give no-select its own Sass also, since it’s a partial Signed-off-by: Christian Nunciato <c@nunciato.org> * Give docs single and list templates more width for main content Signed-off-by: Christian Nunciato <c@nunciato.org> * Add some padding to the TOC, since we don’t have proper gutters yet Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix button on Quickstart home page Signed-off-by: Christian Nunciato <c@nunciato.org> * TOC styles Signed-off-by: Christian Nunciato <c@nunciato.org> * Quickstart clouds Signed-off-by: Christian Nunciato <c@nunciato.org> * Padding to left and right columns Signed-off-by: Christian Nunciato <c@nunciato.org> * Black for TOC Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor docs/aws to use its own layouts Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix the AWS tech partner image Signed-off-by: Christian Nunciato <c@nunciato.org> * Adjust AWS layouts Signed-off-by: Christian Nunciato <c@nunciato.org> * Move docs-home markup into a layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Format the mini-toc Signed-off-by: Christian Nunciato <c@nunciato.org> * Reduce subhead sizes a bit Signed-off-by: Christian Nunciato <c@nunciato.org> * Remove snowflake styles Signed-off-by: Christian Nunciato <c@nunciato.org> * Extract some Sass partials Signed-off-by: Christian Nunciato <c@nunciato.org> * Define initial purple and blue palettes, use numbered colors instead Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor blog templates Signed-off-by: Christian Nunciato <c@nunciato.org> * Make blog summary a partial, style pagination Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix expanded URLs Signed-off-by: Christian Nunciato <c@nunciato.org> * Rename Documentation to Reference Signed-off-by: Christian Nunciato <c@nunciato.org> * A smattering of minor adjustments Signed-off-by: Christian Nunciato <c@nunciato.org> * Selection state for tags Signed-off-by: Christian Nunciato <c@nunciato.org> * Delete more Bootstrap Signed-off-by: Christian Nunciato <c@nunciato.org> * Comment the banner Signed-off-by: Christian Nunciato <c@nunciato.org> * Restore footer links Signed-off-by: Christian Nunciato <c@nunciato.org> * Legal layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Remove unused layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor careers page Signed-off-by: Christian Nunciato <c@nunciato.org> * Use top-level URLs for legal docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Add RSS for the blog (#1170) * Add RSS for the blog * Cleanup team data (#1195) * Cleanup team data * Add missing newlines at EOF * Blog content as of 6/16 (#1196) * Blog content layout tweaks * Migrated blog content (as of Sun 6/16) * Address PR feedback, replace links to pulumi.io * Add fusion stack Any changes to the `fusion` branch will now be deployed to https://fusion.pulumi.io/. * Fix broken links * Fix broken images in fusion branch (#1207) Deletes unnecessary uses of `BaseURL`. In a small number of cases, where we want to emit an absolute URL that includes the `BaseURL`, use the `absURL` function instead, which is smart about handling missing/extra slashes. * Integrate www content (#1208) Signed-off-by: Christian Nunciato <c@nunciato.org> * Highlight currently selected section tab (#1216) * Remove unused partials (#1215) These are no longer referenced, so they can be removed. Signed-off-by: Christian Nunciato <c@nunciato.org> * Blog content as of 6/24 (#1218) * Port running-containers-in-aws-the-lowdown-ecs-fargate-and-eks * Port building-and-publishing-docker-images-to-a-private-amazon-ecr-repository * Port happy-birthday-to-pulumi-open-source * Commit updates to package-lock.json * Link cleanups and other fixes * Remove 'wip' tag * Restore meta_* fields, tidy up some frontmatter (#1214) Signed-off-by: Christian Nunciato <c@nunciato.org> * Add search (#1217) Signed-off-by: Christian Nunciato <c@nunciato.org> * Hide `.language-prologue-*` by default (#1212) So they all don't initially flash as being visible before all but the selected language are hidden. Port from `_pulumi.scss`. * Limit team members to those with status “active” (#1219) Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix links to datadog provider * Remove top margin from code snippets under lang tabs (#1223) * Update MBR DNA logo (#1222) * Add links to cloud logos (#1221) And use `logo-aws_white.png` for AWS * Remove unnecessary aliases (#1210) Now that we'll be hosting the docs on a new domain, there's no need to maintain these aliases. The old site hosted at https://pulumi.io will have redirects from the old aliases to the new location on the new site. * Pricing page updates (#1224) * Add swooshes to the home, pricing and webinar pages. * Replace “tech” PNGs for GitHub, GitLab, Atlassian and SAML with SVGs, and add an email SVG, in order to align all of their images in the pricing grid. * Add a “See plan details” link above the pricing grid. * Update Font Awesome to version 5.8.1 (to match what's in use on www today) in order to pull in the infinity icons used in the pricing grid. * Align CTA buttons horizontally in adjacent boxes containing content of varying heights. * Fix duplicate links on the home and product pages. Signed-off-by: Christian Nunciato <c@nunciato.org> * Update API docs (#1227) * Update tsdocgen paths * Updated API docs * Fix broken images (#1228) Remove unnecessary `{{ .Site.BaseURL }}` prefix from image URLs. * Fix Hugo build warning about non-relative ref/relref page reference (#1229) * Fix page titles and errant anchors (#1226) * Prevent anchors on the home page * Fix page titles Signed-off-by: Christian Nunciato <c@nunciato.org> * Add a robots.txt file (#1225) This change adds a robots.txt template authorizing seach-engine indexing for all pages of the production site. It assumes that all non-production builds will override the `baseURL` configuration property with something other than `https://pulumi.com/`. Signed-off-by: Christian Nunciato <c@nunciato.org> * Blog content fixes (#1231) * Correct post dates, titles * Revert to previous tags * Unify tags, adjust for display * Replace short, social summaries with longer ones * Use a fixed height for the utility bar (#1232) When the GitHub widget loads asynchronously and pops into view, it causes the whole page to shift downward a few pixels, because the widget is taller than the links beside it. Applying an explicit hight to the utility bar fixes this. Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix TOC expansion for the tour (#1234) We're very likely going to remove the tour and disperse its content elsewhere, but in the meantime, fix the TOC expansion for "Beyond the Basics" items. * Add syntax highlighing to layout templates (#1238) This change adds a partial for highlighting code snippets in layouts. Signed-off-by: Christian Nunciato <c@nunciato.org> * Add home-page video (#1240) Also makes a few slight adjustments to improve mobile layout on the home page. Signed-off-by: Christian Nunciato <c@nunciato.org> * Blog layout and styling improvements (#1237) * Use explicit code blcoks with language * Fix sort order for Author and Tag listings * Make sidebar toggleable on mobile * Resize "poster" image for blog listings * Crop photos to be square * Add posted date, post tags to blog footer * Add recent posts lists to sidebar * Add syntax highlighting to some missed posts * Fix Hugo build warning * Adjust sidebar styling * Cleanup the /docs page (#1239) * Cleanup /docs/aws layouts to match other docs sections * Cleanup /docs pages - Add left nav - Make /docs page look slightly less like a "homepage" - Add top-level "Get Started" and "Reference" headings to left nav * Add `.btn-secondary` and use it in a few places * Remove unnecessary cursor setting (#1245) Should be using the default here. I was debugging and forgot to switch this back before committing. Signed-off-by: Christian Nunciato <c@nunciato.org> * Update the home page video (#1244) This is a slightly shorter version, with typing sections sped up slightly to better respect our visitors’ time. :smile: Signed-off-by: Christian Nunciato <c@nunciato.org> * API doc styling improvements (#1247) * Update API doc styling for Python Bring back the styles used for our Python API docs, convert to use Tailwind, and make further tweaks to make it look even better. For example, all definitions now look like code blocks and indentation and spacing is used to improve the hierarchy of the content. * Only emit the <h1>.Title</h1> if there is a .Title The generated Python API docs don't currently include front matter and therefore do not have a title. We should fix the Python docs gen to do that, but in the meantime, only emit `<h1>.Title</h1>` if the page has a `.Title`, to avoid an unnecessary gap at the top of the page. * Update _pygments.scss to select .highlight instead of .chroma The syntax highlighted code generated by Hugo looks like: ``` <div class="highlight"> <pre class="chroma"> <code class="language-foo"> ... </code> </pre> </div> ``` And our styles looks like: ``` .chroma .k { ... } .chroma .kc { ... } ... ``` This works good, but our generated Python docs, which uses Pygments to do the syntax highlighting, doesn't use `.chroma`, so it doesn't get any syntax highlighting currently, even though all the Pygments classes are there. This is true for our Node.js docs as well, although, based on how we generate the code for that currently, we could relatively easily update the templates to include a `.chroma` class. In all cases, the code that we want highlighted will have a `.highlight` class surrounding it, so just update our styles to select `.highlight` instead of `.chroma`. ``` .highlight .k { ... } .highlight .kc { ... } ... ``` * Update API doc styling for Node.js * Various mobile adjustments and cleanup (#1250) * Pull the hero and section nav into Tailwind "components" and apply them. * Adjust home-page video dimensions accordingly. * Add mobile x-padding to sections that hadn't gotten it yet. * Add an anchor exclusion to the head for the About page. * Fix mobile layout for the Support page. * Fix centering and item distribution on the About page. * Additional minor mobile-related adjustments as encountered. Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix bug in lang chooser (#1249) If I've previously viewed a page in our docs with the language tabs, such as the Get Started guide, and I click the Python tab, that language choice will be persisted to a cookie. If I then visit our Node.js API docs, the lang chooser will see the saved value of "Python" and try to select that tab, hiding all other language snippets. But our Node.js API docs only contain JavaScript and TypeScript snippets, so the end result is that all snippets are hidden and no tab is selected. This change fixes that. If the value in the cookie does not exist in any of the tabs on the page, fallback to the default (JavaScript), otherwise fallback to the first tab that is available on the page. * More small fixes (#1254) * Make the header more responsive Adds padding to medium and above, and adjusts font size and spacing at medium width in order to accommodate the number of items we’re displaying currently. Also uses the full Pulumi logo, since we have room for that now, and adds a little color to the hamburger. Signed-off-by: Christian Nunciato <c@nunciato.org> * Bottom-align the image on the whitepaper layout Also removes the `header` selector from `_hero.scss` in order to reduce the specificity of the rule, allowing it to be overidden more easily with other Tailwind classnames. Signed-off-by: Christian Nunciato <c@nunciato.org> * Add team@pulumi link to the footer Signed-off-by: Christian Nunciato <c@nunciato.org> * Restore the newsroom and investors sections Somehow these got dropped! :scream: Signed-off-by: Christian Nunciato <c@nunciato.org> * Add hero background glows (#1257) Also deletes unused templates. Signed-off-by: Christian Nunciato <c@nunciato.org> * Hide scrollbars if not needed (#1256) * Improve Pricing page responsiveness, fix a few other small things (#1259) * Fix section link on the Why Pulumi page Signed-off-by: Christian Nunciato <c@nunciato.org> * Capitalize Kubernetes in copy Signed-off-by: Christian Nunciato <c@nunciato.org> * Adjust image sizes on Whitepaper page Properly size them on both mobile and desktop. Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix paging on mobile Decrease padding to prevent overflow. Signed-off-by: Christian Nunciato <c@nunciato.org> * Improve Pricing page layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Replace home page video with carousel (#1260) Signed-off-by: Christian Nunciato <c@nunciato.org> * Change Segment module to WWW (#1265) * Hook up new www.pulumi.com/staging stack to CI/CD (#1262) * Move older 'pulumi.io' stacks to infrastructure-old * Add new 'www.pulumi.com' infrastructure folder * Scripts to hook up to CI/CD * Switch back to using generic Travis worker * Add alias to CDN for staging.pulumi.io * Remove alias to staging.pulumi.io * Do not use named profiles for deployments There's an issue today where named profiles which use `credential_source=Environment` don't actually behave correctly with the assume-role tool. Instead of actually assuming the role, it just uses the credentials in the environment, which is not exactly what you want. For now, explicitly set the ARN we want to assume, instead of indirecting across a named profile. * Remove CloudFront alias entirely * Add hover menu (#1266) Signed-off-by: Christian Nunciato <c@nunciato.org> * Hook up new www.pulumi.com/production stack to CI/CD (#1267) * Hook up new www.pulumi.com/production stack to CI/CD * Correct Makefile syntax * Migrate blog posts as of 7/2 (#1268) * Fix Makefile syntax * Fix spelling error ::sigh::
2019-07-02 16:30:33 -07:00
{{ define "hero" }}
<header class="home-page-hero">
<div class="dot-background-container pointer-events-none">
<div class="dot-background"></div>
</div>
<div class="dot-overlay"></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="home-page-hero-content pb-12">
<h1 class="flex flex-col items-center">
2023-08-28 15:57:09 -07:00
<span class="inline-block" data-text="{{ index (.Params.hero.title) 0 }}">{{ index (.Params.hero.title) 0 }}</span>
<span class="rainbow-text inline-block text-center" data-text="{{ index (.Params.hero.title) 1 }}">{{ index (.Params.hero.title) 1 }}</span>
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
</h1>
<p class="text-center leading-7">{{ .Params.hero.description | markdownify }}</p>
<div class="overlay-middle mt-8 flex text-center justify-center items-center flex-col mx-auto lg:mx-0 md:flex-row">
<a class="home-hero-btn-primary mr-0 md:mr-4 mb-3 md:mb-0" href="{{ .Params.hero.cta_link }}">{{ .Params.hero.cta_text }}</a>
<a class="btn-secondary home-hero-btn-secondary rounded-full cursor-pointer" href="{{ .Params.hero.secondary_cta_link }}">{{ .Params.hero.secondary_cta_text }}</a>
GREAT WEBSITE MIGRATION OF 2018 (#1269) * Move content into docs/content * Make navigation and doc generation work Signed-off-by: Christian Nunciato <c@nunciato.org> * Make search work Signed-off-by: Christian Nunciato <c@nunciato.org> * Move docs-specific layouts into layouts/docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Move docs partials into layouts/partials/docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Share a common header and footer Signed-off-by: Christian Nunciato <c@nunciato.org> * Add product & pricing pages, modify main nav Signed-off-by: Christian Nunciato <c@nunciato.org> * Bring images under assets, docs images under assets/images/docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Link to the docs home page, fix image ref Signed-off-by: Christian Nunciato <c@nunciato.org> * Add containers, serverless, kubernetes topics Signed-off-by: Christian Nunciato <c@nunciato.org> * Add careers Signed-off-by: Christian Nunciato <c@nunciato.org> * Add compete, compete -> migrate Signed-off-by: Christian Nunciato <c@nunciato.org> * About, contact Signed-off-by: Christian Nunciato <c@nunciato.org> * Add legal Signed-off-by: Christian Nunciato <c@nunciato.org> * Add product Signed-off-by: Christian Nunciato <c@nunciato.org> * Add partner content Signed-off-by: Christian Nunciato <c@nunciato.org> * Add webinar Signed-off-by: Christian Nunciato <c@nunciato.org> * Add why-pulumi Signed-off-by: Christian Nunciato <c@nunciato.org> * Add GitHub redirect, support Signed-off-by: Christian Nunciato <c@nunciato.org> * Add blog * Add blog - update post frontmatter * Update content/_index.md Co-Authored-By: Justin Van Patten <jvp@justinvp.com> * Remove drafts & redundant fonts, move asset dirs up a level Signed-off-by: Christian Nunciato <c@nunciato.org> * Reconcile blog navigation Signed-off-by: Christian Nunciato <c@nunciato.org> * Migrate some blog content (#1147) * Reconcile www, blog and docs footer items (#1141) Signed-off-by: Christian Nunciato <c@nunciato.org> * Clean up blog layout (#1148) * Migrate more blog posts (#1157) * Replace Bootstrap with TailwindCSS * Add Tailwind * Create a config directory under assets, move PostCSS and Tailwind configs into it * Remove Bootstrap Sass and JS referemce * Refactor the header, base template, and footer to use Tailwind * Pull TOC Sass into its own partial Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor the docs home page Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor docs single, list and section layouts Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor quickstart-clouds partial Signed-off-by: Christian Nunciato <c@nunciato.org> * Reposition config items to fix syntax highlighting Signed-off-by: Christian Nunciato <c@nunciato.org> * Replace syntax CSS theme with Monokai Signed-off-by: Christian Nunciato <c@nunciato.org> * Add a dark blue for links Signed-off-by: Christian Nunciato <c@nunciato.org> * Add the beginnings of Sass color settings Signed-off-by: Christian Nunciato <c@nunciato.org> * Add a Sass file for langchoose Signed-off-by: Christian Nunciato <c@nunciato.org> * Give no-select its own Sass also, since it’s a partial Signed-off-by: Christian Nunciato <c@nunciato.org> * Give docs single and list templates more width for main content Signed-off-by: Christian Nunciato <c@nunciato.org> * Add some padding to the TOC, since we don’t have proper gutters yet Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix button on Quickstart home page Signed-off-by: Christian Nunciato <c@nunciato.org> * TOC styles Signed-off-by: Christian Nunciato <c@nunciato.org> * Quickstart clouds Signed-off-by: Christian Nunciato <c@nunciato.org> * Padding to left and right columns Signed-off-by: Christian Nunciato <c@nunciato.org> * Black for TOC Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor docs/aws to use its own layouts Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix the AWS tech partner image Signed-off-by: Christian Nunciato <c@nunciato.org> * Adjust AWS layouts Signed-off-by: Christian Nunciato <c@nunciato.org> * Move docs-home markup into a layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Format the mini-toc Signed-off-by: Christian Nunciato <c@nunciato.org> * Reduce subhead sizes a bit Signed-off-by: Christian Nunciato <c@nunciato.org> * Remove snowflake styles Signed-off-by: Christian Nunciato <c@nunciato.org> * Extract some Sass partials Signed-off-by: Christian Nunciato <c@nunciato.org> * Define initial purple and blue palettes, use numbered colors instead Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor blog templates Signed-off-by: Christian Nunciato <c@nunciato.org> * Make blog summary a partial, style pagination Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix expanded URLs Signed-off-by: Christian Nunciato <c@nunciato.org> * Rename Documentation to Reference Signed-off-by: Christian Nunciato <c@nunciato.org> * A smattering of minor adjustments Signed-off-by: Christian Nunciato <c@nunciato.org> * Selection state for tags Signed-off-by: Christian Nunciato <c@nunciato.org> * Delete more Bootstrap Signed-off-by: Christian Nunciato <c@nunciato.org> * Comment the banner Signed-off-by: Christian Nunciato <c@nunciato.org> * Restore footer links Signed-off-by: Christian Nunciato <c@nunciato.org> * Legal layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Remove unused layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor careers page Signed-off-by: Christian Nunciato <c@nunciato.org> * Use top-level URLs for legal docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Add RSS for the blog (#1170) * Add RSS for the blog * Cleanup team data (#1195) * Cleanup team data * Add missing newlines at EOF * Blog content as of 6/16 (#1196) * Blog content layout tweaks * Migrated blog content (as of Sun 6/16) * Address PR feedback, replace links to pulumi.io * Add fusion stack Any changes to the `fusion` branch will now be deployed to https://fusion.pulumi.io/. * Fix broken links * Fix broken images in fusion branch (#1207) Deletes unnecessary uses of `BaseURL`. In a small number of cases, where we want to emit an absolute URL that includes the `BaseURL`, use the `absURL` function instead, which is smart about handling missing/extra slashes. * Integrate www content (#1208) Signed-off-by: Christian Nunciato <c@nunciato.org> * Highlight currently selected section tab (#1216) * Remove unused partials (#1215) These are no longer referenced, so they can be removed. Signed-off-by: Christian Nunciato <c@nunciato.org> * Blog content as of 6/24 (#1218) * Port running-containers-in-aws-the-lowdown-ecs-fargate-and-eks * Port building-and-publishing-docker-images-to-a-private-amazon-ecr-repository * Port happy-birthday-to-pulumi-open-source * Commit updates to package-lock.json * Link cleanups and other fixes * Remove 'wip' tag * Restore meta_* fields, tidy up some frontmatter (#1214) Signed-off-by: Christian Nunciato <c@nunciato.org> * Add search (#1217) Signed-off-by: Christian Nunciato <c@nunciato.org> * Hide `.language-prologue-*` by default (#1212) So they all don't initially flash as being visible before all but the selected language are hidden. Port from `_pulumi.scss`. * Limit team members to those with status “active” (#1219) Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix links to datadog provider * Remove top margin from code snippets under lang tabs (#1223) * Update MBR DNA logo (#1222) * Add links to cloud logos (#1221) And use `logo-aws_white.png` for AWS * Remove unnecessary aliases (#1210) Now that we'll be hosting the docs on a new domain, there's no need to maintain these aliases. The old site hosted at https://pulumi.io will have redirects from the old aliases to the new location on the new site. * Pricing page updates (#1224) * Add swooshes to the home, pricing and webinar pages. * Replace “tech” PNGs for GitHub, GitLab, Atlassian and SAML with SVGs, and add an email SVG, in order to align all of their images in the pricing grid. * Add a “See plan details” link above the pricing grid. * Update Font Awesome to version 5.8.1 (to match what's in use on www today) in order to pull in the infinity icons used in the pricing grid. * Align CTA buttons horizontally in adjacent boxes containing content of varying heights. * Fix duplicate links on the home and product pages. Signed-off-by: Christian Nunciato <c@nunciato.org> * Update API docs (#1227) * Update tsdocgen paths * Updated API docs * Fix broken images (#1228) Remove unnecessary `{{ .Site.BaseURL }}` prefix from image URLs. * Fix Hugo build warning about non-relative ref/relref page reference (#1229) * Fix page titles and errant anchors (#1226) * Prevent anchors on the home page * Fix page titles Signed-off-by: Christian Nunciato <c@nunciato.org> * Add a robots.txt file (#1225) This change adds a robots.txt template authorizing seach-engine indexing for all pages of the production site. It assumes that all non-production builds will override the `baseURL` configuration property with something other than `https://pulumi.com/`. Signed-off-by: Christian Nunciato <c@nunciato.org> * Blog content fixes (#1231) * Correct post dates, titles * Revert to previous tags * Unify tags, adjust for display * Replace short, social summaries with longer ones * Use a fixed height for the utility bar (#1232) When the GitHub widget loads asynchronously and pops into view, it causes the whole page to shift downward a few pixels, because the widget is taller than the links beside it. Applying an explicit hight to the utility bar fixes this. Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix TOC expansion for the tour (#1234) We're very likely going to remove the tour and disperse its content elsewhere, but in the meantime, fix the TOC expansion for "Beyond the Basics" items. * Add syntax highlighing to layout templates (#1238) This change adds a partial for highlighting code snippets in layouts. Signed-off-by: Christian Nunciato <c@nunciato.org> * Add home-page video (#1240) Also makes a few slight adjustments to improve mobile layout on the home page. Signed-off-by: Christian Nunciato <c@nunciato.org> * Blog layout and styling improvements (#1237) * Use explicit code blcoks with language * Fix sort order for Author and Tag listings * Make sidebar toggleable on mobile * Resize "poster" image for blog listings * Crop photos to be square * Add posted date, post tags to blog footer * Add recent posts lists to sidebar * Add syntax highlighting to some missed posts * Fix Hugo build warning * Adjust sidebar styling * Cleanup the /docs page (#1239) * Cleanup /docs/aws layouts to match other docs sections * Cleanup /docs pages - Add left nav - Make /docs page look slightly less like a "homepage" - Add top-level "Get Started" and "Reference" headings to left nav * Add `.btn-secondary` and use it in a few places * Remove unnecessary cursor setting (#1245) Should be using the default here. I was debugging and forgot to switch this back before committing. Signed-off-by: Christian Nunciato <c@nunciato.org> * Update the home page video (#1244) This is a slightly shorter version, with typing sections sped up slightly to better respect our visitors’ time. :smile: Signed-off-by: Christian Nunciato <c@nunciato.org> * API doc styling improvements (#1247) * Update API doc styling for Python Bring back the styles used for our Python API docs, convert to use Tailwind, and make further tweaks to make it look even better. For example, all definitions now look like code blocks and indentation and spacing is used to improve the hierarchy of the content. * Only emit the <h1>.Title</h1> if there is a .Title The generated Python API docs don't currently include front matter and therefore do not have a title. We should fix the Python docs gen to do that, but in the meantime, only emit `<h1>.Title</h1>` if the page has a `.Title`, to avoid an unnecessary gap at the top of the page. * Update _pygments.scss to select .highlight instead of .chroma The syntax highlighted code generated by Hugo looks like: ``` <div class="highlight"> <pre class="chroma"> <code class="language-foo"> ... </code> </pre> </div> ``` And our styles looks like: ``` .chroma .k { ... } .chroma .kc { ... } ... ``` This works good, but our generated Python docs, which uses Pygments to do the syntax highlighting, doesn't use `.chroma`, so it doesn't get any syntax highlighting currently, even though all the Pygments classes are there. This is true for our Node.js docs as well, although, based on how we generate the code for that currently, we could relatively easily update the templates to include a `.chroma` class. In all cases, the code that we want highlighted will have a `.highlight` class surrounding it, so just update our styles to select `.highlight` instead of `.chroma`. ``` .highlight .k { ... } .highlight .kc { ... } ... ``` * Update API doc styling for Node.js * Various mobile adjustments and cleanup (#1250) * Pull the hero and section nav into Tailwind "components" and apply them. * Adjust home-page video dimensions accordingly. * Add mobile x-padding to sections that hadn't gotten it yet. * Add an anchor exclusion to the head for the About page. * Fix mobile layout for the Support page. * Fix centering and item distribution on the About page. * Additional minor mobile-related adjustments as encountered. Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix bug in lang chooser (#1249) If I've previously viewed a page in our docs with the language tabs, such as the Get Started guide, and I click the Python tab, that language choice will be persisted to a cookie. If I then visit our Node.js API docs, the lang chooser will see the saved value of "Python" and try to select that tab, hiding all other language snippets. But our Node.js API docs only contain JavaScript and TypeScript snippets, so the end result is that all snippets are hidden and no tab is selected. This change fixes that. If the value in the cookie does not exist in any of the tabs on the page, fallback to the default (JavaScript), otherwise fallback to the first tab that is available on the page. * More small fixes (#1254) * Make the header more responsive Adds padding to medium and above, and adjusts font size and spacing at medium width in order to accommodate the number of items we’re displaying currently. Also uses the full Pulumi logo, since we have room for that now, and adds a little color to the hamburger. Signed-off-by: Christian Nunciato <c@nunciato.org> * Bottom-align the image on the whitepaper layout Also removes the `header` selector from `_hero.scss` in order to reduce the specificity of the rule, allowing it to be overidden more easily with other Tailwind classnames. Signed-off-by: Christian Nunciato <c@nunciato.org> * Add team@pulumi link to the footer Signed-off-by: Christian Nunciato <c@nunciato.org> * Restore the newsroom and investors sections Somehow these got dropped! :scream: Signed-off-by: Christian Nunciato <c@nunciato.org> * Add hero background glows (#1257) Also deletes unused templates. Signed-off-by: Christian Nunciato <c@nunciato.org> * Hide scrollbars if not needed (#1256) * Improve Pricing page responsiveness, fix a few other small things (#1259) * Fix section link on the Why Pulumi page Signed-off-by: Christian Nunciato <c@nunciato.org> * Capitalize Kubernetes in copy Signed-off-by: Christian Nunciato <c@nunciato.org> * Adjust image sizes on Whitepaper page Properly size them on both mobile and desktop. Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix paging on mobile Decrease padding to prevent overflow. Signed-off-by: Christian Nunciato <c@nunciato.org> * Improve Pricing page layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Replace home page video with carousel (#1260) Signed-off-by: Christian Nunciato <c@nunciato.org> * Change Segment module to WWW (#1265) * Hook up new www.pulumi.com/staging stack to CI/CD (#1262) * Move older 'pulumi.io' stacks to infrastructure-old * Add new 'www.pulumi.com' infrastructure folder * Scripts to hook up to CI/CD * Switch back to using generic Travis worker * Add alias to CDN for staging.pulumi.io * Remove alias to staging.pulumi.io * Do not use named profiles for deployments There's an issue today where named profiles which use `credential_source=Environment` don't actually behave correctly with the assume-role tool. Instead of actually assuming the role, it just uses the credentials in the environment, which is not exactly what you want. For now, explicitly set the ARN we want to assume, instead of indirecting across a named profile. * Remove CloudFront alias entirely * Add hover menu (#1266) Signed-off-by: Christian Nunciato <c@nunciato.org> * Hook up new www.pulumi.com/production stack to CI/CD (#1267) * Hook up new www.pulumi.com/production stack to CI/CD * Correct Makefile syntax * Migrate blog posts as of 7/2 (#1268) * Fix Makefile syntax * Fix spelling error ::sigh::
2019-07-02 16:30:33 -07:00
</div>
</div>
</header>
{{ end }}
2019-05-23 15:09:46 -07:00
{{ define "main" }}
{{ $pageContext := . }}
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
<!-- Built by engineers + tweets -->
<section class="mt-8 mb-16 lg:mb-48 relative flex flex-col">
<div class="container mx-auto px-3 overflow-hidden lg:overflow-visible">
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="w-full bg-violet-600 rounded-xl shadow p-16 lg:pb-56 align-top">
<h2 class="text-white text-center">Built by engineers for engineers. Open source.</h2>
<div class="flex flex-col lg:flex-row items-center justify-center mb-4">
<a class="text-white text-lg bold underline flex self-start lg:self-auto mt-4 lg:mt-0 mx-auto lg:mx-0 lg:pr-1" href="https://slack.pulumi.com/"
>Join our community,
</a>
<p class="text-white text-lg mx-auto my-0 lg:mx-0 lg:my-auto">and lets build together.</p>
</div>
</div>
<div class="w-full order-first lg:hidden">
<pulumi-swiper slides="1" centered-slides="true" initial-slide="3" loop="true" autoplay="true" autoplay-delay="5000" speed="1000">
{{ range $tweet := .Params.get_started.tweets }}
<pulumi-swipeable>
<div class="w-full px-4">
<div class="flex flex-col card p-6 bg-white">
<p class="text-left mt-0 overflow-hidden">{{ $tweet.text }}</p>
<div class="flex flex-grow items-end">
<div>
<img class="rounded-full w-12 h-12" src="{{ $tweet.avatar }}" />
</div>
<p class="ml-4 text-gray-600">{{ $tweet.username }}</p>
<div class="flex-grow flex justify-end my-4">
<img src="/logos/tech/twitter.svg" alt="Twitter" />
</div>
</div>
</div>
</div>
</pulumi-swipeable>
{{ end }}
</pulumi-swiper>
</div>
<div class="large-container mx-auto absolute -bottom-12 left-0 pt-12 hidden lg:block">
<pulumi-swiper slides="3" centered-slides="true" initial-slide="3" loop="true" autoplay="true" autoplay-delay="4000" speed="1000">
{{ range $tweet := .Params.get_started.tweets }}
<pulumi-swipeable>
<div class="w-full px-4 text-left">
<div class="flex flex-col card p-6 bg-white h-60">
<p class="flex-grow mt-0">{{ $tweet.text }}</p>
<div class="flex items-center w-full pb-1">
<a href="{{ $tweet.link }}" target="_blank" rel="noopener noreferrer">
<!-- If the browser fails to load the Twitter avatar, just hide it. -->
<div class="rounded-full border-none w-12 h-12 mr-4 overflow-hidden">
<img src="{{ $tweet.avatar }}" onerror="$(this).hide();" />
</div>
</a>
<a href="{{ $tweet.link }}" class="flex-grow text-gray-600 hover:text-gray-600 hover:underline" target="_blank" rel="noopener noreferrer">
{{ $tweet.username }}
</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
{{ if eq $tweet.source "twitter" }}
<img class="w-8 h-8" src="/logos/tech/twitter.svg" alt="Twitter" />
{{ end }}
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
{{ if eq $tweet.source "reddit" }}
<img class="w-8 h-8" src="/logos/tech/reddit.svg" alt="Reddit" />
{{ end }}
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
{{ if eq $tweet.source "linkedin" }}
<img class="w-8 h-8" src="/logos/tech/linkedin.svg" alt="LinkedIn" />
{{ end }}
{{ if eq $tweet.source "blog" }}
<i class="fas fa-blog text-gray-500 text-2xl"></i>
{{ end }}
</div>
</div>
</div>
</pulumi-swipeable>
{{ end }}
</pulumi-swiper>
</div>
</div>
</section>
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
<!-- Code and ship faster -->
<section class="mb-8 px-6 lg:px-0 relative">
<div class="shape-background home-background-yellow-left">
<div class="shape-container flex flex-row-reverse">
<div class="dot-background-container self-end">
<div class="dot-background-overlay"></div>
<div class="dot-background no-animate"></div>
</div>
<div class="circle-left"></div>
<div class="circle-right"></div>
</div>
</div>
<div class="container mx-auto">
<div class="flex flex-col lg:flex-row">
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="w-full my-auto lg:w-1/2 lg:mr-32 z-10 p-8">
<h3>{{ .Params.code_faster.title }}</h3>
<p class="text-lg">{{ .Params.code_faster.description | markdownify }}</p>
{{ range $item := .Params.code_faster.items }}
<h6>{{ $item.title }}</h6>
<p>{{ $item.description | markdownify }}</p>
{{ end }}
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>
<div class="w-full lg:w-1/2 block lg:flex lg:justify-center p-6 md:pl-24 xl:pl-0">
<div>
<pulumi-chooser type="language" options="typescript,python,go,csharp,java,yaml">
<pulumi-choosable type="language" class="highlight" value="typescript">
<img
class="mx-auto"
src="/images/home/typescript.svg"
alt="Pulumi code being written in TypeScript showing autocomplete for creating a new S3 bucket"
/>
</pulumi-choosable>
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-choosable type="language" class="highlight" value="python">
<img class="mx-auto" src="/images/home/python.svg" alt="Pulumi code being written in Python showing autocomplete for creating a new S3 bucket" />
</pulumi-choosable>
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-choosable type="language" class="highlight" value="go">
<img class="mx-auto" src="/images/home/go.svg" alt="Pulumi code being written in GO showing autocomplete for creating a new S3 bucket" />
</pulumi-choosable>
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-choosable type="language" class="highlight" value="csharp">
<img class="mx-auto" src="/images/home/c-sharp.svg" alt="Pulumi code being written in C# showing autocomplete for creating a new S3 bucket" />
</pulumi-choosable>
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-choosable type="language" class="highlight" value="java">
<img class="mx-auto" src="/images/home/java.svg" alt="Pulumi code being written in Java showing autocomplete for creating a new S3 bucket" />
</pulumi-choosable>
<pulumi-choosable type="language" class="highlight" value="yaml">
<img class="mx-auto" src="/images/home/yaml.svg" alt="Pulumi code being written in YAML showing autocomplete for creating a new S3 bucket" />
</pulumi-choosable>
</pulumi-chooser>
</div>
GREAT WEBSITE MIGRATION OF 2018 (#1269) * Move content into docs/content * Make navigation and doc generation work Signed-off-by: Christian Nunciato <c@nunciato.org> * Make search work Signed-off-by: Christian Nunciato <c@nunciato.org> * Move docs-specific layouts into layouts/docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Move docs partials into layouts/partials/docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Share a common header and footer Signed-off-by: Christian Nunciato <c@nunciato.org> * Add product & pricing pages, modify main nav Signed-off-by: Christian Nunciato <c@nunciato.org> * Bring images under assets, docs images under assets/images/docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Link to the docs home page, fix image ref Signed-off-by: Christian Nunciato <c@nunciato.org> * Add containers, serverless, kubernetes topics Signed-off-by: Christian Nunciato <c@nunciato.org> * Add careers Signed-off-by: Christian Nunciato <c@nunciato.org> * Add compete, compete -> migrate Signed-off-by: Christian Nunciato <c@nunciato.org> * About, contact Signed-off-by: Christian Nunciato <c@nunciato.org> * Add legal Signed-off-by: Christian Nunciato <c@nunciato.org> * Add product Signed-off-by: Christian Nunciato <c@nunciato.org> * Add partner content Signed-off-by: Christian Nunciato <c@nunciato.org> * Add webinar Signed-off-by: Christian Nunciato <c@nunciato.org> * Add why-pulumi Signed-off-by: Christian Nunciato <c@nunciato.org> * Add GitHub redirect, support Signed-off-by: Christian Nunciato <c@nunciato.org> * Add blog * Add blog - update post frontmatter * Update content/_index.md Co-Authored-By: Justin Van Patten <jvp@justinvp.com> * Remove drafts & redundant fonts, move asset dirs up a level Signed-off-by: Christian Nunciato <c@nunciato.org> * Reconcile blog navigation Signed-off-by: Christian Nunciato <c@nunciato.org> * Migrate some blog content (#1147) * Reconcile www, blog and docs footer items (#1141) Signed-off-by: Christian Nunciato <c@nunciato.org> * Clean up blog layout (#1148) * Migrate more blog posts (#1157) * Replace Bootstrap with TailwindCSS * Add Tailwind * Create a config directory under assets, move PostCSS and Tailwind configs into it * Remove Bootstrap Sass and JS referemce * Refactor the header, base template, and footer to use Tailwind * Pull TOC Sass into its own partial Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor the docs home page Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor docs single, list and section layouts Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor quickstart-clouds partial Signed-off-by: Christian Nunciato <c@nunciato.org> * Reposition config items to fix syntax highlighting Signed-off-by: Christian Nunciato <c@nunciato.org> * Replace syntax CSS theme with Monokai Signed-off-by: Christian Nunciato <c@nunciato.org> * Add a dark blue for links Signed-off-by: Christian Nunciato <c@nunciato.org> * Add the beginnings of Sass color settings Signed-off-by: Christian Nunciato <c@nunciato.org> * Add a Sass file for langchoose Signed-off-by: Christian Nunciato <c@nunciato.org> * Give no-select its own Sass also, since it’s a partial Signed-off-by: Christian Nunciato <c@nunciato.org> * Give docs single and list templates more width for main content Signed-off-by: Christian Nunciato <c@nunciato.org> * Add some padding to the TOC, since we don’t have proper gutters yet Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix button on Quickstart home page Signed-off-by: Christian Nunciato <c@nunciato.org> * TOC styles Signed-off-by: Christian Nunciato <c@nunciato.org> * Quickstart clouds Signed-off-by: Christian Nunciato <c@nunciato.org> * Padding to left and right columns Signed-off-by: Christian Nunciato <c@nunciato.org> * Black for TOC Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor docs/aws to use its own layouts Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix the AWS tech partner image Signed-off-by: Christian Nunciato <c@nunciato.org> * Adjust AWS layouts Signed-off-by: Christian Nunciato <c@nunciato.org> * Move docs-home markup into a layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Format the mini-toc Signed-off-by: Christian Nunciato <c@nunciato.org> * Reduce subhead sizes a bit Signed-off-by: Christian Nunciato <c@nunciato.org> * Remove snowflake styles Signed-off-by: Christian Nunciato <c@nunciato.org> * Extract some Sass partials Signed-off-by: Christian Nunciato <c@nunciato.org> * Define initial purple and blue palettes, use numbered colors instead Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor blog templates Signed-off-by: Christian Nunciato <c@nunciato.org> * Make blog summary a partial, style pagination Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix expanded URLs Signed-off-by: Christian Nunciato <c@nunciato.org> * Rename Documentation to Reference Signed-off-by: Christian Nunciato <c@nunciato.org> * A smattering of minor adjustments Signed-off-by: Christian Nunciato <c@nunciato.org> * Selection state for tags Signed-off-by: Christian Nunciato <c@nunciato.org> * Delete more Bootstrap Signed-off-by: Christian Nunciato <c@nunciato.org> * Comment the banner Signed-off-by: Christian Nunciato <c@nunciato.org> * Restore footer links Signed-off-by: Christian Nunciato <c@nunciato.org> * Legal layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Remove unused layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor careers page Signed-off-by: Christian Nunciato <c@nunciato.org> * Use top-level URLs for legal docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Add RSS for the blog (#1170) * Add RSS for the blog * Cleanup team data (#1195) * Cleanup team data * Add missing newlines at EOF * Blog content as of 6/16 (#1196) * Blog content layout tweaks * Migrated blog content (as of Sun 6/16) * Address PR feedback, replace links to pulumi.io * Add fusion stack Any changes to the `fusion` branch will now be deployed to https://fusion.pulumi.io/. * Fix broken links * Fix broken images in fusion branch (#1207) Deletes unnecessary uses of `BaseURL`. In a small number of cases, where we want to emit an absolute URL that includes the `BaseURL`, use the `absURL` function instead, which is smart about handling missing/extra slashes. * Integrate www content (#1208) Signed-off-by: Christian Nunciato <c@nunciato.org> * Highlight currently selected section tab (#1216) * Remove unused partials (#1215) These are no longer referenced, so they can be removed. Signed-off-by: Christian Nunciato <c@nunciato.org> * Blog content as of 6/24 (#1218) * Port running-containers-in-aws-the-lowdown-ecs-fargate-and-eks * Port building-and-publishing-docker-images-to-a-private-amazon-ecr-repository * Port happy-birthday-to-pulumi-open-source * Commit updates to package-lock.json * Link cleanups and other fixes * Remove 'wip' tag * Restore meta_* fields, tidy up some frontmatter (#1214) Signed-off-by: Christian Nunciato <c@nunciato.org> * Add search (#1217) Signed-off-by: Christian Nunciato <c@nunciato.org> * Hide `.language-prologue-*` by default (#1212) So they all don't initially flash as being visible before all but the selected language are hidden. Port from `_pulumi.scss`. * Limit team members to those with status “active” (#1219) Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix links to datadog provider * Remove top margin from code snippets under lang tabs (#1223) * Update MBR DNA logo (#1222) * Add links to cloud logos (#1221) And use `logo-aws_white.png` for AWS * Remove unnecessary aliases (#1210) Now that we'll be hosting the docs on a new domain, there's no need to maintain these aliases. The old site hosted at https://pulumi.io will have redirects from the old aliases to the new location on the new site. * Pricing page updates (#1224) * Add swooshes to the home, pricing and webinar pages. * Replace “tech” PNGs for GitHub, GitLab, Atlassian and SAML with SVGs, and add an email SVG, in order to align all of their images in the pricing grid. * Add a “See plan details” link above the pricing grid. * Update Font Awesome to version 5.8.1 (to match what's in use on www today) in order to pull in the infinity icons used in the pricing grid. * Align CTA buttons horizontally in adjacent boxes containing content of varying heights. * Fix duplicate links on the home and product pages. Signed-off-by: Christian Nunciato <c@nunciato.org> * Update API docs (#1227) * Update tsdocgen paths * Updated API docs * Fix broken images (#1228) Remove unnecessary `{{ .Site.BaseURL }}` prefix from image URLs. * Fix Hugo build warning about non-relative ref/relref page reference (#1229) * Fix page titles and errant anchors (#1226) * Prevent anchors on the home page * Fix page titles Signed-off-by: Christian Nunciato <c@nunciato.org> * Add a robots.txt file (#1225) This change adds a robots.txt template authorizing seach-engine indexing for all pages of the production site. It assumes that all non-production builds will override the `baseURL` configuration property with something other than `https://pulumi.com/`. Signed-off-by: Christian Nunciato <c@nunciato.org> * Blog content fixes (#1231) * Correct post dates, titles * Revert to previous tags * Unify tags, adjust for display * Replace short, social summaries with longer ones * Use a fixed height for the utility bar (#1232) When the GitHub widget loads asynchronously and pops into view, it causes the whole page to shift downward a few pixels, because the widget is taller than the links beside it. Applying an explicit hight to the utility bar fixes this. Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix TOC expansion for the tour (#1234) We're very likely going to remove the tour and disperse its content elsewhere, but in the meantime, fix the TOC expansion for "Beyond the Basics" items. * Add syntax highlighing to layout templates (#1238) This change adds a partial for highlighting code snippets in layouts. Signed-off-by: Christian Nunciato <c@nunciato.org> * Add home-page video (#1240) Also makes a few slight adjustments to improve mobile layout on the home page. Signed-off-by: Christian Nunciato <c@nunciato.org> * Blog layout and styling improvements (#1237) * Use explicit code blcoks with language * Fix sort order for Author and Tag listings * Make sidebar toggleable on mobile * Resize "poster" image for blog listings * Crop photos to be square * Add posted date, post tags to blog footer * Add recent posts lists to sidebar * Add syntax highlighting to some missed posts * Fix Hugo build warning * Adjust sidebar styling * Cleanup the /docs page (#1239) * Cleanup /docs/aws layouts to match other docs sections * Cleanup /docs pages - Add left nav - Make /docs page look slightly less like a "homepage" - Add top-level "Get Started" and "Reference" headings to left nav * Add `.btn-secondary` and use it in a few places * Remove unnecessary cursor setting (#1245) Should be using the default here. I was debugging and forgot to switch this back before committing. Signed-off-by: Christian Nunciato <c@nunciato.org> * Update the home page video (#1244) This is a slightly shorter version, with typing sections sped up slightly to better respect our visitors’ time. :smile: Signed-off-by: Christian Nunciato <c@nunciato.org> * API doc styling improvements (#1247) * Update API doc styling for Python Bring back the styles used for our Python API docs, convert to use Tailwind, and make further tweaks to make it look even better. For example, all definitions now look like code blocks and indentation and spacing is used to improve the hierarchy of the content. * Only emit the <h1>.Title</h1> if there is a .Title The generated Python API docs don't currently include front matter and therefore do not have a title. We should fix the Python docs gen to do that, but in the meantime, only emit `<h1>.Title</h1>` if the page has a `.Title`, to avoid an unnecessary gap at the top of the page. * Update _pygments.scss to select .highlight instead of .chroma The syntax highlighted code generated by Hugo looks like: ``` <div class="highlight"> <pre class="chroma"> <code class="language-foo"> ... </code> </pre> </div> ``` And our styles looks like: ``` .chroma .k { ... } .chroma .kc { ... } ... ``` This works good, but our generated Python docs, which uses Pygments to do the syntax highlighting, doesn't use `.chroma`, so it doesn't get any syntax highlighting currently, even though all the Pygments classes are there. This is true for our Node.js docs as well, although, based on how we generate the code for that currently, we could relatively easily update the templates to include a `.chroma` class. In all cases, the code that we want highlighted will have a `.highlight` class surrounding it, so just update our styles to select `.highlight` instead of `.chroma`. ``` .highlight .k { ... } .highlight .kc { ... } ... ``` * Update API doc styling for Node.js * Various mobile adjustments and cleanup (#1250) * Pull the hero and section nav into Tailwind "components" and apply them. * Adjust home-page video dimensions accordingly. * Add mobile x-padding to sections that hadn't gotten it yet. * Add an anchor exclusion to the head for the About page. * Fix mobile layout for the Support page. * Fix centering and item distribution on the About page. * Additional minor mobile-related adjustments as encountered. Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix bug in lang chooser (#1249) If I've previously viewed a page in our docs with the language tabs, such as the Get Started guide, and I click the Python tab, that language choice will be persisted to a cookie. If I then visit our Node.js API docs, the lang chooser will see the saved value of "Python" and try to select that tab, hiding all other language snippets. But our Node.js API docs only contain JavaScript and TypeScript snippets, so the end result is that all snippets are hidden and no tab is selected. This change fixes that. If the value in the cookie does not exist in any of the tabs on the page, fallback to the default (JavaScript), otherwise fallback to the first tab that is available on the page. * More small fixes (#1254) * Make the header more responsive Adds padding to medium and above, and adjusts font size and spacing at medium width in order to accommodate the number of items we’re displaying currently. Also uses the full Pulumi logo, since we have room for that now, and adds a little color to the hamburger. Signed-off-by: Christian Nunciato <c@nunciato.org> * Bottom-align the image on the whitepaper layout Also removes the `header` selector from `_hero.scss` in order to reduce the specificity of the rule, allowing it to be overidden more easily with other Tailwind classnames. Signed-off-by: Christian Nunciato <c@nunciato.org> * Add team@pulumi link to the footer Signed-off-by: Christian Nunciato <c@nunciato.org> * Restore the newsroom and investors sections Somehow these got dropped! :scream: Signed-off-by: Christian Nunciato <c@nunciato.org> * Add hero background glows (#1257) Also deletes unused templates. Signed-off-by: Christian Nunciato <c@nunciato.org> * Hide scrollbars if not needed (#1256) * Improve Pricing page responsiveness, fix a few other small things (#1259) * Fix section link on the Why Pulumi page Signed-off-by: Christian Nunciato <c@nunciato.org> * Capitalize Kubernetes in copy Signed-off-by: Christian Nunciato <c@nunciato.org> * Adjust image sizes on Whitepaper page Properly size them on both mobile and desktop. Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix paging on mobile Decrease padding to prevent overflow. Signed-off-by: Christian Nunciato <c@nunciato.org> * Improve Pricing page layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Replace home page video with carousel (#1260) Signed-off-by: Christian Nunciato <c@nunciato.org> * Change Segment module to WWW (#1265) * Hook up new www.pulumi.com/staging stack to CI/CD (#1262) * Move older 'pulumi.io' stacks to infrastructure-old * Add new 'www.pulumi.com' infrastructure folder * Scripts to hook up to CI/CD * Switch back to using generic Travis worker * Add alias to CDN for staging.pulumi.io * Remove alias to staging.pulumi.io * Do not use named profiles for deployments There's an issue today where named profiles which use `credential_source=Environment` don't actually behave correctly with the assume-role tool. Instead of actually assuming the role, it just uses the credentials in the environment, which is not exactly what you want. For now, explicitly set the ARN we want to assume, instead of indirecting across a named profile. * Remove CloudFront alias entirely * Add hover menu (#1266) Signed-off-by: Christian Nunciato <c@nunciato.org> * Hook up new www.pulumi.com/production stack to CI/CD (#1267) * Hook up new www.pulumi.com/production stack to CI/CD * Correct Makefile syntax * Migrate blog posts as of 7/2 (#1268) * Fix Makefile syntax * Fix spelling error ::sigh::
2019-07-02 16:30:33 -07:00
</div>
</div>
</div>
</section>
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
<!-- Panther quote -->
<section class="w-full md:w-2/3 lg:w-1/2 mx-auto">
{{ partial "home/quote.html" (dict "quote" .Params.customer_quotes.panther) }}
New Home Page (#1643) * New Home Page Signed-off-by: Christian Nunciato <c@nunciato.org> * Edit bits of the new homepage (#1665) * Edit bits of the new homepage This is a work in progress, however makes the following changes: * Use a different heading/subheading. * Make some fonts larger. * Move the CTA above the fold and make it more prominent. * Move Create/Deploy/Manage above the widget and style it differently. * Change the text within Create/Deploy/Manage cards, and use a bulleted headings style for the major points. * Add a SVG header to the Manage card for symmetry -- although it needs to be revised to include e.g. identity providers. * Add real quotes. * Add some new logos. * Reorganize some non-homepage things * Make the top navbar sticky -- and remove stickiness from some of the other second level navbars that are less important now. * Use bg-purple-900 rather than black in some places. The black contrast just looks really retro and tacky to my eyes. (Honestly, still could use some work here, but it's marginally less horrific.) * Eliminate PRICING from the top nav. Our belief is too many people click this and think we're 100% commercial without having open source offerings. This page is still available, but is more deeply integrated with the PRODUCT flow. * Overhaul the PRODUCT page: - Better top level messaging. - Reuse the new carousel widget rather than the aging code snippet. - Revamp all of the details below. - Use slightly more modern looking FA icons rather than the images we had before (which looked kind of random). - Remove "Multi-Cloud Subscription" -- and add "Support and Training." - Link out to the PRICING page in certain key areas. * Revamp overall message on the CAREERS page and massage some margins and font sizes. * Move WHY-PULUMI further to the right of the nav bar. Sights set on revamping WHY-PULUMI next ... * Revamp the Why, Pulumi page * Remove some unused bits * Tidy up partner, migrate, and topics pages The partner, migrate, and topics pages are showing their age. At some point (soon) we need to just blow them up and rewrite them with our current voice and perspective. For the time being, I do know they are helping with SEO, so I've done a pass over them to bring them (roughly) up to code -- still not perfect, but much better. * Rework titles and abstracts for all pages. * Replace @pulumi/cloud* examples with modern equivalents. * Direct to the general GET STARTED page in most places. * Rewrite the how-pulumi-works partial to use HTML and our more recent language and logos, instead of an aging screenshot. * Ensure consistency on black 2nd level nav bars. * Add partner logos for Azure and GCP. * Use a real YouTube embed for the link to our video. Fixes #1588. * Refine the Why, Pulumi page further * Make some more edits ...primarily to the "migrate" pages. * Incorporate latest changes Signed-off-by: Christian Nunciato <c@nunciato.org> * Make final edits (#1683) * Update the top level phrasing. * Capitalize "Modern Infrastructure as Code" (it's bolder/stronger). * Tweak some minor other language. * Add a link to the video. * Change carousel nav, tweak video, comment alert * Make some adjustments for narrow mobiles
2019-09-04 15:47:35 -07:00
</section>
GREAT WEBSITE MIGRATION OF 2018 (#1269) * Move content into docs/content * Make navigation and doc generation work Signed-off-by: Christian Nunciato <c@nunciato.org> * Make search work Signed-off-by: Christian Nunciato <c@nunciato.org> * Move docs-specific layouts into layouts/docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Move docs partials into layouts/partials/docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Share a common header and footer Signed-off-by: Christian Nunciato <c@nunciato.org> * Add product & pricing pages, modify main nav Signed-off-by: Christian Nunciato <c@nunciato.org> * Bring images under assets, docs images under assets/images/docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Link to the docs home page, fix image ref Signed-off-by: Christian Nunciato <c@nunciato.org> * Add containers, serverless, kubernetes topics Signed-off-by: Christian Nunciato <c@nunciato.org> * Add careers Signed-off-by: Christian Nunciato <c@nunciato.org> * Add compete, compete -> migrate Signed-off-by: Christian Nunciato <c@nunciato.org> * About, contact Signed-off-by: Christian Nunciato <c@nunciato.org> * Add legal Signed-off-by: Christian Nunciato <c@nunciato.org> * Add product Signed-off-by: Christian Nunciato <c@nunciato.org> * Add partner content Signed-off-by: Christian Nunciato <c@nunciato.org> * Add webinar Signed-off-by: Christian Nunciato <c@nunciato.org> * Add why-pulumi Signed-off-by: Christian Nunciato <c@nunciato.org> * Add GitHub redirect, support Signed-off-by: Christian Nunciato <c@nunciato.org> * Add blog * Add blog - update post frontmatter * Update content/_index.md Co-Authored-By: Justin Van Patten <jvp@justinvp.com> * Remove drafts & redundant fonts, move asset dirs up a level Signed-off-by: Christian Nunciato <c@nunciato.org> * Reconcile blog navigation Signed-off-by: Christian Nunciato <c@nunciato.org> * Migrate some blog content (#1147) * Reconcile www, blog and docs footer items (#1141) Signed-off-by: Christian Nunciato <c@nunciato.org> * Clean up blog layout (#1148) * Migrate more blog posts (#1157) * Replace Bootstrap with TailwindCSS * Add Tailwind * Create a config directory under assets, move PostCSS and Tailwind configs into it * Remove Bootstrap Sass and JS referemce * Refactor the header, base template, and footer to use Tailwind * Pull TOC Sass into its own partial Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor the docs home page Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor docs single, list and section layouts Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor quickstart-clouds partial Signed-off-by: Christian Nunciato <c@nunciato.org> * Reposition config items to fix syntax highlighting Signed-off-by: Christian Nunciato <c@nunciato.org> * Replace syntax CSS theme with Monokai Signed-off-by: Christian Nunciato <c@nunciato.org> * Add a dark blue for links Signed-off-by: Christian Nunciato <c@nunciato.org> * Add the beginnings of Sass color settings Signed-off-by: Christian Nunciato <c@nunciato.org> * Add a Sass file for langchoose Signed-off-by: Christian Nunciato <c@nunciato.org> * Give no-select its own Sass also, since it’s a partial Signed-off-by: Christian Nunciato <c@nunciato.org> * Give docs single and list templates more width for main content Signed-off-by: Christian Nunciato <c@nunciato.org> * Add some padding to the TOC, since we don’t have proper gutters yet Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix button on Quickstart home page Signed-off-by: Christian Nunciato <c@nunciato.org> * TOC styles Signed-off-by: Christian Nunciato <c@nunciato.org> * Quickstart clouds Signed-off-by: Christian Nunciato <c@nunciato.org> * Padding to left and right columns Signed-off-by: Christian Nunciato <c@nunciato.org> * Black for TOC Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor docs/aws to use its own layouts Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix the AWS tech partner image Signed-off-by: Christian Nunciato <c@nunciato.org> * Adjust AWS layouts Signed-off-by: Christian Nunciato <c@nunciato.org> * Move docs-home markup into a layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Format the mini-toc Signed-off-by: Christian Nunciato <c@nunciato.org> * Reduce subhead sizes a bit Signed-off-by: Christian Nunciato <c@nunciato.org> * Remove snowflake styles Signed-off-by: Christian Nunciato <c@nunciato.org> * Extract some Sass partials Signed-off-by: Christian Nunciato <c@nunciato.org> * Define initial purple and blue palettes, use numbered colors instead Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor blog templates Signed-off-by: Christian Nunciato <c@nunciato.org> * Make blog summary a partial, style pagination Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix expanded URLs Signed-off-by: Christian Nunciato <c@nunciato.org> * Rename Documentation to Reference Signed-off-by: Christian Nunciato <c@nunciato.org> * A smattering of minor adjustments Signed-off-by: Christian Nunciato <c@nunciato.org> * Selection state for tags Signed-off-by: Christian Nunciato <c@nunciato.org> * Delete more Bootstrap Signed-off-by: Christian Nunciato <c@nunciato.org> * Comment the banner Signed-off-by: Christian Nunciato <c@nunciato.org> * Restore footer links Signed-off-by: Christian Nunciato <c@nunciato.org> * Legal layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Remove unused layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor careers page Signed-off-by: Christian Nunciato <c@nunciato.org> * Use top-level URLs for legal docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Add RSS for the blog (#1170) * Add RSS for the blog * Cleanup team data (#1195) * Cleanup team data * Add missing newlines at EOF * Blog content as of 6/16 (#1196) * Blog content layout tweaks * Migrated blog content (as of Sun 6/16) * Address PR feedback, replace links to pulumi.io * Add fusion stack Any changes to the `fusion` branch will now be deployed to https://fusion.pulumi.io/. * Fix broken links * Fix broken images in fusion branch (#1207) Deletes unnecessary uses of `BaseURL`. In a small number of cases, where we want to emit an absolute URL that includes the `BaseURL`, use the `absURL` function instead, which is smart about handling missing/extra slashes. * Integrate www content (#1208) Signed-off-by: Christian Nunciato <c@nunciato.org> * Highlight currently selected section tab (#1216) * Remove unused partials (#1215) These are no longer referenced, so they can be removed. Signed-off-by: Christian Nunciato <c@nunciato.org> * Blog content as of 6/24 (#1218) * Port running-containers-in-aws-the-lowdown-ecs-fargate-and-eks * Port building-and-publishing-docker-images-to-a-private-amazon-ecr-repository * Port happy-birthday-to-pulumi-open-source * Commit updates to package-lock.json * Link cleanups and other fixes * Remove 'wip' tag * Restore meta_* fields, tidy up some frontmatter (#1214) Signed-off-by: Christian Nunciato <c@nunciato.org> * Add search (#1217) Signed-off-by: Christian Nunciato <c@nunciato.org> * Hide `.language-prologue-*` by default (#1212) So they all don't initially flash as being visible before all but the selected language are hidden. Port from `_pulumi.scss`. * Limit team members to those with status “active” (#1219) Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix links to datadog provider * Remove top margin from code snippets under lang tabs (#1223) * Update MBR DNA logo (#1222) * Add links to cloud logos (#1221) And use `logo-aws_white.png` for AWS * Remove unnecessary aliases (#1210) Now that we'll be hosting the docs on a new domain, there's no need to maintain these aliases. The old site hosted at https://pulumi.io will have redirects from the old aliases to the new location on the new site. * Pricing page updates (#1224) * Add swooshes to the home, pricing and webinar pages. * Replace “tech” PNGs for GitHub, GitLab, Atlassian and SAML with SVGs, and add an email SVG, in order to align all of their images in the pricing grid. * Add a “See plan details” link above the pricing grid. * Update Font Awesome to version 5.8.1 (to match what's in use on www today) in order to pull in the infinity icons used in the pricing grid. * Align CTA buttons horizontally in adjacent boxes containing content of varying heights. * Fix duplicate links on the home and product pages. Signed-off-by: Christian Nunciato <c@nunciato.org> * Update API docs (#1227) * Update tsdocgen paths * Updated API docs * Fix broken images (#1228) Remove unnecessary `{{ .Site.BaseURL }}` prefix from image URLs. * Fix Hugo build warning about non-relative ref/relref page reference (#1229) * Fix page titles and errant anchors (#1226) * Prevent anchors on the home page * Fix page titles Signed-off-by: Christian Nunciato <c@nunciato.org> * Add a robots.txt file (#1225) This change adds a robots.txt template authorizing seach-engine indexing for all pages of the production site. It assumes that all non-production builds will override the `baseURL` configuration property with something other than `https://pulumi.com/`. Signed-off-by: Christian Nunciato <c@nunciato.org> * Blog content fixes (#1231) * Correct post dates, titles * Revert to previous tags * Unify tags, adjust for display * Replace short, social summaries with longer ones * Use a fixed height for the utility bar (#1232) When the GitHub widget loads asynchronously and pops into view, it causes the whole page to shift downward a few pixels, because the widget is taller than the links beside it. Applying an explicit hight to the utility bar fixes this. Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix TOC expansion for the tour (#1234) We're very likely going to remove the tour and disperse its content elsewhere, but in the meantime, fix the TOC expansion for "Beyond the Basics" items. * Add syntax highlighing to layout templates (#1238) This change adds a partial for highlighting code snippets in layouts. Signed-off-by: Christian Nunciato <c@nunciato.org> * Add home-page video (#1240) Also makes a few slight adjustments to improve mobile layout on the home page. Signed-off-by: Christian Nunciato <c@nunciato.org> * Blog layout and styling improvements (#1237) * Use explicit code blcoks with language * Fix sort order for Author and Tag listings * Make sidebar toggleable on mobile * Resize "poster" image for blog listings * Crop photos to be square * Add posted date, post tags to blog footer * Add recent posts lists to sidebar * Add syntax highlighting to some missed posts * Fix Hugo build warning * Adjust sidebar styling * Cleanup the /docs page (#1239) * Cleanup /docs/aws layouts to match other docs sections * Cleanup /docs pages - Add left nav - Make /docs page look slightly less like a "homepage" - Add top-level "Get Started" and "Reference" headings to left nav * Add `.btn-secondary` and use it in a few places * Remove unnecessary cursor setting (#1245) Should be using the default here. I was debugging and forgot to switch this back before committing. Signed-off-by: Christian Nunciato <c@nunciato.org> * Update the home page video (#1244) This is a slightly shorter version, with typing sections sped up slightly to better respect our visitors’ time. :smile: Signed-off-by: Christian Nunciato <c@nunciato.org> * API doc styling improvements (#1247) * Update API doc styling for Python Bring back the styles used for our Python API docs, convert to use Tailwind, and make further tweaks to make it look even better. For example, all definitions now look like code blocks and indentation and spacing is used to improve the hierarchy of the content. * Only emit the <h1>.Title</h1> if there is a .Title The generated Python API docs don't currently include front matter and therefore do not have a title. We should fix the Python docs gen to do that, but in the meantime, only emit `<h1>.Title</h1>` if the page has a `.Title`, to avoid an unnecessary gap at the top of the page. * Update _pygments.scss to select .highlight instead of .chroma The syntax highlighted code generated by Hugo looks like: ``` <div class="highlight"> <pre class="chroma"> <code class="language-foo"> ... </code> </pre> </div> ``` And our styles looks like: ``` .chroma .k { ... } .chroma .kc { ... } ... ``` This works good, but our generated Python docs, which uses Pygments to do the syntax highlighting, doesn't use `.chroma`, so it doesn't get any syntax highlighting currently, even though all the Pygments classes are there. This is true for our Node.js docs as well, although, based on how we generate the code for that currently, we could relatively easily update the templates to include a `.chroma` class. In all cases, the code that we want highlighted will have a `.highlight` class surrounding it, so just update our styles to select `.highlight` instead of `.chroma`. ``` .highlight .k { ... } .highlight .kc { ... } ... ``` * Update API doc styling for Node.js * Various mobile adjustments and cleanup (#1250) * Pull the hero and section nav into Tailwind "components" and apply them. * Adjust home-page video dimensions accordingly. * Add mobile x-padding to sections that hadn't gotten it yet. * Add an anchor exclusion to the head for the About page. * Fix mobile layout for the Support page. * Fix centering and item distribution on the About page. * Additional minor mobile-related adjustments as encountered. Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix bug in lang chooser (#1249) If I've previously viewed a page in our docs with the language tabs, such as the Get Started guide, and I click the Python tab, that language choice will be persisted to a cookie. If I then visit our Node.js API docs, the lang chooser will see the saved value of "Python" and try to select that tab, hiding all other language snippets. But our Node.js API docs only contain JavaScript and TypeScript snippets, so the end result is that all snippets are hidden and no tab is selected. This change fixes that. If the value in the cookie does not exist in any of the tabs on the page, fallback to the default (JavaScript), otherwise fallback to the first tab that is available on the page. * More small fixes (#1254) * Make the header more responsive Adds padding to medium and above, and adjusts font size and spacing at medium width in order to accommodate the number of items we’re displaying currently. Also uses the full Pulumi logo, since we have room for that now, and adds a little color to the hamburger. Signed-off-by: Christian Nunciato <c@nunciato.org> * Bottom-align the image on the whitepaper layout Also removes the `header` selector from `_hero.scss` in order to reduce the specificity of the rule, allowing it to be overidden more easily with other Tailwind classnames. Signed-off-by: Christian Nunciato <c@nunciato.org> * Add team@pulumi link to the footer Signed-off-by: Christian Nunciato <c@nunciato.org> * Restore the newsroom and investors sections Somehow these got dropped! :scream: Signed-off-by: Christian Nunciato <c@nunciato.org> * Add hero background glows (#1257) Also deletes unused templates. Signed-off-by: Christian Nunciato <c@nunciato.org> * Hide scrollbars if not needed (#1256) * Improve Pricing page responsiveness, fix a few other small things (#1259) * Fix section link on the Why Pulumi page Signed-off-by: Christian Nunciato <c@nunciato.org> * Capitalize Kubernetes in copy Signed-off-by: Christian Nunciato <c@nunciato.org> * Adjust image sizes on Whitepaper page Properly size them on both mobile and desktop. Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix paging on mobile Decrease padding to prevent overflow. Signed-off-by: Christian Nunciato <c@nunciato.org> * Improve Pricing page layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Replace home page video with carousel (#1260) Signed-off-by: Christian Nunciato <c@nunciato.org> * Change Segment module to WWW (#1265) * Hook up new www.pulumi.com/staging stack to CI/CD (#1262) * Move older 'pulumi.io' stacks to infrastructure-old * Add new 'www.pulumi.com' infrastructure folder * Scripts to hook up to CI/CD * Switch back to using generic Travis worker * Add alias to CDN for staging.pulumi.io * Remove alias to staging.pulumi.io * Do not use named profiles for deployments There's an issue today where named profiles which use `credential_source=Environment` don't actually behave correctly with the assume-role tool. Instead of actually assuming the role, it just uses the credentials in the environment, which is not exactly what you want. For now, explicitly set the ARN we want to assume, instead of indirecting across a named profile. * Remove CloudFront alias entirely * Add hover menu (#1266) Signed-off-by: Christian Nunciato <c@nunciato.org> * Hook up new www.pulumi.com/production stack to CI/CD (#1267) * Hook up new www.pulumi.com/production stack to CI/CD * Correct Makefile syntax * Migrate blog posts as of 7/2 (#1268) * Fix Makefile syntax * Fix spelling error ::sigh::
2019-07-02 16:30:33 -07:00
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
<!-- Boost productivity with AI -->
<section class="py-12 px-6 lg:px-0 relative">
<div class="shape-background home-background-salmon-right">
<div class="shape-container flex">
<div class="dot-background-container self-end">
<div class="dot-background-overlay"></div>
<div class="dot-background no-animate"></div>
</div>
<div class="circle-left"></div>
<div class="circle-right"></div>
GREAT WEBSITE MIGRATION OF 2018 (#1269) * Move content into docs/content * Make navigation and doc generation work Signed-off-by: Christian Nunciato <c@nunciato.org> * Make search work Signed-off-by: Christian Nunciato <c@nunciato.org> * Move docs-specific layouts into layouts/docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Move docs partials into layouts/partials/docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Share a common header and footer Signed-off-by: Christian Nunciato <c@nunciato.org> * Add product & pricing pages, modify main nav Signed-off-by: Christian Nunciato <c@nunciato.org> * Bring images under assets, docs images under assets/images/docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Link to the docs home page, fix image ref Signed-off-by: Christian Nunciato <c@nunciato.org> * Add containers, serverless, kubernetes topics Signed-off-by: Christian Nunciato <c@nunciato.org> * Add careers Signed-off-by: Christian Nunciato <c@nunciato.org> * Add compete, compete -> migrate Signed-off-by: Christian Nunciato <c@nunciato.org> * About, contact Signed-off-by: Christian Nunciato <c@nunciato.org> * Add legal Signed-off-by: Christian Nunciato <c@nunciato.org> * Add product Signed-off-by: Christian Nunciato <c@nunciato.org> * Add partner content Signed-off-by: Christian Nunciato <c@nunciato.org> * Add webinar Signed-off-by: Christian Nunciato <c@nunciato.org> * Add why-pulumi Signed-off-by: Christian Nunciato <c@nunciato.org> * Add GitHub redirect, support Signed-off-by: Christian Nunciato <c@nunciato.org> * Add blog * Add blog - update post frontmatter * Update content/_index.md Co-Authored-By: Justin Van Patten <jvp@justinvp.com> * Remove drafts & redundant fonts, move asset dirs up a level Signed-off-by: Christian Nunciato <c@nunciato.org> * Reconcile blog navigation Signed-off-by: Christian Nunciato <c@nunciato.org> * Migrate some blog content (#1147) * Reconcile www, blog and docs footer items (#1141) Signed-off-by: Christian Nunciato <c@nunciato.org> * Clean up blog layout (#1148) * Migrate more blog posts (#1157) * Replace Bootstrap with TailwindCSS * Add Tailwind * Create a config directory under assets, move PostCSS and Tailwind configs into it * Remove Bootstrap Sass and JS referemce * Refactor the header, base template, and footer to use Tailwind * Pull TOC Sass into its own partial Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor the docs home page Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor docs single, list and section layouts Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor quickstart-clouds partial Signed-off-by: Christian Nunciato <c@nunciato.org> * Reposition config items to fix syntax highlighting Signed-off-by: Christian Nunciato <c@nunciato.org> * Replace syntax CSS theme with Monokai Signed-off-by: Christian Nunciato <c@nunciato.org> * Add a dark blue for links Signed-off-by: Christian Nunciato <c@nunciato.org> * Add the beginnings of Sass color settings Signed-off-by: Christian Nunciato <c@nunciato.org> * Add a Sass file for langchoose Signed-off-by: Christian Nunciato <c@nunciato.org> * Give no-select its own Sass also, since it’s a partial Signed-off-by: Christian Nunciato <c@nunciato.org> * Give docs single and list templates more width for main content Signed-off-by: Christian Nunciato <c@nunciato.org> * Add some padding to the TOC, since we don’t have proper gutters yet Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix button on Quickstart home page Signed-off-by: Christian Nunciato <c@nunciato.org> * TOC styles Signed-off-by: Christian Nunciato <c@nunciato.org> * Quickstart clouds Signed-off-by: Christian Nunciato <c@nunciato.org> * Padding to left and right columns Signed-off-by: Christian Nunciato <c@nunciato.org> * Black for TOC Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor docs/aws to use its own layouts Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix the AWS tech partner image Signed-off-by: Christian Nunciato <c@nunciato.org> * Adjust AWS layouts Signed-off-by: Christian Nunciato <c@nunciato.org> * Move docs-home markup into a layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Format the mini-toc Signed-off-by: Christian Nunciato <c@nunciato.org> * Reduce subhead sizes a bit Signed-off-by: Christian Nunciato <c@nunciato.org> * Remove snowflake styles Signed-off-by: Christian Nunciato <c@nunciato.org> * Extract some Sass partials Signed-off-by: Christian Nunciato <c@nunciato.org> * Define initial purple and blue palettes, use numbered colors instead Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor blog templates Signed-off-by: Christian Nunciato <c@nunciato.org> * Make blog summary a partial, style pagination Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix expanded URLs Signed-off-by: Christian Nunciato <c@nunciato.org> * Rename Documentation to Reference Signed-off-by: Christian Nunciato <c@nunciato.org> * A smattering of minor adjustments Signed-off-by: Christian Nunciato <c@nunciato.org> * Selection state for tags Signed-off-by: Christian Nunciato <c@nunciato.org> * Delete more Bootstrap Signed-off-by: Christian Nunciato <c@nunciato.org> * Comment the banner Signed-off-by: Christian Nunciato <c@nunciato.org> * Restore footer links Signed-off-by: Christian Nunciato <c@nunciato.org> * Legal layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Remove unused layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor careers page Signed-off-by: Christian Nunciato <c@nunciato.org> * Use top-level URLs for legal docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Add RSS for the blog (#1170) * Add RSS for the blog * Cleanup team data (#1195) * Cleanup team data * Add missing newlines at EOF * Blog content as of 6/16 (#1196) * Blog content layout tweaks * Migrated blog content (as of Sun 6/16) * Address PR feedback, replace links to pulumi.io * Add fusion stack Any changes to the `fusion` branch will now be deployed to https://fusion.pulumi.io/. * Fix broken links * Fix broken images in fusion branch (#1207) Deletes unnecessary uses of `BaseURL`. In a small number of cases, where we want to emit an absolute URL that includes the `BaseURL`, use the `absURL` function instead, which is smart about handling missing/extra slashes. * Integrate www content (#1208) Signed-off-by: Christian Nunciato <c@nunciato.org> * Highlight currently selected section tab (#1216) * Remove unused partials (#1215) These are no longer referenced, so they can be removed. Signed-off-by: Christian Nunciato <c@nunciato.org> * Blog content as of 6/24 (#1218) * Port running-containers-in-aws-the-lowdown-ecs-fargate-and-eks * Port building-and-publishing-docker-images-to-a-private-amazon-ecr-repository * Port happy-birthday-to-pulumi-open-source * Commit updates to package-lock.json * Link cleanups and other fixes * Remove 'wip' tag * Restore meta_* fields, tidy up some frontmatter (#1214) Signed-off-by: Christian Nunciato <c@nunciato.org> * Add search (#1217) Signed-off-by: Christian Nunciato <c@nunciato.org> * Hide `.language-prologue-*` by default (#1212) So they all don't initially flash as being visible before all but the selected language are hidden. Port from `_pulumi.scss`. * Limit team members to those with status “active” (#1219) Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix links to datadog provider * Remove top margin from code snippets under lang tabs (#1223) * Update MBR DNA logo (#1222) * Add links to cloud logos (#1221) And use `logo-aws_white.png` for AWS * Remove unnecessary aliases (#1210) Now that we'll be hosting the docs on a new domain, there's no need to maintain these aliases. The old site hosted at https://pulumi.io will have redirects from the old aliases to the new location on the new site. * Pricing page updates (#1224) * Add swooshes to the home, pricing and webinar pages. * Replace “tech” PNGs for GitHub, GitLab, Atlassian and SAML with SVGs, and add an email SVG, in order to align all of their images in the pricing grid. * Add a “See plan details” link above the pricing grid. * Update Font Awesome to version 5.8.1 (to match what's in use on www today) in order to pull in the infinity icons used in the pricing grid. * Align CTA buttons horizontally in adjacent boxes containing content of varying heights. * Fix duplicate links on the home and product pages. Signed-off-by: Christian Nunciato <c@nunciato.org> * Update API docs (#1227) * Update tsdocgen paths * Updated API docs * Fix broken images (#1228) Remove unnecessary `{{ .Site.BaseURL }}` prefix from image URLs. * Fix Hugo build warning about non-relative ref/relref page reference (#1229) * Fix page titles and errant anchors (#1226) * Prevent anchors on the home page * Fix page titles Signed-off-by: Christian Nunciato <c@nunciato.org> * Add a robots.txt file (#1225) This change adds a robots.txt template authorizing seach-engine indexing for all pages of the production site. It assumes that all non-production builds will override the `baseURL` configuration property with something other than `https://pulumi.com/`. Signed-off-by: Christian Nunciato <c@nunciato.org> * Blog content fixes (#1231) * Correct post dates, titles * Revert to previous tags * Unify tags, adjust for display * Replace short, social summaries with longer ones * Use a fixed height for the utility bar (#1232) When the GitHub widget loads asynchronously and pops into view, it causes the whole page to shift downward a few pixels, because the widget is taller than the links beside it. Applying an explicit hight to the utility bar fixes this. Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix TOC expansion for the tour (#1234) We're very likely going to remove the tour and disperse its content elsewhere, but in the meantime, fix the TOC expansion for "Beyond the Basics" items. * Add syntax highlighing to layout templates (#1238) This change adds a partial for highlighting code snippets in layouts. Signed-off-by: Christian Nunciato <c@nunciato.org> * Add home-page video (#1240) Also makes a few slight adjustments to improve mobile layout on the home page. Signed-off-by: Christian Nunciato <c@nunciato.org> * Blog layout and styling improvements (#1237) * Use explicit code blcoks with language * Fix sort order for Author and Tag listings * Make sidebar toggleable on mobile * Resize "poster" image for blog listings * Crop photos to be square * Add posted date, post tags to blog footer * Add recent posts lists to sidebar * Add syntax highlighting to some missed posts * Fix Hugo build warning * Adjust sidebar styling * Cleanup the /docs page (#1239) * Cleanup /docs/aws layouts to match other docs sections * Cleanup /docs pages - Add left nav - Make /docs page look slightly less like a "homepage" - Add top-level "Get Started" and "Reference" headings to left nav * Add `.btn-secondary` and use it in a few places * Remove unnecessary cursor setting (#1245) Should be using the default here. I was debugging and forgot to switch this back before committing. Signed-off-by: Christian Nunciato <c@nunciato.org> * Update the home page video (#1244) This is a slightly shorter version, with typing sections sped up slightly to better respect our visitors’ time. :smile: Signed-off-by: Christian Nunciato <c@nunciato.org> * API doc styling improvements (#1247) * Update API doc styling for Python Bring back the styles used for our Python API docs, convert to use Tailwind, and make further tweaks to make it look even better. For example, all definitions now look like code blocks and indentation and spacing is used to improve the hierarchy of the content. * Only emit the <h1>.Title</h1> if there is a .Title The generated Python API docs don't currently include front matter and therefore do not have a title. We should fix the Python docs gen to do that, but in the meantime, only emit `<h1>.Title</h1>` if the page has a `.Title`, to avoid an unnecessary gap at the top of the page. * Update _pygments.scss to select .highlight instead of .chroma The syntax highlighted code generated by Hugo looks like: ``` <div class="highlight"> <pre class="chroma"> <code class="language-foo"> ... </code> </pre> </div> ``` And our styles looks like: ``` .chroma .k { ... } .chroma .kc { ... } ... ``` This works good, but our generated Python docs, which uses Pygments to do the syntax highlighting, doesn't use `.chroma`, so it doesn't get any syntax highlighting currently, even though all the Pygments classes are there. This is true for our Node.js docs as well, although, based on how we generate the code for that currently, we could relatively easily update the templates to include a `.chroma` class. In all cases, the code that we want highlighted will have a `.highlight` class surrounding it, so just update our styles to select `.highlight` instead of `.chroma`. ``` .highlight .k { ... } .highlight .kc { ... } ... ``` * Update API doc styling for Node.js * Various mobile adjustments and cleanup (#1250) * Pull the hero and section nav into Tailwind "components" and apply them. * Adjust home-page video dimensions accordingly. * Add mobile x-padding to sections that hadn't gotten it yet. * Add an anchor exclusion to the head for the About page. * Fix mobile layout for the Support page. * Fix centering and item distribution on the About page. * Additional minor mobile-related adjustments as encountered. Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix bug in lang chooser (#1249) If I've previously viewed a page in our docs with the language tabs, such as the Get Started guide, and I click the Python tab, that language choice will be persisted to a cookie. If I then visit our Node.js API docs, the lang chooser will see the saved value of "Python" and try to select that tab, hiding all other language snippets. But our Node.js API docs only contain JavaScript and TypeScript snippets, so the end result is that all snippets are hidden and no tab is selected. This change fixes that. If the value in the cookie does not exist in any of the tabs on the page, fallback to the default (JavaScript), otherwise fallback to the first tab that is available on the page. * More small fixes (#1254) * Make the header more responsive Adds padding to medium and above, and adjusts font size and spacing at medium width in order to accommodate the number of items we’re displaying currently. Also uses the full Pulumi logo, since we have room for that now, and adds a little color to the hamburger. Signed-off-by: Christian Nunciato <c@nunciato.org> * Bottom-align the image on the whitepaper layout Also removes the `header` selector from `_hero.scss` in order to reduce the specificity of the rule, allowing it to be overidden more easily with other Tailwind classnames. Signed-off-by: Christian Nunciato <c@nunciato.org> * Add team@pulumi link to the footer Signed-off-by: Christian Nunciato <c@nunciato.org> * Restore the newsroom and investors sections Somehow these got dropped! :scream: Signed-off-by: Christian Nunciato <c@nunciato.org> * Add hero background glows (#1257) Also deletes unused templates. Signed-off-by: Christian Nunciato <c@nunciato.org> * Hide scrollbars if not needed (#1256) * Improve Pricing page responsiveness, fix a few other small things (#1259) * Fix section link on the Why Pulumi page Signed-off-by: Christian Nunciato <c@nunciato.org> * Capitalize Kubernetes in copy Signed-off-by: Christian Nunciato <c@nunciato.org> * Adjust image sizes on Whitepaper page Properly size them on both mobile and desktop. Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix paging on mobile Decrease padding to prevent overflow. Signed-off-by: Christian Nunciato <c@nunciato.org> * Improve Pricing page layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Replace home page video with carousel (#1260) Signed-off-by: Christian Nunciato <c@nunciato.org> * Change Segment module to WWW (#1265) * Hook up new www.pulumi.com/staging stack to CI/CD (#1262) * Move older 'pulumi.io' stacks to infrastructure-old * Add new 'www.pulumi.com' infrastructure folder * Scripts to hook up to CI/CD * Switch back to using generic Travis worker * Add alias to CDN for staging.pulumi.io * Remove alias to staging.pulumi.io * Do not use named profiles for deployments There's an issue today where named profiles which use `credential_source=Environment` don't actually behave correctly with the assume-role tool. Instead of actually assuming the role, it just uses the credentials in the environment, which is not exactly what you want. For now, explicitly set the ARN we want to assume, instead of indirecting across a named profile. * Remove CloudFront alias entirely * Add hover menu (#1266) Signed-off-by: Christian Nunciato <c@nunciato.org> * Hook up new www.pulumi.com/production stack to CI/CD (#1267) * Hook up new www.pulumi.com/production stack to CI/CD * Correct Makefile syntax * Migrate blog posts as of 7/2 (#1268) * Fix Makefile syntax * Fix spelling error ::sigh::
2019-07-02 16:30:33 -07:00
</div>
</div>
<div class="container mx-auto flex flex-col lg:flex-row">
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="w-full lg:w-1/2 block lg:flex lg:justify-center p-6 md:pl-24 xl:pl-0">
<div>
<pulumi-chooser type="language" options="typescript,python,go,csharp,java,yaml">
<pulumi-choosable type="language" class="highlight" value="typescript">
<img
class="mx-auto"
src="/images/home/ai-ts.svg"
alt="AI prompted to 'Give me an AWS static website behind a CloudFront CDN' and outputting Pulumi code in TypeScript"
/>
</pulumi-choosable>
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-choosable type="language" class="highlight" value="python">
<img
class="mx-auto"
src="/images/home/ai-python.svg"
alt="AI prompted to 'Give me an AWS static website behind a CloudFront CDN' and outputting Pulumi code in Python"
/>
</pulumi-choosable>
<pulumi-choosable type="language" class="highlight" value="go">
<img
class="mx-auto"
src="/images/home/ai-go.svg"
alt="AI prompted to 'Give me an AWS static website behind a CloudFront CDN' and outputting Pulumi code in GO"
/>
</pulumi-choosable>
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-choosable type="language" class="highlight" value="csharp">
<img
class="mx-auto"
src="/images/home/ai-csharp.svg"
alt="AI prompted to 'Give me an AWS static website behind a CloudFront CDN' and outputting Pulumi code in C#"
/>
</pulumi-choosable>
<pulumi-choosable type="language" class="highlight" value="java">
<img
class="mx-auto"
src="/images/home/ai-java.svg"
alt="AI prompted to 'Give me an AWS static website behind a CloudFront CDN' and outputting Pulumi code in Java"
/>
</pulumi-choosable>
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-choosable type="language" class="highlight" value="yaml">
<img
class="mx-auto"
src="/images/home/ai-yaml.svg"
alt="AI prompted to 'Give me an AWS static website behind a CloudFront CDN' and outputting Pulumi code in YAML"
/>
</pulumi-choosable>
</pulumi-chooser>
</div>
</div>
<div class="my-auto"></div>
<div class="w-full my-auto lg:w-1/2 order-first lg:order-last lg:ml-32 z-10 px-8">
<h3>{{ .Params.ai.title }}</h3>
<p class="text-lg">{{ .Params.ai.description | markdownify }}</p>
<div class="mt-8">
<span class="text-lg text-gray-600">Try it out: </span>
2023-04-15 07:18:23 -07:00
<a href="/ai" class="underline text-lg text-blue-600">Pulumi AI<i class="fa fa-arrow-right ml-2"></i></a>
</div>
2020-04-20 21:00:31 -07:00
</div>
GREAT WEBSITE MIGRATION OF 2018 (#1269) * Move content into docs/content * Make navigation and doc generation work Signed-off-by: Christian Nunciato <c@nunciato.org> * Make search work Signed-off-by: Christian Nunciato <c@nunciato.org> * Move docs-specific layouts into layouts/docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Move docs partials into layouts/partials/docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Share a common header and footer Signed-off-by: Christian Nunciato <c@nunciato.org> * Add product & pricing pages, modify main nav Signed-off-by: Christian Nunciato <c@nunciato.org> * Bring images under assets, docs images under assets/images/docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Link to the docs home page, fix image ref Signed-off-by: Christian Nunciato <c@nunciato.org> * Add containers, serverless, kubernetes topics Signed-off-by: Christian Nunciato <c@nunciato.org> * Add careers Signed-off-by: Christian Nunciato <c@nunciato.org> * Add compete, compete -> migrate Signed-off-by: Christian Nunciato <c@nunciato.org> * About, contact Signed-off-by: Christian Nunciato <c@nunciato.org> * Add legal Signed-off-by: Christian Nunciato <c@nunciato.org> * Add product Signed-off-by: Christian Nunciato <c@nunciato.org> * Add partner content Signed-off-by: Christian Nunciato <c@nunciato.org> * Add webinar Signed-off-by: Christian Nunciato <c@nunciato.org> * Add why-pulumi Signed-off-by: Christian Nunciato <c@nunciato.org> * Add GitHub redirect, support Signed-off-by: Christian Nunciato <c@nunciato.org> * Add blog * Add blog - update post frontmatter * Update content/_index.md Co-Authored-By: Justin Van Patten <jvp@justinvp.com> * Remove drafts & redundant fonts, move asset dirs up a level Signed-off-by: Christian Nunciato <c@nunciato.org> * Reconcile blog navigation Signed-off-by: Christian Nunciato <c@nunciato.org> * Migrate some blog content (#1147) * Reconcile www, blog and docs footer items (#1141) Signed-off-by: Christian Nunciato <c@nunciato.org> * Clean up blog layout (#1148) * Migrate more blog posts (#1157) * Replace Bootstrap with TailwindCSS * Add Tailwind * Create a config directory under assets, move PostCSS and Tailwind configs into it * Remove Bootstrap Sass and JS referemce * Refactor the header, base template, and footer to use Tailwind * Pull TOC Sass into its own partial Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor the docs home page Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor docs single, list and section layouts Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor quickstart-clouds partial Signed-off-by: Christian Nunciato <c@nunciato.org> * Reposition config items to fix syntax highlighting Signed-off-by: Christian Nunciato <c@nunciato.org> * Replace syntax CSS theme with Monokai Signed-off-by: Christian Nunciato <c@nunciato.org> * Add a dark blue for links Signed-off-by: Christian Nunciato <c@nunciato.org> * Add the beginnings of Sass color settings Signed-off-by: Christian Nunciato <c@nunciato.org> * Add a Sass file for langchoose Signed-off-by: Christian Nunciato <c@nunciato.org> * Give no-select its own Sass also, since it’s a partial Signed-off-by: Christian Nunciato <c@nunciato.org> * Give docs single and list templates more width for main content Signed-off-by: Christian Nunciato <c@nunciato.org> * Add some padding to the TOC, since we don’t have proper gutters yet Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix button on Quickstart home page Signed-off-by: Christian Nunciato <c@nunciato.org> * TOC styles Signed-off-by: Christian Nunciato <c@nunciato.org> * Quickstart clouds Signed-off-by: Christian Nunciato <c@nunciato.org> * Padding to left and right columns Signed-off-by: Christian Nunciato <c@nunciato.org> * Black for TOC Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor docs/aws to use its own layouts Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix the AWS tech partner image Signed-off-by: Christian Nunciato <c@nunciato.org> * Adjust AWS layouts Signed-off-by: Christian Nunciato <c@nunciato.org> * Move docs-home markup into a layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Format the mini-toc Signed-off-by: Christian Nunciato <c@nunciato.org> * Reduce subhead sizes a bit Signed-off-by: Christian Nunciato <c@nunciato.org> * Remove snowflake styles Signed-off-by: Christian Nunciato <c@nunciato.org> * Extract some Sass partials Signed-off-by: Christian Nunciato <c@nunciato.org> * Define initial purple and blue palettes, use numbered colors instead Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor blog templates Signed-off-by: Christian Nunciato <c@nunciato.org> * Make blog summary a partial, style pagination Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix expanded URLs Signed-off-by: Christian Nunciato <c@nunciato.org> * Rename Documentation to Reference Signed-off-by: Christian Nunciato <c@nunciato.org> * A smattering of minor adjustments Signed-off-by: Christian Nunciato <c@nunciato.org> * Selection state for tags Signed-off-by: Christian Nunciato <c@nunciato.org> * Delete more Bootstrap Signed-off-by: Christian Nunciato <c@nunciato.org> * Comment the banner Signed-off-by: Christian Nunciato <c@nunciato.org> * Restore footer links Signed-off-by: Christian Nunciato <c@nunciato.org> * Legal layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Remove unused layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor careers page Signed-off-by: Christian Nunciato <c@nunciato.org> * Use top-level URLs for legal docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Add RSS for the blog (#1170) * Add RSS for the blog * Cleanup team data (#1195) * Cleanup team data * Add missing newlines at EOF * Blog content as of 6/16 (#1196) * Blog content layout tweaks * Migrated blog content (as of Sun 6/16) * Address PR feedback, replace links to pulumi.io * Add fusion stack Any changes to the `fusion` branch will now be deployed to https://fusion.pulumi.io/. * Fix broken links * Fix broken images in fusion branch (#1207) Deletes unnecessary uses of `BaseURL`. In a small number of cases, where we want to emit an absolute URL that includes the `BaseURL`, use the `absURL` function instead, which is smart about handling missing/extra slashes. * Integrate www content (#1208) Signed-off-by: Christian Nunciato <c@nunciato.org> * Highlight currently selected section tab (#1216) * Remove unused partials (#1215) These are no longer referenced, so they can be removed. Signed-off-by: Christian Nunciato <c@nunciato.org> * Blog content as of 6/24 (#1218) * Port running-containers-in-aws-the-lowdown-ecs-fargate-and-eks * Port building-and-publishing-docker-images-to-a-private-amazon-ecr-repository * Port happy-birthday-to-pulumi-open-source * Commit updates to package-lock.json * Link cleanups and other fixes * Remove 'wip' tag * Restore meta_* fields, tidy up some frontmatter (#1214) Signed-off-by: Christian Nunciato <c@nunciato.org> * Add search (#1217) Signed-off-by: Christian Nunciato <c@nunciato.org> * Hide `.language-prologue-*` by default (#1212) So they all don't initially flash as being visible before all but the selected language are hidden. Port from `_pulumi.scss`. * Limit team members to those with status “active” (#1219) Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix links to datadog provider * Remove top margin from code snippets under lang tabs (#1223) * Update MBR DNA logo (#1222) * Add links to cloud logos (#1221) And use `logo-aws_white.png` for AWS * Remove unnecessary aliases (#1210) Now that we'll be hosting the docs on a new domain, there's no need to maintain these aliases. The old site hosted at https://pulumi.io will have redirects from the old aliases to the new location on the new site. * Pricing page updates (#1224) * Add swooshes to the home, pricing and webinar pages. * Replace “tech” PNGs for GitHub, GitLab, Atlassian and SAML with SVGs, and add an email SVG, in order to align all of their images in the pricing grid. * Add a “See plan details” link above the pricing grid. * Update Font Awesome to version 5.8.1 (to match what's in use on www today) in order to pull in the infinity icons used in the pricing grid. * Align CTA buttons horizontally in adjacent boxes containing content of varying heights. * Fix duplicate links on the home and product pages. Signed-off-by: Christian Nunciato <c@nunciato.org> * Update API docs (#1227) * Update tsdocgen paths * Updated API docs * Fix broken images (#1228) Remove unnecessary `{{ .Site.BaseURL }}` prefix from image URLs. * Fix Hugo build warning about non-relative ref/relref page reference (#1229) * Fix page titles and errant anchors (#1226) * Prevent anchors on the home page * Fix page titles Signed-off-by: Christian Nunciato <c@nunciato.org> * Add a robots.txt file (#1225) This change adds a robots.txt template authorizing seach-engine indexing for all pages of the production site. It assumes that all non-production builds will override the `baseURL` configuration property with something other than `https://pulumi.com/`. Signed-off-by: Christian Nunciato <c@nunciato.org> * Blog content fixes (#1231) * Correct post dates, titles * Revert to previous tags * Unify tags, adjust for display * Replace short, social summaries with longer ones * Use a fixed height for the utility bar (#1232) When the GitHub widget loads asynchronously and pops into view, it causes the whole page to shift downward a few pixels, because the widget is taller than the links beside it. Applying an explicit hight to the utility bar fixes this. Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix TOC expansion for the tour (#1234) We're very likely going to remove the tour and disperse its content elsewhere, but in the meantime, fix the TOC expansion for "Beyond the Basics" items. * Add syntax highlighing to layout templates (#1238) This change adds a partial for highlighting code snippets in layouts. Signed-off-by: Christian Nunciato <c@nunciato.org> * Add home-page video (#1240) Also makes a few slight adjustments to improve mobile layout on the home page. Signed-off-by: Christian Nunciato <c@nunciato.org> * Blog layout and styling improvements (#1237) * Use explicit code blcoks with language * Fix sort order for Author and Tag listings * Make sidebar toggleable on mobile * Resize "poster" image for blog listings * Crop photos to be square * Add posted date, post tags to blog footer * Add recent posts lists to sidebar * Add syntax highlighting to some missed posts * Fix Hugo build warning * Adjust sidebar styling * Cleanup the /docs page (#1239) * Cleanup /docs/aws layouts to match other docs sections * Cleanup /docs pages - Add left nav - Make /docs page look slightly less like a "homepage" - Add top-level "Get Started" and "Reference" headings to left nav * Add `.btn-secondary` and use it in a few places * Remove unnecessary cursor setting (#1245) Should be using the default here. I was debugging and forgot to switch this back before committing. Signed-off-by: Christian Nunciato <c@nunciato.org> * Update the home page video (#1244) This is a slightly shorter version, with typing sections sped up slightly to better respect our visitors’ time. :smile: Signed-off-by: Christian Nunciato <c@nunciato.org> * API doc styling improvements (#1247) * Update API doc styling for Python Bring back the styles used for our Python API docs, convert to use Tailwind, and make further tweaks to make it look even better. For example, all definitions now look like code blocks and indentation and spacing is used to improve the hierarchy of the content. * Only emit the <h1>.Title</h1> if there is a .Title The generated Python API docs don't currently include front matter and therefore do not have a title. We should fix the Python docs gen to do that, but in the meantime, only emit `<h1>.Title</h1>` if the page has a `.Title`, to avoid an unnecessary gap at the top of the page. * Update _pygments.scss to select .highlight instead of .chroma The syntax highlighted code generated by Hugo looks like: ``` <div class="highlight"> <pre class="chroma"> <code class="language-foo"> ... </code> </pre> </div> ``` And our styles looks like: ``` .chroma .k { ... } .chroma .kc { ... } ... ``` This works good, but our generated Python docs, which uses Pygments to do the syntax highlighting, doesn't use `.chroma`, so it doesn't get any syntax highlighting currently, even though all the Pygments classes are there. This is true for our Node.js docs as well, although, based on how we generate the code for that currently, we could relatively easily update the templates to include a `.chroma` class. In all cases, the code that we want highlighted will have a `.highlight` class surrounding it, so just update our styles to select `.highlight` instead of `.chroma`. ``` .highlight .k { ... } .highlight .kc { ... } ... ``` * Update API doc styling for Node.js * Various mobile adjustments and cleanup (#1250) * Pull the hero and section nav into Tailwind "components" and apply them. * Adjust home-page video dimensions accordingly. * Add mobile x-padding to sections that hadn't gotten it yet. * Add an anchor exclusion to the head for the About page. * Fix mobile layout for the Support page. * Fix centering and item distribution on the About page. * Additional minor mobile-related adjustments as encountered. Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix bug in lang chooser (#1249) If I've previously viewed a page in our docs with the language tabs, such as the Get Started guide, and I click the Python tab, that language choice will be persisted to a cookie. If I then visit our Node.js API docs, the lang chooser will see the saved value of "Python" and try to select that tab, hiding all other language snippets. But our Node.js API docs only contain JavaScript and TypeScript snippets, so the end result is that all snippets are hidden and no tab is selected. This change fixes that. If the value in the cookie does not exist in any of the tabs on the page, fallback to the default (JavaScript), otherwise fallback to the first tab that is available on the page. * More small fixes (#1254) * Make the header more responsive Adds padding to medium and above, and adjusts font size and spacing at medium width in order to accommodate the number of items we’re displaying currently. Also uses the full Pulumi logo, since we have room for that now, and adds a little color to the hamburger. Signed-off-by: Christian Nunciato <c@nunciato.org> * Bottom-align the image on the whitepaper layout Also removes the `header` selector from `_hero.scss` in order to reduce the specificity of the rule, allowing it to be overidden more easily with other Tailwind classnames. Signed-off-by: Christian Nunciato <c@nunciato.org> * Add team@pulumi link to the footer Signed-off-by: Christian Nunciato <c@nunciato.org> * Restore the newsroom and investors sections Somehow these got dropped! :scream: Signed-off-by: Christian Nunciato <c@nunciato.org> * Add hero background glows (#1257) Also deletes unused templates. Signed-off-by: Christian Nunciato <c@nunciato.org> * Hide scrollbars if not needed (#1256) * Improve Pricing page responsiveness, fix a few other small things (#1259) * Fix section link on the Why Pulumi page Signed-off-by: Christian Nunciato <c@nunciato.org> * Capitalize Kubernetes in copy Signed-off-by: Christian Nunciato <c@nunciato.org> * Adjust image sizes on Whitepaper page Properly size them on both mobile and desktop. Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix paging on mobile Decrease padding to prevent overflow. Signed-off-by: Christian Nunciato <c@nunciato.org> * Improve Pricing page layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Replace home page video with carousel (#1260) Signed-off-by: Christian Nunciato <c@nunciato.org> * Change Segment module to WWW (#1265) * Hook up new www.pulumi.com/staging stack to CI/CD (#1262) * Move older 'pulumi.io' stacks to infrastructure-old * Add new 'www.pulumi.com' infrastructure folder * Scripts to hook up to CI/CD * Switch back to using generic Travis worker * Add alias to CDN for staging.pulumi.io * Remove alias to staging.pulumi.io * Do not use named profiles for deployments There's an issue today where named profiles which use `credential_source=Environment` don't actually behave correctly with the assume-role tool. Instead of actually assuming the role, it just uses the credentials in the environment, which is not exactly what you want. For now, explicitly set the ARN we want to assume, instead of indirecting across a named profile. * Remove CloudFront alias entirely * Add hover menu (#1266) Signed-off-by: Christian Nunciato <c@nunciato.org> * Hook up new www.pulumi.com/production stack to CI/CD (#1267) * Hook up new www.pulumi.com/production stack to CI/CD * Correct Makefile syntax * Migrate blog posts as of 7/2 (#1268) * Fix Makefile syntax * Fix spelling error ::sigh::
2019-07-02 16:30:33 -07:00
</div>
</section>
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
<!-- Starburst quote -->
<section class="w-full md:w-2/3 lg:w-1/2 mx-auto">
{{ partial "home/quote.html" (dict "quote" .Params.customer_quotes.starburst) }}
</section>
<!-- Embed IaC Anywhere -->
<section class="my-12 lg:py-12 px-6 lg:px-0 relative">
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="shape-background home-background-purple-left">
<div class="shape-container">
<div class="dot-background-container">
<div class="dot-background-overlay"></div>
<div class="dot-background no-animate"></div>
</div>
<div class="circle-left"></div>
<div class="circle-right"></div>
</div>
</div>
<div class="container mx-auto flex flex-col lg:flex-row">
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="my-auto w-full lg:w-1/2 lg:mr-32 z-10 px-8">
<h3>{{ .Params.embed.title }}</h3>
<p class="text-lg">{{ .Params.embed.description | markdownify }}</p>
<div class="mt-8">
<span class="text-lg text-gray-600">Learn more: </span>
2023-04-15 07:18:23 -07:00
<a href="/automation" class="underline text-lg text-blue-600">Automation API<i class="fa fa-arrow-right ml-2"></i></a>
GREAT WEBSITE MIGRATION OF 2018 (#1269) * Move content into docs/content * Make navigation and doc generation work Signed-off-by: Christian Nunciato <c@nunciato.org> * Make search work Signed-off-by: Christian Nunciato <c@nunciato.org> * Move docs-specific layouts into layouts/docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Move docs partials into layouts/partials/docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Share a common header and footer Signed-off-by: Christian Nunciato <c@nunciato.org> * Add product & pricing pages, modify main nav Signed-off-by: Christian Nunciato <c@nunciato.org> * Bring images under assets, docs images under assets/images/docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Link to the docs home page, fix image ref Signed-off-by: Christian Nunciato <c@nunciato.org> * Add containers, serverless, kubernetes topics Signed-off-by: Christian Nunciato <c@nunciato.org> * Add careers Signed-off-by: Christian Nunciato <c@nunciato.org> * Add compete, compete -> migrate Signed-off-by: Christian Nunciato <c@nunciato.org> * About, contact Signed-off-by: Christian Nunciato <c@nunciato.org> * Add legal Signed-off-by: Christian Nunciato <c@nunciato.org> * Add product Signed-off-by: Christian Nunciato <c@nunciato.org> * Add partner content Signed-off-by: Christian Nunciato <c@nunciato.org> * Add webinar Signed-off-by: Christian Nunciato <c@nunciato.org> * Add why-pulumi Signed-off-by: Christian Nunciato <c@nunciato.org> * Add GitHub redirect, support Signed-off-by: Christian Nunciato <c@nunciato.org> * Add blog * Add blog - update post frontmatter * Update content/_index.md Co-Authored-By: Justin Van Patten <jvp@justinvp.com> * Remove drafts & redundant fonts, move asset dirs up a level Signed-off-by: Christian Nunciato <c@nunciato.org> * Reconcile blog navigation Signed-off-by: Christian Nunciato <c@nunciato.org> * Migrate some blog content (#1147) * Reconcile www, blog and docs footer items (#1141) Signed-off-by: Christian Nunciato <c@nunciato.org> * Clean up blog layout (#1148) * Migrate more blog posts (#1157) * Replace Bootstrap with TailwindCSS * Add Tailwind * Create a config directory under assets, move PostCSS and Tailwind configs into it * Remove Bootstrap Sass and JS referemce * Refactor the header, base template, and footer to use Tailwind * Pull TOC Sass into its own partial Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor the docs home page Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor docs single, list and section layouts Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor quickstart-clouds partial Signed-off-by: Christian Nunciato <c@nunciato.org> * Reposition config items to fix syntax highlighting Signed-off-by: Christian Nunciato <c@nunciato.org> * Replace syntax CSS theme with Monokai Signed-off-by: Christian Nunciato <c@nunciato.org> * Add a dark blue for links Signed-off-by: Christian Nunciato <c@nunciato.org> * Add the beginnings of Sass color settings Signed-off-by: Christian Nunciato <c@nunciato.org> * Add a Sass file for langchoose Signed-off-by: Christian Nunciato <c@nunciato.org> * Give no-select its own Sass also, since it’s a partial Signed-off-by: Christian Nunciato <c@nunciato.org> * Give docs single and list templates more width for main content Signed-off-by: Christian Nunciato <c@nunciato.org> * Add some padding to the TOC, since we don’t have proper gutters yet Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix button on Quickstart home page Signed-off-by: Christian Nunciato <c@nunciato.org> * TOC styles Signed-off-by: Christian Nunciato <c@nunciato.org> * Quickstart clouds Signed-off-by: Christian Nunciato <c@nunciato.org> * Padding to left and right columns Signed-off-by: Christian Nunciato <c@nunciato.org> * Black for TOC Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor docs/aws to use its own layouts Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix the AWS tech partner image Signed-off-by: Christian Nunciato <c@nunciato.org> * Adjust AWS layouts Signed-off-by: Christian Nunciato <c@nunciato.org> * Move docs-home markup into a layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Format the mini-toc Signed-off-by: Christian Nunciato <c@nunciato.org> * Reduce subhead sizes a bit Signed-off-by: Christian Nunciato <c@nunciato.org> * Remove snowflake styles Signed-off-by: Christian Nunciato <c@nunciato.org> * Extract some Sass partials Signed-off-by: Christian Nunciato <c@nunciato.org> * Define initial purple and blue palettes, use numbered colors instead Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor blog templates Signed-off-by: Christian Nunciato <c@nunciato.org> * Make blog summary a partial, style pagination Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix expanded URLs Signed-off-by: Christian Nunciato <c@nunciato.org> * Rename Documentation to Reference Signed-off-by: Christian Nunciato <c@nunciato.org> * A smattering of minor adjustments Signed-off-by: Christian Nunciato <c@nunciato.org> * Selection state for tags Signed-off-by: Christian Nunciato <c@nunciato.org> * Delete more Bootstrap Signed-off-by: Christian Nunciato <c@nunciato.org> * Comment the banner Signed-off-by: Christian Nunciato <c@nunciato.org> * Restore footer links Signed-off-by: Christian Nunciato <c@nunciato.org> * Legal layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Remove unused layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor careers page Signed-off-by: Christian Nunciato <c@nunciato.org> * Use top-level URLs for legal docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Add RSS for the blog (#1170) * Add RSS for the blog * Cleanup team data (#1195) * Cleanup team data * Add missing newlines at EOF * Blog content as of 6/16 (#1196) * Blog content layout tweaks * Migrated blog content (as of Sun 6/16) * Address PR feedback, replace links to pulumi.io * Add fusion stack Any changes to the `fusion` branch will now be deployed to https://fusion.pulumi.io/. * Fix broken links * Fix broken images in fusion branch (#1207) Deletes unnecessary uses of `BaseURL`. In a small number of cases, where we want to emit an absolute URL that includes the `BaseURL`, use the `absURL` function instead, which is smart about handling missing/extra slashes. * Integrate www content (#1208) Signed-off-by: Christian Nunciato <c@nunciato.org> * Highlight currently selected section tab (#1216) * Remove unused partials (#1215) These are no longer referenced, so they can be removed. Signed-off-by: Christian Nunciato <c@nunciato.org> * Blog content as of 6/24 (#1218) * Port running-containers-in-aws-the-lowdown-ecs-fargate-and-eks * Port building-and-publishing-docker-images-to-a-private-amazon-ecr-repository * Port happy-birthday-to-pulumi-open-source * Commit updates to package-lock.json * Link cleanups and other fixes * Remove 'wip' tag * Restore meta_* fields, tidy up some frontmatter (#1214) Signed-off-by: Christian Nunciato <c@nunciato.org> * Add search (#1217) Signed-off-by: Christian Nunciato <c@nunciato.org> * Hide `.language-prologue-*` by default (#1212) So they all don't initially flash as being visible before all but the selected language are hidden. Port from `_pulumi.scss`. * Limit team members to those with status “active” (#1219) Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix links to datadog provider * Remove top margin from code snippets under lang tabs (#1223) * Update MBR DNA logo (#1222) * Add links to cloud logos (#1221) And use `logo-aws_white.png` for AWS * Remove unnecessary aliases (#1210) Now that we'll be hosting the docs on a new domain, there's no need to maintain these aliases. The old site hosted at https://pulumi.io will have redirects from the old aliases to the new location on the new site. * Pricing page updates (#1224) * Add swooshes to the home, pricing and webinar pages. * Replace “tech” PNGs for GitHub, GitLab, Atlassian and SAML with SVGs, and add an email SVG, in order to align all of their images in the pricing grid. * Add a “See plan details” link above the pricing grid. * Update Font Awesome to version 5.8.1 (to match what's in use on www today) in order to pull in the infinity icons used in the pricing grid. * Align CTA buttons horizontally in adjacent boxes containing content of varying heights. * Fix duplicate links on the home and product pages. Signed-off-by: Christian Nunciato <c@nunciato.org> * Update API docs (#1227) * Update tsdocgen paths * Updated API docs * Fix broken images (#1228) Remove unnecessary `{{ .Site.BaseURL }}` prefix from image URLs. * Fix Hugo build warning about non-relative ref/relref page reference (#1229) * Fix page titles and errant anchors (#1226) * Prevent anchors on the home page * Fix page titles Signed-off-by: Christian Nunciato <c@nunciato.org> * Add a robots.txt file (#1225) This change adds a robots.txt template authorizing seach-engine indexing for all pages of the production site. It assumes that all non-production builds will override the `baseURL` configuration property with something other than `https://pulumi.com/`. Signed-off-by: Christian Nunciato <c@nunciato.org> * Blog content fixes (#1231) * Correct post dates, titles * Revert to previous tags * Unify tags, adjust for display * Replace short, social summaries with longer ones * Use a fixed height for the utility bar (#1232) When the GitHub widget loads asynchronously and pops into view, it causes the whole page to shift downward a few pixels, because the widget is taller than the links beside it. Applying an explicit hight to the utility bar fixes this. Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix TOC expansion for the tour (#1234) We're very likely going to remove the tour and disperse its content elsewhere, but in the meantime, fix the TOC expansion for "Beyond the Basics" items. * Add syntax highlighing to layout templates (#1238) This change adds a partial for highlighting code snippets in layouts. Signed-off-by: Christian Nunciato <c@nunciato.org> * Add home-page video (#1240) Also makes a few slight adjustments to improve mobile layout on the home page. Signed-off-by: Christian Nunciato <c@nunciato.org> * Blog layout and styling improvements (#1237) * Use explicit code blcoks with language * Fix sort order for Author and Tag listings * Make sidebar toggleable on mobile * Resize "poster" image for blog listings * Crop photos to be square * Add posted date, post tags to blog footer * Add recent posts lists to sidebar * Add syntax highlighting to some missed posts * Fix Hugo build warning * Adjust sidebar styling * Cleanup the /docs page (#1239) * Cleanup /docs/aws layouts to match other docs sections * Cleanup /docs pages - Add left nav - Make /docs page look slightly less like a "homepage" - Add top-level "Get Started" and "Reference" headings to left nav * Add `.btn-secondary` and use it in a few places * Remove unnecessary cursor setting (#1245) Should be using the default here. I was debugging and forgot to switch this back before committing. Signed-off-by: Christian Nunciato <c@nunciato.org> * Update the home page video (#1244) This is a slightly shorter version, with typing sections sped up slightly to better respect our visitors’ time. :smile: Signed-off-by: Christian Nunciato <c@nunciato.org> * API doc styling improvements (#1247) * Update API doc styling for Python Bring back the styles used for our Python API docs, convert to use Tailwind, and make further tweaks to make it look even better. For example, all definitions now look like code blocks and indentation and spacing is used to improve the hierarchy of the content. * Only emit the <h1>.Title</h1> if there is a .Title The generated Python API docs don't currently include front matter and therefore do not have a title. We should fix the Python docs gen to do that, but in the meantime, only emit `<h1>.Title</h1>` if the page has a `.Title`, to avoid an unnecessary gap at the top of the page. * Update _pygments.scss to select .highlight instead of .chroma The syntax highlighted code generated by Hugo looks like: ``` <div class="highlight"> <pre class="chroma"> <code class="language-foo"> ... </code> </pre> </div> ``` And our styles looks like: ``` .chroma .k { ... } .chroma .kc { ... } ... ``` This works good, but our generated Python docs, which uses Pygments to do the syntax highlighting, doesn't use `.chroma`, so it doesn't get any syntax highlighting currently, even though all the Pygments classes are there. This is true for our Node.js docs as well, although, based on how we generate the code for that currently, we could relatively easily update the templates to include a `.chroma` class. In all cases, the code that we want highlighted will have a `.highlight` class surrounding it, so just update our styles to select `.highlight` instead of `.chroma`. ``` .highlight .k { ... } .highlight .kc { ... } ... ``` * Update API doc styling for Node.js * Various mobile adjustments and cleanup (#1250) * Pull the hero and section nav into Tailwind "components" and apply them. * Adjust home-page video dimensions accordingly. * Add mobile x-padding to sections that hadn't gotten it yet. * Add an anchor exclusion to the head for the About page. * Fix mobile layout for the Support page. * Fix centering and item distribution on the About page. * Additional minor mobile-related adjustments as encountered. Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix bug in lang chooser (#1249) If I've previously viewed a page in our docs with the language tabs, such as the Get Started guide, and I click the Python tab, that language choice will be persisted to a cookie. If I then visit our Node.js API docs, the lang chooser will see the saved value of "Python" and try to select that tab, hiding all other language snippets. But our Node.js API docs only contain JavaScript and TypeScript snippets, so the end result is that all snippets are hidden and no tab is selected. This change fixes that. If the value in the cookie does not exist in any of the tabs on the page, fallback to the default (JavaScript), otherwise fallback to the first tab that is available on the page. * More small fixes (#1254) * Make the header more responsive Adds padding to medium and above, and adjusts font size and spacing at medium width in order to accommodate the number of items we’re displaying currently. Also uses the full Pulumi logo, since we have room for that now, and adds a little color to the hamburger. Signed-off-by: Christian Nunciato <c@nunciato.org> * Bottom-align the image on the whitepaper layout Also removes the `header` selector from `_hero.scss` in order to reduce the specificity of the rule, allowing it to be overidden more easily with other Tailwind classnames. Signed-off-by: Christian Nunciato <c@nunciato.org> * Add team@pulumi link to the footer Signed-off-by: Christian Nunciato <c@nunciato.org> * Restore the newsroom and investors sections Somehow these got dropped! :scream: Signed-off-by: Christian Nunciato <c@nunciato.org> * Add hero background glows (#1257) Also deletes unused templates. Signed-off-by: Christian Nunciato <c@nunciato.org> * Hide scrollbars if not needed (#1256) * Improve Pricing page responsiveness, fix a few other small things (#1259) * Fix section link on the Why Pulumi page Signed-off-by: Christian Nunciato <c@nunciato.org> * Capitalize Kubernetes in copy Signed-off-by: Christian Nunciato <c@nunciato.org> * Adjust image sizes on Whitepaper page Properly size them on both mobile and desktop. Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix paging on mobile Decrease padding to prevent overflow. Signed-off-by: Christian Nunciato <c@nunciato.org> * Improve Pricing page layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Replace home page video with carousel (#1260) Signed-off-by: Christian Nunciato <c@nunciato.org> * Change Segment module to WWW (#1265) * Hook up new www.pulumi.com/staging stack to CI/CD (#1262) * Move older 'pulumi.io' stacks to infrastructure-old * Add new 'www.pulumi.com' infrastructure folder * Scripts to hook up to CI/CD * Switch back to using generic Travis worker * Add alias to CDN for staging.pulumi.io * Remove alias to staging.pulumi.io * Do not use named profiles for deployments There's an issue today where named profiles which use `credential_source=Environment` don't actually behave correctly with the assume-role tool. Instead of actually assuming the role, it just uses the credentials in the environment, which is not exactly what you want. For now, explicitly set the ARN we want to assume, instead of indirecting across a named profile. * Remove CloudFront alias entirely * Add hover menu (#1266) Signed-off-by: Christian Nunciato <c@nunciato.org> * Hook up new www.pulumi.com/production stack to CI/CD (#1267) * Hook up new www.pulumi.com/production stack to CI/CD * Correct Makefile syntax * Migrate blog posts as of 7/2 (#1268) * Fix Makefile syntax * Fix spelling error ::sigh::
2019-07-02 16:30:33 -07:00
</div>
</div>
<div class="w-full lg:w-1/2 flex items-center justify-center mt-12 lg:mt-0">
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
<img src="{{ .Params.embed.image }}" alt="{{ .Params.embed.alt }}" />
</div>
</div>
</section>
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
<!-- Snowflake quote -->
<section class="w-full md:w-2/3 lg:w-1/2 mx-auto">
{{ partial "home/quote.html" (dict "quote" .Params.customer_quotes.snowflake) }}
</section>
GREAT WEBSITE MIGRATION OF 2018 (#1269) * Move content into docs/content * Make navigation and doc generation work Signed-off-by: Christian Nunciato <c@nunciato.org> * Make search work Signed-off-by: Christian Nunciato <c@nunciato.org> * Move docs-specific layouts into layouts/docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Move docs partials into layouts/partials/docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Share a common header and footer Signed-off-by: Christian Nunciato <c@nunciato.org> * Add product & pricing pages, modify main nav Signed-off-by: Christian Nunciato <c@nunciato.org> * Bring images under assets, docs images under assets/images/docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Link to the docs home page, fix image ref Signed-off-by: Christian Nunciato <c@nunciato.org> * Add containers, serverless, kubernetes topics Signed-off-by: Christian Nunciato <c@nunciato.org> * Add careers Signed-off-by: Christian Nunciato <c@nunciato.org> * Add compete, compete -> migrate Signed-off-by: Christian Nunciato <c@nunciato.org> * About, contact Signed-off-by: Christian Nunciato <c@nunciato.org> * Add legal Signed-off-by: Christian Nunciato <c@nunciato.org> * Add product Signed-off-by: Christian Nunciato <c@nunciato.org> * Add partner content Signed-off-by: Christian Nunciato <c@nunciato.org> * Add webinar Signed-off-by: Christian Nunciato <c@nunciato.org> * Add why-pulumi Signed-off-by: Christian Nunciato <c@nunciato.org> * Add GitHub redirect, support Signed-off-by: Christian Nunciato <c@nunciato.org> * Add blog * Add blog - update post frontmatter * Update content/_index.md Co-Authored-By: Justin Van Patten <jvp@justinvp.com> * Remove drafts & redundant fonts, move asset dirs up a level Signed-off-by: Christian Nunciato <c@nunciato.org> * Reconcile blog navigation Signed-off-by: Christian Nunciato <c@nunciato.org> * Migrate some blog content (#1147) * Reconcile www, blog and docs footer items (#1141) Signed-off-by: Christian Nunciato <c@nunciato.org> * Clean up blog layout (#1148) * Migrate more blog posts (#1157) * Replace Bootstrap with TailwindCSS * Add Tailwind * Create a config directory under assets, move PostCSS and Tailwind configs into it * Remove Bootstrap Sass and JS referemce * Refactor the header, base template, and footer to use Tailwind * Pull TOC Sass into its own partial Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor the docs home page Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor docs single, list and section layouts Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor quickstart-clouds partial Signed-off-by: Christian Nunciato <c@nunciato.org> * Reposition config items to fix syntax highlighting Signed-off-by: Christian Nunciato <c@nunciato.org> * Replace syntax CSS theme with Monokai Signed-off-by: Christian Nunciato <c@nunciato.org> * Add a dark blue for links Signed-off-by: Christian Nunciato <c@nunciato.org> * Add the beginnings of Sass color settings Signed-off-by: Christian Nunciato <c@nunciato.org> * Add a Sass file for langchoose Signed-off-by: Christian Nunciato <c@nunciato.org> * Give no-select its own Sass also, since it’s a partial Signed-off-by: Christian Nunciato <c@nunciato.org> * Give docs single and list templates more width for main content Signed-off-by: Christian Nunciato <c@nunciato.org> * Add some padding to the TOC, since we don’t have proper gutters yet Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix button on Quickstart home page Signed-off-by: Christian Nunciato <c@nunciato.org> * TOC styles Signed-off-by: Christian Nunciato <c@nunciato.org> * Quickstart clouds Signed-off-by: Christian Nunciato <c@nunciato.org> * Padding to left and right columns Signed-off-by: Christian Nunciato <c@nunciato.org> * Black for TOC Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor docs/aws to use its own layouts Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix the AWS tech partner image Signed-off-by: Christian Nunciato <c@nunciato.org> * Adjust AWS layouts Signed-off-by: Christian Nunciato <c@nunciato.org> * Move docs-home markup into a layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Format the mini-toc Signed-off-by: Christian Nunciato <c@nunciato.org> * Reduce subhead sizes a bit Signed-off-by: Christian Nunciato <c@nunciato.org> * Remove snowflake styles Signed-off-by: Christian Nunciato <c@nunciato.org> * Extract some Sass partials Signed-off-by: Christian Nunciato <c@nunciato.org> * Define initial purple and blue palettes, use numbered colors instead Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor blog templates Signed-off-by: Christian Nunciato <c@nunciato.org> * Make blog summary a partial, style pagination Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix expanded URLs Signed-off-by: Christian Nunciato <c@nunciato.org> * Rename Documentation to Reference Signed-off-by: Christian Nunciato <c@nunciato.org> * A smattering of minor adjustments Signed-off-by: Christian Nunciato <c@nunciato.org> * Selection state for tags Signed-off-by: Christian Nunciato <c@nunciato.org> * Delete more Bootstrap Signed-off-by: Christian Nunciato <c@nunciato.org> * Comment the banner Signed-off-by: Christian Nunciato <c@nunciato.org> * Restore footer links Signed-off-by: Christian Nunciato <c@nunciato.org> * Legal layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Remove unused layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor careers page Signed-off-by: Christian Nunciato <c@nunciato.org> * Use top-level URLs for legal docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Add RSS for the blog (#1170) * Add RSS for the blog * Cleanup team data (#1195) * Cleanup team data * Add missing newlines at EOF * Blog content as of 6/16 (#1196) * Blog content layout tweaks * Migrated blog content (as of Sun 6/16) * Address PR feedback, replace links to pulumi.io * Add fusion stack Any changes to the `fusion` branch will now be deployed to https://fusion.pulumi.io/. * Fix broken links * Fix broken images in fusion branch (#1207) Deletes unnecessary uses of `BaseURL`. In a small number of cases, where we want to emit an absolute URL that includes the `BaseURL`, use the `absURL` function instead, which is smart about handling missing/extra slashes. * Integrate www content (#1208) Signed-off-by: Christian Nunciato <c@nunciato.org> * Highlight currently selected section tab (#1216) * Remove unused partials (#1215) These are no longer referenced, so they can be removed. Signed-off-by: Christian Nunciato <c@nunciato.org> * Blog content as of 6/24 (#1218) * Port running-containers-in-aws-the-lowdown-ecs-fargate-and-eks * Port building-and-publishing-docker-images-to-a-private-amazon-ecr-repository * Port happy-birthday-to-pulumi-open-source * Commit updates to package-lock.json * Link cleanups and other fixes * Remove 'wip' tag * Restore meta_* fields, tidy up some frontmatter (#1214) Signed-off-by: Christian Nunciato <c@nunciato.org> * Add search (#1217) Signed-off-by: Christian Nunciato <c@nunciato.org> * Hide `.language-prologue-*` by default (#1212) So they all don't initially flash as being visible before all but the selected language are hidden. Port from `_pulumi.scss`. * Limit team members to those with status “active” (#1219) Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix links to datadog provider * Remove top margin from code snippets under lang tabs (#1223) * Update MBR DNA logo (#1222) * Add links to cloud logos (#1221) And use `logo-aws_white.png` for AWS * Remove unnecessary aliases (#1210) Now that we'll be hosting the docs on a new domain, there's no need to maintain these aliases. The old site hosted at https://pulumi.io will have redirects from the old aliases to the new location on the new site. * Pricing page updates (#1224) * Add swooshes to the home, pricing and webinar pages. * Replace “tech” PNGs for GitHub, GitLab, Atlassian and SAML with SVGs, and add an email SVG, in order to align all of their images in the pricing grid. * Add a “See plan details” link above the pricing grid. * Update Font Awesome to version 5.8.1 (to match what's in use on www today) in order to pull in the infinity icons used in the pricing grid. * Align CTA buttons horizontally in adjacent boxes containing content of varying heights. * Fix duplicate links on the home and product pages. Signed-off-by: Christian Nunciato <c@nunciato.org> * Update API docs (#1227) * Update tsdocgen paths * Updated API docs * Fix broken images (#1228) Remove unnecessary `{{ .Site.BaseURL }}` prefix from image URLs. * Fix Hugo build warning about non-relative ref/relref page reference (#1229) * Fix page titles and errant anchors (#1226) * Prevent anchors on the home page * Fix page titles Signed-off-by: Christian Nunciato <c@nunciato.org> * Add a robots.txt file (#1225) This change adds a robots.txt template authorizing seach-engine indexing for all pages of the production site. It assumes that all non-production builds will override the `baseURL` configuration property with something other than `https://pulumi.com/`. Signed-off-by: Christian Nunciato <c@nunciato.org> * Blog content fixes (#1231) * Correct post dates, titles * Revert to previous tags * Unify tags, adjust for display * Replace short, social summaries with longer ones * Use a fixed height for the utility bar (#1232) When the GitHub widget loads asynchronously and pops into view, it causes the whole page to shift downward a few pixels, because the widget is taller than the links beside it. Applying an explicit hight to the utility bar fixes this. Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix TOC expansion for the tour (#1234) We're very likely going to remove the tour and disperse its content elsewhere, but in the meantime, fix the TOC expansion for "Beyond the Basics" items. * Add syntax highlighing to layout templates (#1238) This change adds a partial for highlighting code snippets in layouts. Signed-off-by: Christian Nunciato <c@nunciato.org> * Add home-page video (#1240) Also makes a few slight adjustments to improve mobile layout on the home page. Signed-off-by: Christian Nunciato <c@nunciato.org> * Blog layout and styling improvements (#1237) * Use explicit code blcoks with language * Fix sort order for Author and Tag listings * Make sidebar toggleable on mobile * Resize "poster" image for blog listings * Crop photos to be square * Add posted date, post tags to blog footer * Add recent posts lists to sidebar * Add syntax highlighting to some missed posts * Fix Hugo build warning * Adjust sidebar styling * Cleanup the /docs page (#1239) * Cleanup /docs/aws layouts to match other docs sections * Cleanup /docs pages - Add left nav - Make /docs page look slightly less like a "homepage" - Add top-level "Get Started" and "Reference" headings to left nav * Add `.btn-secondary` and use it in a few places * Remove unnecessary cursor setting (#1245) Should be using the default here. I was debugging and forgot to switch this back before committing. Signed-off-by: Christian Nunciato <c@nunciato.org> * Update the home page video (#1244) This is a slightly shorter version, with typing sections sped up slightly to better respect our visitors’ time. :smile: Signed-off-by: Christian Nunciato <c@nunciato.org> * API doc styling improvements (#1247) * Update API doc styling for Python Bring back the styles used for our Python API docs, convert to use Tailwind, and make further tweaks to make it look even better. For example, all definitions now look like code blocks and indentation and spacing is used to improve the hierarchy of the content. * Only emit the <h1>.Title</h1> if there is a .Title The generated Python API docs don't currently include front matter and therefore do not have a title. We should fix the Python docs gen to do that, but in the meantime, only emit `<h1>.Title</h1>` if the page has a `.Title`, to avoid an unnecessary gap at the top of the page. * Update _pygments.scss to select .highlight instead of .chroma The syntax highlighted code generated by Hugo looks like: ``` <div class="highlight"> <pre class="chroma"> <code class="language-foo"> ... </code> </pre> </div> ``` And our styles looks like: ``` .chroma .k { ... } .chroma .kc { ... } ... ``` This works good, but our generated Python docs, which uses Pygments to do the syntax highlighting, doesn't use `.chroma`, so it doesn't get any syntax highlighting currently, even though all the Pygments classes are there. This is true for our Node.js docs as well, although, based on how we generate the code for that currently, we could relatively easily update the templates to include a `.chroma` class. In all cases, the code that we want highlighted will have a `.highlight` class surrounding it, so just update our styles to select `.highlight` instead of `.chroma`. ``` .highlight .k { ... } .highlight .kc { ... } ... ``` * Update API doc styling for Node.js * Various mobile adjustments and cleanup (#1250) * Pull the hero and section nav into Tailwind "components" and apply them. * Adjust home-page video dimensions accordingly. * Add mobile x-padding to sections that hadn't gotten it yet. * Add an anchor exclusion to the head for the About page. * Fix mobile layout for the Support page. * Fix centering and item distribution on the About page. * Additional minor mobile-related adjustments as encountered. Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix bug in lang chooser (#1249) If I've previously viewed a page in our docs with the language tabs, such as the Get Started guide, and I click the Python tab, that language choice will be persisted to a cookie. If I then visit our Node.js API docs, the lang chooser will see the saved value of "Python" and try to select that tab, hiding all other language snippets. But our Node.js API docs only contain JavaScript and TypeScript snippets, so the end result is that all snippets are hidden and no tab is selected. This change fixes that. If the value in the cookie does not exist in any of the tabs on the page, fallback to the default (JavaScript), otherwise fallback to the first tab that is available on the page. * More small fixes (#1254) * Make the header more responsive Adds padding to medium and above, and adjusts font size and spacing at medium width in order to accommodate the number of items we’re displaying currently. Also uses the full Pulumi logo, since we have room for that now, and adds a little color to the hamburger. Signed-off-by: Christian Nunciato <c@nunciato.org> * Bottom-align the image on the whitepaper layout Also removes the `header` selector from `_hero.scss` in order to reduce the specificity of the rule, allowing it to be overidden more easily with other Tailwind classnames. Signed-off-by: Christian Nunciato <c@nunciato.org> * Add team@pulumi link to the footer Signed-off-by: Christian Nunciato <c@nunciato.org> * Restore the newsroom and investors sections Somehow these got dropped! :scream: Signed-off-by: Christian Nunciato <c@nunciato.org> * Add hero background glows (#1257) Also deletes unused templates. Signed-off-by: Christian Nunciato <c@nunciato.org> * Hide scrollbars if not needed (#1256) * Improve Pricing page responsiveness, fix a few other small things (#1259) * Fix section link on the Why Pulumi page Signed-off-by: Christian Nunciato <c@nunciato.org> * Capitalize Kubernetes in copy Signed-off-by: Christian Nunciato <c@nunciato.org> * Adjust image sizes on Whitepaper page Properly size them on both mobile and desktop. Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix paging on mobile Decrease padding to prevent overflow. Signed-off-by: Christian Nunciato <c@nunciato.org> * Improve Pricing page layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Replace home page video with carousel (#1260) Signed-off-by: Christian Nunciato <c@nunciato.org> * Change Segment module to WWW (#1265) * Hook up new www.pulumi.com/staging stack to CI/CD (#1262) * Move older 'pulumi.io' stacks to infrastructure-old * Add new 'www.pulumi.com' infrastructure folder * Scripts to hook up to CI/CD * Switch back to using generic Travis worker * Add alias to CDN for staging.pulumi.io * Remove alias to staging.pulumi.io * Do not use named profiles for deployments There's an issue today where named profiles which use `credential_source=Environment` don't actually behave correctly with the assume-role tool. Instead of actually assuming the role, it just uses the credentials in the environment, which is not exactly what you want. For now, explicitly set the ARN we want to assume, instead of indirecting across a named profile. * Remove CloudFront alias entirely * Add hover menu (#1266) Signed-off-by: Christian Nunciato <c@nunciato.org> * Hook up new www.pulumi.com/production stack to CI/CD (#1267) * Hook up new www.pulumi.com/production stack to CI/CD * Correct Makefile syntax * Migrate blog posts as of 7/2 (#1268) * Fix Makefile syntax * Fix spelling error ::sigh::
2019-07-02 16:30:33 -07:00
<!-- Tame configuration and secrets sprawl -->
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
<section class="py-12 lg:my-12 px-6 lg:px-0 relative">
<div class="shape-background home-background-yellow-right">
<div class="shape-container">
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="dot-background-container">
<div class="dot-background-overlay"></div>
<div class="dot-background no-animate"></div>
</div>
<div class="circle-left"></div>
<div class="circle-right"></div>
</div>
GREAT WEBSITE MIGRATION OF 2018 (#1269) * Move content into docs/content * Make navigation and doc generation work Signed-off-by: Christian Nunciato <c@nunciato.org> * Make search work Signed-off-by: Christian Nunciato <c@nunciato.org> * Move docs-specific layouts into layouts/docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Move docs partials into layouts/partials/docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Share a common header and footer Signed-off-by: Christian Nunciato <c@nunciato.org> * Add product & pricing pages, modify main nav Signed-off-by: Christian Nunciato <c@nunciato.org> * Bring images under assets, docs images under assets/images/docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Link to the docs home page, fix image ref Signed-off-by: Christian Nunciato <c@nunciato.org> * Add containers, serverless, kubernetes topics Signed-off-by: Christian Nunciato <c@nunciato.org> * Add careers Signed-off-by: Christian Nunciato <c@nunciato.org> * Add compete, compete -> migrate Signed-off-by: Christian Nunciato <c@nunciato.org> * About, contact Signed-off-by: Christian Nunciato <c@nunciato.org> * Add legal Signed-off-by: Christian Nunciato <c@nunciato.org> * Add product Signed-off-by: Christian Nunciato <c@nunciato.org> * Add partner content Signed-off-by: Christian Nunciato <c@nunciato.org> * Add webinar Signed-off-by: Christian Nunciato <c@nunciato.org> * Add why-pulumi Signed-off-by: Christian Nunciato <c@nunciato.org> * Add GitHub redirect, support Signed-off-by: Christian Nunciato <c@nunciato.org> * Add blog * Add blog - update post frontmatter * Update content/_index.md Co-Authored-By: Justin Van Patten <jvp@justinvp.com> * Remove drafts & redundant fonts, move asset dirs up a level Signed-off-by: Christian Nunciato <c@nunciato.org> * Reconcile blog navigation Signed-off-by: Christian Nunciato <c@nunciato.org> * Migrate some blog content (#1147) * Reconcile www, blog and docs footer items (#1141) Signed-off-by: Christian Nunciato <c@nunciato.org> * Clean up blog layout (#1148) * Migrate more blog posts (#1157) * Replace Bootstrap with TailwindCSS * Add Tailwind * Create a config directory under assets, move PostCSS and Tailwind configs into it * Remove Bootstrap Sass and JS referemce * Refactor the header, base template, and footer to use Tailwind * Pull TOC Sass into its own partial Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor the docs home page Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor docs single, list and section layouts Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor quickstart-clouds partial Signed-off-by: Christian Nunciato <c@nunciato.org> * Reposition config items to fix syntax highlighting Signed-off-by: Christian Nunciato <c@nunciato.org> * Replace syntax CSS theme with Monokai Signed-off-by: Christian Nunciato <c@nunciato.org> * Add a dark blue for links Signed-off-by: Christian Nunciato <c@nunciato.org> * Add the beginnings of Sass color settings Signed-off-by: Christian Nunciato <c@nunciato.org> * Add a Sass file for langchoose Signed-off-by: Christian Nunciato <c@nunciato.org> * Give no-select its own Sass also, since it’s a partial Signed-off-by: Christian Nunciato <c@nunciato.org> * Give docs single and list templates more width for main content Signed-off-by: Christian Nunciato <c@nunciato.org> * Add some padding to the TOC, since we don’t have proper gutters yet Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix button on Quickstart home page Signed-off-by: Christian Nunciato <c@nunciato.org> * TOC styles Signed-off-by: Christian Nunciato <c@nunciato.org> * Quickstart clouds Signed-off-by: Christian Nunciato <c@nunciato.org> * Padding to left and right columns Signed-off-by: Christian Nunciato <c@nunciato.org> * Black for TOC Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor docs/aws to use its own layouts Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix the AWS tech partner image Signed-off-by: Christian Nunciato <c@nunciato.org> * Adjust AWS layouts Signed-off-by: Christian Nunciato <c@nunciato.org> * Move docs-home markup into a layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Format the mini-toc Signed-off-by: Christian Nunciato <c@nunciato.org> * Reduce subhead sizes a bit Signed-off-by: Christian Nunciato <c@nunciato.org> * Remove snowflake styles Signed-off-by: Christian Nunciato <c@nunciato.org> * Extract some Sass partials Signed-off-by: Christian Nunciato <c@nunciato.org> * Define initial purple and blue palettes, use numbered colors instead Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor blog templates Signed-off-by: Christian Nunciato <c@nunciato.org> * Make blog summary a partial, style pagination Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix expanded URLs Signed-off-by: Christian Nunciato <c@nunciato.org> * Rename Documentation to Reference Signed-off-by: Christian Nunciato <c@nunciato.org> * A smattering of minor adjustments Signed-off-by: Christian Nunciato <c@nunciato.org> * Selection state for tags Signed-off-by: Christian Nunciato <c@nunciato.org> * Delete more Bootstrap Signed-off-by: Christian Nunciato <c@nunciato.org> * Comment the banner Signed-off-by: Christian Nunciato <c@nunciato.org> * Restore footer links Signed-off-by: Christian Nunciato <c@nunciato.org> * Legal layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Remove unused layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor careers page Signed-off-by: Christian Nunciato <c@nunciato.org> * Use top-level URLs for legal docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Add RSS for the blog (#1170) * Add RSS for the blog * Cleanup team data (#1195) * Cleanup team data * Add missing newlines at EOF * Blog content as of 6/16 (#1196) * Blog content layout tweaks * Migrated blog content (as of Sun 6/16) * Address PR feedback, replace links to pulumi.io * Add fusion stack Any changes to the `fusion` branch will now be deployed to https://fusion.pulumi.io/. * Fix broken links * Fix broken images in fusion branch (#1207) Deletes unnecessary uses of `BaseURL`. In a small number of cases, where we want to emit an absolute URL that includes the `BaseURL`, use the `absURL` function instead, which is smart about handling missing/extra slashes. * Integrate www content (#1208) Signed-off-by: Christian Nunciato <c@nunciato.org> * Highlight currently selected section tab (#1216) * Remove unused partials (#1215) These are no longer referenced, so they can be removed. Signed-off-by: Christian Nunciato <c@nunciato.org> * Blog content as of 6/24 (#1218) * Port running-containers-in-aws-the-lowdown-ecs-fargate-and-eks * Port building-and-publishing-docker-images-to-a-private-amazon-ecr-repository * Port happy-birthday-to-pulumi-open-source * Commit updates to package-lock.json * Link cleanups and other fixes * Remove 'wip' tag * Restore meta_* fields, tidy up some frontmatter (#1214) Signed-off-by: Christian Nunciato <c@nunciato.org> * Add search (#1217) Signed-off-by: Christian Nunciato <c@nunciato.org> * Hide `.language-prologue-*` by default (#1212) So they all don't initially flash as being visible before all but the selected language are hidden. Port from `_pulumi.scss`. * Limit team members to those with status “active” (#1219) Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix links to datadog provider * Remove top margin from code snippets under lang tabs (#1223) * Update MBR DNA logo (#1222) * Add links to cloud logos (#1221) And use `logo-aws_white.png` for AWS * Remove unnecessary aliases (#1210) Now that we'll be hosting the docs on a new domain, there's no need to maintain these aliases. The old site hosted at https://pulumi.io will have redirects from the old aliases to the new location on the new site. * Pricing page updates (#1224) * Add swooshes to the home, pricing and webinar pages. * Replace “tech” PNGs for GitHub, GitLab, Atlassian and SAML with SVGs, and add an email SVG, in order to align all of their images in the pricing grid. * Add a “See plan details” link above the pricing grid. * Update Font Awesome to version 5.8.1 (to match what's in use on www today) in order to pull in the infinity icons used in the pricing grid. * Align CTA buttons horizontally in adjacent boxes containing content of varying heights. * Fix duplicate links on the home and product pages. Signed-off-by: Christian Nunciato <c@nunciato.org> * Update API docs (#1227) * Update tsdocgen paths * Updated API docs * Fix broken images (#1228) Remove unnecessary `{{ .Site.BaseURL }}` prefix from image URLs. * Fix Hugo build warning about non-relative ref/relref page reference (#1229) * Fix page titles and errant anchors (#1226) * Prevent anchors on the home page * Fix page titles Signed-off-by: Christian Nunciato <c@nunciato.org> * Add a robots.txt file (#1225) This change adds a robots.txt template authorizing seach-engine indexing for all pages of the production site. It assumes that all non-production builds will override the `baseURL` configuration property with something other than `https://pulumi.com/`. Signed-off-by: Christian Nunciato <c@nunciato.org> * Blog content fixes (#1231) * Correct post dates, titles * Revert to previous tags * Unify tags, adjust for display * Replace short, social summaries with longer ones * Use a fixed height for the utility bar (#1232) When the GitHub widget loads asynchronously and pops into view, it causes the whole page to shift downward a few pixels, because the widget is taller than the links beside it. Applying an explicit hight to the utility bar fixes this. Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix TOC expansion for the tour (#1234) We're very likely going to remove the tour and disperse its content elsewhere, but in the meantime, fix the TOC expansion for "Beyond the Basics" items. * Add syntax highlighing to layout templates (#1238) This change adds a partial for highlighting code snippets in layouts. Signed-off-by: Christian Nunciato <c@nunciato.org> * Add home-page video (#1240) Also makes a few slight adjustments to improve mobile layout on the home page. Signed-off-by: Christian Nunciato <c@nunciato.org> * Blog layout and styling improvements (#1237) * Use explicit code blcoks with language * Fix sort order for Author and Tag listings * Make sidebar toggleable on mobile * Resize "poster" image for blog listings * Crop photos to be square * Add posted date, post tags to blog footer * Add recent posts lists to sidebar * Add syntax highlighting to some missed posts * Fix Hugo build warning * Adjust sidebar styling * Cleanup the /docs page (#1239) * Cleanup /docs/aws layouts to match other docs sections * Cleanup /docs pages - Add left nav - Make /docs page look slightly less like a "homepage" - Add top-level "Get Started" and "Reference" headings to left nav * Add `.btn-secondary` and use it in a few places * Remove unnecessary cursor setting (#1245) Should be using the default here. I was debugging and forgot to switch this back before committing. Signed-off-by: Christian Nunciato <c@nunciato.org> * Update the home page video (#1244) This is a slightly shorter version, with typing sections sped up slightly to better respect our visitors’ time. :smile: Signed-off-by: Christian Nunciato <c@nunciato.org> * API doc styling improvements (#1247) * Update API doc styling for Python Bring back the styles used for our Python API docs, convert to use Tailwind, and make further tweaks to make it look even better. For example, all definitions now look like code blocks and indentation and spacing is used to improve the hierarchy of the content. * Only emit the <h1>.Title</h1> if there is a .Title The generated Python API docs don't currently include front matter and therefore do not have a title. We should fix the Python docs gen to do that, but in the meantime, only emit `<h1>.Title</h1>` if the page has a `.Title`, to avoid an unnecessary gap at the top of the page. * Update _pygments.scss to select .highlight instead of .chroma The syntax highlighted code generated by Hugo looks like: ``` <div class="highlight"> <pre class="chroma"> <code class="language-foo"> ... </code> </pre> </div> ``` And our styles looks like: ``` .chroma .k { ... } .chroma .kc { ... } ... ``` This works good, but our generated Python docs, which uses Pygments to do the syntax highlighting, doesn't use `.chroma`, so it doesn't get any syntax highlighting currently, even though all the Pygments classes are there. This is true for our Node.js docs as well, although, based on how we generate the code for that currently, we could relatively easily update the templates to include a `.chroma` class. In all cases, the code that we want highlighted will have a `.highlight` class surrounding it, so just update our styles to select `.highlight` instead of `.chroma`. ``` .highlight .k { ... } .highlight .kc { ... } ... ``` * Update API doc styling for Node.js * Various mobile adjustments and cleanup (#1250) * Pull the hero and section nav into Tailwind "components" and apply them. * Adjust home-page video dimensions accordingly. * Add mobile x-padding to sections that hadn't gotten it yet. * Add an anchor exclusion to the head for the About page. * Fix mobile layout for the Support page. * Fix centering and item distribution on the About page. * Additional minor mobile-related adjustments as encountered. Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix bug in lang chooser (#1249) If I've previously viewed a page in our docs with the language tabs, such as the Get Started guide, and I click the Python tab, that language choice will be persisted to a cookie. If I then visit our Node.js API docs, the lang chooser will see the saved value of "Python" and try to select that tab, hiding all other language snippets. But our Node.js API docs only contain JavaScript and TypeScript snippets, so the end result is that all snippets are hidden and no tab is selected. This change fixes that. If the value in the cookie does not exist in any of the tabs on the page, fallback to the default (JavaScript), otherwise fallback to the first tab that is available on the page. * More small fixes (#1254) * Make the header more responsive Adds padding to medium and above, and adjusts font size and spacing at medium width in order to accommodate the number of items we’re displaying currently. Also uses the full Pulumi logo, since we have room for that now, and adds a little color to the hamburger. Signed-off-by: Christian Nunciato <c@nunciato.org> * Bottom-align the image on the whitepaper layout Also removes the `header` selector from `_hero.scss` in order to reduce the specificity of the rule, allowing it to be overidden more easily with other Tailwind classnames. Signed-off-by: Christian Nunciato <c@nunciato.org> * Add team@pulumi link to the footer Signed-off-by: Christian Nunciato <c@nunciato.org> * Restore the newsroom and investors sections Somehow these got dropped! :scream: Signed-off-by: Christian Nunciato <c@nunciato.org> * Add hero background glows (#1257) Also deletes unused templates. Signed-off-by: Christian Nunciato <c@nunciato.org> * Hide scrollbars if not needed (#1256) * Improve Pricing page responsiveness, fix a few other small things (#1259) * Fix section link on the Why Pulumi page Signed-off-by: Christian Nunciato <c@nunciato.org> * Capitalize Kubernetes in copy Signed-off-by: Christian Nunciato <c@nunciato.org> * Adjust image sizes on Whitepaper page Properly size them on both mobile and desktop. Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix paging on mobile Decrease padding to prevent overflow. Signed-off-by: Christian Nunciato <c@nunciato.org> * Improve Pricing page layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Replace home page video with carousel (#1260) Signed-off-by: Christian Nunciato <c@nunciato.org> * Change Segment module to WWW (#1265) * Hook up new www.pulumi.com/staging stack to CI/CD (#1262) * Move older 'pulumi.io' stacks to infrastructure-old * Add new 'www.pulumi.com' infrastructure folder * Scripts to hook up to CI/CD * Switch back to using generic Travis worker * Add alias to CDN for staging.pulumi.io * Remove alias to staging.pulumi.io * Do not use named profiles for deployments There's an issue today where named profiles which use `credential_source=Environment` don't actually behave correctly with the assume-role tool. Instead of actually assuming the role, it just uses the credentials in the environment, which is not exactly what you want. For now, explicitly set the ARN we want to assume, instead of indirecting across a named profile. * Remove CloudFront alias entirely * Add hover menu (#1266) Signed-off-by: Christian Nunciato <c@nunciato.org> * Hook up new www.pulumi.com/production stack to CI/CD (#1267) * Hook up new www.pulumi.com/production stack to CI/CD * Correct Makefile syntax * Migrate blog posts as of 7/2 (#1268) * Fix Makefile syntax * Fix spelling error ::sigh::
2019-07-02 16:30:33 -07:00
</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="container mx-auto flex flex-col lg:flex-row">
<div class="w-full lg:w-1/2 flex items-center justify-center mt-12 lg:mt-0">
<img src="{{ .Params.secrets.image }}" alt="{{ .Params.secrets.alt }}" class="card" />
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>
<div class="my-auto"></div>
<div class="w-full my-auto lg:w-1/2 order-first lg:order-last lg:ml-32 z-10 px-8">
<h3>{{ .Params.secrets.title }}</h3>
<p class="text-lg">{{ .Params.secrets.description | markdownify }}</p>
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="mt-8">
<span class="text-lg text-gray-600">Learn more: </span>
<a href="/product/esc" class="underline text-lg text-blue-600">Pulumi ESC<i class="fa fa-arrow-right ml-2"></i></a>
</div>
2023-10-17 11:08:06 -07:00
<div class="mt-6">
<a href="https://www.producthunt.com/posts/pulumi-esc?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-pulumi&#0045;esc" target="_blank" rel="noopener noreferrer">
<img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=419631&theme=light" alt="Pulumi&#0032;ESC - Centralize&#0032;environments&#0044;&#0032;secrets&#0044;&#0032;and&#0032;configuration | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" />
</a>
</div>
GREAT WEBSITE MIGRATION OF 2018 (#1269) * Move content into docs/content * Make navigation and doc generation work Signed-off-by: Christian Nunciato <c@nunciato.org> * Make search work Signed-off-by: Christian Nunciato <c@nunciato.org> * Move docs-specific layouts into layouts/docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Move docs partials into layouts/partials/docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Share a common header and footer Signed-off-by: Christian Nunciato <c@nunciato.org> * Add product & pricing pages, modify main nav Signed-off-by: Christian Nunciato <c@nunciato.org> * Bring images under assets, docs images under assets/images/docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Link to the docs home page, fix image ref Signed-off-by: Christian Nunciato <c@nunciato.org> * Add containers, serverless, kubernetes topics Signed-off-by: Christian Nunciato <c@nunciato.org> * Add careers Signed-off-by: Christian Nunciato <c@nunciato.org> * Add compete, compete -> migrate Signed-off-by: Christian Nunciato <c@nunciato.org> * About, contact Signed-off-by: Christian Nunciato <c@nunciato.org> * Add legal Signed-off-by: Christian Nunciato <c@nunciato.org> * Add product Signed-off-by: Christian Nunciato <c@nunciato.org> * Add partner content Signed-off-by: Christian Nunciato <c@nunciato.org> * Add webinar Signed-off-by: Christian Nunciato <c@nunciato.org> * Add why-pulumi Signed-off-by: Christian Nunciato <c@nunciato.org> * Add GitHub redirect, support Signed-off-by: Christian Nunciato <c@nunciato.org> * Add blog * Add blog - update post frontmatter * Update content/_index.md Co-Authored-By: Justin Van Patten <jvp@justinvp.com> * Remove drafts & redundant fonts, move asset dirs up a level Signed-off-by: Christian Nunciato <c@nunciato.org> * Reconcile blog navigation Signed-off-by: Christian Nunciato <c@nunciato.org> * Migrate some blog content (#1147) * Reconcile www, blog and docs footer items (#1141) Signed-off-by: Christian Nunciato <c@nunciato.org> * Clean up blog layout (#1148) * Migrate more blog posts (#1157) * Replace Bootstrap with TailwindCSS * Add Tailwind * Create a config directory under assets, move PostCSS and Tailwind configs into it * Remove Bootstrap Sass and JS referemce * Refactor the header, base template, and footer to use Tailwind * Pull TOC Sass into its own partial Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor the docs home page Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor docs single, list and section layouts Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor quickstart-clouds partial Signed-off-by: Christian Nunciato <c@nunciato.org> * Reposition config items to fix syntax highlighting Signed-off-by: Christian Nunciato <c@nunciato.org> * Replace syntax CSS theme with Monokai Signed-off-by: Christian Nunciato <c@nunciato.org> * Add a dark blue for links Signed-off-by: Christian Nunciato <c@nunciato.org> * Add the beginnings of Sass color settings Signed-off-by: Christian Nunciato <c@nunciato.org> * Add a Sass file for langchoose Signed-off-by: Christian Nunciato <c@nunciato.org> * Give no-select its own Sass also, since it’s a partial Signed-off-by: Christian Nunciato <c@nunciato.org> * Give docs single and list templates more width for main content Signed-off-by: Christian Nunciato <c@nunciato.org> * Add some padding to the TOC, since we don’t have proper gutters yet Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix button on Quickstart home page Signed-off-by: Christian Nunciato <c@nunciato.org> * TOC styles Signed-off-by: Christian Nunciato <c@nunciato.org> * Quickstart clouds Signed-off-by: Christian Nunciato <c@nunciato.org> * Padding to left and right columns Signed-off-by: Christian Nunciato <c@nunciato.org> * Black for TOC Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor docs/aws to use its own layouts Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix the AWS tech partner image Signed-off-by: Christian Nunciato <c@nunciato.org> * Adjust AWS layouts Signed-off-by: Christian Nunciato <c@nunciato.org> * Move docs-home markup into a layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Format the mini-toc Signed-off-by: Christian Nunciato <c@nunciato.org> * Reduce subhead sizes a bit Signed-off-by: Christian Nunciato <c@nunciato.org> * Remove snowflake styles Signed-off-by: Christian Nunciato <c@nunciato.org> * Extract some Sass partials Signed-off-by: Christian Nunciato <c@nunciato.org> * Define initial purple and blue palettes, use numbered colors instead Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor blog templates Signed-off-by: Christian Nunciato <c@nunciato.org> * Make blog summary a partial, style pagination Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix expanded URLs Signed-off-by: Christian Nunciato <c@nunciato.org> * Rename Documentation to Reference Signed-off-by: Christian Nunciato <c@nunciato.org> * A smattering of minor adjustments Signed-off-by: Christian Nunciato <c@nunciato.org> * Selection state for tags Signed-off-by: Christian Nunciato <c@nunciato.org> * Delete more Bootstrap Signed-off-by: Christian Nunciato <c@nunciato.org> * Comment the banner Signed-off-by: Christian Nunciato <c@nunciato.org> * Restore footer links Signed-off-by: Christian Nunciato <c@nunciato.org> * Legal layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Remove unused layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Refactor careers page Signed-off-by: Christian Nunciato <c@nunciato.org> * Use top-level URLs for legal docs Signed-off-by: Christian Nunciato <c@nunciato.org> * Add RSS for the blog (#1170) * Add RSS for the blog * Cleanup team data (#1195) * Cleanup team data * Add missing newlines at EOF * Blog content as of 6/16 (#1196) * Blog content layout tweaks * Migrated blog content (as of Sun 6/16) * Address PR feedback, replace links to pulumi.io * Add fusion stack Any changes to the `fusion` branch will now be deployed to https://fusion.pulumi.io/. * Fix broken links * Fix broken images in fusion branch (#1207) Deletes unnecessary uses of `BaseURL`. In a small number of cases, where we want to emit an absolute URL that includes the `BaseURL`, use the `absURL` function instead, which is smart about handling missing/extra slashes. * Integrate www content (#1208) Signed-off-by: Christian Nunciato <c@nunciato.org> * Highlight currently selected section tab (#1216) * Remove unused partials (#1215) These are no longer referenced, so they can be removed. Signed-off-by: Christian Nunciato <c@nunciato.org> * Blog content as of 6/24 (#1218) * Port running-containers-in-aws-the-lowdown-ecs-fargate-and-eks * Port building-and-publishing-docker-images-to-a-private-amazon-ecr-repository * Port happy-birthday-to-pulumi-open-source * Commit updates to package-lock.json * Link cleanups and other fixes * Remove 'wip' tag * Restore meta_* fields, tidy up some frontmatter (#1214) Signed-off-by: Christian Nunciato <c@nunciato.org> * Add search (#1217) Signed-off-by: Christian Nunciato <c@nunciato.org> * Hide `.language-prologue-*` by default (#1212) So they all don't initially flash as being visible before all but the selected language are hidden. Port from `_pulumi.scss`. * Limit team members to those with status “active” (#1219) Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix links to datadog provider * Remove top margin from code snippets under lang tabs (#1223) * Update MBR DNA logo (#1222) * Add links to cloud logos (#1221) And use `logo-aws_white.png` for AWS * Remove unnecessary aliases (#1210) Now that we'll be hosting the docs on a new domain, there's no need to maintain these aliases. The old site hosted at https://pulumi.io will have redirects from the old aliases to the new location on the new site. * Pricing page updates (#1224) * Add swooshes to the home, pricing and webinar pages. * Replace “tech” PNGs for GitHub, GitLab, Atlassian and SAML with SVGs, and add an email SVG, in order to align all of their images in the pricing grid. * Add a “See plan details” link above the pricing grid. * Update Font Awesome to version 5.8.1 (to match what's in use on www today) in order to pull in the infinity icons used in the pricing grid. * Align CTA buttons horizontally in adjacent boxes containing content of varying heights. * Fix duplicate links on the home and product pages. Signed-off-by: Christian Nunciato <c@nunciato.org> * Update API docs (#1227) * Update tsdocgen paths * Updated API docs * Fix broken images (#1228) Remove unnecessary `{{ .Site.BaseURL }}` prefix from image URLs. * Fix Hugo build warning about non-relative ref/relref page reference (#1229) * Fix page titles and errant anchors (#1226) * Prevent anchors on the home page * Fix page titles Signed-off-by: Christian Nunciato <c@nunciato.org> * Add a robots.txt file (#1225) This change adds a robots.txt template authorizing seach-engine indexing for all pages of the production site. It assumes that all non-production builds will override the `baseURL` configuration property with something other than `https://pulumi.com/`. Signed-off-by: Christian Nunciato <c@nunciato.org> * Blog content fixes (#1231) * Correct post dates, titles * Revert to previous tags * Unify tags, adjust for display * Replace short, social summaries with longer ones * Use a fixed height for the utility bar (#1232) When the GitHub widget loads asynchronously and pops into view, it causes the whole page to shift downward a few pixels, because the widget is taller than the links beside it. Applying an explicit hight to the utility bar fixes this. Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix TOC expansion for the tour (#1234) We're very likely going to remove the tour and disperse its content elsewhere, but in the meantime, fix the TOC expansion for "Beyond the Basics" items. * Add syntax highlighing to layout templates (#1238) This change adds a partial for highlighting code snippets in layouts. Signed-off-by: Christian Nunciato <c@nunciato.org> * Add home-page video (#1240) Also makes a few slight adjustments to improve mobile layout on the home page. Signed-off-by: Christian Nunciato <c@nunciato.org> * Blog layout and styling improvements (#1237) * Use explicit code blcoks with language * Fix sort order for Author and Tag listings * Make sidebar toggleable on mobile * Resize "poster" image for blog listings * Crop photos to be square * Add posted date, post tags to blog footer * Add recent posts lists to sidebar * Add syntax highlighting to some missed posts * Fix Hugo build warning * Adjust sidebar styling * Cleanup the /docs page (#1239) * Cleanup /docs/aws layouts to match other docs sections * Cleanup /docs pages - Add left nav - Make /docs page look slightly less like a "homepage" - Add top-level "Get Started" and "Reference" headings to left nav * Add `.btn-secondary` and use it in a few places * Remove unnecessary cursor setting (#1245) Should be using the default here. I was debugging and forgot to switch this back before committing. Signed-off-by: Christian Nunciato <c@nunciato.org> * Update the home page video (#1244) This is a slightly shorter version, with typing sections sped up slightly to better respect our visitors’ time. :smile: Signed-off-by: Christian Nunciato <c@nunciato.org> * API doc styling improvements (#1247) * Update API doc styling for Python Bring back the styles used for our Python API docs, convert to use Tailwind, and make further tweaks to make it look even better. For example, all definitions now look like code blocks and indentation and spacing is used to improve the hierarchy of the content. * Only emit the <h1>.Title</h1> if there is a .Title The generated Python API docs don't currently include front matter and therefore do not have a title. We should fix the Python docs gen to do that, but in the meantime, only emit `<h1>.Title</h1>` if the page has a `.Title`, to avoid an unnecessary gap at the top of the page. * Update _pygments.scss to select .highlight instead of .chroma The syntax highlighted code generated by Hugo looks like: ``` <div class="highlight"> <pre class="chroma"> <code class="language-foo"> ... </code> </pre> </div> ``` And our styles looks like: ``` .chroma .k { ... } .chroma .kc { ... } ... ``` This works good, but our generated Python docs, which uses Pygments to do the syntax highlighting, doesn't use `.chroma`, so it doesn't get any syntax highlighting currently, even though all the Pygments classes are there. This is true for our Node.js docs as well, although, based on how we generate the code for that currently, we could relatively easily update the templates to include a `.chroma` class. In all cases, the code that we want highlighted will have a `.highlight` class surrounding it, so just update our styles to select `.highlight` instead of `.chroma`. ``` .highlight .k { ... } .highlight .kc { ... } ... ``` * Update API doc styling for Node.js * Various mobile adjustments and cleanup (#1250) * Pull the hero and section nav into Tailwind "components" and apply them. * Adjust home-page video dimensions accordingly. * Add mobile x-padding to sections that hadn't gotten it yet. * Add an anchor exclusion to the head for the About page. * Fix mobile layout for the Support page. * Fix centering and item distribution on the About page. * Additional minor mobile-related adjustments as encountered. Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix bug in lang chooser (#1249) If I've previously viewed a page in our docs with the language tabs, such as the Get Started guide, and I click the Python tab, that language choice will be persisted to a cookie. If I then visit our Node.js API docs, the lang chooser will see the saved value of "Python" and try to select that tab, hiding all other language snippets. But our Node.js API docs only contain JavaScript and TypeScript snippets, so the end result is that all snippets are hidden and no tab is selected. This change fixes that. If the value in the cookie does not exist in any of the tabs on the page, fallback to the default (JavaScript), otherwise fallback to the first tab that is available on the page. * More small fixes (#1254) * Make the header more responsive Adds padding to medium and above, and adjusts font size and spacing at medium width in order to accommodate the number of items we’re displaying currently. Also uses the full Pulumi logo, since we have room for that now, and adds a little color to the hamburger. Signed-off-by: Christian Nunciato <c@nunciato.org> * Bottom-align the image on the whitepaper layout Also removes the `header` selector from `_hero.scss` in order to reduce the specificity of the rule, allowing it to be overidden more easily with other Tailwind classnames. Signed-off-by: Christian Nunciato <c@nunciato.org> * Add team@pulumi link to the footer Signed-off-by: Christian Nunciato <c@nunciato.org> * Restore the newsroom and investors sections Somehow these got dropped! :scream: Signed-off-by: Christian Nunciato <c@nunciato.org> * Add hero background glows (#1257) Also deletes unused templates. Signed-off-by: Christian Nunciato <c@nunciato.org> * Hide scrollbars if not needed (#1256) * Improve Pricing page responsiveness, fix a few other small things (#1259) * Fix section link on the Why Pulumi page Signed-off-by: Christian Nunciato <c@nunciato.org> * Capitalize Kubernetes in copy Signed-off-by: Christian Nunciato <c@nunciato.org> * Adjust image sizes on Whitepaper page Properly size them on both mobile and desktop. Signed-off-by: Christian Nunciato <c@nunciato.org> * Fix paging on mobile Decrease padding to prevent overflow. Signed-off-by: Christian Nunciato <c@nunciato.org> * Improve Pricing page layout Signed-off-by: Christian Nunciato <c@nunciato.org> * Replace home page video with carousel (#1260) Signed-off-by: Christian Nunciato <c@nunciato.org> * Change Segment module to WWW (#1265) * Hook up new www.pulumi.com/staging stack to CI/CD (#1262) * Move older 'pulumi.io' stacks to infrastructure-old * Add new 'www.pulumi.com' infrastructure folder * Scripts to hook up to CI/CD * Switch back to using generic Travis worker * Add alias to CDN for staging.pulumi.io * Remove alias to staging.pulumi.io * Do not use named profiles for deployments There's an issue today where named profiles which use `credential_source=Environment` don't actually behave correctly with the assume-role tool. Instead of actually assuming the role, it just uses the credentials in the environment, which is not exactly what you want. For now, explicitly set the ARN we want to assume, instead of indirecting across a named profile. * Remove CloudFront alias entirely * Add hover menu (#1266) Signed-off-by: Christian Nunciato <c@nunciato.org> * Hook up new www.pulumi.com/production stack to CI/CD (#1267) * Hook up new www.pulumi.com/production stack to CI/CD * Correct Makefile syntax * Migrate blog posts as of 7/2 (#1268) * Fix Makefile syntax * Fix spelling error ::sigh::
2019-07-02 16:30:33 -07:00
</div>
2019-05-23 15:09:46 -07:00
</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
</section>
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
<!-- Logos carousel -->
<section class="container mx-auto text-center overflow-hidden px-3 mt-24">
<h3 class="text-center mb-10">{{ .Params.customer_logos.title }}</h3>
<div class="w-full order-first pb-16 items-center justify-center hidden lg:block">
<pulumi-swiper slides="6" centered-slides="true" loop="true" autoplay="true" autoplay-delay="500" speed="2000">
{{ range $logo := .Params.customer_logos.logos }}
<pulumi-swipeable>
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="p-6 flex flex-col flex-grow items-end h-24 justify-center">
{{ if $logo.link }}
<a class="w-full h-full" href="{{ $logo.link }}" target="_blank">
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
{{ partial "customer-logo.html" (dict "logo" $logo.name) }}
</a>
{{ else }}
{{ partial "customer-logo.html" (dict "logo" $logo.name) }}
{{ end }}
</div>
</pulumi-swipeable>
{{ end }}
</pulumi-swiper>
</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="w-full order-first pb-16 items-center justify-center block lg:hidden">
<pulumi-swiper slides="3" centered-slides="true" loop="true" autoplay="true" autoplay-delay="500" speed="2000">
{{ range $logo := .Params.customer_logos.logos }}
<pulumi-swipeable>
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="p-6 flex flex-col flex-grow items-end h-24 justify-center">
{{ if $logo.link }}
<a class="w-full h-full" href="{{ $logo.link }}" target="_blank">
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
{{ partial "customer-logo.html" (dict "logo" $logo.name) }}
</a>
{{ else }}
{{ partial "customer-logo.html" (dict "logo" $logo.name) }}
{{ end }}
</div>
</pulumi-swipeable>
{{ end }}
</pulumi-swiper>
</div>
</section>
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
<!-- CTAs -->
<section class="container mx-auto">
<div class="w-full lg:w-2/3 mx-auto mb-16 bg-violet-600 rounded-xl shadow p-16 flex flex-col items-center justify-center">
<h2 class="text-white font-light">Ready to deploy your first stack?</h2>
<p class="text-white text-xl description">See what Pulumi can do for you.</p>
<div class="mt-8 flex text-center justify-center items-center flex-col mx-auto lg:mx-0 md:flex-row">
<a class="btn-secondary mr-0 md:mr-4 mb-3 md:mb-0" href="https://app.pulumi.com/signup">{{ .Params.hero.cta_text }}</a>
<a class="btn-secondary-home-action" href="{{ relref . "/docs/install" }}">Download Open Source</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
</div>
</div>
</section>
2019-05-23 15:09:46 -07:00
{{ end }}