Skip to content

Commit cd789bd

Browse files
committed
updating text on fsp guide link
1 parent de7e7e7 commit cd789bd

Some content is hidden

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

60 files changed

+498
-208
lines changed

about-author.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,10 @@ <h4>Sign up here to receive an email with major updates to this site and Python
9090
<div class="panel panel-success">
9191
<div class="panel-body">
9292
<a href="https://gumroad.com/l/kwjLZ"><img src="theme/img/sponsored/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
93-
<p style="font-size: .8em; margin-top: 10px;">Looking for a detailed step-by-step Python deployment tutorial? Check out the upcoming <a href="https://gumroad.com/l/kwjLZ">Full Stack Python Guide to Deployments book</a>.
93+
<p style="font-size: .8em; margin-top: 10px;">Searching for a complete, step-by-step deployment walkthrough? Pre-order the <a href="https://gumroad.com/l/kwjLZ">Full Stack Python Guide to Deployments book</a>.
9494
</p>
9595
</div>
96-
</div>
97-
<div class="panel panel-success">
96+
</div> <div class="panel panel-success">
9897
<div class="panel-heading">
9998
<h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Table of Contents</a></h3>
10099
</div>
@@ -153,7 +152,13 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
153152
<a href="/about-author.html" class="list-group-item smaller-item active" style='font-family: "Helvetica Neue",sans-serif;'>About the Author</a>
154153
</div>
155154
</div>
156-
<div class="panel panel-success">
155+
<div class="panel panel-success">
156+
<div class="panel-body">
157+
<a href="https://gumroad.com/l/kwjLZ"><img src="theme/img/sponsored/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
158+
<p style="font-size: .8em; margin-top: 10px;">Searching for a complete, step-by-step deployment walkthrough? Pre-order the <a href="https://gumroad.com/l/kwjLZ">Full Stack Python Guide to Deployments book</a>.
159+
</p>
160+
</div>
161+
</div> <div class="panel panel-success">
157162
<div class="panel-heading"><h3 class="panel-head">About the Author</h3></div>
158163
<div class="panel-body">
159164
Major updates are tweeted via

all.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6876,7 +6876,13 @@ <h1>About the Author</h1>
68766876
<a href="https://github.com/makaimc/fullstackpython.github.com/">GitHub</a>.</p>
68776877
</div>
68786878
<div class="col-md-offset-1 col-md-3" id="sidebar">
6879-
<div class="panel panel-success">
6879+
<div class="panel panel-success">
6880+
<div class="panel-body">
6881+
<a href="https://gumroad.com/l/kwjLZ"><img src="theme/img/sponsored/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
6882+
<p style="font-size: .8em; margin-top: 10px;">Searching for a complete, step-by-step deployment walkthrough? Pre-order the <a href="https://gumroad.com/l/kwjLZ">Full Stack Python Guide to Deployments book</a>.
6883+
</p>
6884+
</div>
6885+
</div> <div class="panel panel-success">
68806886
<div class="panel-heading"><h3 class="panel-head">Full Stack Python</h3></div>
68816887
<div class="panel-body">
68826888
View the

api-creation.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,11 +284,10 @@ <h4>Sign up here to receive an email with major updates to this site and Python
284284
<div class="panel panel-success">
285285
<div class="panel-body">
286286
<a href="https://gumroad.com/l/kwjLZ"><img src="theme/img/sponsored/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
287-
<p style="font-size: .8em; margin-top: 10px;">Looking for a detailed step-by-step Python deployment tutorial? Check out the upcoming <a href="https://gumroad.com/l/kwjLZ">Full Stack Python Guide to Deployments book</a>.
287+
<p style="font-size: .8em; margin-top: 10px;">Searching for a complete, step-by-step deployment walkthrough? Pre-order the <a href="https://gumroad.com/l/kwjLZ">Full Stack Python Guide to Deployments book</a>.
288288
</p>
289289
</div>
290-
</div>
291-
<div class="panel panel-success">
290+
</div> <div class="panel panel-success">
292291
<div class="panel-heading">
293292
<h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Table of Contents</a></h3>
294293
</div>
@@ -347,7 +346,13 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
347346
<a href="/about-author.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>About the Author</a>
348347
</div>
349348
</div>
350-
<div class="panel panel-success">
349+
<div class="panel panel-success">
350+
<div class="panel-body">
351+
<a href="https://gumroad.com/l/kwjLZ"><img src="theme/img/sponsored/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
352+
<p style="font-size: .8em; margin-top: 10px;">Searching for a complete, step-by-step deployment walkthrough? Pre-order the <a href="https://gumroad.com/l/kwjLZ">Full Stack Python Guide to Deployments book</a>.
353+
</p>
354+
</div>
355+
</div> <div class="panel panel-success">
351356
<div class="panel-heading"><h3 class="panel-head">API Creation</h3></div>
352357
<div class="panel-body">
353358
Major updates are tweeted via

