forked from bslatkin/effectivepython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsubscribed.html
More file actions
104 lines (90 loc) · 4.73 KB
/
subscribed.html
File metadata and controls
104 lines (90 loc) · 4.73 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Effective Python › The Book</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<script type="text/javascript" src="//use.typekit.net/wsb2ykq.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<link href="http://www.effectivepython.com/theme/css/bootstrap.min.css" rel="stylesheet" />
<link href="http://www.effectivepython.com/theme/css/customize.css" rel="stylesheet" />
<link rel="icon" type="image/png" href="http://www.effectivepython.com/images/favicon.png">
<meta name="description" content="Effective Python will prepare you to make a big impact with Python.">
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@EffectivePython">
<meta name="twitter:domain" content="effectivepython.com">
<meta name="twitter:title" content="Effective Python › The Book">
<meta name="twitter:description" content="Effective Python will prepare you to make a big impact with Python.">
<meta name="twitter:img:src" content="http://www.effectivepython.com/images/cover.jpg">
<meta property="og:title" content="Effective Python › The Book">
<meta property="og:description" content="Effective Python will prepare you to make a big impact with Python.">
<meta property="og:image" content="http://www.effectivepython.com/images/cover.jpg">
<meta property="og:url" content="http://www.effectivepython.com/">
<link href="http://www.effectivepython.com/atom.xml" type="application/atom+xml" rel="alternate" title="Effective Python Atom Feed" />
<meta name="google-site-verification" content="SxIULiiLHOaU206Ix5AbXU_9g_JiWZrdyKeI46XRfOA">
</head>
<body>
<div class="header">
<div class="container">
<div class="row">
<div class="col-md-6">
<h1 class="site-title"><a href="http://www.effectivepython.com/"><span class="effective-type">Effective</span> <span class="python-p-type">P</class><span class="python-rest-type">ython</span></a></h1>
</div>
</div>
</div>
</div>
</div>
<section class="content">
<div class="page-content">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2>Subscription confirmed!</h2>
<p>
Thank you for subscribing.
</p>
<p>
<a href="/">Go back to the site »</a>
</div>
<!-- Google Code for Effective Python Email Conversion Page -->
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 1003269866;
var google_conversion_language = "en";
var google_conversion_format = "3";
var google_conversion_color = "ffffff";
var google_conversion_label = "wmMHCNHks1YQ6t2y3gM";
var google_remarketing_only = false;
/* ]]> */
</script>
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="//www.googleadservices.com/pagead/conversion/1003269866/?label=wmMHCNHks1YQ6t2y3gM&guid=ON&script=0"/>
</div>
</noscript>
</div>
</div>
</div>
</section>
<footer id="contentinfo" class="footer">
<div class="container">
<address id="about" class="vcard body">
© 2014 - 2015 <a class="url fn" href="http://www.onebigfluke.com">Brett Slatkin</a>
<span class="footer-attribution"> — Powered by <a href="http://getpelican.com/">Pelican</a></span>
</address>
</div>
</footer>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-53888969-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>