diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2013-06-15 08:24:48 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2013-06-15 08:24:48 -0400 |
commit | c22ce2c45934322bcf2ee4427d8687f6b86551a6 (patch) | |
tree | 2f8014936d2acb5d8313299c429aa7c5d281bf3c | |
parent | 62178455c81ef88114fc5efd29e85e340e4c5907 (diff) | |
download | jQuery-Impromptu-c22ce2c45934322bcf2ee4427d8687f6b86551a6.zip jQuery-Impromptu-c22ce2c45934322bcf2ee4427d8687f6b86551a6.tar.gz jQuery-Impromptu-c22ce2c45934322bcf2ee4427d8687f6b86551a6.tar.bz2 |
Updates tour docs
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -124,8 +124,8 @@ <div class="ebook"> <a href="http://sellfy.com/p/IrwS" title="Impromptu From I to U"><img src="http://trentrichardson.com/wp-content/uploads/2012/12/Impromptu-FromItoU.jpg" alt="Impromptu From I to U" class="ebookimg" /></a> <p>Get the ebook Impromptu From I to U. Learn about advanced functionality of Impromptu including states, forms, tours, theming, and more!</p> - <p class="buyp"><a href="https://sellfy.com/p/e14I" id="e14I" class="sellfy-buy-button">buy</a> eBook</p> <p class="buyp"><a href="http://sellfy.com/p/IrwS" id="IrwS" class="sellfy-buy-button sellfy-small">buy</a> eBook + Example code</p> + <p class="buyp"><a href="https://sellfy.com/p/e14I" id="e14I" class="sellfy-buy-button">buy</a> eBook</p> <p class="buyp"><a href="http://gum.co/BeAh" class="gumroad-button">Impromptu - From I to U</a></p> <div class="clear"></div> </div> @@ -484,7 +484,7 @@ tourStates = [ html: 'If you would like to learn more please consider purchasing a copy of Impromptu From I to U. If you found Impromptu helpful, please see the links to the left. If not, thanks for stopping by!', buttons: { Done: 2 }, focus: 1, - position: { container: '.donation', x: 120, y: -70, width: 400, arrow: 'tl lb' }, + position: { container: '.ebook', x: 280, y: 50, width: 300, arrow: 'lt' }, submit: tourSubmitFunc } ]; |