pulumi-hugo-cn/themes/default/layouts/partials/learnmore-contactus.html
Zack Chase f9103b2e43
Update the "contact us" messaging (#3403)
* Update contact us messaging

* Remove some relrefs
2023-09-25 09:46:53 -07:00

25 lines
1011 B
HTML

<section class="text-gray-300 text-gray-200 py-16 px-4">
<div class="container mx-auto md:flex justify-center">
<div class="md:w-1/3 flex md:ml-6 mb-16 md:mb-0">
<div class="mr-12">
<img class="h-16 -mt-2" src="/icons/icon-book.svg" />
</div>
<div>
<h3>Learn more</h3>
<p class="mb-8">Discover the getting started guides, and learn about Pulumi concepts.</p>
<a class="btn btn-secondary" href="/docs/">Explore Docs</a>
</div>
</div>
<div class="md:w-1/3 flex md:ml-6">
<div class="mr-12">
<img class="h-16" src="/icons/icon-dialogue.svg" />
</div>
<div>
<h3>Talk to a human</h3>
<p class="mb-8">Have questions about Pulumi? We're happy to help.</p>
<a class="btn btn-secondary" href="/contact/">Talk to a human</a>
</div>
</div>
</div>
</section>