Skip to content

Commit a21decc

Browse files
committed
move banner to lower part of page and update redis resources
1 parent 9006602 commit a21decc

File tree

75 files changed

+372
-361
lines changed

Some content is hidden

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

75 files changed

+372
-361
lines changed

about-author.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@
1616
<link href="/theme/css/f.min.css" rel="stylesheet">
1717
</head>
1818
<body>
19-
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
20-
<div class="container">
21-
<p class="banner"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">Learning web development? Check out The Full Stack Python Guide to Deployments book</a>!</p>
22-
</div>
23-
</div> <a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/img/fork.png" alt="Fork me on GitHub"></a>
19+
<a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/img/fork.png" alt="Fork me on GitHub"></a>
2420
<div class="container">
2521
<div class="row">
2622
<div class="col-md-12">
@@ -144,7 +140,11 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ch
144140
</div></div></div>
145141
<hr/>
146142
</div>
143+
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
147144
<div class="container">
145+
<p class="banner"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">Learning web development? Check out The Full Stack Python Guide to Deployments book</a>!</p>
146+
</div>
147+
</div> <div class="container">
148148
<div class="footer pull-right">
149149
<a href="http://www.mattmakai.com/" class="underline">Matt Makai</a>
150150
2016

all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4005,6 +4005,10 @@ <h3>Key-value pair resources</h3>
40054005
<h3>Redis resources</h3>
40064006
<ul>
40074007
<li>
4008+
<p><a href="/blog/install-redis-use-python-3-ubuntu-1604.html">How to Use Redis with Python 3 and redis-py on Ubuntu 16.04</a>
4009+
contains detailed steps to install and start using Redis in Python.</p>
4010+
</li>
4011+
<li>
40084012
<p>"<a href="https://www.digitalocean.com/community/tutorials/how-to-install-and-use-redis">How To Install and Use Redis</a>"
40094013
is a guide for getting up with the extremely useful in-memory data store.</p>
40104014
</li>

apache-http-server.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@
1616
<link href="/theme/css/f.min.css" rel="stylesheet">
1717
</head>
1818
<body>
19-
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
20-
<div class="container">
21-
<p class="banner"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">Learning web development? Check out The Full Stack Python Guide to Deployments book</a>!</p>
22-
</div>
23-
</div> <a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/img/fork.png" alt="Fork me on GitHub"></a>
19+
<a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/img/fork.png" alt="Fork me on GitHub"></a>
2420
<div class="container">
2521
<div class="row">
2622
<div class="col-md-12">
@@ -171,7 +167,11 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ch
171167
</div></div></div>
172168
<hr/>
173169
</div>
170+
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
174171
<div class="container">
172+
<p class="banner"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">Learning web development? Check out The Full Stack Python Guide to Deployments book</a>!</p>
173+
</div>
174+
</div> <div class="container">
175175
<div class="footer pull-right">
176176
<a href="http://www.mattmakai.com/" class="underline">Matt Makai</a>
177177
2016

api-creation.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@
1616
<link href="/theme/css/f.min.css" rel="stylesheet">
1717
</head>
1818
<body>
19-
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
20-
<div class="container">
21-
<p class="banner"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">Learning web development? Check out The Full Stack Python Guide to Deployments book</a>!</p>
22-
</div>
23-
</div> <a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/img/fork.png" alt="Fork me on GitHub"></a>
19+
<a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/img/fork.png" alt="Fork me on GitHub"></a>
2420
<div class="container">
2521
<div class="row">
2622
<div class="col-md-12">
@@ -396,7 +392,11 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ch
396392
</div></div></div>
397393
<hr/>
398394
</div>
395+
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
399396
<div class="container">
397+
<p class="banner"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">Learning web development? Check out The Full Stack Python Guide to Deployments book</a>!</p>
398+
</div>
399+
</div> <div class="container">
400400
<div class="footer pull-right">
401401
<a href="http://www.mattmakai.com/" class="underline">Matt Makai</a>
402402
2016

api-integration.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@
1616
<link href="/theme/css/f.min.css" rel="stylesheet">
1717
</head>
1818
<body>
19-
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
20-
<div class="container">
21-
<p class="banner"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">Learning web development? Check out The Full Stack Python Guide to Deployments book</a>!</p>
22-
</div>
23-
</div> <a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/img/fork.png" alt="Fork me on GitHub"></a>
19+
<a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/img/fork.png" alt="Fork me on GitHub"></a>
2420
<div class="container">
2521
<div class="row">
2622
<div class="col-md-12">
@@ -240,7 +236,11 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ch
240236
</div></div></div>
241237
<hr/>
242238
</div>
239+
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
243240
<div class="container">
241+
<p class="banner"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">Learning web development? Check out The Full Stack Python Guide to Deployments book</a>!</p>
242+
</div>
243+
</div> <div class="container">
244244
<div class="footer pull-right">
245245
<a href="http://www.mattmakai.com/" class="underline">Matt Makai</a>
246246
2016