api-integration.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,10 @@ <h4>Sign up here to receive an email with major updates to this site and Python
186186
<div class="panel panel-success">
187187
<div class="panel-body">
188188
<a href="https://gumroad.com/l/kwjLZ"><img src="theme/img/sponsored/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
189-
<p style="font-size: .8em; margin-top: 10px;">Looking for a detailed step-by-step Python deployment tutorial? Check out the upcoming <a href="https://gumroad.com/l/kwjLZ">Full Stack Python Guide to Deployments book</a>.
189+
<p style="font-size: .8em; margin-top: 10px;">Searching for a complete, step-by-step deployment walkthrough? Pre-order the <a href="https://gumroad.com/l/kwjLZ">Full Stack Python Guide to Deployments book</a>.
190190
</p>
191191
</div>
192-
</div>
193-
<div class="panel panel-success">
192+
</div> <div class="panel panel-success">
194193
<div class="panel-heading">
195194
<h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Table of Contents</a></h3>
196195
</div>
@@ -249,7 +248,13 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
249248
<a href="/about-author.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>About the Author</a>
250249
</div>
251250
</div>
252-
<div class="panel panel-success">
251+
<div class="panel panel-success">
252+
<div class="panel-body">
253+
<a href="https://gumroad.com/l/kwjLZ"><img src="theme/img/sponsored/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
254+
<p style="font-size: .8em; margin-top: 10px;">Searching for a complete, step-by-step deployment walkthrough? Pre-order the <a href="https://gumroad.com/l/kwjLZ">Full Stack Python Guide to Deployments book</a>.
255+
</p>
256+
</div>
257+
</div> <div class="panel panel-success">
253258
<div class="panel-heading"><h3 class="panel-head">API Integration</h3></div>
254259
<div class="panel-body">
255260
Major updates are tweeted via

application-dependencies.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,11 +247,10 @@ <h4>Sign up here to receive an email with major updates to this site and Python
247247
<div class="panel panel-success">
248248
<div class="panel-body">
249249
<a href="https://gumroad.com/l/kwjLZ"><img src="theme/img/sponsored/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
250-
<p style="font-size: .8em; margin-top: 10px;">Looking for a detailed step-by-step Python deployment tutorial? Check out the upcoming <a href="https://gumroad.com/l/kwjLZ">Full Stack Python Guide to Deployments book</a>.
250+
<p style="font-size: .8em; margin-top: 10px;">Searching for a complete, step-by-step deployment walkthrough? Pre-order the <a href="https://gumroad.com/l/kwjLZ">Full Stack Python Guide to Deployments book</a>.
251251
</p>
252252
</div>
253-
</div>
254-
<div class="panel panel-success">
253+
</div> <div class="panel panel-success">
255254
<div class="panel-heading">
256255
<h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Table of Contents</a></h3>
257256
</div>
@@ -310,7 +309,13 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
310309
<a href="/about-author.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>About the Author</a>
311310
</div>
312311
</div>
313-
<div class="panel panel-success">
312+
<div class="panel panel-success">
313+
<div class="panel-body">
314+
<a href="https://gumroad.com/l/kwjLZ"><img src="theme/img/sponsored/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
315+
<p style="font-size: .8em; margin-top: 10px;">Searching for a complete, step-by-step deployment walkthrough? Pre-order the <a href="https://gumroad.com/l/kwjLZ">Full Stack Python Guide to Deployments book</a>.
316+
</p>
317+
</div>
318+
</div> <div class="panel panel-success">
314319
<div class="panel-heading"><h3 class="panel-head">Application Dependencies</h3></div>
315320
<div class="panel-body">
316321
Major updates are tweeted via

