Skip to content

Commit 84e1808

Browse files
Updates docs
1 parent ce3acd8 commit 84e1808

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

index.html

+16-6
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333

3434
.example-container{ background-color: #f4f4f4; border-bottom: solid 2px #777777; margin: 0 0 20px 40px; padding: 20px; }
3535
.example-container input{ border: solid 1px #aaa; padding: 4px; width: 175px; }
36+
.ebook{}
37+
.ebook img.ebookimg{ float: left; margin: 0 15px 15px 0; width: 100px; }
38+
.ebook .buyp a iframe{ margin-bottom: -5px; }
3639
</style>
3740

3841
<link rel="stylesheet" media="all" type="text/css" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
@@ -93,13 +96,16 @@ <h2>Donation</h2>
9396
<h2>Getting Started</h2>
9497

9598
<h3>Highly Recommended</h3>
96-
<a href="http://trentrichardson.com/ebooks/handling-time/" title="Handling Time eBook"><img src="http://trentrichardson.com/wp-content/uploads/2013/04/time-book-titlepage.jpg" alt="Handling Time eBook" style="float:left;width:100px;margin:0 15px 15px 0;" /></a>
99+
97100
<h4>Handling Time eBook</h4>
98-
<p>Check out the <a href="http://trentrichardson.com/ebooks/handling-time/" title="Handling Time eBook">Handling Time eBook</a> to learn from the basic setup to advanced i18n usage, and from client's javascript to the server's database.</p>
99-
<a href="https://sellfy.com/p/8gxZ" id="8gxZ" class="sellfy-buy-button">buy</a><script type="text/javascript" src="https://sellfy.com/js/api_buttons.js"></script> on Sellfy with Paypal
100-
<br />
101-
<a href="http://gum.co/ZWYO" class="gumroad-button">Handling Time</a><script type="text/javascript" src="https://gumroad.com/js/gumroad.js"></script> on Gumroad with Credit Card
102-
<div class="clear"></div>
101+
<div class="ebook">
102+
<p>Check out the <a href="http://trentrichardson.com/ebooks/handling-time/" title="Handling Time eBook">Handling Time eBook</a> to learn from the basic setup to advanced i18n usage, and from client's javascript to the server's database.</p>
103+
<a href="http://trentrichardson.com/ebooks/handling-time/" title="Handling Time eBook"><img src="http://trentrichardson.com/wp-content/uploads/2013/04/time-book-titlepage.jpg" alt="Handling Time eBook" style="float:left;width:100px;margin:0 15px 15px 0;" /></a>
104+
<p class="buyp"><a href="https://sellfy.com/p/LvAG" id="LvAG" class="sellfy-buy-button">buy</a> eBook</p>
105+
<p class="buyp"><a href="https://sellfy.com/p/8gxZ" id="8gxZ" class="sellfy-buy-button">buy</a> eBook + Example code</p>
106+
<p class="buyp"><a href="http://gum.co/ZWYO" class="gumroad-button">Handling Time</a></p>
107+
<div class="clear"></div>
108+
</div>
103109

104110
<h4>Subscribe to Blog and Twitter</h4>
105111
<p><a href="http://trentrichardson.com" title="Subscribe to TrentRichardson.com via email">Subscribe to my blog via email</a> and follow <a href="http://twitter.com/practicalweb" title="Follow Me on Twitter">@PracticalWeb</a> on Twitter. I post for nearly every new version, so you know about updates.</p>
@@ -947,6 +953,10 @@ <h3 id="utility_examples">Utilities</h3>
947953

948954

949955
</div>
956+
957+
<script type="text/javascript" src="https://sellfy.com/js/api_buttons.js"></script>
958+
<script type="text/javascript" src="https://gumroad.com/js/gumroad.js"></script>
959+
950960
<script type="text/javascript"> /*
951961
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
952962
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

0 commit comments

Comments
 (0)