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

76 lines
2.5 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 itemscope itemtype="http://schema.org/SoftwareApplication">
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 }}">
<span itemprop="name">Firefly III</span></a>. Your registration has made it, and this email is here to confirm it. Yay!
</p>
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
You can now continue on <span itemprop="url"><a href="{{ address }}">{{ address }}</a></span>, if you weren't there already.
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
2016-01-19 18:14:15 +01:00
<a style="color:#337ab7" href="{{ address }}/password/reset">the password reset tool</a>.
2015-06-27 08:06:24 +02:00
</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="http://jc5.github.io/firefly-iii//description/">full description</a>.
2015-06-27 08:06:24 +02:00
</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>
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
<span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">James Cole</span></span>
2016-02-11 08:13:57 +01:00
</p>
2015-06-08 18:41:36 +02:00
2015-12-07 14:41:04 +01:00
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:11px;color:#aaa;">
The registration has been created from IP {{ ip }}
</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": "{{ address }}",
"url": "{{ address }}",
"name": "Visit Firefly III"
2015-06-08 18:41:36 +02:00
},
"publisher": {
"@type": "Organization",
"name": "Firefly III",
"url": "{{ address }}"
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-07-26 15:51:07 +02:00
2015-12-18 16:37:45 +01:00
2015-12-28 07:12:47 +01:00
2016-01-01 21:15:03 +01:00
2016-01-15 23:12:52 +01: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>