This repository has been archived by the owner on Jul 18, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
email-activation.html
102 lines (88 loc) · 2.59 KB
/
email-activation.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Activation</title>
<style>
body {
background-color: #f2f2f2;
padding: 16px 0;
font-family: sans-serif;
}
.cn-container {
width: 600px;
}
.cn-spacer {
padding: 8px;
}
.cn-content {
padding: 64px;
background: #fff;
border-radius: 4px;
color: #808285;
font-size: 14px;
}
.cn-title {
font-size: 24px;
color: #414042;
font-weight: bold;
}
.cn-help {
font-size: 9px;
color: #939598;
}
.cn-button {
text-decoration: none;
}
</style>
</head>
<body>
<table cellpadding="0" cellspacing="0" border="0" class="cn-container" align="center">
<tbody>
<tr>
<td colspan="2">
<img src="dist/images/email/activation.jpg">
</td>
</tr>
<tr>
<td class="cn-spacer" colspan="2"></td>
</tr>
<tr>
<td colspan="2">
<div class="cn-content">
<span class="cn-title">Welcome to Cosa Nostra!</span>
<br><br>
Thanks for creating an account! We need to verify your email address so you can enjoy the full extension of this gangster world.
<br><br>
<a href="" class="cn-button">
<img src="dist/images/email/activate-account-btn.jpg">
</a>
<br><br>
Feel free to access the edit profile screen in your app to change it to whatever it is more convenient for you.
<br>
<br>
<br>
Sincerely,
Stayzest team
</div>
</td>
</tr>
<tr>
<td class="cn-spacer"></td>
</tr>
<tr>
<td align="center">
<a href="">
<img src="dist/images/email/stayzest.jpg" alt="Stayzest">
</a>
</td>
<td align="center">
<a href="" class="cn-help">Help? We're here</a>
</td>
</tr>
</tbody>
</table>
</body>
</html>