-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththanks.html
More file actions
105 lines (78 loc) · 2.81 KB
/
thanks.html
File metadata and controls
105 lines (78 loc) · 2.81 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
<!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 Thanks</title>
<link rel="SHORTCUT ICON" href="/e/ref.ico" />
<link rel="icon" href="/image/heart.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">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</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;
font-size: 30px;
}
@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-->
<div align="center" style="width: 480px; margin: auto;">
<table class="frame" style="width: 480px; border-collapse:collapse; margin-top:50px; margin-botton:50px; text-align:left; background-image: url('/image/wedding_rsvp_background.jpg'); background-repeat: no-repeat; background-size: 100% 100%;" align="center">
<tr>
<td style="text-align: center; padding: 40px 0 40px 0;">
<h2>Thank you </br>for your response!</h2>
</td>
{% if rsvp == '1' %}
<tr> <td style="text-align: center; padding: 0px 75px 20px 75px;">
<h4>
We are overjoyed that you can join us for our big day!
</h4>
</td></tr>
{% endif %}
<tr><td style="text-align: center; padding: 0px 75px 50px 75px;">
<h5>We will continue to update our website with more details as we get closer. If you need to edit any of your answers, visit the <a href="/rsvp">rsvp</a> page. Feel free to email us with any questions.</h5>
</br>
<h5><a href="/" style="color: #000;">www.johnandallison.com</a></h5>
<h5>wedding@johnandallison.com</h5>
</td></tr>
</table>
<div class="footer">
<p>J & A Wedding</p>
</div>
</div>
</body>
</html>