-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclient-1.html
More file actions
162 lines (135 loc) · 3.97 KB
/
client-1.html
File metadata and controls
162 lines (135 loc) · 3.97 KB
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<!-- Keep it meta -->
<meta name="viewport" content="width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Home Office communication</title>
<link rel="stylesheet" type="text/css" href="stylesheets/email.css" />
</head>
<body bgcolor="#FFFFFF" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
<!-- HEADER -->
<table class="head-wrap" bgcolor="#FFFFFF">
<tr>
<td></td>
<td class="header container">
<div class="content">
<table bgcolor="#FFFFFF" class="">
<tr>
<td><img src="img/home-office-crop.png" width="200px" /></td>
<td align="right"><h6 class="collapse"></h6></td>
</tr>
</table>
</div>
</td>
<td></td>
</tr>
</table>
<!-- BODY -->
<table class="body-wrap">
<tr>
<td></td>
<td class="container" bgcolor="#FFFFFF">
<!-- content -->
<div class="content">
<table>
<tr>
<td>
<h1>We've received your application for {service name}</h1>
<p class="lead">Applications can take up to 3 months to process, someone from the Home Office or HM Police will be in contact to discuss your application.</p>
<!-- Callout Panel -->
<table bgcolor="#DEE0E2" class="warning">
<tr>
<td><img src="img/warning.png" width="40px" /></td>
<td align="left">This email is not a certificate or approval.
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<!-- COLUMN WRAP -->
<div class="column-wrap">
<div class="column">
<table align="left">
<tr>
<td>
<h2>Your application</h2>
<p>If the details below are incorrect or you believe you have received this email by mistake, please forward to <a href="mailto:email@homeofficeaddress.com">email@homeofficeaddress.com</a></p>
<h4>Applicant name</h4>
<p>Person name</p>
<h4>Phone number</h4>
<p>01234 567890</p>
<h4>Application date</h4>
<p>20 June 2016</p>
<h4>Reference number</h4>
<p>Xy123RTY</a>
</td>
</tr>
</table>
</div>
<div class="column">
<table align="left">
<tr>
<td>
<!-- social & contact -->
<table bgcolor="" class="reminder" width="100%">
<tr>
<td>
<h4 class="">Don't forget</h4>
<p>You need to send in the evidence to support your application you can do this by <a href="#">email</a> or in the <a href="#">post</a>.</p>
</td>
</tr>
</table><!-- /social & contact -->
</td>
</tr>
</table>
<table align="left">
<tr>
<td>
<!-- social & contact -->
<table bgcolor="" class="help" width="100%">
<tr>
<td>
<h4 class="">Contact us</h4>
<p>Use these contact details if you have any questions.</p>
<h4 class="">Home Office</h4>
<p>0800 123 456</p>
<h4 class="">HM Police</h4>
<p>0800 123 457</p>
</td>
</tr>
</table><!-- /social & contact -->
</td>
</tr>
</table>
</div>
<div class="clear"></div>
</div><!-- /COLUMN WRAP -->
</td>
<td></td>
</tr>
</table>
<!-- FOOTER -->
<table class="footer-wrap" bgcolor="#DEE0E2">
<tr>
<td></td>
<td class="container">
<!-- content -->
<div class="content">
<table>
<tr>
<td align="left">
<p>If you have any concerns regarding the validity of this or any emails received from Home Office go to our <a href="#">Online Security pages</a>
</p>
</td>
</tr>
</table>
</div><!-- /content -->
</td>
<td></td>
</tr>
</table><!-- /FOOTER -->
</body>
</html>