Skip to content

Commit 3832214

Browse files
ssr-pandora
1 parent 8856252 commit 3832214

37 files changed

+301
-145
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{{> header }}
2+
<tr>
3+
<td class="content-wrap">
4+
<meta itemprop="name" content="Confirm Email"/>
5+
<table width="100%" cellpadding="0" cellspacing="0">
6+
<tr>
7+
<td class="aligncenter content-block">
8+
<h1 class="aligncenter">Thanks for verifying your email address</h1>
9+
</td>
10+
</tr>
11+
<tr>
12+
<td class="aligncenter content-block">
13+
Hi {{ name }}, your email address has been verified.
14+
</td>
15+
</tr>
16+
<tr>
17+
<td class="aligncenter content-block">
18+
You can now contribute to our great community and get inspired to take action. Have fun!
19+
</td>
20+
</tr>
21+
<tr>
22+
<td class="aligncenter content-block" itemprop="handler" itemscope itemtype="http://schema.org/HttpActionHandler">
23+
<a href="{{frontURL}}" class="btn-primary" itemprop="url">Start exploring</a>
24+
</td>
25+
</tr>
26+
<tr>
27+
<td class="aligncenter content-block">
28+
&mdash; Human Connection
29+
</td>
30+
</tr>
31+
</table>
32+
</td>
33+
</tr>
34+
{{> footer }}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Your email address has been verified
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Thanks for verifying your email address
2+
3+
Hi {{ name }}, your email address has been verified.
4+
5+
You can now contribute to our great community and get inspired to take action. Have fun!
6+
7+
Start exploring: {{frontURL}}
8+
9+
&mdash; Human Connection
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{{> header }}
2+
<tr>
3+
<td class="content-wrap">
4+
<meta itemprop="name" content="Confirm Email"/>
5+
<table width="100%" cellpadding="0" cellspacing="0">
6+
<tr>
7+
<td class="aligncenter content-block">
8+
<h1 class="aligncenter">Bestätige deine E-Mail Adresse</h1>
9+
</td>
10+
</tr>
11+
<tr>
12+
<td class="aligncenter content-block">
13+
Hallo {{ name }}, bitte bestädige deine E-Mail Adresse durch klick auf den unteren Link.
14+
</td>
15+
</tr>
16+
<tr>
17+
<td class="aligncenter content-block">
18+
Es ist wichtig das wir deine Korrekte E-Mail Adresse um dein Konto zu schützen
19+
</td>
20+
</tr>
21+
<tr>
22+
<td class="aligncenter content-block" itemprop="handler" itemscope itemtype="http://schema.org/HttpActionHandler">
23+
<a href="{{ link }}" class="btn-primary" itemprop="url">Bestätige deine E-Mail Adresse</a>
24+
</td>
25+
</tr>
26+
<tr>
27+
<td class="aligncenter content-block">
28+
&mdash; Human Connection
29+
</td>
30+
</tr>
31+
</table>
32+
</td>
33+
</tr>
34+
{{> footer }}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import '../../../layout/common';

0 commit comments

Comments
 (0)