-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinvite.html
More file actions
116 lines (90 loc) · 3.28 KB
/
invite.html
File metadata and controls
116 lines (90 loc) · 3.28 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head><title>J & A Invite</title>
<link rel="SHORTCUT ICON" href="/e/ref.ico" />
<link rel="icon" href="image/favicon.ico">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Bad+Script' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body style="-webkit-text-size-adjust: none;margin: 0;padding: 0; font-family: 'Open Sans', sans-serif;">
<html xmlns="http://www.w3.org/1999/xhtml">
<style type="text/css">
h1 {
font-size: 100px;
font-weight: normal;
font-family: 'Dancing Script', cursive;
}
h3 {
font-family: 'Open Sans', sans-serif;
}
@media all and (max-width: 600px){
.frame {
width:100% !important;
min-width: 320px !important;
}
.mobilehide {
display: none !important;
}
.mobilestack {
display: block !important;
width: 100% !important;
padding: 15px 10px 0 10px;
}
}
@media all and (max-width: 470px){
.frame {
width:100% !important;
}
.mobilefont {
font-size: 14px !important;
line-height: 16px !important;
}
.mobilepad {
padding: 15px 20px !important;
}
}
</style>
<!--FRAME-->
<table class="frame" width="591" bgcolor="#ffffff" border="0" cellspacing="0" cellpadding="0" style="border-collapse:collapse; text-align:left; background-image: url('http://johnandallison.com/image/triangle.png'); max-height: 420px;" align="center">
<tr>
<td style="text-align: center; padding: 40px 0 0 0;">
<img src="http://johnandallison.com/image/InviteHeader.png" alt="header">
<h2>Join us for a picnic to celebrate!</h2>
</td>
</tr>
<tr>
<td style="text-align: center; padding: 0px 40px 0 40px;">
<h3>Sunday June 14th, 2015 · 1pm-5pm</h3>
<h3>
Marlow Park<br>
<small>1788 Clay St<br>San Francisco, CA 94109</small>
</h3>
<small>Park on the street, meters are free on Sundays.</small><br>
<small>Call/text John at 858-361-3436 and he will let you in the building.</small>
</td>
</tr>
<tr>
<td style="text-align: center; padding: 20px 40px 0 40px;">
<h3>RSVP by June 10th</h3>
<a href="http://johnandallison.com/rsvp" style="text-decoration: none;">
<img src="http://johnandallison.com/image/RSVPButton.png" alt="RSVP">
</a>
<br><br>
<small>No gifts please</small>
</td>
</tr>
<tr>
<td style="text-align: center; padding: 20px 40px 0 40px;">
<h4><a href="http://johnandallison.com" style="color: #000;">Our Engagement Site</a></h4>
</td>
</tr>
<tr>
<td colspan="2" style="color: #999999; padding: 15px 0 0 0; font-family:Arial, Helvetica, sans-serif; font-size:10px; text-align: center; line-height: 18px; padding-bottom: 20px;">
<a href="http://johnandallison.com/invite" style="color: #999999;">View in browser</a>
</td>
</tr>
</table>
</body>
</html>