BORAD
This commit is contained in:
@@ -19,7 +19,7 @@ body {margin: 0; padding: 0; min-width: 100%!important; font-family: sans-serif;
|
|||||||
.subhead {font-size: 12px; color: #ffffff; font-family: sans-serif; letter-spacing: 3px;}
|
.subhead {font-size: 12px; color: #ffffff; font-family: sans-serif; letter-spacing: 3px;}
|
||||||
.h1, .h2, .bodycopy {color: #153643; font-family: sans-serif;}
|
.h1, .h2, .bodycopy {color: #153643; font-family: sans-serif;}
|
||||||
.h1 {font-size: 33px; line-height: 38px; font-weight: bold;}
|
.h1 {font-size: 33px; line-height: 38px; font-weight: bold;}
|
||||||
.bodycopy {font-size: 14px; line-height: 20px; padding-bottom:10px;}
|
.bodycopy {font-size: 16px; line-height: 25px; padding-bottom:10px;}
|
||||||
.button {text-align: center; font-size: 16px; font-family: sans-serif; font-weight: bold; padding: 0 30px 0 30px;}
|
.button {text-align: center; font-size: 16px; font-family: sans-serif; font-weight: bold; padding: 0 30px 0 30px;}
|
||||||
.button a {color: #ffffff; text-decoration: none;}
|
.button a {color: #ffffff; text-decoration: none;}
|
||||||
.footer {padding: 20px 30px 15px 30px; bgcolor:#007bff; background-color:#007bff;}
|
.footer {padding: 20px 30px 15px 30px; bgcolor:#007bff; background-color:#007bff;}
|
||||||
@@ -68,43 +68,58 @@ Hello <b>{{firstname}}</b>,
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="bodycopy" style="padding-bottom:10px;">
|
<td class="bodycopy" style="padding-bottom:10px;">
|
||||||
Welcome to {{site_name}}!. In order to complete your registration , use the one time verification code below to complete registration.
|
Welcome to WrenchBoard! We’re excited to have you on board.
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="innerpadding borderbottom">
|
<td class="bodycopy" style="padding-bottom:10px;">
|
||||||
|
To complete your registration, please use the one-time verification code below:
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
<table class="col380" align="left" border="0" cellpadding="0" cellspacing="0" style="width: 100%;">
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td class="bodycopy" style="padding-bottom:10px;">
|
||||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
||||||
<tr>
|
|
||||||
<td class="cent-ver" style="text-align:center; height:100px;">
|
|
||||||
Enter the number verification code <br>
|
|
||||||
<div class="signup_random" style="font-size: 44px; padding:10px; ">{{signup_random}}</div>
|
<div class="signup_random" style="font-size: 44px; padding:10px; ">{{signup_random}}</div>
|
||||||
in the mobile app to continue.
|
|
||||||
<div class="line-band"><br></div>
|
|
||||||
<div class="continue-web" style="background-color:aliceblue; padding:10px;">
|
|
||||||
If you want to continue on the web, <a href="{{server_name}}/vemail?vlnk={{verify_link}}">click here to verify account</a> to continue your account on the web.
|
|
||||||
</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="bodycopy" style="color:#ff0033; padding-bottom:10px;">
|
<td class="bodycopy" style="padding-bottom:10px;">
|
||||||
<div class="warning" style="color:#ff0033; font-weight: bolder; padding 10px;">Note : The link will expire by : {{expire}} </div>
|
To continue on the mobile app, simply enter this code when prompted.
|
||||||
<div class="line-band"><br></div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="bodycopy" style="padding-bottom:10px;">
|
||||||
|
Prefer to continue on the web?
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="bodycopy" style="padding-bottom:10px;">
|
||||||
|
<a href="{{server_name}}/vemail?vlnk={{verify_link}}">
|
||||||
|
Click here to verify your account
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="bodycopy" style="padding-bottom:10px;">
|
||||||
|
<div class="warning" style="color:#ff0033;">
|
||||||
|
Note: This code and link will expire in 24 hours.
|
||||||
|
</div>
|
||||||
|
<br>
|
||||||
|
If you didn’t initiate this registration, please ignore this message.
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td class="innerpadding bodycopy" style="padding-bottom:10px;">
|
<td class="innerpadding bodycopy" style="padding-bottom:10px;">
|
||||||
{{site_name}} Team
|
{{site_name}} Team
|
||||||
|
|||||||
Reference in New Issue
Block a user