Skip to content

Commit d52479e

Browse files
committed
changing to serve all via cloudflare/gh pages rather than static subdomain
1 parent 44293c6 commit d52479e

File tree

79 files changed

+228
-228
lines changed

Some content is hidden

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

79 files changed

+228
-228
lines changed

about-author.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<meta name="author" content="Matt Makai">
99
<meta name="description" content="Learn more about the author of Full Stack Python, Matt Makai.">
10-
<link rel="shortcut icon" href="//static.fullstackpython.com/fsp-fav.png">
10+
<link rel="shortcut icon" href="/img/fsp-fav.png">
1111
<title>About the Author - Full Stack Python</title>
1212
<!--[if lt IE 9]>
1313
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
@@ -20,7 +20,7 @@
2020
<div class="container">
2121
<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>
2222
</div>
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>
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>
2424
<div class="container">
2525
<div class="row">
2626
<div class="col-md-12">
@@ -87,7 +87,7 @@ <h4>Sign up here to receive an email with major updates to this site and Python
8787
<div class="col-md-offset-1 col-md-3" id="sidebar">
8888
<div class="panel panel-success">
8989
<div class="panel-body">
90-
<a href="http://www.deploypython.com/"><img src="//static.fullstackpython.com/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
90+
<a href="http://www.deploypython.com/"><img src="/img/sponsored/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
9191
<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>.
9292
</p>
9393
</div>

all.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<meta name="author" content="Matt Makai">
9-
<link rel="shortcut icon" href="//static.fullstackpython.com/fsp-fav.png">
9+
<link rel="shortcut icon" href="/img/fsp-fav.png">
1010
<title>Full Stack Python</title>
1111
<!--[if lt IE 9]>
1212
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
@@ -15,7 +15,7 @@
1515
<link href="theme/css/f.min.css" rel="stylesheet">
1616
</head>
1717
<body>
18-
<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>
18+
<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>
1919
<div class="container">
2020
<div class="row">
2121
<div class="col-md-12">

apache-http-server.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<meta name="author" content="Matt Makai">
99
<meta name="description" content="Apache HTTP Server is a widely deployed web server and is often used with WSGI to serve Python web apps.">
10-
<link rel="shortcut icon" href="//static.fullstackpython.com/fsp-fav.png">
10+
<link rel="shortcut icon" href="/img/fsp-fav.png">
1111
<title>Apache HTTP Server - Full Stack Python</title>
1212
<!--[if lt IE 9]>
1313
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
@@ -20,7 +20,7 @@
2020
<div class="container">
2121
<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>
2222
</div>
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>
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>
2424
<div class="container">
2525
<div class="row">
2626
<div class="col-md-12">
@@ -104,7 +104,7 @@ <h4>Sign up here to receive an email with major updates to this site and Python
104104
<div class="col-md-offset-1 col-md-3" id="sidebar">
105105
<div class="panel panel-success">
106106
<div class="panel-body">
107-
<a href="http://www.deploypython.com/"><img src="//static.fullstackpython.com/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
107+
<a href="http://www.deploypython.com/"><img src="/img/sponsored/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
108108
<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>.
109109
</p>
110110
</div>

api-creation.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<meta name="author" content="Matt Makai">
99
<meta name="description" content="Web APIs enable machine-to-machine communication. Learn more about creating web APIs on Full Stack Python.">
10-
<link rel="shortcut icon" href="//static.fullstackpython.com/fsp-fav.png">
10+
<link rel="shortcut icon" href="/img/fsp-fav.png">
1111
<title>API Creation - Full Stack Python</title>
1212
<!--[if lt IE 9]>
1313
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
@@ -20,7 +20,7 @@
2020
<div class="container">
2121
<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>
2222
</div>
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>
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>
2424
<div class="container">
2525
<div class="row">
2626
<div class="col-md-12">
@@ -344,7 +344,7 @@ <h4>Sign up here to receive an email with major updates to this site and Python
344344
<div class="col-md-offset-1 col-md-3" id="sidebar">
345345
<div class="panel panel-success">
346346
<div class="panel-body">
347-
<a href="http://www.deploypython.com/"><img src="//static.fullstackpython.com/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
347+
<a href="http://www.deploypython.com/"><img src="/img/sponsored/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
348348
<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>.
349349
</p>
350350
</div>

api-integration.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<meta name="author" content="Matt Makai">
99
<meta name="description" content="Integrating web APIs into an application is necessary for both mobile and web applications. Learn more about API integration on Full Stack Python.">
10-
<link rel="shortcut icon" href="//static.fullstackpython.com/fsp-fav.png">
10+
<link rel="shortcut icon" href="/img/fsp-fav.png">
1111
<title>API Integration - Full Stack Python</title>
1212
<!--[if lt IE 9]>
1313
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
@@ -20,7 +20,7 @@
2020
<div class="container">
2121
<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>
2222
</div>
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>
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>
2424
<div class="container">
2525
<div class="row">
2626
<div class="col-md-12">
@@ -183,7 +183,7 @@ <h4>Sign up here to receive an email with major updates to this site and Python
183183
<div class="col-md-offset-1 col-md-3" id="sidebar">
184184
<div class="panel panel-success">
185185
<div class="panel-body">
186-
<a href="http://www.deploypython.com/"><img src="//static.fullstackpython.com/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
186+
<a href="http://www.deploypython.com/"><img src="/img/sponsored/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
187187
<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>.
188188
</p>
189189
</div>

