|
20 | 20 | <div class="container"> |
21 | 21 | <h2 style="color: #fff; margin: 20px 40px 0 0;"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">The Full Stack Python Guide to Deployments book</a> has been released!</h2> |
22 | 22 | </div> |
23 | | -</div> <a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://static.fullstackpython.com/fork.png" alt="Fork me on GitHub"></a> |
| 23 | +</div> <a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/theme/img/fork.png" alt="Fork me on GitHub"></a> |
24 | 24 | <div class="container"> |
25 | 25 | <div class="row"> |
26 | 26 | <div class="col-md-12"> |
27 | 27 | <div class="logo-header-section"> |
28 | | - <a href="/" style="text-decoration: none; border: none;"><img src="https://static.fullstackpython.com/fsp-logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a> |
| 28 | + <a href="/" style="text-decoration: none; border: none;"><img src="theme/img/fsp-logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a> |
29 | 29 | <span class="logo-title"><a href="/">Full Stack Python</a></span> |
30 | 30 | </div> |
31 | 31 | </div> |
@@ -278,7 +278,7 @@ <h4>Sign up here to receive an email with major updates to this site and Python |
278 | 278 | <h3 class="panel-head">Sponsored By</h3> |
279 | 279 | </div> |
280 | 280 | <div class="panel-body"> |
281 | | - <a href="https://realpython.com/?utm_source=fsp&utm_medium=promo&utm_campaign=bestresources"><img src="theme/img/sponsored/realpython.png" alt="Real Python logo" width="100%"></a> |
| 281 | + <a href="https://realpython.com/?utm_source=fsp&utm_medium=promo&utm_campaign=bestresources"><img src="http://static.fullstackpython.com/realpython.png" alt="Real Python logo" width="100%"></a> |
282 | 282 | <p style="font-size: .8em;">If you want to learn Python then |
283 | 283 | I highly recommend |
284 | 284 | <a href="https://realpython.com/?utm_source=fsp&utm_medium=promo&utm_campaign=bestresources" onclick="trackOutboundLink('https://realpython.com/?utm_source=fsp&utm_medium=promo&utm_campaign=bestresources'); return false;">checking out Real Python</a>'s |
@@ -353,7 +353,7 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta |
353 | 353 | </div> |
354 | 354 | <div class="panel panel-success"> |
355 | 355 | <div class="panel-body"> |
356 | | - <a href="http://www.deploypython.com/"><img src="theme/img/sponsored/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a> |
| 356 | + <a href="http://www.deploypython.com/"><img src="http://static.fullstackpython.com/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a> |
357 | 357 | <p style="font-size: .8em; margin-top: 10px;">Searching for a complete, step-by-step deployment walkthrough? Learn more about <a href="http://www.deploypython.com/">The Full Stack Python Guide to Deployments book</a>. |
358 | 358 | </p> |
359 | 359 | </div> |
|
0 commit comments