Skip to content

Commit df0c15c

Browse files
committed
tweaking site layout to make it faster
1 parent 8bc5b24 commit df0c15c

File tree

8 files changed

+15
-10
lines changed

8 files changed

+15
-10
lines changed

content/pages/meta/00-change-log.markdown

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,16 @@ view commit-level changes via the
1313
[source repository's commit log](https://github.com/mattmakai/fullstackpython.com/commits/)
1414
on GitHub.
1515

16+
## 2022
17+
### February
18+
* Still on break, but updated the header and footer. Also made some website
19+
tweaks to make it faster.
20+
1621
## 2021
22+
### October
23+
* Taking a break for a few months to recharge and work on a different coding
24+
side project that I'm excited about. Be back in a few months with some updates.
25+
1726
### September
1827
* Clean up continues across the site to remove link rot and replace
1928
out-of-date links with newer ones where necessary.

static/img/logos/cloudflare.png

20 KB
Loading

theme/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{% block content %}{% endblock %}
1818
<hr></div>
1919
{% block lower_banner %}{% endblock %}
20-
<div class="cn"><div class="ft sns"><a href="/about-author.html">Matt Makai</a> <a href="/change-log.html">2012-2021</a></div></div>
20+
<div class="cn"><div class="ft sns"><a href="/about-author.html">Matt Makai</a> <a href="/change-log.html">2012-2022</a></div></div>
2121
{% block bottom_banner %}{% endblock %}
2222
<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-19910497-7', 'auto'); ga('send', 'pageview');</script>
2323
{% block js %}{% endblock %}

theme/templates/css/base.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

theme/templates/index-sidebar.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
<div class="co1 c3 desktop-only" id="sb">
2-
{% include "sponsor/assemblyai.html" %}
32
</div>

theme/templates/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<link rel="canonical" href="https://www.fullstackpython.com/" />
66
{% endblock %}
77

8-
{% block css %}<style>{% include "css/base.css" %}{% include "css/toc.css" %}{% include "css/panel.css" %}{% include "css/page-article.css" %}{% include "css/carbon.css" %}{% include "css/responsive.css" %}</style>{% endblock %}
8+
{% block css %}<style>{% include "css/base.css" %}{% include "css/toc.css" %}{% include "css/responsive.css" %}</style>{% endblock %}
99

1010
{% block banner %}
1111
{% endblock %}
1212

1313
{% block content %}
1414
<div class="row">
15-
<div class="c8">
16-
<h1 style="font-size:26px">Build, Deploy and Operate Python Applications</h1>
15+
<div class="c12">
16+
<h1 style="font-size:26px">Learn to Build, Deploy and Operate Python Applications</h1>
1717
<p>You're knee deep in learning <a href="http://www.python.org/">Python</a>
1818
programming. The syntax is starting to make sense. The first
1919
few <em>ahh-ha!</em> moments hit you as you learn to use
@@ -44,7 +44,6 @@ <h1 style="font-size:26px">Build, Deploy and Operate Python Applications</h1>
4444
</p>
4545
<h3>What do you need to learn first?</h3>
4646
</div>
47-
{% include "index-sidebar.html" %}
4847
</div>
4948
<div class="row">
5049
<div class="c12">

theme/templates/nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<div class="row"><div class="c12"><div class="hd"><a href="https://www.fullstackpython.com/"><img src="/img/logos/f.png" class="hdr" alt="Full Stack Python logo"></a><span class="hdt"> <a href="https://www.fullstackpython.com/">Full Stack Python</a></span></div>{% include "subnav.html" %}</div></div>
1+
<div class="row"><div class="c12"><div class="hd"><span class="hdt"> <a href="https://www.fullstackpython.com/">Full Stack Python</a></span></div>{% include "subnav.html" %}</div></div>

theme/templates/subnav.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<div class="sns">
22
<a href="/table-of-contents.html">All topics</a> <span class="bk">|</span>
33
<a href="/blog.html">Blog</a> <span class="bk">|</span>
4-
<!--<a href="/email.html">Newsletter</a> <span class="bk">|</span>-->
54
<a href="https://www.deploypython.com/full-stack-python.html">Supporter's Edition</a> <span class="bk">|</span>
65
<a href="https://twitter.com/fullstackpython">@fullstackpython</a> <span class="bk">|</span>
76
<a href="https://www.facebook.com/fullstackpython">Facebook</a> <span class="bk">|</span>
8-
97
<a href="/change-log.html">What's new?</a>
108
</div>

0 commit comments

Comments
 (0)