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

15 lines
582 B
HTML
Raw Permalink Normal View History

2022-12-12 15:31:38 -08:00
{{ define "hero" }}
{{ partial "hero.html" (dict "title" .Params.title "small_title" "true") }}
{{ end }}
{{ define "main" }}
<section class="container mx-auto text-center w-9/12 mt-4 font-medium">
2023-05-05 18:56:13 -07:00
<h2>We are democratizing the cloud.</h2>
<h3>Engineers love Pulumi. Don't believe us?</h3>
2022-12-12 15:31:38 -08:00
<h3 class="mt-0">Check out what our users have to say.</h3>
</section>
<section class="container mx-auto text-center my-16">
<pulumi-developer-quotes quotes="{{ .Params.messages | jsonify }}"></pulumi-developer-quotes>
</section>
{{ end }}