Skip to content

Commit 252efe8

Browse files
committed
removing legacy choice html pages one by one
1 parent 2e43db4 commit 252efe8

File tree

7 files changed

+26
-82
lines changed

7 files changed

+26
-82
lines changed

best-python-resources.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,12 @@ <h2>Newsletters</h2>
164164
</li>
165165
</ul>
166166
<h3>Those resources should help get you started. What's next?</h3>
167-
<div class="row">
167+
<div class="row">
168168
<div class="col-md-4">
169169
<div class="well select-next">
170170
<a href="/web-frameworks.html" class="btn btn-success btn-full"><i class="fa fa-code fa-inverse fa-2x"></i></a>
171171
<p class="under-btn">
172-
I'm ready to learn how to code an application with a web
173-
framework.
172+
I'm ready to learn how to code an application with a web framework.
174173
</p>
175174
</div>
176175
</div>
@@ -179,8 +178,7 @@ <h3>Those resources should help get you started. What's next?</h3>
179178
<a href="/deployment.html" class="btn btn-success btn-full"><i class="fa fa-share fa-2x"></i></a>
180179
</a>
181180
<p class="under-btn">
182-
I already built a web application. I need to understand
183-
how to deploy it.
181+
I already built a web application. I need to know how to deploy it.
184182
</p>
185183
</div>
186184
</div>
@@ -192,7 +190,7 @@ <h3>Those resources should help get you started. What's next?</h3>
192190
</p>
193191
</div>
194192
</div>
195-
</div> <style type="text/css">
193+
</div> <style type="text/css">
196194
#mc_embed_signup{background:#fff; clear:left; font:12px "Helvetica Neue",Arial,sans-serif; }
197195
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
198196
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-26T12:07:50Z</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-26T17:41:50Z</updated></feed>

future-directions.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h1>Future Directions</h1>
7373
</li>
7474
</ul>
7575
<h3>That's what coming. What would you like to learn right now?</h3>
76-
<div class="row">
76+
<div class="row">
7777
<div class="col-md-4">
7878
<div class="well select-next">
7979
<a href="/introduction.html" class="btn btn-success btn-full"><i class="fa fa-fast-backward fa-inverse fa-2x"></i></a>
@@ -85,6 +85,7 @@ <h3>That's what coming. What would you like to learn right now?</h3>
8585
<div class="col-md-4">
8686
<div class="well select-next">
8787
<a href="/change-log.html" class="btn btn-success btn-full"><i class="fa fa-pencil-square-o fa-inverse fa-2x"></i></a>
88+
</a>
8889
<p class="under-btn">
8990
What's changed on Full Stack Python since the site began?
9091
</p>
@@ -98,7 +99,7 @@ <h3>That's what coming. What would you like to learn right now?</h3>
9899
</p>
99100
</div>
100101
</div>
101-
</div> <style type="text/css">
102+
</div> <style type="text/css">
102103
#mc_embed_signup{background:#fff; clear:left; font:12px "Helvetica Neue",Arial,sans-serif; }
103104
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
104105
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */

source/content/pages/23-best-python-resources/2301-best-python-resources.markdown

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ title: Best Python Resources
22
category: page
33
slug: best-python-resources
44
sort-order: 23
5-
choice1url:
6-
choice1icon:
7-
choice1text:
8-
choice2url:
9-
choice2icon:
10-
choice2text:
11-
choice3url:
12-
choice3icon:
13-
choice3text:
5+
choice1url: /web-frameworks.html
6+
choice1icon: fa-code fa-inverse
7+
choice1text: I'm ready to learn how to code an application with a web framework.
8+
choice2url: /deployment.html
9+
choice2icon: fa-share
10+
choice2text: I already built a web application. I need to know how to deploy it.
11+
choice3url: /introduction.html
12+
choice3icon: fa-fast-backward fa-inverse
13+
choice3text: Let me start over from the Full Stack Python introduction.
1414
choice4url:
1515
choice4icon:
1616
choice4text:

source/content/pages/future-directions.markdown

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ title: Future Directions
22
category: page
33
slug: future-directions
44
sort-order: 26
5-
choice1url:
6-
choice1icon:
7-
choice1text:
8-
choice2url:
9-
choice2icon:
10-
choice2text:
11-
choice3url:
12-
choice3icon:
13-
choice3text:
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: /change-log.html
9+
choice2icon: fa-pencil-square-o fa-inverse
10+
choice2text: What's changed on Full Stack Python since the site began?
11+
choice3url: /web-frameworks.html
12+
choice3icon: fa-code fa-inverse
13+
choice3text: I want to learn how to code a Python web application now.
1414
choice4url:
1515
choice4icon:
1616
choice4text:

source/theme/templates/chapters/best-python-resources.html

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

source/theme/templates/chapters/future-directions.html

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

0 commit comments

Comments
 (0)