* 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.
13 lines
581 B
HTML
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">← Go back to PulumiUP overview</a>
|
|
</div>
|
|
</section>
|
|
{{ end }}
|