Skip to content

Commit ddd5133

Browse files
committed
changing around how some of the static images are served
1 parent 1560903 commit ddd5133

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+259
-250
lines changed

about-author.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<div class="container">
2121
<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>
2222
</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>
2424
<div class="container">
2525
<div class="row">
2626
<div class="col-md-12">
2727
<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>
2929
<span class="logo-title"><a href="/">Full Stack Python</a></span>
3030
</div>
3131
</div>
@@ -86,7 +86,7 @@ <h4>Sign up here to receive an email with major updates to this site and Python
8686
<div class="col-md-offset-1 col-md-3" id="sidebar">
8787
<div class="panel panel-success">
8888
<div class="panel-body">
89-
<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>
89+
<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>
9090
<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>.
9191
</p>
9292
</div>
@@ -157,7 +157,7 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
157157
</div>
158158
<div class="panel panel-success">
159159
<div class="panel-body">
160-
<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>
160+
<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>
161161
<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>.
162162
</p>
163163
</div>

all.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
<div class="container">
2020
<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>
2121
</div>
22-
</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>
22+
</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>
2323
<div class="container">
2424
<div class="row">
2525
<div class="col-md-12">
2626
<div class="logo-header-section">
27-
<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>
27+
<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>
2828
<span class="logo-title"><a href="/">Full Stack Python</a></span>
2929
</div>
3030
</div>
@@ -7278,7 +7278,7 @@ <h1>About the Author</h1>
72787278
<div class="col-md-offset-1 col-md-3" id="sidebar">
72797279
<div class="panel panel-success">
72807280
<div class="panel-body">
7281-
<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>
7281+
<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>
72827282
<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>.
72837283
</p>
72847284
</div>

api-creation.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<div class="container">
2121
<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>
2222
</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>
2424
<div class="container">
2525
<div class="row">
2626
<div class="col-md-12">
2727
<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>
2929
<span class="logo-title"><a href="/">Full Stack Python</a></span>
3030
</div>
3131
</div>
@@ -280,7 +280,7 @@ <h4>Sign up here to receive an email with major updates to this site and Python
280280
<div class="col-md-offset-1 col-md-3" id="sidebar">
281281
<div class="panel panel-success">
282282
<div class="panel-body">
283-
<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>
283+
<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>
284284
<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>.
285285
</p>
286286
</div>
@@ -351,7 +351,7 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
351351
</div>
352352
<div class="panel panel-success">
353353
<div class="panel-body">
354-
<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>
354+
<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>
355355
<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>.
356356
</p>
357357
</div>

api-integration.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<div class="container">
2121
<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>
2222
</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>
2424
<div class="container">
2525
<div class="row">
2626
<div class="col-md-12">
2727
<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>
2929
<span class="logo-title"><a href="/">Full Stack Python</a></span>
3030
</div>
3131
</div>
@@ -178,7 +178,7 @@ <h4>Sign up here to receive an email with major updates to this site and Python
178178
<div class="col-md-offset-1 col-md-3" id="sidebar">
179179
<div class="panel panel-success">
180180
<div class="panel-body">
181-
<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>
181+
<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>
182182
<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>.
183183
</p>
184184
</div>
@@ -249,7 +249,7 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
249249
</div>
250250
<div class="panel panel-success">
251251
<div class="panel-body">
252-
<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>
252+
<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>
253253
<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>.
254254
</p>
255255
</div>

application-dependencies.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<div class="container">
2121
<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>
2222
</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>
2424
<div class="container">
2525
<div class="row">
2626
<div class="col-md-12">
2727
<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>
2929
<span class="logo-title"><a href="/">Full Stack Python</a></span>
3030
</div>
3131
</div>
@@ -247,7 +247,7 @@ <h4>Sign up here to receive an email with major updates to this site and Python
247247
<div class="col-md-offset-1 col-md-3" id="sidebar">
248248
<div class="panel panel-success">
249249
<div class="panel-body">
250-
<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>
250+
<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>
251251
<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>.
252252
</p>
253253
</div>
@@ -318,7 +318,7 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
318318
</div>
319319
<div class="panel panel-success">
320320
<div class="panel-body">
321-
<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>
321+
<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>
322322
<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>.
323323
</p>
324324
</div>

application-programming-interfaces.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<div class="container">
2121
<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>
2222
</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>
2424
<div class="container">
2525
<div class="row">
2626
<div class="col-md-12">
2727
<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>
2929
<span class="logo-title"><a href="/">Full Stack Python</a></span>
3030
</div>
3131
</div>
@@ -150,7 +150,7 @@ <h4>Sign up here to receive an email with major updates to this site and Python
150150
<div class="col-md-offset-1 col-md-3" id="sidebar">
151151
<div class="panel panel-success">
152152
<div class="panel-body">
153-
<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>
153+
<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>
154154
<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>.
155155
</p>
156156
</div>
@@ -221,7 +221,7 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
221221
</div>
222222
<div class="panel panel-success">
223223
<div class="panel-body">
224-
<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>
224+
<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>
225225
<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>.
226226
</p>
227227
</div>

best-python-resources.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<div class="container">
2121
<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>
2222
</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>
2424
<div class="container">
2525
<div class="row">
2626
<div class="col-md-12">
2727
<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>
2929
<span class="logo-title"><a href="/">Full Stack Python</a></span>
3030
</div>
3131
</div>
@@ -278,7 +278,7 @@ <h4>Sign up here to receive an email with major updates to this site and Python
278278
<h3 class="panel-head">Sponsored By</h3>
279279
</div>
280280
<div class="panel-body">
281-
<a href="https://realpython.com/?utm_source=fsp&amp;utm_medium=promo&amp;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&amp;utm_medium=promo&amp;utm_campaign=bestresources"><img src="http://static.fullstackpython.com/realpython.png" alt="Real Python logo" width="100%"></a>
282282
<p style="font-size: .8em;">If you want to learn Python then
283283
I highly recommend
284284
<a href="https://realpython.com/?utm_source=fsp&amp;utm_medium=promo&amp;utm_campaign=bestresources" onclick="trackOutboundLink('https://realpython.com/?utm_source=fsp&amp;utm_medium=promo&amp;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
353353
</div>
354354
<div class="panel panel-success">
355355
<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>
357357
<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>.
358358
</p>
359359
</div>

0 commit comments

Comments
 (0)