pulumi-hugo-cn/themes/default/layouts/page/pulumi-up-confirmation.html

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

13 lines
581 B
HTML
Raw Permalink Normal View History

{{ define "main" }}
<section class="max-w-2xl mx-auto text-center my-16">
<h3>Thank you!</h3>
<p>
Thank you for registering for PulumiUP, the Pulumi Community Summit, and/or the Pulumi Workshop Series. You will receive a confirmation email shortly and then
instructions on how to join the different events as we get closer to their start dates.
</p>
<div class="my-16">
<a href="{{ relref . "/pulumi-up" }}" class="btn-primary">&#8592; Go back to PulumiUP overview</a>
</div>
</section>
{{ end }}