Skip to content

Commit 120014a

Browse files
updated email templates and added invite mails
1 parent 02c6f43 commit 120014a

File tree

27 files changed

+569
-160
lines changed

27 files changed

+569
-160
lines changed

email-templates/account/invite-email/de/html.hbs

Lines changed: 156 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"code": "Hsd6ag",
3+
"email": "[email protected]",
4+
"language": "de",
5+
"frontURL": "http://localhost:3000",
6+
"backURL": "http://localhost:3030"
7+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dein HC Alpha Ticket
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
Dein Zugangscode lautet: {{ code }}
2+
3+
4+
LIEBE/R ALPHATESTER/IN,
5+
WIR SIND ONLINE!
6+
7+
Heute erhältst du deinen Zugang zur Alpha Version von Human Connection! YAY!
8+
9+
Dein Zugangscode lautet:
10+
11+
{{ code }}
12+
13+
Klicke einfach auf den folgenden Link und erstelle dein Alpha Konto:
14+
15+
{{ frontURL }}/auth/register?email={{ email }}&code={{ code }}&lang={{ language }} [https://alpha.human-connection.org/auth/register?email=[[EMAIL_TO]]&code=[[data:code]]]
16+
17+
Bitte beachte, dass nicht alle Spender von Anfang an mit dabei sein werden, da wir die Nutzer per Zufallsgenerator in 1000er Schritten einladen.
18+
19+
20+
21+
Weitere wichtige Hinweise:
22+
23+
* Es handelt sich um eine Alpha-Version. Wir können nicht gewährleisten, dass die eingegebenen Daten bestehen bleiben. Damit deine Arbeit und deine Inhalte nicht verloren gehen, speichere dir Texte, die dir wichtig sind, lieber nochmal lokal. Bitte speichere keine wichtigen Informationen im Netzwerk, die du sonst nicht wiederfinden würdest.
24+
25+
* Sollten Dir Fehler im Netzwerk auffallen (und das wird sicherlich vorkommen), würden wir uns freuen, wenn du uns diese melden würdest.
26+
27+
Dafür haben wir folgende Emailadresse vorgesehen: [email protected] [[email protected]]
28+
Bitte schicke uns folgende Informationen in dieser Email:
29+
30+
- was (Screenshot wenn möglich anfügen)
31+
- wann (Datum + Uhrzeit)
32+
- wo (Welche Ansicht)
33+
- wie (Klickpfad)
34+
- Browser, Betriebssystem und zugehörige Versionen sind hilfreich
35+
36+
37+
38+
Wenn du wissen möchtest, was die Alpha Version schon alles kann, kannst du dir gerne einen Überblick in der Roadmap verschaffen: https://human-connection.org/roadmap/ [https://human-connection.org/roadmap/]
39+
40+
41+
42+
Ganz liebe Grüße
43+
44+
Das Team von Human Connection
45+
[https://www.facebook.com/HumanConnectionOrg/]
46+
[https://www.instagram.com/hc_deutschland/]
47+
--------------------------------------------------------------------------------
48+
49+
50+
51+
TIPP: Die Erfahrung hat gezeigt, dass FB zum Teilen fast wirkungslos ist. Eine organische Verbreitung über Emailverteiler, Bloggen, Weitersagen und z.B. Flyer auslegen ist „nachhaltiger".
52+
53+
<<Wir werden 3000!>> [https://3000.human-connection.org]
54+
55+
<<Human Connection in 20 Minuten>> [https://youtu.be/rUYjaDVm9Xk]
56+
57+
CEO und Gründer: Dennis Hack - Registergericht Stuttgart - HRB 741951
58+
Steuernummer: 69042/06453 VAT-ID: DE284651760
59+
www.human-connection.org [https://human-connection.org] - [email protected]
Lines changed: 144 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,144 @@
1+
<!doctype html>
2+
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
3+
<head>
4+
<title>Dein HC Alpha Ticket</title>
5+
<!--[if !mso]><!-- -->
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<!--<![endif]-->
8+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
10+
<style type="text/css">
11+
#outlook a { padding: 0; }
12+
.ReadMsgBody { width: 100%; }
13+
.ExternalClass { width: 100%; }
14+
.ExternalClass * { line-height:100%; }
15+
body { margin: 0; padding: 0; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
16+
table, td { border-collapse:collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; }
17+
img { border: 0; height: auto; line-height: 100%; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; }
18+
p { display: block; margin: 13px 0; }
19+
</style>
20+
<!--[if !mso]><!-->
21+
<style type="text/css">
22+
@media only screen and (max-width:480px) {
23+
@-ms-viewport { width:320px; }
24+
@viewport { width:320px; }
25+
}
26+
</style>
27+
<!--<![endif]-->
28+
<!--[if mso]>
29+
<xml>
30+
<o:OfficeDocumentSettings>
31+
<o:AllowPNG/>
32+
<o:PixelsPerInch>96</o:PixelsPerInch>
33+
</o:OfficeDocumentSettings>
34+
</xml>
35+
<![endif]-->
36+
<!--[if lte mso 11]>
37+
<style type="text/css">
38+
.outlook-group-fix {
39+
width:100% !important;
40+
}
41+
</style>
42+
<![endif]-->
43+
44+
<!--[if !mso]><!-->
45+
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,500,700" rel="stylesheet" type="text/css">
46+
<style type="text/css">
47+
48+
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,500,700);
49+
50+
</style>
51+
<!--<![endif]--><style type="text/css">
52+
@media only screen and (min-width:480px) {
53+
.mj-column-per-100 { width:100%!important; }
54+
}
55+
</style>
56+
</head>
57+
<body style="background: #F4F4F4;">
58+
59+
<div class="mj-container" style="background-color:#F4F4F4;"><!--[if mso | IE]>
60+
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="600" align="center" style="width:600px;">
61+
<tr>
62+
<td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;">
63+
<![endif]--><div style="margin:0px auto;max-width:600px;"><table role="presentation" cellpadding="0" cellspacing="0" style="font-size:0px;width:100%;" align="center" border="0"><tbody><tr><td style="text-align:center;vertical-align:top;direction:ltr;font-size:0px;padding:20px 0px 20px 0px;"><!--[if mso | IE]>
64+
<table role="presentation" border="0" cellpadding="0" cellspacing="0">
65+
<tr>
66+
<td style="vertical-align:top;width:600px;">
67+
<![endif]--><div class="mj-column-per-100 outlook-group-fix" style="vertical-align:top;display:inline-block;direction:ltr;font-size:13px;text-align:left;width:100%;"><table role="presentation" cellpadding="0" cellspacing="0" width="100%" border="0"><tbody><tr><td style="word-wrap:break-word;font-size:0px;padding:10px 25px;padding-top:0px;padding-bottom:0px;" align="left"><div style="cursor:auto;color:#55575d;font-family:Lato, Helvetica, Arial, sans-serif;font-size:11px;line-height:22px;text-align:left;"></div></td></tr></tbody></table></div><!--[if mso | IE]>
68+
</td></tr></table>
69+
<![endif]--></td></tr></tbody></table></div><!--[if mso | IE]>
70+
</td></tr></table>
71+
<![endif]-->
72+
<!--[if mso | IE]>
73+
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="600" align="center" style="width:600px;">
74+
<tr>
75+
<td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;">
76+
<![endif]--><div style="margin:0px auto;max-width:600px;"><table role="presentation" cellpadding="0" cellspacing="0" style="font-size:0px;width:100%;" align="center" border="0"><tbody><tr><td style="text-align:center;vertical-align:top;direction:ltr;font-size:0px;padding:20px 0px;padding-bottom:0px;padding-top:0px;"><!--[if mso | IE]>
77+
<table role="presentation" border="0" cellpadding="0" cellspacing="0">
78+
<tr>
79+
<td style="vertical-align:top;width:600px;">
80+
<![endif]--><div class="mj-column-per-100 outlook-group-fix" style="vertical-align:top;display:inline-block;direction:ltr;font-size:13px;text-align:left;width:100%;"><table role="presentation" cellpadding="0" cellspacing="0" width="100%" border="0"><tbody><tr><td style="word-wrap:break-word;background:#ffffff;font-size:0px;padding:10px 25px;padding-top:20px;padding-bottom:20px;padding-right:50px;padding-left:50px;" align="center" background="#ffffff"><table role="presentation" cellpadding="0" cellspacing="0" style="border-collapse:collapse;border-spacing:0px;" align="center" border="0"><tbody><tr><td style="width:500px;"><a href="https://human-connection.org" target="_blank"><img alt="Human Connection" title="" height="auto" src="{{ backURL }}/img/emails/hc-logo.png" style="border:none;border-radius:0px;display:block;font-size:13px;outline:none;text-decoration:none;width:100%;height:auto;" width="500"></a></td></tr></tbody></table></td></tr><tr><td style="word-wrap:break-word;font-size:0px;padding:10px 25px;padding-top:0px;padding-bottom:0px;padding-right:0px;padding-left:0px;" align="center"><table role="presentation" cellpadding="0" cellspacing="0" style="border-collapse:collapse;border-spacing:0px;" align="center" border="0"><tbody><tr><td style="width:600px;"><img alt="" title="" height="auto" src="{{ backURL }}/img/emails/alpha-ticket.png" style="border:none;border-radius:0px;display:block;font-size:13px;outline:none;text-decoration:none;width:100%;height:auto;" width="600"></td></tr></tbody></table></td></tr></tbody></table></div><!--[if mso | IE]>
81+
</td></tr></table>
82+
<![endif]--></td></tr></tbody></table></div><!--[if mso | IE]>
83+
</td></tr></table>
84+
<![endif]-->
85+
<!--[if mso | IE]>
86+
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="600" align="center" style="width:600px;">
87+
<tr>
88+
<td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;">
89+
<![endif]--><div style="margin:0px auto;max-width:600px;background:#ffffff;"><table role="presentation" cellpadding="0" cellspacing="0" style="font-size:0px;width:100%;background:#ffffff;" align="center" border="0"><tbody><tr><td style="text-align:center;vertical-align:top;direction:ltr;font-size:0px;padding:20px 0px 20px 0px;"><!--[if mso | IE]>
90+
<table role="presentation" border="0" cellpadding="0" cellspacing="0">
91+
<tr>
92+
<td style="vertical-align:top;width:600px;">
93+
<![endif]--><div class="mj-column-per-100 outlook-group-fix" style="vertical-align:top;display:inline-block;direction:ltr;font-size:13px;text-align:left;width:100%;"><table role="presentation" cellpadding="0" cellspacing="0" width="100%" border="0"><tbody><tr><td style="word-wrap:break-word;font-size:0px;padding:0px 25px 0px 25px;padding-top:0px;padding-bottom:0px;" align="left"><div style="cursor:auto;color:#55575d;font-family:Lato, Helvetica, Arial, sans-serif;font-size:13px;line-height:22px;text-align:left;"><style></style><h2><b>Dear supporter,</b></h2></div></td></tr><tr><td style="word-wrap:break-word;font-size:0px;padding:0px 25px 0px 25px;padding-top:0px;padding-bottom:0px;" align="left"><div style="cursor:auto;color:#55575d;font-family:Lato, Helvetica, Arial, sans-serif;font-size:13px;line-height:22px;text-align:left;"><style></style><p style="margin: 10px 0;"><span style="color:#07c472"><span style="font-size:17px"><b>WE ARE ONLINE!</b></span></span></p><p style="margin: 10px 0;">Today we’re inviting you to the alpha version of Human Connection. And we couldn’t be more excited to give you first access as one of our initial supporters. YAY!</p><p style="margin: 10px 0;">Here is your Invite-Code:</p><p style="margin: 10px 0;"><b><a target="_blank" style="color:#06e383; text-decoration: none" href="{{ frontURL }}/auth/register?email={{ email }}&code={{ code }}&lang={{ language }}"><span style="color:#06e383; font-size:17px">{{ code }}</span></a></b></p><p style="margin: 10px 0;">Just click on the following link to create your Alpha Account:</p><p style="margin: 10px 0;"><b><a target="_blank" style="color:#06e383" href="https://alpha.human-connection.org/auth/register?email={{ email }}&code=[[data:code]]"><span style="color:#06e383">{{ frontURL }}/auth/register?email={{ email }}&code={{ code }}&lang={{ language }}</span></a></b></p><p style="color: #55575d; font-family: Lato,Helvetica,Arial,sans-serif; font-size: 13px; margin: 10px 0; text-align: left;">Please know that we are inviting our donors in groups of a thousand successively - that means not every supporter will be active in the alpha version immediately.</p><p style="color: #55575d; font-family: Lato,Helvetica,Arial,sans-serif; font-size: 13px; margin: 10px 0; text-align: left;"> </p><p style="color: #55575d; font-family: Lato,Helvetica,Arial,sans-serif; font-size: 13px; margin: 10px 0; text-align: left;"><b>Here are a few important things you should know:</b></p><ul style="color:#55575d; font-family:Lato,Helvetica,Arial,sans-serif; font-size:13px; text-align:left"><li>Because this is an alpha version we can’t guarantee that all data you enter during this phase will remain available. In order for your contributions to not get lost, we recommend that you save valuable content you contributed on the network on your local computer as well. Please don’t save any important information on the network only as you might not find it again due to the alpha test phase.<br> </li><li>Should you notice errors on the network (and we’re pretty sure that it will happen), please inform us about these since it will help us improve the platform and your user experience.<br><br>Therefore we provide following email: <a target="_blank" style="color:#06e383" href="mailto:[email protected]"><span style="color:#06e383">[email protected]</span></a><br>You can send us any errors or glitches via email as follows:<br><br>- what? (describe the error or better yet, include a screenshot)<br>- when? (date and time of occurrence)<br>- where? (which view/location)<br>- how? (click path)<br>- browser, operating system and version are helpful</li></ul><p style="margin: 10px 0;"> </p><p style="margin: 10px 0;">If you’d like to know what functionalities you can expect in the alpha version of Human Connection, you can get an overview over our roadmap here: <a target="_blank" style="color:#06e383" href="https://human-connection.org/en/roadmap/"><span style="color:#06e383">https://human-connection.org/en/roadmap/</span></a></p><p style="margin: 10px 0;"> </p><p style="margin: 10px 0;">Here’s to serving the world!</p><p style="margin: 10px 0;"><b>Your Human Connection team</b></p></div></td></tr><tr><td style="word-wrap:break-word;background:transparent;font-size:0px;padding:10px 25px;" align="center" background="transparent"><div><!--[if mso | IE]>
94+
<table role="presentation" border="0" cellpadding="0" cellspacing="0" align="undefined"><tr><td>
95+
<![endif]--><table role="presentation" cellpadding="0" cellspacing="0" style="float:none;display:inline-table;" align="center" border="0"><tbody><tr><td style="padding:4px;vertical-align:middle;"><table role="presentation" cellpadding="0" cellspacing="0" style="background:#3b5998;border-radius:3px;width:20px;" border="0"><tbody><tr><td style="font-size:0px;vertical-align:middle;width:20px;height:20px;"><a href="https://www.facebook.com/HumanConnectionOrg/"><img alt="facebook" height="20" src="https://www.mailjet.com/images/theme/v1/icons/ico-social/facebook.png" style="display:block;border-radius:3px;" width="20"></a></td></tr></tbody></table></td></tr></tbody></table><!--[if mso | IE]>
96+
</td><td>
97+
<![endif]--><table role="presentation" cellpadding="0" cellspacing="0" style="float:none;display:inline-table;" align="center" border="0"><tbody><tr><td style="padding:4px;vertical-align:middle;"><table role="presentation" cellpadding="0" cellspacing="0" style="background:#3f729b;border-radius:3px;width:20px;" border="0"><tbody><tr><td style="font-size:0px;vertical-align:middle;width:20px;height:20px;"><a href="https://www.instagram.com/hc_deutschland/"><img alt="instagram" height="20" src="https://www.mailjet.com/images/theme/v1/icons/ico-social/instagram.png" style="display:block;border-radius:3px;" width="20"></a></td></tr></tbody></table></td></tr></tbody></table><!--[if mso | IE]>
98+
</td></tr></table>
99+
<![endif]--></div></td></tr><tr><td style="word-wrap:break-word;font-size:0px;padding:10px 25px;"><p style="font-size:1px;margin:0px auto;width:100%;"></p><!--[if mso | IE]><table role="presentation" align="center" border="0" cellpadding="0" cellspacing="0" style="font-size:1px;margin:0px auto;border-top:1px;width:100%;" width="600"><tr><td style="height:0;line-height:0;"> </td></tr></table><![endif]--></td></tr></tbody></table></div><!--[if mso | IE]>
100+
</td></tr></table>
101+
<![endif]--></td></tr></tbody></table></div><!--[if mso | IE]>
102+
</td></tr></table>
103+
<![endif]-->
104+
105+
<!--[if mso | IE]>
106+
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="600" align="center" style="width:600px;">
107+
<tr>
108+
<td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;">
109+
<![endif]-->
110+
<div style="margin:0px auto;max-width:600px;">
111+
<table role="presentation" cellpadding="0" cellspacing="0" style="font-size:0px;width:100%;" align="center" border="0">
112+
<tbody>
113+
<tr>
114+
<td style="text-align:center;vertical-align:top;direction:ltr;font-size:0px;padding:20px 0px 20px 0px;">
115+
<!--[if mso | IE]>
116+
<table role="presentation" border="0" cellpadding="0" cellspacing="0">
117+
<tr>
118+
<td style="vertical-align:top;width:600px;">
119+
<![endif]-->
120+
<div class="mj-column-per-100 outlook-group-fix" style="vertical-align:top;display:inline-block;direction:ltr;font-size:13px;text-align:left;width:100%;">
121+
<table role="presentation" cellpadding="0" cellspacing="0" width="100%" border="0">
122+
<tbody>
123+
<tr>
124+
<td style="word-wrap:break-word;font-size:0px;padding:0px 20px 0px 20px;padding-top:0px;padding-bottom:0px;"
125+
align="center">
126+
<div style="cursor:auto;color:#55575d;font-family:Lato, Helvetica, Arial, sans-serif;font-size:11px;line-height:22px;text-align:center;">
127+
<style></style>
128+
</div>
129+
</td>
130+
</tr>
131+
</tbody>
132+
</table>
133+
</div>
134+
<!--[if mso | IE]>
135+
</td></tr></table>
136+
<![endif]-->
137+
</td>
138+
</tr>
139+
</tbody>
140+
</table>
141+
</div>
142+
</div>
143+
</body>
144+
</html>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"code": "Hsd6ag",
3+
"email": "[email protected]",
4+
"language": "en",
5+
"frontURL": "http://localhost:3000",
6+
"backURL": "http://localhost:3030"
7+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Your HC Alpha Ticket
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
Here is your Invite-Code: {{ code }}
2+
3+
DEAR SUPPORTER,
4+
WE ARE ONLINE!
5+
6+
Today we’re inviting you to the alpha version of Human Connection. And we couldn’t be more excited to give you first access as one of our initial supporters. YAY!
7+
8+
Here is your Invite-Code: {{ code }}
9+
10+
Just click on the following link to create your Alpha Account:
11+
12+
{{ frontURL }}/auth/register?email={{ email }}&code={{ code }}&lang={{ language }} [https://alpha.human-connection.org/auth/register?email=[[EMAIL_TO]]&code=[[data:code]]]
13+
14+
Please know that we are inviting our donors in groups of a thousand successively - that means not every supporter will be active in the alpha version immediately.
15+
16+
17+
Here are a few important things you should know:
18+
19+
* Because this is an alpha version we can’t guarantee that all data you enter during this phase will remain available. In order for your contributions to not get lost, we recommend that you save valuable content you contributed on the network on your local computer as well. Please don’t save any important information on the network only as you might not find it again due to the alpha test phase.
20+
21+
* Should you notice errors on the network (and we’re pretty sure that it will happen), please inform us about these since it will help us improve the platform and your user experience.
22+
23+
Therefore we provide following email: [email protected] [[email protected]]
24+
You can send us any errors or glitches via email as follows:- what? (describe the error or better yet, include a screenshot)
25+
- when? (date and time of occurrence)
26+
- where? (which view/location)
27+
- how? (click path)
28+
- browser, operating system and version are helpful
29+
30+
31+
If you’d like to know what functionalities you can expect in the alpha version of Human Connection, you can get an overview over our roadmap here: https://human-connection.org/en/roadmap/ [https://human-connection.org/en/roadmap/]
32+
33+
34+
Here’s to serving the world!
35+
36+
Your Human Connection team
37+
[https://www.facebook.com/HumanConnectionOrg/]
38+
[https://www.instagram.com/hc_deutschland/]
39+
--------------------------------------------------------------------------------

0 commit comments

Comments
 (0)