application-programming-interfaces.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,10 @@ <h4>Sign up here to receive an email with major updates to this site and Python
154154
<div class="panel panel-success">
155155
<div class="panel-body">
156156
<a href="https://gumroad.com/l/kwjLZ"><img src="theme/img/sponsored/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
157-
<p style="font-size: .8em; margin-top: 10px;">Looking for a detailed step-by-step Python deployment tutorial? Check out the upcoming <a href="https://gumroad.com/l/kwjLZ">Full Stack Python Guide to Deployments book</a>.
157+
<p style="font-size: .8em; margin-top: 10px;">Searching for a complete, step-by-step deployment walkthrough? Pre-order the <a href="https://gumroad.com/l/kwjLZ">Full Stack Python Guide to Deployments book</a>.
158158
</p>
159159
</div>
160-
</div>
161-
<div class="panel panel-success">
160+
</div> <div class="panel panel-success">
162161
<div class="panel-heading">
163162
<h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Table of Contents</a></h3>
164163
</div>
@@ -217,7 +216,13 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
217216
<a href="/about-author.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>About the Author</a>
218217
</div>
219218
</div>
220-
<div class="panel panel-success">
219+
<div class="panel panel-success">
220+
<div class="panel-body">
221+
<a href="https://gumroad.com/l/kwjLZ"><img src="theme/img/sponsored/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
222+
<p style="font-size: .8em; margin-top: 10px;">Searching for a complete, step-by-step deployment walkthrough? Pre-order the <a href="https://gumroad.com/l/kwjLZ">Full Stack Python Guide to Deployments book</a>.
223+
</p>
224+
</div>
225+
</div> <div class="panel panel-success">
221226
<div class="panel-heading"><h3 class="panel-head">Application Programming Interfaces</h3></div>
222227
<div class="panel-body">
223228
Major updates are tweeted via

best-python-resources.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,13 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
336336
<a href="/about-author.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>About the Author</a>
337337
</div>
338338
</div>
339-
<div class="panel panel-success">
339+
<div class="panel panel-success">
340+
<div class="panel-body">
341+
<a href="https://gumroad.com/l/kwjLZ"><img src="theme/img/sponsored/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
342+
<p style="font-size: .8em; margin-top: 10px;">Searching for a complete, step-by-step deployment walkthrough? Pre-order the <a href="https://gumroad.com/l/kwjLZ">Full Stack Python Guide to Deployments book</a>.
343+
</p>
344+
</div>
345+
</div> <div class="panel panel-success">
340346
<div class="panel-heading"><h3 class="panel-head">Best Python Resources</h3></div>
341347
<div class="panel-body">
342348
Major updates are tweeted via

best-python-videos.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,10 @@ <h4>Sign up here to receive an email with major updates to this site and Python
204204
<div class="panel panel-success">
205205
<div class="panel-body">
206206
<a href="https://gumroad.com/l/kwjLZ"><img src="theme/img/sponsored/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
207-
<p style="font-size: .8em; margin-top: 10px;">Looking for a detailed step-by-step Python deployment tutorial? Check out the upcoming <a href="https://gumroad.com/l/kwjLZ">Full Stack Python Guide to Deployments book</a>.
207+
<p style="font-size: .8em; margin-top: 10px;">Searching for a complete, step-by-step deployment walkthrough? Pre-order the <a href="https://gumroad.com/l/kwjLZ">Full Stack Python Guide to Deployments book</a>.
208208
</p>
209209
</div>
210-
</div>
211-
<div class="panel panel-success">
210+
</div> <div class="panel panel-success">
212211
<div class="panel-heading">
213212
<h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Table of Contents</a></h3>
214213
</div>
@@ -267,7 +266,13 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
267266
<a href="/about-author.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>About the Author</a>
268267
</div>
269268
</div>
270-
<div class="panel panel-success">
269+
<div class="panel panel-success">
270+
<div class="panel-body">
271+
<a href="https://gumroad.com/l/kwjLZ"><img src="theme/img/sponsored/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
272+
<p style="font-size: .8em; margin-top: 10px;">Searching for a complete, step-by-step deployment walkthrough? Pre-order the <a href="https://gumroad.com/l/kwjLZ">Full Stack Python Guide to Deployments book</a>.
273+
</p>
274+
</div>
275+
</div> <div class="panel panel-success">
271276
<div class="panel-heading"><h3 class="panel-head">Best Python Videos</h3></div>
272277
<div class="panel-body">
273278
Major updates are tweeted via

