-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.html
122 lines (117 loc) · 4.07 KB
/
template.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Manchester Ultimate Programming</title>
</head>
<body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0"
offset="0"
style="-webkit-text-size-adjust: none; margin: 0; padding: 0; background-color: #4F4F4F; width: 100%;">
<center>
<table border="0" cellpadding="0" cellspacing="0" height="100%"
width="100%" id="backgroundTable"
style="margin: 0; padding: 0; background-color: #4F4F4F; height: 100%; width: 100%;">
<tr>
<td align="center" valign="top">
<table border="0" cellpadding="10" cellspacing="0" width="600"
id="templatePreheader" style="background-color: #FAFAFA;">
<tr>
<td valign="top" class="preheaderContent">
<table border="0" cellpadding="10" cellspacing="0" width="100%">
<tr>
<td valign="top">
<div
style="color: #505050; font-family: Arial; font-size: 10px; line-height: 100%; text-align: left;">Manchester
Ultimate Programming: making cool things with computers and
electronics.</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="600"
id="templateContainer"
style="border: 1px solid #DDDDDD; background-color: #FDFDFD;">
<tr>
<td align="center" valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="600"
id="templateHeader"
style="background-color: #D8E2EA; border-bottom: 0;">
<tr>
<td class="headerContent"
style="color: #202020; font-family: Arial; font-size: 34px; font-weight: bold; line-height: 100%; padding: 0; text-align: center; vertical-align: middle;">
<img src="http://man-up.appspot.com/img/title-white-bg.jpg"
style="max-width: 600px; border: none; font-size: 14px; font-weight: bold; height: auto; line-height: 100%; outline: none; text-decoration: none; text-transform: capitalize;"
id="headerImage campaign-icon"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="600"
id="templateBody">
<tr>
<td valign="top" class="bodyContent"
style="background-color: #FDFDFD;">
<table border="0" cellpadding="20" cellspacing="0" width="100%">
<tr>
<td valign="top">{image}
<div
style="color: #505050; font-family: Arial; font-size: 14px; line-height: 150%; text-align: left;">
<br />
{body}
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" valign="top">
<table border="0" cellpadding="10" cellspacing="0" width="600"
id="templateFooter"
style="background-color: #FDFDFD; border-top: 0;">
<tr>
<td valign="top" class="footerContent">
<table border="0" cellpadding="10" cellspacing="0" width="100%">
<tr>
<td colspan="2" valign="middle" id="social"
style="background-color: #FAFAFA; border: 0;">
<div
style="color: #707070; font-family: Arial; font-size: 12px; line-height: 125%; text-align: center;">
<a href="http://man-up.appspot.com/" target="_blank"
style="color: #336699; font-weight: normal; text-decoration: underline;">Man-UP
site</a> | <a
href="http://www.facebook.com/home.php?sk=group_128505810553286"
target="_blank"
style="color: #336699; font-weight: normal; text-decoration: underline;">Facebook
group</a>{facebook_event}</div>
</td>
</tr>
<tr>
<td colspan="2" valign="top" width="350"><br>
<div
style="color: #707070; font-family: Arial; font-size: 12px; line-height: 125%; text-align: left;">
<em>Copyright © 2011 Man-UP</em></div>
<br>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
</td>
</tr>
</table>
</center>
</body>
</html>