Skip to content

Commit

Permalink
A/B split test alter salespitch vs 3 options
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelkiessling committed Apr 27, 2015
1 parent 0c60d06 commit ee3d7a7
Show file tree
Hide file tree
Showing 2 changed files with 485 additions and 1,088 deletions.
352 changes: 61 additions & 291 deletions index.html
Expand Up @@ -94,8 +94,8 @@
<p>
The perfect introduction plus its comprehensive follow-up now in one bundle!
</p>
<a class="salelink" href="https://leanpub.com/b/node-beginnner-and-craftsman-bundle"><img src="the_node_beginner_book_cover_small.png" height="86" width="57" /></a>
<a class="salelink" href="https://leanpub.com/b/node-beginnner-and-craftsman-bundle"><img src="the_node_craftsman_book_cover_small.png" height="86" width="57" /></a>
<a class="salelink vwo-conv-link" href="https://leanpub.com/b/node-beginner-and-craftsman-bundle"><img src="the_node_beginner_book_cover_small.png" height="86" width="57" /></a>
<a class="salelink vwo-conv-link" href="https://leanpub.com/b/node-beginner-and-craftsman-bundle"><img src="the_node_craftsman_book_cover_small.png" height="86" width="57" /></a>
</div>
<div class="description">
<p>
Expand Down Expand Up @@ -127,7 +127,7 @@
<br />
money back guarantee
</p>
<a class="buttonlink salelink" href="https://leanpub.com/b/node-beginnner-and-craftsman-bundle">
<a class="buttonlink salelink vwo-conv-link" href="https://leanpub.com/b/node-beginner-and-craftsman-bundle">
<div class="button">Buy this<br />bundle now</div>
</a>
</div>
Expand Down Expand Up @@ -939,301 +939,71 @@ <h3>Event-driven asynchronous callbacks</h3>
My name is Manuel Kiessling, I'm the author of this book.
</p>
<p>
You have reached the end of the free part.
If you have read that far, I would like you to consider buying the eBook version
of this book. It's a beautifully crafted package including a PDF,
an ePub, and a MOBI file, which means you can read it on all
kinds of eReaders out there like the Amazon Kindle, the iPad, or
the Sony Reader, and of course on any PC or Mac.
</p>
<p>
If you would like to dive deeper and learn how to fully master Node.js,
then please consider one of the following ebook offers:
But the best thing about it is that it comes bundled with another
great Node.js book:
</p>
<p>
<div class="bundle-book">
<div class="bundle-book-image"><img src="the_node_beginner_book_cover_small.png" height="86" width="57" /></div>
<div class="bundle-book-text">
The full version of <em>The Node Beginner Book</em>, giving you access to all 55 pages of this tutorial,
where I talk about blocking and non-blocking operations, handling POST requests and file uploads, and how
to finalize the example application into a working whole.
</div>
</div>
<div class="bundle-book-connection">+</div>
<div class="bundle-book">
<div class="bundle-book-image"><img src="the_node_craftsman_book_cover_small.png" height="86" width="57" /></div>
<div class="bundle-book-text">
<em>The Node Craftsman Book</em> is the offical follow up to The Node Beginner Book.
On 170 pages, it covers the following topics:
<ul>
<li>Working with NPM and Packages</li>
<li>Object-oriented JavaScript</li>
<li>Test-Driven Node.js Development</li>
<li>Synchronous and Asynchronous operations explained</li>
<li>Using and creating Event Emitters</li>
<li>Node.js and MySQL</li>
<li>Node.js and MongoDB</li>
<li>Writing a CRUD application with an AngularJS frontend<br></li>
</ul>
</div>
</div>
</p>
<p>
Both books together would cost a total of $44, but we are offering
them as a bundle for only <strong>$19</strong>.
You can download them immediately, they are completely DRM-free, and you will
receive any future updates to both books for free.
</p>
<div class="box">
<a class="buttonlink salelink vwo-conv-link" href="https://leanpub.com/b/node-beginner-and-craftsman-bundle">
<div class="button">Buy this<br />bundle now</div>
</a>
<p></p>
<a class="salelink vwo-conv-link" href="https://leanpub.com/b/node-beginner-and-craftsman-bundle"><img src="the_node_beginner_book_cover_small.png" height="86" width="57" /></a>
<a class="salelink vwo-conv-link" href="https://leanpub.com/b/node-beginner-and-craftsman-bundle"><img src="the_node_craftsman_book_cover_small.png" height="86" width="57" /></a>
<br/>
<div class="subinfo">
229 pages in total<br/>
100% DRM-free<br/>
Free lifetime updates<br/>
PDF, Kindle, ePub<br/>
<strong>Only $19</strong>
</div>
</div>
</div>
<br clear="all"/>
</div>
</div>












<style>
#sales-comparison-box {
margin-top: -300px;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
margin-bottom: 200px;
}

a.divlink {
text-decoration: none;
}

a.divlink:visited {
text-decoration: none;
color: black;
}

#sales-comparison-box-left {
float: left;
width: 33.33333333333%;
margin-top: 24px;
}

#sales-comparison-box-right {
float: right;
width: 33.33333333333%;
margin-top: 24px;
}

#sales-comparison-box-center {
display: inline-block;
width: 33.33333333333%;
}

.row-inner {
padding-top: 16px;
padding-bottom: 16px;
padding-left: 24px;
padding-right: 24px;
border: 1px solid #eee;
border-radius: 16px;
background-color: #f9f9f9;
box-shadow: 0px 0px 12px #ccc;
}

