-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
125 lines (125 loc) · 7.11 KB
/
index.html
File metadata and controls
125 lines (125 loc) · 7.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
html { margin: 0; padding: 0; }
body { margin: 0; padding: 0; }
h1 { color: #515a49; font-family: Lato, sans-serif; font-size: 28px; line-height: 34px; font-weight: bold; margin-top: 0; margin-bottom: 16px; }
p { color: #515a49; font-family: Lato, sans-serif; font-size: 16px; line-height: 1.5; margin-top: 0; margin-bottom: 16px; }
a { color: #81c341; text-decoration: underline; }
a:hover { color: #5b8b2c; text-decoration: underline; }
@media (max-width: 620px) {
table[width=600] {
width: 90% !important;
max-width: 90% !important;
}
}
@media (max-width: 420px) {
#skyline {
width: 205px !important;
height: 25px !important;
}
}
</style>
</head>
<body bgcolor="#f0f0ef">
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td bgcolor="#81c341">
<img src="images/blank.gif" alt="" border="0" height="5" width="1" style="display: block;" />
</td>
</tr>
<tr>
<td align="center" bgcolor="#f0f0ef">
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="center" id="header">
<table cellpadding="0" cellspacing="0" width="600">
<tr>
<td align="left">
<img src="images/blank.gif" alt="" border="0" width="1" height="24" style="display: block;" />
</td>
</tr>
<tr>
<td align="left">
<a href="http://www.phpne.org.uk/" target="_blank" title="PHP North East home page">
<img src="http://phpne.org.uk/img/logo-dark.png" alt="PHP North East logo" border="0" width="155" height="50" style="display: block;" />
</a>
</td>
</tr>
<tr>
<td align="left">
<img src="images/blank.gif" alt="" border="0" width="1" height="24" style="display: block;" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" id="content">
<table cellpadding="0" cellspacing="0" width="600">
<tr>
<td mc:edit="content">
<h1>Heading</h1>
<p>Hello, world!</p>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td id="footer">
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="center">
<img src="http://phpne.org.uk/img/newcastle-skyline.png" alt="The Sage and the Tyne Bridge" border="0" style="display: block; width: 410px; height: 50px; margin-left: auto; margin-right: auto;" id="skyline" />
</td>
</tr>
<tr>
<td align="center" bgcolor="#ccd1c7">
<table cellpadding="0" cellspacing="0" width="600">
<tr>
<td>
<img src="images/blank.gif" alt="" border="0" width="1" height="48" style="display: block;" />
</td>
</tr>
<tr>
<td align="center">
<p style="font-size: 13px; line-height: 20px; margin-top: 0; margin-bottom: 7px;">
© 2018 PHP North East. All rights reserved.
</p>
<p style="font-size: 13px; line-height: 20px; margin-top: 0; margin-bottom: 0;">
You are receiving this email because you have signed up for one of our events.
<a href="*|UNSUB|*" style="color: #515a49; text-decoration: underline;">Unsubscribe</a>
</p>
</td>
</tr>
<tr>
<td>
<img src="images/blank.gif" alt="" border="0" width="1" height="12" style="display: block;" />
</td>
</tr>
<tr>
<td align="center">
<div style="text-align: center;">*|REWARDS|*</div>
</td>
</tr>
<tr>
<td>
<img src="images/blank.gif" alt="" border="0" width="1" height="48" style="display: block;" />
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>