Skip to content

Commit db82ec1

Browse files
author
Paul Savoie
committed
adds sign-up-successful page
1 parent a095e67 commit db82ec1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/sign-up-successful.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Sign up successful
3+
header: Sign up successful
4+
layout: thankyou
5+
description: Sign-up success confirmation
6+
sitemap: false
7+
---
8+
9+
<h2>You successfully signed up</h2>
10+
11+
<p>If you signed up after receiving an invitation link via email, please click the invitation link again to accept the invitation.</p>
12+
<p>&nbsp;</p>
13+
<p>&nbsp;</p>
14+
<div>
15+
<a href='{{ site.data.hosts.app[site.target_environment] }}/Web/Home/Login' class='btn btn-primary'>Login</a>
16+
<a href='{{ site.data.hosts.app[site.target_environment] }}/Web/Subscription/StartFreeTrial' class='btn btn-flat trial'>Start free Trial</a>
17+
</div>

0 commit comments

Comments
 (0)