application-dependencies.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<meta name="author" content="Matt Makai">
99
<meta name="description" content="Python web applications depend on many code libraries. Learn more about application dependencies on Full Stack Python.">
10-
<link rel="shortcut icon" href="//static.fullstackpython.com/fsp-fav.png">
10+
<link rel="shortcut icon" href="/img/fsp-fav.png">
1111
<title>Application Dependencies - Full Stack Python</title>
1212
<!--[if lt IE 9]>
1313
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
@@ -20,7 +20,7 @@
2020
<div class="container">
2121
<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>
2222
</div>
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>
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>
2424
<div class="container">
2525
<div class="row">
2626
<div class="col-md-12">
@@ -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="//static.fullstackpython.com/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
250+
<a href="http://www.deploypython.com/"><img src="/img/sponsored/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>

application-programming-interfaces.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<meta name="author" content="Matt Makai">
99
<meta name="description" content="Web application programming interfaces (APIs) provide a machine-to-machine data transport mechanism. Learn more about web APIs at Full Stack Python.">
10-
<link rel="shortcut icon" href="//static.fullstackpython.com/fsp-fav.png">
10+
<link rel="shortcut icon" href="/img/fsp-fav.png">
1111
<title>Application Programming Interfaces - Full Stack Python</title>
1212
<!--[if lt IE 9]>
1313
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
@@ -20,7 +20,7 @@
2020
<div class="container">
2121
<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>
2222
</div>
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>
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>
2424
<div class="container">
2525
<div class="row">
2626
<div class="col-md-12">
@@ -160,7 +160,7 @@ <h4>Sign up here to receive an email with major updates to this site and Python
160160
<div class="col-md-offset-1 col-md-3" id="sidebar">
161161
<div class="panel panel-success">
162162
<div class="panel-body">
163-
<a href="http://www.deploypython.com/"><img src="//static.fullstackpython.com/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
163+
<a href="http://www.deploypython.com/"><img src="/img/sponsored/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
164164
<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>.
165165
</p>
166166
</div>

best-python-resources.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<meta name="author" content="Matt Makai">
99
<meta name="description" content="Get recommendations for dozens of great programming tutorials via Full Stack Python's Best Python Resources page.">
10-
<link rel="shortcut icon" href="//static.fullstackpython.com/fsp-fav.png">
10+
<link rel="shortcut icon" href="/img/fsp-fav.png">
1111
<title>Best Python Resources - Full Stack Python</title>
1212
<!--[if lt IE 9]>
1313
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
@@ -20,7 +20,7 @@
2020
<div class="container">
2121
<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>
2222
</div>
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>
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>
2424
<div class="container">
2525
<div class="row">
2626
<div class="col-md-12">
@@ -292,7 +292,7 @@ <h4>Sign up here to receive an email with major updates to this site and Python
292292
<h3 class="panel-head">Sponsored By</h3>
293293
</div>
294294
<div class="panel-body">
295-
<a href="https://realpython.com/?utm_source=fsp&amp;utm_medium=promo&amp;utm_campaign=bestresources"><img src="//static.fullstackpython.com/realpython.jpg" alt="Real Python logo" width="100%"></a>
295+
<a href="https://realpython.com/?utm_source=fsp&amp;utm_medium=promo&amp;utm_campaign=bestresources"><img src="/img/sponsored/realpython.jpg" alt="Real Python logo" width="100%"></a>
296296
<p style="font-size: .8em;">If you want to learn Python then
297297
I highly recommend
298298
<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

best-python-videos.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<meta name="author" content="Matt Makai">
99
<meta name="description" content="Watch the best videos to learn Python from the language masters of the community on Full Stack Python's Best Python Videos page.">
10-
<link rel="shortcut icon" href="//static.fullstackpython.com/fsp-fav.png">
10+
<link rel="shortcut icon" href="/img/fsp-fav.png">
1111
<title>Best Python Videos - Full Stack Python</title>
1212
<!--[if lt IE 9]>
1313
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
@@ -20,7 +20,7 @@
2020
<div class="container">
2121
<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>
2222
</div>
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>
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>
2424
<div class="container">
2525
<div class="row">
2626
<div class="col-md-12">
@@ -202,7 +202,7 @@ <h4>Sign up here to receive an email with major updates to this site and Python
202202
<div class="col-md-offset-1 col-md-3" id="sidebar">
203203
<div class="panel panel-success">
204204
<div class="panel-body">
205-
<a href="http://www.deploypython.com/"><img src="//static.fullstackpython.com/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
205+
<a href="http://www.deploypython.com/"><img src="/img/sponsored/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
206206
<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>.
207207
</p>
208208
</div>

bottle.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<meta name="author" content="Matt Makai">
99
<meta name="description" content="Bottle is a Python web framework contained within a single source file. Learn more about Bottle on Full Stack Python.">
10-
<link rel="shortcut icon" href="//static.fullstackpython.com/fsp-fav.png">
10+
<link rel="shortcut icon" href="/img/fsp-fav.png">
1111
<title>Bottle - Full Stack Python</title>
1212
<!--[if lt IE 9]>
1313
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
@@ -20,7 +20,7 @@
2020
<div class="container">
2121
<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>
2222
</div>
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>
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>
2424
<div class="container">
2525
<div class="row">
2626
<div class="col-md-12">
@@ -153,7 +153,7 @@ <h4>Sign up here to receive an email with major updates to this site and Python
153153
<div class="col-md-offset-1 col-md-3" id="sidebar">
154154
<div class="panel panel-success">
155155
<div class="panel-body">
156-
<a href="http://www.deploypython.com/"><img src="//static.fullstackpython.com/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
156+
<a href="http://www.deploypython.com/"><img src="/img/sponsored/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
157157
<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>.
158158
</p>
159159
</div>

0 commit comments

Comments
 (0)