Skip to content

Commit 7e7de1b

Browse files
committed
optimize logo
1 parent ec7bb09 commit 7e7de1b

File tree

106 files changed

+134
-114
lines changed

Some content is hidden

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

106 files changed

+134
-114
lines changed

about-author.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div class="row">
2121
<div class="col-md-12">
2222
<div class="logo-header-section">
23-
<a href="/" style="text-decoration: none; border: none;"><img src="/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
23+
<a href="/" style="text-decoration: none; border: none;"><img src="/img/logo-sm.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
2424
<span class="logo-title"><a href="https://www.fullstackpython.com/">Full Stack Python</a></span>
2525
</div>
2626
<div class="sans-font">

all.html

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div class="row">
1616
<div class="col-md-12">
1717
<div class="logo-header-section">
18-
<a href="/" style="text-decoration: none; border: none;"><img src="/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
18+
<a href="/" style="text-decoration: none; border: none;"><img src="/img/logo-sm.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
1919
<span class="logo-title"><a href="https://www.fullstackpython.com/">Full Stack Python</a></span>
2020
</div>
2121
<div class="sans-font">
@@ -3844,6 +3844,14 @@ <h2>Pelican resources</h2>
38443844
walks through getting your first Pelican site generated and running.</p>
38453845
</li>
38463846
<li>
3847+
<p><a href="http://lexual.com/blog/setup-pelican-blog-on-s3/">Setting up a blog with Pelican and Amazon S3</a>
3848+
lays out the basic steps for installing Pelican, creating your first site and
3849+
then uploading the generated results to S3. A good next exercise not covered in
3850+
the post is using <a href="https://aws.amazon.com/cloudfront/">CloudFront</a> or
3851+
<a href="https://www.cloudflare.com/">CloudFlare</a> as a
3852+
<a href="/static-content.html">content delivery network (CDN) to server the static content</a>.</p>
3853+
</li>
3854+
<li>
38473855
<p><a href="http://www.mattmakai.com/introduction-to-pelican.html">Getting started with Pelican and GitHub pages</a>
38483856
is a tutorial I wrote to use the Full Stack Python source code to create
38493857
and deploy your first static site.</p>
@@ -9307,7 +9315,9 @@ <h1>Change Log</h1>
93079315
<h2>2016</h2>
93089316
<h3>September</h3>
93099317
<ul>
9310-
<li>Broke out <a href="/pelican.html">Pelican</a> as its own page.</li>
9318+
<li>Broke out <a href="/pelican.html">Pelican</a> into its own page and added new content
9319+
that was not previously found on the
9320+
<a href="/static-site-generator.html">static website generators</a> page.</li>
93119321
<li>Removed a ton of unnecessary CSS to make page loads faster.</li>
93129322
<li>Added new resources to the <a href="/python-2-or-3.html">Python 2 or 3?</a> page.</li>
93139323
<li>New update to the
@@ -9317,7 +9327,7 @@ <h3>September</h3>
93179327
with a new bit on how to solve a common issue when the bot does not seem
93189328
to be responding to <code>@</code> mentions due to a missing colon in the input.</li>
93199329
<li>New resources on the
9320-
<a href="http://www.fullstackpython.com/static-site-generator.html">static site generators</a>
9330+
<a href="/static-site-generator.html">static site generators</a>
93219331
page focusing on deploying a static site.</li>
93229332
</ul>
93239333
<h3>August</h3>

apache-http-server.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div class="row">
2121
<div class="col-md-12">
2222
<div class="logo-header-section">
23-
<a href="/" style="text-decoration: none; border: none;"><img src="/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
23+
<a href="/" style="text-decoration: none; border: none;"><img src="/img/logo-sm.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
2424
<span class="logo-title"><a href="https://www.fullstackpython.com/">Full Stack Python</a></span>
2525
</div>
2626
<div class="sans-font">

api-creation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div class="row">
2121
<div class="col-md-12">
2222
<div class="logo-header-section">
23-
<a href="/" style="text-decoration: none; border: none;"><img src="/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
23+
<a href="/" style="text-decoration: none; border: none;"><img src="/img/logo-sm.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
2424
<span class="logo-title"><a href="https://www.fullstackpython.com/">Full Stack Python</a></span>
2525
</div>
2626
<div class="sans-font">

api-integration.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div class="row">
2121
<div class="col-md-12">
2222
<div class="logo-header-section">
23-
<a href="/" style="text-decoration: none; border: none;"><img src="/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
23+
<a href="/" style="text-decoration: none; border: none;"><img src="/img/logo-sm.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
2424
<span class="logo-title"><a href="https://www.fullstackpython.com/">Full Stack Python</a></span>
2525
</div>
2626
<div class="sans-font">

application-dependencies.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div class="row">
2121
<div class="col-md-12">
2222
<div class="logo-header-section">
23-
<a href="/" style="text-decoration: none; border: none;"><img src="/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
23+
<a href="/" style="text-decoration: none; border: none;"><img src="/img/logo-sm.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
2424
<span class="logo-title"><a href="https://www.fullstackpython.com/">Full Stack Python</a></span>
2525
</div>
2626
<div class="sans-font">

application-programming-interfaces.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div class="row">
2121
<div class="col-md-12">
2222
<div class="logo-header-section">
23-
<a href="/" style="text-decoration: none; border: none;"><img src="/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
23+
<a href="/" style="text-decoration: none; border: none;"><img src="/img/logo-sm.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
2424
<span class="logo-title"><a href="https://www.fullstackpython.com/">Full Stack Python</a></span>
2525
</div>
2626
<div class="sans-font">

author/matt-makai.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<div class="row">
1717
<div class="col-md-12">
1818
<div class="logo-header-section">
19-
<a href="/" style="text-decoration: none; border: none;"><img src="/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
19+
<a href="/" style="text-decoration: none; border: none;"><img src="/img/logo-sm.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
2020
<span class="logo-title"><a href="https://www.fullstackpython.com/">Full Stack Python</a></span>
2121
</div>
2222
<div class="sans-font">

best-python-resources.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div class="row">
2121
<div class="col-md-12">
2222
<div class="logo-header-section">
23-
<a href="/" style="text-decoration: none; border: none;"><img src="/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
23+
<a href="/" style="text-decoration: none; border: none;"><img src="/img/logo-sm.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
2424
<span class="logo-title"><a href="https://www.fullstackpython.com/">Full Stack Python</a></span>
2525
</div>
2626
<div class="sans-font">

best-python-videos.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div class="row">
2121
<div class="col-md-12">
2222
<div class="logo-header-section">
23-
<a href="/" style="text-decoration: none; border: none;"><img src="/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
23+
<a href="/" style="text-decoration: none; border: none;"><img src="/img/logo-sm.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a>
2424
<span class="logo-title"><a href="https://www.fullstackpython.com/">Full Stack Python</a></span>
2525
</div>
2626
<div class="sans-font">

0 commit comments

Comments
 (0)