Skip to content

Commit a35413f

Browse files
committed
updating future directions and readme now that the learning checklists are done
1 parent 9a176d7 commit a35413f

File tree

5 files changed

+23
-26
lines changed

5 files changed

+23
-26
lines changed

change-log.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ <h2>2014</h2>
4747
<h3>June</h3>
4848
<ul>
4949
<li>Updated logging page with better explanations and content ordering.</li>
50-
<li>Added learning checklist for logging and web analytics.</li>
50+
<li>Added learning checklists for all sections. The remaining sections that now
51+
also have checklists are logging, web analytics and web application security.</li>
5152
</ul>
5253
<h3>May</h3>
5354
<ul>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-06-01T10:03:41Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-06-01T10:08:25Z</updated></feed>

future-directions.html

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -64,29 +64,20 @@ <h1>Future Directions</h1>
6464
<li><a href="/web-application-security.html">Web security</a></li>
6565
</ol>
6666
</li>
67-
<li>
68-
<p>Create learning checklists for every section where it makes sense. The
69-
remaining sections that need checklists are </p>
70-
<ol>
71-
<li>web application security</li>
72-
</ol>
73-
</li>
74-
<li>
75-
<p>After those updates are done I'll go back through and apply visuals to
76-
each section to make them easier to read and understand.</p>
77-
</li>
7867
</ul>
68+
<p>After those updates are done I'll go back through and apply visuals to
69+
each section to make them easier to read and understand.</p>
7970
<h3>That's what coming. What would you like to learn right now?</h3>
8071
<div class="row">
81-
<div class="col-md-4">
72+
<div class="col-md-3">
8273
<div class="well select-next">
8374
<a href="/introduction.html" class="btn btn-success btn-full"><i class="fa fa-fast-backward fa-inverse fa-2x"></i></a>
8475
<p class="under-btn">
8576
Let me start over from the Full Stack Python introduction.
8677
</p>
8778
</div>
8879
</div>
89-
<div class="col-md-4">
80+
<div class="col-md-3">
9081
<div class="well select-next">
9182
<a href="/change-log.html" class="btn btn-success btn-full"><i class="fa fa-pencil-square-o fa-inverse fa-2x"></i></a>
9283
</a>
@@ -95,13 +86,21 @@ <h3>That's what coming. What would you like to learn right now?</h3>
9586
</p>
9687
</div>
9788
</div>
98-
<div class="col-md-4">
89+
<div class="col-md-3">
9990
<div class="well select-next">
10091
<a href="/web-frameworks.html" class="btn btn-success btn-full"><i class="fa fa-code fa-inverse fa-2x"></i></a>
10192
<p class="under-btn">
10293
I want to learn how to code a Python web application now.
10394
</p>
10495
</div>
96+
</div>
97+
<div class="col-md-3">
98+
<div class="well select-next">
99+
<a href="/about-author.html" class="btn btn-success btn-full"><i class="fa fa-user fa-2x"></i></a>
100+
<p class="under-btn">
101+
Who created Full Stack Python?
102+
</p>
103+
</div>
105104
</div>
106105
</div> <style type="text/css">
107106
#mc_embed_signup{background:#fff; clear:left; font:12px "Helvetica Neue",Arial,sans-serif; }

source/content/pages/10-misc/1005-change-log.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ the
2525
## 2014
2626
### June
2727
* Updated logging page with better explanations and content ordering.
28-
* Added learning checklist for logging and web analytics.
28+
* Added learning checklists for all sections. The remaining sections that now
29+
also have checklists are logging, web analytics and web application security.
2930

3031
### May
3132
* Added link to my O'Reilly Programming blog post on demand for full stack

source/content/pages/10-misc/1007-future-directions.markdown

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ choice2text: What's changed on Full Stack Python since the site began?
1111
choice3url: /web-frameworks.html
1212
choice3icon: fa-code fa-inverse
1313
choice3text: I want to learn how to code a Python web application now.
14-
choice4url:
15-
choice4icon:
16-
choice4text:
14+
choice4url: /about-author.html
15+
choice4icon: fa-user
16+
choice4text: Who created Full Stack Python?
1717

1818

1919
# Future Directions
@@ -43,13 +43,9 @@ Here are some things I'm actively working on:
4343
1. [Caching](/caching.html)
4444
1. [Web security](/web-application-security.html)
4545

46-
* Create learning checklists for every section where it makes sense. The
47-
remaining sections that need checklists are
4846

49-
1. web application security
50-
51-
* After those updates are done I'll go back through and apply visuals to
52-
each section to make them easier to read and understand.
47+
After those updates are done I'll go back through and apply visuals to
48+
each section to make them easier to read and understand.
5349

5450

5551
### That's what coming. What would you like to learn right now?

0 commit comments

Comments
 (0)