application-dependencies.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@
1616
<link href="/theme/css/f.min.css" rel="stylesheet">
1717
</head>
1818
<body>
19-
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
20-
<div class="container">
21-
<p class="banner"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">Learning web development? Check out The Full Stack Python Guide to Deployments book</a>!</p>
22-
</div>
23-
</div> <a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/img/fork.png" alt="Fork me on GitHub"></a>
19+
<a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/img/fork.png" alt="Fork me on GitHub"></a>
2420
<div class="container">
2521
<div class="row">
2622
<div class="col-md-12">
@@ -311,7 +307,11 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ch
311307
</div></div></div>
312308
<hr/>
313309
</div>
310+
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
314311
<div class="container">
312+
<p class="banner"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">Learning web development? Check out The Full Stack Python Guide to Deployments book</a>!</p>
313+
</div>
314+
</div> <div class="container">
315315
<div class="footer pull-right">
316316
<a href="http://www.mattmakai.com/" class="underline">Matt Makai</a>
317317
2016

application-programming-interfaces.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@
1616
<link href="/theme/css/f.min.css" rel="stylesheet">
1717
</head>
1818
<body>
19-
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
20-
<div class="container">
21-
<p class="banner"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">Learning web development? Check out The Full Stack Python Guide to Deployments book</a>!</p>
22-
</div>
23-
</div> <a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/img/fork.png" alt="Fork me on GitHub"></a>
19+
<a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/img/fork.png" alt="Fork me on GitHub"></a>
2420
<div class="container">
2521
<div class="row">
2622
<div class="col-md-12">
@@ -217,7 +213,11 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ch
217213
</div></div></div>
218214
<hr/>
219215
</div>
216+
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
220217
<div class="container">
218+
<p class="banner"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">Learning web development? Check out The Full Stack Python Guide to Deployments book</a>!</p>
219+
</div>
220+
</div> <div class="container">
221221
<div class="footer pull-right">
222222
<a href="http://www.mattmakai.com/" class="underline">Matt Makai</a>
223223
2016

best-python-resources.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@
1616
<link href="/theme/css/f.min.css" rel="stylesheet">
1717
</head>
1818
<body>
19-
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
20-
<div class="container">
21-
<p class="banner"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">Learning web development? Check out The Full Stack Python Guide to Deployments book</a>!</p>
22-
</div>
23-
</div> <a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/img/fork.png" alt="Fork me on GitHub"></a>
19+
<a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/img/fork.png" alt="Fork me on GitHub"></a>
2420
<div class="container">
2521
<div class="row">
2622
<div class="col-md-12">
@@ -364,7 +360,11 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ch
364360
</div></div></div>
365361
<hr/>
366362
</div>
363+
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
367364
<div class="container">
365+
<p class="banner"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">Learning web development? Check out The Full Stack Python Guide to Deployments book</a>!</p>
366+
</div>
367+
</div> <div class="container">
368368
<div class="footer pull-right">
369369
<a href="http://www.mattmakai.com/" class="underline">Matt Makai</a>
370370
2016

best-python-videos.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@
1616
<link href="/theme/css/f.min.css" rel="stylesheet">
1717
</head>
1818
<body>
19-
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
20-
<div class="container">
21-
<p class="banner"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">Learning web development? Check out The Full Stack Python Guide to Deployments book</a>!</p>
22-
</div>
23-
</div> <a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/img/fork.png" alt="Fork me on GitHub"></a>
19+
<a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/img/fork.png" alt="Fork me on GitHub"></a>
2420
<div class="container">
2521
<div class="row">
2622
<div class="col-md-12">
@@ -255,7 +251,11 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ch
255251
</div></div></div>
256252
<hr/>
257253
</div>
254+
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
258255
<div class="container">
256+
<p class="banner"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">Learning web development? Check out The Full Stack Python Guide to Deployments book</a>!</p>
257+
</div>
258+
</div> <div class="container">
259259
<div class="footer pull-right">
260260
<a href="http://www.mattmakai.com/" class="underline">Matt Makai</a>
261261
2016

bots.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@
1616
<link href="/theme/css/f.min.css" rel="stylesheet">
1717
</head>
1818
<body>
19-
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
20-
<div class="container">
21-
<p class="banner"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">Learning web development? Check out The Full Stack Python Guide to Deployments book</a>!</p>
22-
</div>
23-
</div> <a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/img/fork.png" alt="Fork me on GitHub"></a>
19+
<a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/img/fork.png" alt="Fork me on GitHub"></a>
2420
<div class="container">
2521
<div class="row">
2622
<div class="col-md-12">
@@ -180,7 +176,11 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ch
180176
</div></div></div>
181177
<hr/>
182178
</div>
179+
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
183180
<div class="container">
181+
<p class="banner"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">Learning web development? Check out The Full Stack Python Guide to Deployments book</a>!</p>
182+
</div>
183+
</div> <div class="container">
184184
<div class="footer pull-right">
185185
<a href="http://www.mattmakai.com/" class="underline">Matt Makai</a>
186186
2016

0 commit comments

Comments
 (0)