Skip to content

Commit 1b0c548

Browse files
committed
perf tweaks
1 parent 1cffd4b commit 1b0c548

File tree

102 files changed

+373
-682
lines changed

Some content is hidden

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

102 files changed

+373
-682
lines changed

about-author.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,15 @@
88
<meta name="author" content="Matt Makai">
99
<meta name="description" content="Learn more about the author of Full Stack Python, Matt Makai.">
1010
<title>About the Author - Full Stack Python</title>
11-
<!--[if lt IE 9]>
12-
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
13-
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
14-
<![endif]-->
15-
<link href="/theme/css/f.min.css" rel="stylesheet">
11+
<link href="/f.css" rel="stylesheet">
1612
<link rel="shortcut icon" href="/img/fsp-fav.png">
1713
</head>
1814
<body>
1915
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
2016
<div class="container">
2117
<p class="banner"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">Learning web development? Check out the Guide to Deployments September 2016 book update</a>!</p>
2218
</div>
23-
</div> <a href="https://github.com/mattmakai/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/img/fork.png" alt="Fork me on GitHub"></a>
24-
<div class="container">
19+
</div> <div class="container">
2520
<div class="row">
2621
<div class="col-md-12">
2722
<div class="logo-header-section">

all.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<meta name="author" content="Matt Makai">
99
<title>Full Stack Python</title>
10-
<!--[if lt IE 9]>
11-
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
12-
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
13-
<![endif]-->
14-
<link href="/theme/css/f.min.css" rel="stylesheet">
10+
<link href="/f.css" rel="stylesheet">
1511
<link rel="shortcut icon" href="/img/fsp-fav.png">
1612
</head>
1713
<body>
18-
<a href="https://github.com/mattmakai/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/img/fork.png" alt="Fork me on GitHub"></a>
1914
<div class="container">
2015
<div class="row">
2116
<div class="col-md-12">

apache-http-server.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,15 @@
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.">
1010
<title>Apache HTTP Server - Full Stack Python</title>
11-
<!--[if lt IE 9]>
12-
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
13-
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
14-
<![endif]-->
15-
<link href="/theme/css/f.min.css" rel="stylesheet">
11+
<link href="/f.css" rel="stylesheet">
1612
<link rel="shortcut icon" href="/img/fsp-fav.png">
1713
</head>
1814
<body>
1915
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
2016
<div class="container">
2117
<p class="banner"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">Learning web development? Check out the Guide to Deployments September 2016 book update</a>!</p>
2218
</div>
23-
</div> <a href="https://github.com/mattmakai/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/img/fork.png" alt="Fork me on GitHub"></a>
24-
<div class="container">
19+
</div> <div class="container">
2520
<div class="row">
2621
<div class="col-md-12">
2722
<div class="logo-header-section">

api-creation.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,15 @@
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.">
1010
<title>API Creation - Full Stack Python</title>
11-
<!--[if lt IE 9]>
12-
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
13-
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
14-
<![endif]-->
15-
<link href="/theme/css/f.min.css" rel="stylesheet">
11+
<link href="/f.css" rel="stylesheet">
1612
<link rel="shortcut icon" href="/img/fsp-fav.png">
1713
</head>
1814
<body>
1915
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
2016
<div class="container">
2117
<p class="banner"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">Learning web development? Check out the Guide to Deployments September 2016 book update</a>!</p>
2218
</div>
23-
</div> <a href="https://github.com/mattmakai/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/img/fork.png" alt="Fork me on GitHub"></a>
24-
<div class="container">
19+
</div> <div class="container">
2520
<div class="row">
2621
<div class="col-md-12">
2722
<div class="logo-header-section">

api-integration.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,15 @@
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.">
1010
<title>API Integration - Full Stack Python</title>
11-
<!--[if lt IE 9]>
12-
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
13-
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
14-
<![endif]-->
15-
<link href="/theme/css/f.min.css" rel="stylesheet">
11+
<link href="/f.css" rel="stylesheet">
1612
<link rel="shortcut icon" href="/img/fsp-fav.png">
1713
</head>
1814
<body>
1915
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
2016
<div class="container">
2117
<p class="banner"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">Learning web development? Check out the Guide to Deployments September 2016 book update</a>!</p>
2218
</div>
23-
</div> <a href="https://github.com/mattmakai/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/img/fork.png" alt="Fork me on GitHub"></a>
24-
<div class="container">
19+
</div> <div class="container">
2520
<div class="row">
2621
<div class="col-md-12">
2722
<div class="logo-header-section">

