-
Notifications
You must be signed in to change notification settings - Fork 63
/
varifyemail_mailer.html
131 lines (131 loc) · 7.58 KB
/
varifyemail_mailer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SmartKYC</title>
<!--<link href="https://fonts.googleapis.com/css?family=Lato:300,400|Montserrat|Open+Sans|Raleway:300|Roboto:300" rel="stylesheet">-->
<!--<link href="http://allfont.net/allfont.css?fonts=montserrat-light" rel="stylesheet" type="text/css" />-->
<style>
html,body,center {
width: 100%;
height: 100%;
}
</style>
</head>
<body style="width:100% !important; margin:0 !important; padding:0 !important; -webkit-text-size-adjust:none; -ms-text-size-adjust:none; background-color:#FFFFFF;">
<center>
<table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" style="background-color: #f7f8fb;padding: 5% 0;">
<tr>
<td align="center" valign="center">
<!-- BEGIN TEMPLATE // -->
<!--[if gte mso 9]>
<table align="center" border="0" cellspacing="0" cellpadding="0" width="600" style="max-width:600px;">
<tr>
<td align="center" valign="top" width="600" style="width:600px;">
<![endif]-->
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 600px">
<tbody>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="width: 100%;background-color: white">
<tbody>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="width: 100%;text-align: center;padding-top: 3%">
<tr>
<td>
<img src="images/cryp_log.png" style="width: 200px">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="text-align: center">
<tr>
<td style="text-align: center;width: 100%;">
<p style="text-align: center;font-size: 35px;margin: 0;font-family: 'Montserrat Light', sans-serif;color: #989898;line-height: 1.5;">Thank You!</p>
</td>
</tr>
</table>
</td>
</tr>
<tr style="background-color: #f7f8fb;">
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="text-align: center;background-color: white">
<tr>
<td style="text-align: center;width: 100%;">
<p style="text-align: center;font-size: 18px;font-family: 'Montserrat Light', sans-serif;color: #989898;line-height: 1.5;width: 90%;margin: 0px auto 10px auto">
Your email has been verified.
</p>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="text-align: center;background-color: white">
<tr>
<td style="text-align: center;width: 100%;background-color: white">
<p>
<a href="index.html" style="color: #fff; text-decoration: none"> <div style="display: inline-block;background-color: #FFC107;font-family: 'Montserrat Light', sans-serif;padding: 7px 30px;border-radius: 20px;color: #f7f8fb;font-size: 12px;">DONE</div></a>
</p>
</td>
<td style="text-align: right;width: 40%;">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="text-align: center;background-color: white">
<tr>
<td style="text-align: center;width: 100%;">
<img src="images/cryp_btm_mail.png" style="width: 100%">
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="text-align: center;">
<tbody>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="text-align: center;background-color: transparent">
<tbody>
<tr>
<td style="text-align: center;"><span style="font-size: 10px;color: #999999;font-family: 'Montserrat Light', sans-serif;">Copyright © SmartKYC 2017. All Rights Reserved</span></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!--[if gte mso 9]>
</td>
</tr>
</table>
<![endif]-->
<!-- // END TEMPLATE -->
</td>
</tr>
</table>
</center>
</body>
</html>