bottle.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,10 @@ <h4>Sign up here to receive an email with major updates to this site and Python
143143
<div class="panel panel-success">
144144
<div class="panel-body">
145145
<a href="https://gumroad.com/l/kwjLZ"><img src="theme/img/sponsored/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
146-
<p style="font-size: .8em; margin-top: 10px;">Looking for a detailed step-by-step Python deployment tutorial? Check out the upcoming <a href="https://gumroad.com/l/kwjLZ">Full Stack Python Guide to Deployments book</a>.
146+
<p style="font-size: .8em; margin-top: 10px;">Searching for a complete, step-by-step deployment walkthrough? Pre-order the <a href="https://gumroad.com/l/kwjLZ">Full Stack Python Guide to Deployments book</a>.
147147
</p>
148148
</div>
149-
</div>
150-
<div class="panel panel-success">
149+
</div> <div class="panel panel-success">
151150
<div class="panel-heading">
152151
<h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Table of Contents</a></h3>
153152
</div>
@@ -206,7 +205,13 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
206205
<a href="/about-author.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>About the Author</a>
207206
</div>
208207
</div>
209-
<div class="panel panel-success">
208+
<div class="panel panel-success">
209+
<div class="panel-body">
210+
<a href="https://gumroad.com/l/kwjLZ"><img src="theme/img/sponsored/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
211+
<p style="font-size: .8em; margin-top: 10px;">Searching for a complete, step-by-step deployment walkthrough? Pre-order the <a href="https://gumroad.com/l/kwjLZ">Full Stack Python Guide to Deployments book</a>.
212+
</p>
213+
</div>
214+
</div> <div class="panel panel-success">
210215
<div class="panel-heading"><h3 class="panel-head">Bottle</h3></div>
211216
<div class="panel-body">
212217
Major updates are tweeted via

caching.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,10 @@ <h4>Sign up here to receive an email with major updates to this site and Python
125125
<div class="panel panel-success">
126126
<div class="panel-body">
127127
<a href="https://gumroad.com/l/kwjLZ"><img src="theme/img/sponsored/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
128-
<p style="font-size: .8em; margin-top: 10px;">Looking for a detailed step-by-step Python deployment tutorial? Check out the upcoming <a href="https://gumroad.com/l/kwjLZ">Full Stack Python Guide to Deployments book</a>.
128+
<p style="font-size: .8em; margin-top: 10px;">Searching for a complete, step-by-step deployment walkthrough? Pre-order the <a href="https://gumroad.com/l/kwjLZ">Full Stack Python Guide to Deployments book</a>.
129129
</p>
130130
</div>
131-
</div>
132-
<div class="panel panel-success">
131+
</div> <div class="panel panel-success">
133132
<div class="panel-heading">
134133
<h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Table of Contents</a></h3>
135134
</div>
@@ -188,7 +187,13 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
188187
<a href="/about-author.html" class="list-group-item smaller-item " style='font-family: "Helvetica Neue",sans-serif;'>About the Author</a>
189188
</div>
190189
</div>
191-
<div class="panel panel-success">
190+
<div class="panel panel-success">
191+
<div class="panel-body">
192+
<a href="https://gumroad.com/l/kwjLZ"><img src="theme/img/sponsored/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
193+
<p style="font-size: .8em; margin-top: 10px;">Searching for a complete, step-by-step deployment walkthrough? Pre-order the <a href="https://gumroad.com/l/kwjLZ">Full Stack Python Guide to Deployments book</a>.
194+
</p>
195+
</div>
196+
</div> <div class="panel panel-success">
192197
<div class="panel-heading"><h3 class="panel-head">Caching</h3></div>
193198
<div class="panel-body">
194199
Major updates are tweeted via

0 commit comments

Comments
 (0)