diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2017-02-11 15:12:04 -0500 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.org> | 2017-02-11 15:14:47 -0500 |
| commit | e7b7574cfe0df12c19193757c0493582818cf5fb (patch) | |
| tree | a8b8f37ba58b13778cc82972ea9cba32c66f88f2 /docs/_templates | |
| parent | 6bd6249051b303255451a98285e52fbd95bbca39 (diff) | |
| download | python-requests-e7b7574cfe0df12c19193757c0493582818cf5fb.tar.gz | |
hhg2p
Diffstat (limited to 'docs/_templates')
| -rw-r--r-- | docs/_templates/sidebarintro.html | 8 | ||||
| -rw-r--r-- | docs/_templates/sidebarlogo.html | 9 |
2 files changed, 17 insertions, 0 deletions
diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html index 457688d9..d325d845 100644 --- a/docs/_templates/sidebarintro.html +++ b/docs/_templates/sidebarintro.html @@ -24,6 +24,14 @@ <p><a href="https://saythanks.io/to/kennethreitz">Say Thanks!</a></p> <p><a href="http://tinyletter.com/kennethreitz">Join Mailing List</a>.</p> +<h3>Hitchhiker's Guide to Python</h3> + +<p>This guide is now available in tangible book form!</p> + +<a href="https://www.amazon.com/Hitchhikers-Guide-Python-Practices-Development/dp/1491933178/ref=as_li_ss_il?ie=UTF8&linkCode=li2&tag=bookforkind-20&linkId=804806ebdacaf3b56567347f3afbdbca" target="_blank"><img border="0" src="https://ws-na.amazon-adsystem.com/widgets/q?_encoding=UTF8&ASIN=1491933178&Format=_SL160_&ID=AsinImage&MarketPlace=US&ServiceVersion=20070822&WS=1&tag=bookforkind-20" ></a><img src="//ir-na.amazon-adsystem.com/e/ir?t=bookforkind-20&l=li2&o=1&a=1491933178" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> + +<p>All proceeds are being directly + <h3>Other Projects</h3> <p>More <a href="http://kennethreitz.org/">Kenneth Reitz</a> projects:</p> diff --git a/docs/_templates/sidebarlogo.html b/docs/_templates/sidebarlogo.html index 798f8091..271af911 100644 --- a/docs/_templates/sidebarlogo.html +++ b/docs/_templates/sidebarlogo.html @@ -28,6 +28,15 @@ <p><a href="https://twitter.com/kennethreitz" class="twitter-follow-button" data-show-count="false">Follow @kennethreitz</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script></p> +<h3>Hitchhiker's Guide to Python</h3> + +<p>This guide is now available in tangible book form!</p> + +<a href="https://www.amazon.com/Hitchhikers-Guide-Python-Practices-Development/dp/1491933178/ref=as_li_ss_il?ie=UTF8&linkCode=li2&tag=bookforkind-20&linkId=804806ebdacaf3b56567347f3afbdbca" target="_blank"><img border="0" src="https://ws-na.amazon-adsystem.com/widgets/q?_encoding=UTF8&ASIN=1491933178&Format=_SL160_&ID=AsinImage&MarketPlace=US&ServiceVersion=20070822&WS=1&tag=bookforkind-20" ></a><img src="//ir-na.amazon-adsystem.com/e/ir?t=bookforkind-20&l=li2&o=1&a=1491933178" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> + +<p>All proceeds are being directly donated to the <a href="https://djangogirls.org">DjangoGirls</a> organization.</p> + + <h3>Other Projects</h3> <p>More <a href="http://kennethreitz.org/">Kenneth Reitz</a> projects:</p> |
