Skip to content

Commit

Permalink
Same font dutch and english and show entire link instead of hiding it…
Browse files Browse the repository at this point in the history
… behind an anchor.
  • Loading branch information
DibranMulder committed Dec 16, 2024
1 parent 2f8f76e commit ac8a132
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
10 changes: 4 additions & 6 deletions src/main/resources/email-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<td style="padding: 16px 24px; font-size: 18px; color: #a3244a; text-align: left;">
<p>Dear Yivi User,</p>
<p>
Thanks for trying out Yivi, your privacy-friendly identity wallet!<br />
Thanks for using Yivi, your privacy-friendly identity wallet!<br />
Click the button below to verify and add your email address to your Yivi app.
</p>
</td>
Expand Down Expand Up @@ -67,14 +67,14 @@
<tr>
<td style="padding: 16px 24px; font-size: 18px; color: #a3244a; text-align: left;">
If the button doesn&#39;t work, you can also verify your email by clicking the link below:<br />
<a href="%1$s" style="color:blue underline;">Verification link</a>
<a href="%1$s" style="color:blue underline;">%1$s</a>
</td>
</tr>
<!-- Footer Text -->
<tr>
<td style="padding: 16px 24px; font-size: 18px; color: #a3244a; text-align: left;">
Didn&#39;t request this?<br />
Ignore this email or <a href="mailto:[email protected]" style="color:blue underline;">contact us</a>.
Ignore this email or contact us.
</td>
</tr>
<!-- Divider -->
Expand All @@ -84,9 +84,7 @@
<!-- Footer -->
<tr>
<td style="padding: 16px 24px; font-size: 16px; color: #a3244a; text-align: left;">
&#128205; Janssoniuslaan 80 | 3528 AJ Utrecht<br />
&#128222; +31 (0)88 240 4200 <br />
&#128231; [email protected]
Sent to you from Yivi, join our <a href="https://github.com/privacybydesign">Github community</a>.
</td>
</tr>
</table>
Expand Down
16 changes: 7 additions & 9 deletions src/main/resources/email-nl.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
margin: 0;
padding: 0;
background-color: #ffffff;
font-family: Verdana, Arial;
font-family: 'Roboto', 'Open Sans', 'Arial', sans-serif;
font-size: 16px;
line-height: 1.5;
color: #b9113d;
}
</style>
</head>
<body style="margin: 0; padding: 0; background-color: #ffffff; font-family: Verdana, Arial; font-size: 16px; line-height: 1.5; color: #b9113d;">
<body style="margin: 0; padding: 0; background-color: #ffffff; font-family: Verdana, Arial; font-size: 16px; line-height: 1.5; color: #b9113d;"></body>
<table align="center" width="100%%" cellpadding="0" cellspacing="0" role="presentation" style="background-color: #ffffff;">
<tr>
<td align="center">
Expand All @@ -37,7 +37,7 @@
<td style="padding: 16px 24px; font-size: 18px; color: #a3244a; text-align: left;">
<p>Beste Yivi-gebruiker,</p>
<p>
Bedankt voor het uitproberen van Yivi, jouw privacyvriendelijke identity wallet!<br />
Bedankt voor het gebruiken van Yivi, jouw privacyvriendelijke identity wallet!<br />
Klik op de knop hieronder om je e-mailadres te verifiëren en toe te voegen aan jouw Yivi-app.
</p>
</td>
Expand All @@ -49,7 +49,7 @@
style="
color: #ffffff;
font-size: 16px;
font-family: Verdana, Arial;
font-family: 'Roboto', 'Open Sans', 'Arial', sans-serif ;
font-weight: bold;
background-color: #a3244a;
border-radius: 4px;
Expand All @@ -67,14 +67,14 @@
<tr>
<td style="padding: 16px 24px; font-size: 18px; color: #a3244a; text-align: left;">
Werkt deze knop niet? Klik dan op de onderstaande link om je e-mailadres te verifiëren:<br />
<a href="%1$s" style="color:blue underline;">Verification link</a>
<a href="%1$s" style="color:blue underline;">%1$s</a>
</td>
</tr>
<!-- Footer Text -->
<tr>
<td style="padding: 16px 24px; font-size: 18px; color: #a3244a; text-align: left;">
Heb jij dit niet aangevraagd?<br />
Negeer deze e-mail of <a href="mailto:[email protected]" style="color:blue underline;">neem contact met ons op</a>.
Negeer deze e-mail of neem contact met ons op.

</td>
</tr>
Expand All @@ -85,9 +85,7 @@
<!-- Footer -->
<tr>
<td style="padding: 16px 24px; font-size: 16px; color: #a3244a; text-align: left;">
&#128205; Janssoniuslaan 80 | 3528 AJ Utrecht<br />
&#128222; +31 (0)88 240 4200 <br />
&#128231; [email protected]
Verzonden door Yivi, sluit je aan bij onze <a href="https://github.com/privacybydesign">GitHub-community</a>.
</td>
</tr>
</table>
Expand Down

0 comments on commit ac8a132

Please sign in to comment.