Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
<section id="contact" class="pt-16 px-4">
<div class="container mx-auto text-center ">
<h1 class="text-4xl my-6">How can we help you?</h1>
<div class="w-full md:max-w-2xl md:mx-auto">
<div class="mt-4 mx-auto md:w-full md:mt-0 p-10 bg-white rounded rounded-lg shadow-lg border border-gray-300">
<div class="mx-auto flex justify-center">
<div class="hs-form hs-form-fg-dark font-normal">
<pulumi-contact-us-form
items="{{ .Params.form | jsonify }}"
label-class="block mb-2 font-normal text-sm"
select-class="w-full px-2 py-1 text-sm rounded block text-gray-700 border border-gray-300 rounded bg-white focus:outline-none focus:ring"
></pulumi-contact-us-form>
</div>
<div class="mt-16">
<h2 class="text-4xl my-6">Our Address</h2>
<p class="m-0">
Pulumi Corporation<br />
1525 4th Avenue, Suite 800<br />
Seattle, WA 98101
</p>
</section>