email verification test email template

This commit is contained in:
saparatayev 2022-02-09 11:29:48 +05:00
parent fd57dee06d
commit fb7e508c50
1 changed files with 44 additions and 71 deletions

View File

@ -1,75 +1,48 @@
layout="birzha_default"
layout="birzha_empty"
==
<table class="mail" style="border: 1px solid #003197; border-radius: 5px; overflow: hidden; width: 100%; border-spacing: 0;">
<thead>
<tr>
<th class="header" style="padding: 0; position: relative;">
<div class="header_row" style=" display: flex;
align-items: center;
padding: 10px 20px;">
<div class="logo" style="width: 44px;
height: 44px;
margin-right: 20px;
position: relative;
z-index: 2;">
<img style=" width: 100%;
height: 100%;
object-fit: contain;
-o-object-fit: contain;" src="{{asset('themes/birzha/assets/images/mini-logo.png')}}" alt="logo">
</div>
<div id="wrapper" style=" margin: 10px;">
<div class="inner">
<table class="mail" style="border: 1px solid #003197; border-radius: 5px; overflow: hidden; width: 100%; border-spacing: 0;">
<tr style="background-image: url({{ asset('themes/birzha/assets/images/footer-bg.png') }})">
<th class="header" style="padding: 0; position: relative;">
<div class="header_row" style=" display: flex; align-items: center; padding: 10px 20px;">
<div class="logo" style="width: 44px; height: 44px; margin-right: 20px; position: relative; z-index: 2;">
<img style=" width: 100%; height: 100%; object-fit: contain; -o-object-fit: contain;" src="{{asset('themes/birzha/assets/images/mini-logo.png')}}" alt="logo">
</div>
<h1 class="title" style="font-size: 16px; text-align: left; font-weight: 700; line-height: 1.5; color: #fff;
width: calc(100% - 60px);">
Email address verificaton.
</h1>
<div class="header_bg" style="position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;">
<img style="width: 100%;
height: 100%;
object-fit: cover;
-o-object-fit: cover;" src="{{asset('themes/birzha/assets/images/footer-bg.png')}}" alt="background-img">
<h1 class="title" style="font-size: 16px; text-align: left; font-weight: 700; line-height: 1.5; color: #fff; width: calc(100% - 60px);">
Email address verificaton.
</h1>
</div>
</div>
</th>
</tr>
</thead>
<tbody class="content">
<tr>
<td style="padding: 30px 0 0 20px;">
<p class="content_txt" style="font-size: 14px;
font-weight: 400;
line-height: 1.4;
margin-bottom: 15px;">
Hello.
</p>
</td>
</tr>
<tr>
<td style="padding: 0 20px 0 20px;">
<p class="content_txt" style="font-size: 14px;
font-weight: 400;
line-height: 1.4;
margin-bottom: 15px;">
You successfully registered on the website of the State Stock Exchange of Turkmenistan.
</p>
</td>
</tr>
<tr>
<td style="padding: 0 20px 30px 20px;">
<p class="content_txt" style="font-size: 14px;
font-weight: 400;
line-height: 1.4;">
In order to verify your email address and completely activate
your account, go through <a href="{{ verification_link }}">the link.</a>
</p>
</td>
</tr>
</tbody>
</table>
</th>
</tr>
<tbody class="content">
<tr>
<td style="padding: 30px 0 0 20px;">
<p class="content_txt" style="font-size: 14px; font-weight: 400; line-height: 1.4; margin-bottom: 15px;">
Hello.
</p>
</td>
</tr>
<tr>
<td style="padding: 0 20px 0 20px;">
<p class="content_txt" style="font-size: 14px; font-weight: 400; line-height: 1.4; margin-bottom: 15px;">
You successfully registered on the website of the State Stock Exchange of Turkmenistan.
</p>
</td>
</tr>
<tr>
<td style="padding: 0 20px 30px 20px;">
<p class="content_txt" style="font-size: 14px; font-weight: 400; line-height: 1.4;">
In order to verify your email address and completely activate
your account, go through <a href="{{ verification_link }}">the link.</a>
</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>