Skip to content

Commit

Permalink
Merge pull request #64 from PatrickOtero/main
Browse files Browse the repository at this point in the history
Handlebars templates updated
  • Loading branch information
wolwerr authored Jan 23, 2024
2 parents d4d6f88 + 6e4b59e commit 852ea43
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/templates/confirmEmail.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
<table class="container" cellpadding="0" cellspacing="0" border="0" style="display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; width: 100vw;">
<tr>
<td align="center" valign="top">
<img src="https://mentoria-online.vercel.app/_next/static/media/LogoSJ.5443ebef.svg" alt="logo SouJunior" style="max-width: 100%;" />
<img src="https://res.cloudinary.com/dja1rct0m/image/upload/v1705506394/souJunior/vbcechsuw9gb0sihb8oi.svg" alt="logo SouJunior" style="max-width: 100%;" />
</td>
</tr>
<tr>
<td align="center" valign="top">
<h2 style="margin: 28px 0px 16px; font-size: 24px; font-weight: 700;">Seja bem-vindo, {{name}}!</h2>
<h2 style="margin: 28px 0px 16px; font-size: 24px; font-weight: 700;">Seja bem-vindo!</h2>
</td>
</tr>
<tr>
<td align="center" valign="top">
<img src="./assets/garotaAcenando.png" alt="Garota acenando" style="max-width: 100%;" />
<img src="https://res.cloudinary.com/dja1rct0m/image/upload/v1705506384/souJunior/cnbmrjhheza1bknzt5yg.png" alt="Garota acenando" style="max-width: 100%;" />
</td>
</tr>
<tr>
Expand Down
17 changes: 8 additions & 9 deletions src/templates/restoreEmail.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,27 @@
<table class="container" cellpadding="0" cellspacing="0" border="0" style="display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; width: 100vw;">
<tr>
<td align="center" valign="top">
<img src="./assets/sou-junior.svg" alt="logo SouJunior" style="max-width: 100%;" />
<img src="https://res.cloudinary.com/dja1rct0m/image/upload/v1705506394/souJunior/vbcechsuw9gb0sihb8oi.svg" alt="logo SouJunior" style="max-width: 100%;" />
</td>
</tr>
<tr>
<td align="center" valign="top">
<p style="margin: 24px 0px 48px; font-size: 18px; max-width: 644px; line-height: 27px;">
Você solicitou a redefinição de sua senha para acessar o Portal de mentorias.
Para concluir clique no botão abaixo.
Você solicitou a redefinição de sua senha para acessar o Portal de mentorias.
Para concluir clique no botão abaixo.
</p>
</td>
</tr>
<tr>
<td align="center" valign="top">
<img src="./assets/garotaPC.png" alt="Garota no pc" style="max-width: 100%;" />
<img src="https://res.cloudinary.com/dja1rct0m/image/upload/v1705506393/souJunior/l4lo4kj29cjwnstq9bbj.png" alt="Garota no pc" style="max-width: 100%;" />
</td>
</tr>

<tr>
<td align="center" valign="top">
<a href={{url}} target="_blank" style="font-size: 16px; font-weight: 400; font-family: 'Radio Canada', sans-serif; border-color: #046AD0; color: #fff; background-color:#046AD0; padding: 12px 16px; border-radius: 8px; display: flex; justify-content: center; align-items: center; line-height: 24px; cursor: pointer; text-decoration: none; width: 217px; margin-top: 20px;">Redefinir senha</a> </td>
</tr>
<a href={{url}} target="_blank" style="font-size: 16px; font-weight: 400; font-family: 'Radio Canada', sans-serif; border-color: #046AD0; color: #fff; background-color:#046AD0; padding: 12px 16px; border-radius: 8px; display: flex; justify-content: center; align-items: center; line-height: 24px; cursor: pointer; text-decoration: none; width: 217px; margin-top: 20px;">Redefinir senha</a>
</tr>
<tr>
<td align="center" valign="top">
<div class="container-small" style="max-width: 500px; text-align: center; font-size: 14px; display: flex; flex-direction: column; gap:8px; line-height: 21px; margin-top: 45px;">
Expand All @@ -47,5 +47,4 @@
</td>
</tr>
</table>
</body>
</html>
</body>

0 comments on commit 852ea43

Please sign in to comment.