|
33 | 33 |
|
34 | 34 | .example-container{ background-color: #f4f4f4; border-bottom: solid 2px #777777; margin: 0 0 20px 40px; padding: 20px; }
|
35 | 35 | .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; } |
36 | 39 | </style>
|
37 | 40 |
|
38 | 41 | <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>
|
93 | 96 | <h2>Getting Started</h2>
|
94 | 97 |
|
95 | 98 | <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 | + |
97 | 100 | <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> |
103 | 109 |
|
104 | 110 | <h4>Subscribe to Blog and Twitter</h4>
|
105 | 111 | <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>
|
947 | 953 |
|
948 | 954 |
|
949 | 955 | </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 | + |
950 | 960 | <script type="text/javascript"> /*
|
951 | 961 | var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
952 | 962 | document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
|
0 commit comments