Skip to content

Commit d1f2cc4

Browse files
Merge pull request #776 from domitriusclark/feat/add-conf-cta-to-survey-thanks
Survey confirmation CTA for Jamstack Conf
2 parents 02d50a2 + 0b50f0a commit d1f2cc4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/site/survey-confirmation.njk

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ layout: layouts/base.njk
66

77
{% import "components/zinger-cta.njk" as zinger %}
88

9-
<section class="my-20">
9+
<section class="my-10">
1010
<h1>Thanks for filling out the Jamstack community survey</h1>
1111
{{ zinger.cta(
1212
"Share the survey",
@@ -32,4 +32,8 @@ layout: layouts/base.njk
3232
</script>
3333
</div>
3434
<p>Stickers will be sent after campaign has ended, or maximum has been reached. Stickers will be shipped with U.S. domestic or international postage stamps. Delivery is not guarenteed or trackable.</p>
35+
36+
<div class="flex items-center justify-center mt-10 p-10 border-4 rounded-lg border-pink-500 ">
37+
<a class="text-xl text-white" href="www.jamstackconf.com">Save the date for Jamstack Conf and get 20% off the ticket cost!</a>
38+
</div>
3539
</section>

0 commit comments

Comments
 (0)