application-dependencies.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,15 @@
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.">
1010
<title>Application Dependencies - Full Stack Python</title>
11-
<!--[if lt IE 9]>
12-
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
13-
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
14-
<![endif]-->
15-
<link href="/theme/css/f.min.css" rel="stylesheet">
11+
<link href="/f.css" rel="stylesheet">
1612
<link rel="shortcut icon" href="/img/fsp-fav.png">
1713
</head>
1814
<body>
1915
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
2016
<div class="container">
2117
<p class="banner"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">Learning web development? Check out the Guide to Deployments September 2016 book update</a>!</p>
2218
</div>
23-
</div> <a href="https://github.com/mattmakai/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/img/fork.png" alt="Fork me on GitHub"></a>
24-
<div class="container">
19+
</div> <div class="container">
2520
<div class="row">
2621
<div class="col-md-12">
2722
<div class="logo-header-section">

application-programming-interfaces.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,15 @@
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.">
1010
<title>Application Programming Interfaces - Full Stack Python</title>
11-
<!--[if lt IE 9]>
12-
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
13-
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
14-
<![endif]-->
15-
<link href="/theme/css/f.min.css" rel="stylesheet">
11+
<link href="/f.css" rel="stylesheet">
1612
<link rel="shortcut icon" href="/img/fsp-fav.png">
1713
</head>
1814
<body>
1915
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
2016
<div class="container">
2117
<p class="banner"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">Learning web development? Check out the Guide to Deployments September 2016 book update</a>!</p>
2218
</div>
23-
</div> <a href="https://github.com/mattmakai/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/img/fork.png" alt="Fork me on GitHub"></a>
24-
<div class="container">
19+
</div> <div class="container">
2520
<div class="row">
2621
<div class="col-md-12">
2722
<div class="logo-header-section">

author/matt-makai.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,10 @@
88
<meta name="author" content="Matt Makai">
99
<meta name="description" content="Full Stack Python explains programming concepts in plain language and provides links to the best tutorials for those topics.">
1010
<title>Full Stack Python - Articles by Matt MakaiFull Stack Python</title>
11-
<!--[if lt IE 9]>
12-
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
13-
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
14-
<![endif]-->
15-
<link href="/theme/css/f.min.css" rel="stylesheet">
11+
<link href="/f.css" rel="stylesheet">
1612
<link rel="shortcut icon" href="/img/fsp-fav.png">
1713
</head>
1814
<body>
19-
<a href="https://github.com/mattmakai/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/img/fork.png" alt="Fork me on GitHub"></a>
2015
<div class="container">
2116
<div class="row">
2217
<div class="col-md-12">

best-python-resources.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,15 @@
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.">
1010
<title>Best Python Resources - Full Stack Python</title>
11-
<!--[if lt IE 9]>
12-
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
13-
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
14-
<![endif]-->
15-
<link href="/theme/css/f.min.css" rel="stylesheet">
11+
<link href="/f.css" rel="stylesheet">
1612
<link rel="shortcut icon" href="/img/fsp-fav.png">
1713
</head>
1814
<body>
1915
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
2016
<div class="container">
2117
<p class="banner"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">Learning web development? Check out the Guide to Deployments September 2016 book update</a>!</p>
2218
</div>
23-
</div> <a href="https://github.com/mattmakai/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/img/fork.png" alt="Fork me on GitHub"></a>
24-
<div class="container">
19+
</div> <div class="container">
2520
<div class="row">
2621
<div class="col-md-12">
2722
<div class="logo-header-section">

best-python-videos.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,15 @@
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.">
1010
<title>Best Python Videos - Full Stack Python</title>
11-
<!--[if lt IE 9]>
12-
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
13-
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
14-
<![endif]-->
15-
<link href="/theme/css/f.min.css" rel="stylesheet">
11+
<link href="/f.css" rel="stylesheet">
1612
<link rel="shortcut icon" href="/img/fsp-fav.png">
1713
</head>
1814
<body>
1915
<div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;">
2016
<div class="container">
2117
<p class="banner"><a href="https://www.gumroad.com/l/python-deployments" style="color: #fff">Learning web development? Check out the Guide to Deployments September 2016 book update</a>!</p>
2218
</div>
23-
</div> <a href="https://github.com/mattmakai/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/img/fork.png" alt="Fork me on GitHub"></a>
24-
<div class="container">
19+
</div> <div class="container">
2520
<div class="row">
2621
<div class="col-md-12">
2722
<div class="logo-header-section">

0 commit comments

Comments
 (0)