.row-promo {
background-color: #fff;
box-shadow: 0px 0px 24px #999;
border: 1px solid #bbb;
}

.promo {
color: #f00000;
font-weight: bold;
text-align: center;
padding: 8px;
margin-bottom: 8px;
margin-top: -25px;
}

.option {
color: black;
font-size: 24pt;
font-weight: bold;
text-align: center;
margin-bottom: 16px;
margin-top: 16px;
}

.pitch {
font-size: 9pt;
margin-left: 40px;
margin-right: 40px;
color: #444;
}

.covers {
margin-top: 12px;
margin-bottom: 12px;
text-align: center;
}

.covers img {
border: 1px solid #bbb;
box-shadow: 1px 1px 1px #888;
}

.price {
color: black;
margin-top: 16px;
margin-bottom: 8px;
font-weight: bold;
font-size: 20pt;
text-align: center;
}

.price.price-promo {
background-color: #f00000;
color: white;
font-size: 20pt;
font-weight: bold;
margin: 16px auto 8px;
padding: 16px;
text-align: center;
width: 200px;
}

.save {
margin-top: 16px;
text-align: center;
color: #f00000;
font-size: 9pt;
}

.cta {
color: #fff;
font-weight: bold;
background-image: linear-gradient(#14d014, #029302);
border: 1px solid #444;
border-radius: 6px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), -1px 1px 0 rgba(255, 255, 255, 0.4) inset;
font-family: "Helvetica Neue",sans-serif;
margin-left: auto;
margin-right: auto;
margin-top: 26px;
padding: 8px;
text-align: center;
width: 140px;
}

.cta.blue {
background-image: linear-gradient(lightblue, blue);
}

.info {
font-size: 8pt;
margin-top: 8px;
text-align: center;
color: #999;
}

</style>

<div id="sales-comparison-box">

<a class="divlink" href="https://leanpub.com/nodebeginner">
<div id="sales-comparison-box-left">
<div class="row-inner">
<div class="option">
Option 1
</div>
<div class="pitch">
Buy the full version of <strong>The Node Beginner Book</strong>, which allows you to finish reading this tutorial.
</div>
<div class="covers">
<img src="the_node_beginner_book_cover_small.png" height="86" width="57" />
</div>
<div class="price">
Now only $14
</div>
<div class="cta blue">
Click to buy now!
</div>
<div class="info">
Sold via Leanpub.com<br><br>
<strong>Unconditional 45 days money back guarantee</strong><br>
One book, 59 pages<br>
No DRM<br>
Free lifetime updates<br>
PDF + Kindle + ePub
</div>
</div>
</div>
</a>

<a class="divlink" href="https://leanpub.com/b/node-beginnner-and-craftsman-bundle">
<div id="sales-comparison-box-center" class="row">
<div class="row-inner row-promo">
<div class="option">
Option 2
</div>
<div class="promo">
Most popular choice!
</div>
<div class="pitch">
Buy the full version of <strong>The Node Beginner Book</strong> bundled together with its official follow up,
<strong>The&nbsp;Node&nbsp;Craftsman&nbsp;Book</strong>, which provides you with everything you need to know about Node.js
development at an unbeatable price.
<br>
<br>
This bundle covers connecting with <strong>MongoDB</strong> and <strong>MySQL</strong> databases, handling file
uploads, writing <strong>unit tests</strong>, working with NPM, details of JS object-orientation, making code fast using <strong>asynchronous</strong> and
<strong>non-blocking</strong> operations, using and creating <strong>event emitters</strong>, writing full-fledged applications using <strong>REST frameworks</strong>,
integrating Node.js with <strong>AngularJS</strong>, setting up a continuous delivery workflow, and much more!
</div>
<div class="covers">
<img src="the_node_beginner_book_cover_small.png" height="86" width="57" />
<img src="the_node_craftsman_book_cover_small.png" height="86" width="57" />
</div>
<div class="price price-promo">
Now only $19
</div>
<div class="save">
Save <strong>over 55%</strong> compared to buying separately!
</div>
<div class="cta green">
Click to buy now!
</div>
<div class="info">
Sold via Leanpub.com<br><br>
<strong>Unconditional 45 days money back guarantee</strong><br>
Two books, 229 pages<br>
No DRM<br>
Free lifetime updates<br>
PDF + Kindle + ePub
</div>
</div>
</div>
</a>

<a class="divlink" href="https://leanpub.com/b/nodejsbundle">
<div id="sales-comparison-box-right" class="row">
<div class="row-inner">
<div class="option">
Option 3
</div>
<div class="pitch">
Like Option #2, but additionally, you get Pedro Teixeira's excellent <strong>Hands-on Node.js</strong> book which
explores all modules that ship with Node.js, explains how to use them, and teaches you how to build your own Node.js
modules.
</div>
<div class="covers">
<img src="the_node_beginner_book_cover_small.png" height="86" width="57" />
<img src="the_node_craftsman_book_cover_small.png" height="86" width="57" />
<img src="hands-on_node.js_cover.png" height="86" width="57" />
</div>
<div class="price">
Now only $30
</div>
<div class="cta blue">
Click to buy now!
</div>
<div class="info">
Sold via Leanpub.com<br><br>
<strong>Unconditional 45 days money back guarantee</strong><br>
Three books, 367 pages<br>
No DRM<br>
Free lifetime updates<br>
PDF + Kindle + ePub
</div>
</div>
</div>
</a>

</div>

















</div>

<div id="praise">
<div class="praise">
Expand Down

0 comments on commit ee3d7a7

Please sign in to comment.