101 Commits

Author SHA1 Message Date
Christian Nunciato
cb2d0ca54a
Apply suggestions from code review
Co-authored-by: George Huang <george@pulumi.com>
2023-10-10 20:31:54 -07:00
zchase
c3cbc554e1 more feedback 2023-10-10 12:42:13 -07:00
Zack Chase
ee19143337 Pricing page changs for 10/11 (#133) 2023-10-10 12:39:27 -07:00
zchase
79b7aa0bcf Address feedback 2023-10-10 12:32:35 -07:00
Zack Chase
ed7e34bb07 Pricing page changs for 10/11 (#133) 2023-10-10 12:32:34 -07:00
Zack Chase
86bb6d159b
Update CTAs on the pricing page. (#3360)
* Apply learnings from a/b test

* Remove b version of pricing page
2023-09-11 10:59:46 -07:00
George Huang
0a737dab0d
add restore stacks to the pricing page (#3240)
* add restore stacks to the pricing page

* Fix checkmarks for feature table
2023-08-08 15:45:27 -07:00
meagancojocar
09ddc27a34
Property search blog (#3045)
* Property search blog
2023-06-13 15:05:36 +00:00
aaronkao
d439a9b1bc
Update link to tf offer (#3055) 2023-06-13 07:25:31 -07:00
aaronkao
c6c89bb5c5
Update pricing page with TF offer (#3050) 2023-06-12 15:54:48 -07:00
susan evans
7b3b40ab70
quickstart experience (#2983) 2023-06-08 19:45:09 -07:00
susan evans
b101a28740
fixing rel refs (#2837) 2023-05-15 17:51:16 -07:00
susan evans
a3bcee8b1d
fix refs; add reference back (#2834)
Signed-off-by: susanev <susan.ra.evans@gmail.com>
2023-05-15 16:14:38 -07:00
susan evans
eb6aa357b2
reorg docs nav + add cloud pages (#2769) 2023-05-15 15:25:28 -07:00
susan evans
00b279c3fa
fix contact links (#2726) 2023-04-20 11:15:23 -07:00
Christian Nunciato
101091961d
Fix pricing link (#2717) 2023-04-19 10:36:32 -07:00
Zack Chase
dc9227f60e
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
susan evans
b3309e115c
fix cloud rest api marketing links (#2683) 2023-04-11 19:46:00 -07:00
susan evans
3fcdcf2ebb
fix rest of docs links (#2679) 2023-04-11 14:41:31 -07:00
Kimberley Mackenzie
5a18c1d717
Update pricing page link. (#2656) 2023-04-06 11:00:27 -07:00
Evan Boyle
a7e71019be
fix deploy relrefs on pricing page (#2628) 2023-03-29 05:41:12 -07:00
meagancojocar
5e7b44b737
Pricing page updates for sales tax (#2305) 2022-12-15 13:00:18 -08:00
susan evans
2470ea202c
Removing problematic trailing slash on relref (#2248)
Recently (#2242) this page was updated with an extra link using
relref. It passed CI here because

 - files in layout/ are not linted (which would have picked up the relref)
 - link checking is done downstream in pulumi/docs, because it's normal
   to have links into content housed elsewhere (e.g., reference docs)

.. but failed CI in pulumi/docs
(https://github.com/pulumi/docs/actions/runs/3484599929/jobs/5829326415).

relref links with trailing slashes are known to cause problems, so a
quick fix to unblock site builds downstream is to remove the trailing
slash.

Signed-off-by: susanev <susan.ra.evans@gmail.com>
Co-authored-by: Michael Bridgen <mbridgen@pulumi.com>
2022-11-17 11:17:20 +00:00
George Huang
7188c75fb9
Add team & org access tokens to pricing page (#2242)
* Add team & org access tokens to pricing page

* tweak to wording

* Update themes/default/layouts/page/pricing.html

Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com>

* Fix rel ref

Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com>
2022-11-16 14:49:18 -08:00
Zack Chase
a046497a44
Update the pricing page (#2223)
* Update pull-request.yml (#71)

* CED 2022 night before update (#81)

* Add some docs for Automation API for Pulumi Deployments (#76)

* Remove preview note from Pulumi YAML (#77)

* Deployment marketing page (#67)

* add preview sign-up page for Pulumi Deploy

* add pulumi deployments signup page to navigation

* use theme updates for icons

* update meta description

* Copy edits

* add 'learn more' section to the bottom

* center the learn list

* Update copy in the three scenarios section

* Add youtube video, buttons to jump to registration

* update graphic

* Revert "use theme updates for icons" - related theme PR is merged

* Edit messaging about Automation API 10x stat

* update learn more section, fix some height mismatches

Co-authored-by: George Huang <george@pulumi.com>

* Deployment docs (#70)

* wip draft of Deployment docs

 setting up structure for others to collaborate

* Increment weights

* Update Continuous Delivery docs

* Thorough redo until GET deployment

* Add banner to Pulumi Service  page & add slack

* Update list deployments

* Pass over logs docs

* Config documentation (#2079)

* Update go.mod

* Update pull-request.yml (#71)

* Empty commit to trigger a preview

* wip (just pushing changes inbetween meetings throughout the day)

* wip draft of Deployment docs

 setting up structure for others to collaborate

* Increment weights

* Thorough redo until GET deployment

* Update Continuous Delivery docs

* Update list deployments

* Add banner to Pulumi Service  page & add slack

* Pass over logs docs

* wip (just pushing changes inbetween meetings throughout the day)

* Empty commit to trigger a preview

* Update themes/default/content/docs/intro/pulumi-service/deployments.md

Co-authored-by: susan evans <susan.ra.evans@gmail.com>

* Update themes/default/content/docs/guides/continuous-delivery/github-app.md

Co-authored-by: susan evans <susan.ra.evans@gmail.com>

* Update themes/default/content/docs/guides/continuous-delivery/github-app.md

Co-authored-by: susan evans <susan.ra.evans@gmail.com>

* Addressing susan's feedback

* add numbering to github app installation steps

* Add cancel

* Indent to fix lint-breaking issue

* content updates

* empty

Signed-off-by: susanev <susan.ra.evans@gmail.com>

* potentially final push?

Signed-off-by: susanev <susan.ra.evans@gmail.com>
Co-authored-by: Komal <komal@pulumi.com>
Co-authored-by: George Huang <george@pulumi.com>
Co-authored-by: Fraser Waters <fraser@pulumi.com>
Co-authored-by: Frassle <Frassle@users.noreply.github.com>
Co-authored-by: GH Action - Upstream Sync <action@github.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
Co-authored-by: susan evans <susan.ra.evans@gmail.com>

* Pricing page update (#73)

* Updates to pricing page

* fix format

Signed-off-by: susanev <susan.ra.evans@gmail.com>

* edit

Signed-off-by: susanev <susan.ra.evans@gmail.com>
Co-authored-by: susanev <susan.ra.evans@gmail.com>

* Update security whitepaper date

* Updated CED page to remove registration and add 'join now' button (#79)

Co-authored-by: Sarah Hughes <sarah@pulumi.com>

Signed-off-by: susanev <susan.ra.evans@gmail.com>
Co-authored-by: Justin Van Patten <jvp@justinvp.com>
Co-authored-by: Ian Wahbe <ian@wahbe.com>
Co-authored-by: Sarah Hughes <sarah@pulumi.com>
Co-authored-by: George Huang <george@pulumi.com>
Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com>
Co-authored-by: Komal <komal@pulumi.com>
Co-authored-by: Fraser Waters <fraser@pulumi.com>
Co-authored-by: Frassle <Frassle@users.noreply.github.com>
Co-authored-by: GH Action - Upstream Sync <action@github.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
Co-authored-by: susan evans <susan.ra.evans@gmail.com>

* Pulumi Deployments Launch Blog (#82)

* add deployments launch blog

* fix imgs

Signed-off-by: susanev <susan.ra.evans@gmail.com>

Signed-off-by: susanev <susan.ra.evans@gmail.com>
Co-authored-by: susanev <susan.ra.evans@gmail.com>

* Overview and YAML GA blog posts (#80)

* Initial overview blog

* Intial YAML GA post

* Linting

* update homepage banner for pulumi deployments launch (#74)

* Pulumi Deployments mini challenge (#69)

* Pulumi Deployments mini challenge

* Update themes/default/content/challenge/deployments.md

Co-authored-by: susan evans <susan.ra.evans@gmail.com>

* Apply suggestions from code review

Co-authored-by: susan evans <susan.ra.evans@gmail.com>

* Updated main challenge page

* Add deployments press release

Co-authored-by: susan evans <susan.ra.evans@gmail.com>
Co-authored-by: zchase <zachary@pulumi.com>

* Update copy (#84)

* Update copy

* Update some more copy

* Update image

* few clean ups

* Update index.md

* Update themes/default/content/blog/announcing-new-usage-based-pricing-for-your-whole-team/index.md

* Update image

Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com>
Co-authored-by: isaac-pulumi <59850911+isaac-pulumi@users.noreply.github.com>

* Update team-edition-cost.png

* Update pricing.html

Signed-off-by: susanev <susan.ra.evans@gmail.com>
Co-authored-by: GH Action - Upstream Sync <action@github.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
Co-authored-by: Justin Van Patten <jvp@justinvp.com>
Co-authored-by: Ian Wahbe <ian@wahbe.com>
Co-authored-by: Sarah Hughes <sarah@pulumi.com>
Co-authored-by: George Huang <george@pulumi.com>
Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com>
Co-authored-by: Komal <komal@pulumi.com>
Co-authored-by: Fraser Waters <fraser@pulumi.com>
Co-authored-by: Frassle <Frassle@users.noreply.github.com>
Co-authored-by: susan evans <susan.ra.evans@gmail.com>
Co-authored-by: Evan Boyle <EvanBoyle@users.noreply.github.com>
Co-authored-by: Luke Hoban <lukehoban@gmail.com>
Co-authored-by: aaronkao <aaronkao@users.noreply.github.com>
Co-authored-by: isaac-pulumi <59850911+isaac-pulumi@users.noreply.github.com>
2022-11-14 14:33:49 -08:00
Zack Chase
c4197451ff
Change CTA from Request Demo to Contact Us (#2180) 2022-11-02 13:15:09 -07:00
Zack Chase
8d55bd35d1
Ced 2022 night before updates (#2169)
* Update pull-request.yml (#71)

* CED 2022 night before update (#81)

* Add some docs for Automation API for Pulumi Deployments (#76)

* Remove preview note from Pulumi YAML (#77)

* Deployment marketing page (#67)

* add preview sign-up page for Pulumi Deploy

* add pulumi deployments signup page to navigation

* use theme updates for icons

* update meta description

* Copy edits

* add 'learn more' section to the bottom

* center the learn list

* Update copy in the three scenarios section

* Add youtube video, buttons to jump to registration

* update graphic

* Revert "use theme updates for icons" - related theme PR is merged

* Edit messaging about Automation API 10x stat

* update learn more section, fix some height mismatches

Co-authored-by: George Huang <george@pulumi.com>

* Deployment docs (#70)

* wip draft of Deployment docs

 setting up structure for others to collaborate

* Increment weights

* Update Continuous Delivery docs

* Thorough redo until GET deployment

* Add banner to Pulumi Service  page & add slack

* Update list deployments

* Pass over logs docs

* Config documentation (#2079)

* Update go.mod

* Update pull-request.yml (#71)

* Empty commit to trigger a preview

* wip (just pushing changes inbetween meetings throughout the day)

* wip draft of Deployment docs

 setting up structure for others to collaborate

* Increment weights

* Thorough redo until GET deployment

* Update Continuous Delivery docs

* Update list deployments

* Add banner to Pulumi Service  page & add slack

* Pass over logs docs

* wip (just pushing changes inbetween meetings throughout the day)

* Empty commit to trigger a preview

* Update themes/default/content/docs/intro/pulumi-service/deployments.md

Co-authored-by: susan evans <susan.ra.evans@gmail.com>

* Update themes/default/content/docs/guides/continuous-delivery/github-app.md

Co-authored-by: susan evans <susan.ra.evans@gmail.com>

* Update themes/default/content/docs/guides/continuous-delivery/github-app.md

Co-authored-by: susan evans <susan.ra.evans@gmail.com>

* Addressing susan's feedback

* add numbering to github app installation steps

* Add cancel

* Indent to fix lint-breaking issue

* content updates

* empty

Signed-off-by: susanev <susan.ra.evans@gmail.com>

* potentially final push?

Signed-off-by: susanev <susan.ra.evans@gmail.com>
Co-authored-by: Komal <komal@pulumi.com>
Co-authored-by: George Huang <george@pulumi.com>
Co-authored-by: Fraser Waters <fraser@pulumi.com>
Co-authored-by: Frassle <Frassle@users.noreply.github.com>
Co-authored-by: GH Action - Upstream Sync <action@github.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
Co-authored-by: susan evans <susan.ra.evans@gmail.com>

* Pricing page update (#73)

* Updates to pricing page

* fix format

Signed-off-by: susanev <susan.ra.evans@gmail.com>

* edit

Signed-off-by: susanev <susan.ra.evans@gmail.com>
Co-authored-by: susanev <susan.ra.evans@gmail.com>

* Update security whitepaper date

* Updated CED page to remove registration and add 'join now' button (#79)

Co-authored-by: Sarah Hughes <sarah@pulumi.com>

Signed-off-by: susanev <susan.ra.evans@gmail.com>
Co-authored-by: Justin Van Patten <jvp@justinvp.com>
Co-authored-by: Ian Wahbe <ian@wahbe.com>
Co-authored-by: Sarah Hughes <sarah@pulumi.com>
Co-authored-by: George Huang <george@pulumi.com>
Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com>
Co-authored-by: Komal <komal@pulumi.com>
Co-authored-by: Fraser Waters <fraser@pulumi.com>
Co-authored-by: Frassle <Frassle@users.noreply.github.com>
Co-authored-by: GH Action - Upstream Sync <action@github.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
Co-authored-by: susan evans <susan.ra.evans@gmail.com>

Signed-off-by: susanev <susan.ra.evans@gmail.com>
Co-authored-by: GH Action - Upstream Sync <action@github.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
Co-authored-by: Justin Van Patten <jvp@justinvp.com>
Co-authored-by: Ian Wahbe <ian@wahbe.com>
Co-authored-by: Sarah Hughes <sarah@pulumi.com>
Co-authored-by: George Huang <george@pulumi.com>
Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com>
Co-authored-by: Komal <komal@pulumi.com>
Co-authored-by: Fraser Waters <fraser@pulumi.com>
Co-authored-by: Frassle <Frassle@users.noreply.github.com>
Co-authored-by: susan evans <susan.ra.evans@gmail.com>
2022-11-01 21:17:17 -07:00
Aaron Friel
cea053358a
Reorganize the hierarchy on state documentation (#2033)
* break up large H3 in concepts/state docs
* move service architecture under backend heading
* reduce heading depth to place more items on sidebar nav
* Apply suggestions from code review
* merge logout with login, self-hosted service with service backend
* update links to state

Co-authored-by: susan evans <susan.ra.evans@gmail.com>
2022-10-17 19:07:34 -07:00
Zack Chase
75ec95fe73
Add request a demo page (#1935) 2022-10-04 21:35:55 -07:00
susan evans
107263703d
fix cost (#1700) 2022-07-02 09:39:30 -07:00
George Huang
a297bcb3a1
Clarify pricing FAQ (#1591)
Updated FAQ about estimated costs for different scenarios to clarify that they are before factoring in free credits.
2022-06-06 16:39:29 -07:00
meagancojocar
b729d17bcc
update team pricing (2) (#1580) 2022-06-03 12:24:14 -07:00
Kimberley Mackenzie
e35e01f06f
Prettier Spike (#1517)
* Add Prettier set-up (no formatting in this commit).

* Manual fixes for Prettier issues.

* Run Prettier fix on non-markdown files.

* Incorporate Prettier PR feedback - update commands, re-apply new yaml styles, add editor config.

* Remove deprecated config item.

* Add dependency on prettier-plugin-go-template.

* reconcile changed file with prettier formatting.

* Add git blame ignore revs file to include Prettier formatting commit.

* Fix format issue with merge conflict.
2022-06-01 10:58:20 -07:00
Christian Nunciato
9f1ee26710
Sync changes from downstream (#1465) 2022-05-03 21:23:32 -07:00
Mitch Gerdisch
2d3cb38cc1
Gsuite saml/reflect workspaces flow (#1449)
* updates for Google Workspace SAML

* lint errors

* Update additional pages that reference G Suite
2022-05-02 13:00:46 -05:00
meagancojocar
46966a6339
updated team sku info (#1377) 2022-04-15 14:24:28 -07:00
Kimberley Mackenzie
3e52a60525
Add data track properties for two links inside the pricing dialog. (#1139) 2022-03-04 14:26:14 -08:00
Christian Nunciato
37f5cad558
Underline a link (#1125) 2022-03-03 07:55:30 -08:00
Christian Nunciato
ca67fe1f37
Combine docs and marketing changes (#1119) 2022-03-02 20:14:55 -08:00
susan evans
5bad21a139
remove hyphen in pricing intro (#1052) 2022-02-15 13:07:20 -08:00
susan evans
12c5475082
change mentions of Pulumi Console to Pulumi Service (#959) 2022-01-13 09:48:57 -08:00
Zack Chase
b440f91d43
Add pulumi service product page (#930)
* Add pulumi service product page

* Update pulumi-service.md

* update svgs

Signed-off-by: susanev <susan.ra.evans@gmail.com>

* Add dot background

* Address feedback

* Add some internal links

* Add white background to card

* Update pulumi-service.md

* Update pulumi-service.md

* Update pulumi-service.md

* Update _index.md

* Update _index.md

* Update pulumi-service.md

* Update pulumi-service.md

* Update _index.md

* Update pricing.html

* Update _index.md

* Update _index.md

* Address feedback

* Add link underlines

Co-authored-by: George Huang <george@pulumi.com>
Co-authored-by: susanev <susan.ra.evans@gmail.com>
2021-12-29 06:35:20 -08:00
Christian Nunciato
ae45263f46 Merge branch 'master' into reg-staging 2021-10-12 09:12:15 -07:00
susan evans
22e1ee2b6e
add audit logs export row (#697) 2021-10-07 15:29:12 -07:00
Devon Grove
28560b8cd6
Fix paths for all outdated refs so they will not point to redirect (#622) 2021-09-23 07:50:51 -07:00
George Huang
0ca3cc2c14
Revise pricing FAQ "how many credits will I need?" (#507)
The answer to this FAQ is confusing some customers per feedback from the CE team. People do not know what "production" means, the number of environments chosen in each scenario seems to cause confusion, and the wording around "deployment" also seems to throw people off. 

I revised the answer to make it less ambiguous and more consistent.
2021-08-12 10:27:08 -07:00
George Huang
fde8b2b594
Update Kenshoo branding to Skai (#472)
* Update Kenshoo branding to Skai

Kenshoo rebranded to Skai, so we need to update the copy.

* Update skai branding across site

* resize skai logo

Co-authored-by: Zack Chase <zachary@pulumi.com>
Co-authored-by: spara <sophia.parafina@gmail.com>
2021-08-03 16:51:04 -07:00
Zack Chase
e82a0924b4
Remove fenergo link from pricing page (#439) 2021-07-23 11:41:17 -07:00
susan evans
c8553801a1
fixing refs (#402) 2021-07-09 12:57:57 -07:00
susan evans
f04370bf9c
fix refs (#401) 2021-07-09 11:50:47 -07:00