Files
firefly-iii/resources/twig/emails/registered-html.twig

61 lines
1.8 KiB
Twig
Raw Normal View History

2015-06-08 18:41:36 +02:00
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body>
2015-06-27 08:06:24 +02:00
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
Hey there,
</p>
2015-06-08 18:41:36 +02:00
2015-06-27 08:06:24 +02:00
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
Welkome to <a style="color:#337ab7" href="{{ address }}">Firefly III</a>. Your registration has made it, and this email is here to confirm it. Yay!
2015-06-08 18:41:36 +02:00
2015-06-27 08:06:24 +02:00
</p>
2015-06-08 18:41:36 +02:00
2015-06-27 08:06:24 +02:00
<ul>
<li style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
If you have forgotten your password already, please reset it using
<a style="color:#337ab7" href="{{ address }}password/email">the password reset tool</a>.
</li>
<li style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
There is a help-icon in the top right corner of each page. If you need help, click it!
</li>
<li style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
If you haven't already, please read the
<a style="color:#337ab7" href="https://github.com/JC5/firefly-iii/wiki/First-use">first use guide</a> and the
<a style="color:#337ab7" href="https://github.com/JC5/firefly-iii/wiki/full-description">full description</a>.
</li>
2015-06-08 18:41:36 +02:00
2015-06-27 08:06:24 +02:00
</ul>
2015-06-08 18:41:36 +02:00
2015-06-27 08:06:24 +02:00
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
Enjoy!
</p>
2015-06-08 18:41:36 +02:00
2015-06-27 08:06:24 +02:00
<script type="application/ld+json">
2015-06-08 18:41:36 +02:00
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"description": "Visit Firefly III",
"potentialAction": {
"@type": "ViewAction",
"target": "https://geld.nder.be/",
"name": "Watch movie"
},
"publisher": {
"@type": "Organization",
"name": "Firefly III",
"url": "https://geld.nder.be"
2015-06-08 09:48:53 +02:00
}
2015-06-08 18:41:36 +02:00
}
2015-06-27 08:06:24 +02:00
2015-06-08 09:48:53 +02:00
</script>
2015-06-08 18:41:36 +02:00
</body>
2015-06-14 11:22:41 +02:00
</html>