2021-04-07 15:48:13 -07:00
|
|
|
{{ $text := "PulumiUP: A two-hour virtual event for cloud engineers. Save your spot!" }}
|
2021-03-10 15:40:23 -08:00
|
|
|
{{ $url := relref . "/pulumi-up" }}
|
2022-06-01 10:58:20 -07:00
|
|
|
{{ $color := "orange" }}
|
|
|
|
|
2020-09-23 10:30:35 -07:00
|
|
|
|
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
|
|
|
<div class="mx-auto mb-12">
|
2020-04-20 21:00:31 -07:00
|
|
|
<div class="inline-block">
|
2022-06-01 10:58:20 -07:00
|
|
|
<a
|
|
|
|
href="{{ $url }}"
|
|
|
|
class="block p-2 bg-purple-400 hover:bg-purple-300 transition-all items-center text-purple-100 leading-none rounded-full flex md:inline-flex shadow-xl"
|
|
|
|
>
|
2021-03-10 15:40:23 -08:00
|
|
|
<span class="alert-chicklet flex rounded-full bg-{{ $color }}-700 border-4 border-{{ $color }}-600 uppercase text-white px-2 py-1 text-xs font-bold mr-2">New!</span>
|
2020-09-21 04:13:42 -07:00
|
|
|
<span class="alert-content text-left flex-auto text-white text-sm md:text-base leading-normal">
|
2020-09-23 10:30:35 -07:00
|
|
|
{{ $text | safeHTML }}
|
2020-04-14 09:59:49 -07:00
|
|
|
</span>
|
|
|
|
<i class="fill-current fas fa-chevron-right text-xs opacity-75 ml-2 mr-1"></i>
|
|
|
|
</a>
|
|
|
|
</div>
|
2020-04-20 21:00:31 -07:00
|
|
|
</div>
|