Skip to content

Commit 80d3a58

Browse files
committed
moving change log branches into meta info
1 parent cfeac54 commit 80d3a58

File tree

4 files changed

+28
-45
lines changed

4 files changed

+28
-45
lines changed

change-log.html

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,32 +168,41 @@ <h3>December</h3>
168168
other areas.</li>
169169
</ul>
170170
<p>That's the whole history of Full Stack Python. What do you want to learn now?</p>
171-
<div class="row">
172-
<div class="col-md-4">
171+
<div class="row">
172+
<div class="col-md-3">
173173
<div class="well select-next">
174174
<a href="/introduction.html" class="btn btn-success btn-full"><i class="fa fa-fast-backward fa-inverse fa-2x"></i></a>
175175
<p class="under-btn">
176176
Let me start over from the Full Stack Python introduction.
177177
</p>
178178
</div>
179179
</div>
180-
<div class="col-md-4">
180+
<div class="col-md-3">
181181
<div class="well select-next">
182182
<a href="/future-directions.html" class="btn btn-success btn-full"><i class="fa fa-magic fa-inverse fa-2x"></i></a>
183+
</a>
183184
<p class="under-btn">
184-
Show me what's coming on Full Stack Python in the future.
185+
Show me what's coming on Full Stack Python in the future.
185186
</p>
186187
</div>
187188
</div>
188-
<div class="col-md-4">
189+
<div class="col-md-3">
190+
<div class="well select-next">
191+
<a href="/about-author.html" class="btn btn-success btn-full"><i class="fa fa-user fa-inverse fa-2x"></i></a>
192+
<p class="under-btn">
193+
Who's the author of Full Stack Python?
194+
</p>
195+
</div>
196+
</div>
197+
<div class="col-md-3">
189198
<div class="well select-next">
190199
<a href="/web-frameworks.html" class="btn btn-success btn-full"><i class="fa fa-code fa-inverse fa-2x"></i></a>
191200
<p class="under-btn">
192201
I want to learn how to code a Python web application now.
193202
</p>
194203
</div>
195204
</div>
196-
</div> <style type="text/css">
205+
</div> <style type="text/css">
197206
#mc_embed_signup{background:#fff; clear:left; font:12px "Helvetica Neue",Arial,sans-serif; }
198207
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
199208
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */

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-04-28T10:04:17Z</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-04-28T12:51:33Z</updated></feed>

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ title: Change Log
22
category: page
33
slug: change-log
44
sort-order: 103
5-
choice1url:
6-
choice1icon:
7-
choice1text:
8-
choice2url:
9-
choice2icon:
10-
choice2text:
11-
choice3url:
12-
choice3icon:
13-
choice3text:
14-
choice4url:
15-
choice4icon:
16-
choice4text:
5+
choice1url: /introduction.html
6+
choice1icon: fa-fast-backward fa-inverse
7+
choice1text: Let me start over from the Full Stack Python introduction.
8+
choice2url: /future-directions.html
9+
choice2icon: fa-magic fa-inverse
10+
choice2text: Show me what's coming on Full Stack Python in the future.
11+
choice3url: /about-author.html
12+
choice3icon: fa-user fa-inverse
13+
choice3text: Who's the author of Full Stack Python?
14+
choice4url: /web-frameworks.html
15+
choice4icon: fa-code fa-inverse
16+
choice4text: I want to learn how to code a Python web application now.
1717

1818

1919
# Change Log

source/theme/templates/chapters/change-log.html

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)