1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

Refactor/update email (#848)

* fix: update email template for invited user

* fix: fix styling

* fix: update logo on reset password email

* fix: update reset-password copyright
This commit is contained in:
Fredrik Strand Oseberg 2021-05-21 14:05:16 +02:00 committed by GitHub
parent 8a9cb58fc4
commit 911fa35158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 29 additions and 10 deletions

View File

@ -264,7 +264,7 @@
.resetPasswordLink {
text-decoration: none;
color: #fff;
color: #fff !important;
background-color: #607d8b;
border-radius: 25px;
padding: 0.75rem;
@ -466,7 +466,7 @@
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">
<tr>
<td valign="top" class="headerContent">
<img src="https://www.unleash-hosted.com/wp-content/uploads/2019/12/unleash-hosted-logo-v2-mini-fit.png" style="max-width:600px;" id="headerImage" mc:label="header_image" mc:edit="header_image" mc:allowdesigner mc:allowtext />
<img src="https://www.getunleash.io/logos/unleash_pos.svg" style="max-width:600px;padding:1rem;" id="headerImage" mc:label="header_image" mc:edit="header_image" mc:allowdesigner mc:allowtext />
</td>
</tr>
</table>
@ -481,12 +481,19 @@
<td valign="top" class="bodyContent" mc:edit="body_content">
<h1>Welcome to Unleash {{ name }}!</h1>
<br />
You have been invited to your organizations Unleash account. Below is your magic sign-in link. Just click the button and follow the steps provided to update your password and get started using Unleash.
<br />
<br />
<p>You have been invited to your organization's Unleash account - the new way of delivering software.</p>
<p>Below is your magic sign-in link. Just click the button and follow the steps provided to update your password and get started using Unleash.</p>
<br />
<a class="resetPasswordLink" href="{{{ passwordLink }}}" target="_blank" rel="noopener noreferrer">Setup account<a/>
<br />
<br />
<p>By the way - did you know we have built Unleash on best practice when releasing new features. Our solution removes pressure from developers, allowing you to focus on delivering value through experimentation.</p>
<p>Looking forward to having a lot of fun together.</p>
</td>
</tr>
<tr>
@ -499,6 +506,10 @@
<li><a href="https://github.com/unleash" target="_blank" rel="noopener noreferrer">Code examples</a></li>
<li><a href="https://docs.getunleash.io/docs/user_guide/connect_sdk" target="_blank" rel="noopener noreferrer">SDKs</a></li>
</ul>
Best
<br />
Your Unleash team
</td>
</tr>
</table>
@ -516,7 +527,7 @@
</tr>
<tr>
<td valign="top" class="footerContent" style="padding-top:0;" mc:edit="footer_content01">
<em>Copyright &copy; {{ year }} | Unleash | All rights reserved.</em>
<em>Copyright &copy; {{ year }} | Bricks Software | All rights reserved.</em>
<br />
<br />

View File

@ -1,11 +1,19 @@
Welcome to Unleash {{ name }}!
You have been invited to your organizations Unleash account. Below is your magic sign-in link. Just click the button and follow the steps provided to update your password and get started using Unleash.
You have been invited to your organization's Unleash account - the new way of delivering software.
Below is your magic sign-in link. Just click the button and follow the steps provided to update your password and get started using Unleash.
Visit {{{ passwordLink }}} to get started.
By the way - did you know we have built Unleash on best practice when releasing new features. Our solution removes pressure from developers, allowing you to focus on delivering value through experimentation.
Looking forward to having a lot of fun together.
Useful resources:
- https://docs.getunleash.io
- https://github.com/unleash
- https://docs.getunleash.io/docs/user_guide/connect_sdk
Best
Your Unleash team

View File

@ -466,7 +466,7 @@
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader">
<tr>
<td valign="top" class="headerContent">
<img src="https://www.unleash-hosted.com/wp-content/uploads/2019/12/unleash-hosted-logo-v2-mini-fit.png" style="max-width:600px;" id="headerImage" mc:label="header_image" mc:edit="header_image" mc:allowdesigner mc:allowtext />
<img src="https://www.getunleash.io/logos/unleash_pos.svg" style="max-width:600px;padding:1rem;" id="headerImage" mc:label="header_image" mc:edit="header_image" mc:allowdesigner mc:allowtext />
</td>
</tr>
</table>
@ -504,7 +504,7 @@
</tr>
<tr>
<td valign="top" class="footerContent" style="padding-top:0;" mc:edit="footer_content01">
<em>Copyright &copy; {{ year }} | Unleash | All rights reserved.</em>
<em>Copyright &copy; {{ year }} | Bricks Software | All rights reserved.</em>
<br />
<br />