-
Notifications
You must be signed in to change notification settings - Fork 0
/
email-thanks.html
69 lines (65 loc) · 1.9 KB
/
email-thanks.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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Justin's mailing list</title>
<style type="text/css">
body {
font: 1.2em Georgia, Serif;
margin: 5px auto;
}
h1 {
font-weight: normal;
font-size: 42px;
}
blockquote {
font-style:italic;
font: 1em Monaco, MonoSpace;
}
p { line-height:150%;
}
ul { line-height:150%;
}
.wrapper {
padding: 2%;
max-width: 600px;
margin:0 auto;
}
</style>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36474980-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- Facebook Conversion Code for Email subscribes -->
<script>(function() {
var _fbq = window._fbq || (window._fbq = []);
if (!_fbq.loaded) {
var fbds = document.createElement('script');
fbds.async = true;
fbds.src = '//connect.facebook.net/en_US/fbds.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(fbds, s);
_fbq.loaded = true;
}
})();
window._fbq = window._fbq || [];
window._fbq.push(['track', '6012795487225', {'value':'0.01','currency':'USD'}]);
</script>
<noscript><img height="1" width="1" alt="" style="display:none" src="https://www.facebook.com/tr?ev=6012795487225&cd[value]=0.01&cd[currency]=USD&noscript=1" /></noscript>
</head>
<body>
<div class="wrapper">
<h1>Thanks!</h1>
<p>You've been added to the mailing list. The emails will come from <em>[email protected]</em> - please add me to your address book to make sure they get through!</p>
<p>Regards,<br>
Justin Jackson<br>
<a href="http://twitter.com/mijustin">@mijustin</a></p>
</div>
</body>
</html>