pulumi-hugo-cn/themes/default/layouts/page/pulumi-up-confirmation.html
Kimberley Mackenzie e35e01f06f
Prettier Spike (#1517)
* Add Prettier set-up (no formatting in this commit).

* Manual fixes for Prettier issues.

* Run Prettier fix on non-markdown files.

* Incorporate Prettier PR feedback - update commands, re-apply new yaml styles, add editor config.

* Remove deprecated config item.

* Add dependency on prettier-plugin-go-template.

* reconcile changed file with prettier formatting.

* Add git blame ignore revs file to include Prettier formatting commit.

* Fix format issue with merge conflict.
2022-06-01 10:58:20 -07:00

13 lines
581 B
HTML

{{ 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 }}