Skip to content

Commit d2aaae0

Browse files
committed
modifying selection on first page
1 parent e50438b commit d2aaae0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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-08-02T09:22:35Z</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-08-03T09:37:42Z</updated></feed>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h3>Let's get started. What do you need to do right now?</h3>
7676
<a href="/best-python-resources.html" class="btn btn-success btn-full"><i class="fa fa-book fa-inverse fa-2x"></i></a>
7777
</a>
7878
<p class="under-btn">
79-
I need additional introductory Python resources to study first.
79+
Show me a list of the best Python learning resources.
8080
</p>
8181
</div>
8282
</div>

introduction.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h3>Let's get started. What do you need to do right now?</h3>
7474
<div class="well select-next">
7575
<a href="/best-python-resources.html" class="btn btn-success btn-full"><i class="fa fa-book fa-inverse fa-2x"></i></a>
7676
<p class="under-btn">
77-
I need additional introductory Python resources to study first.
77+
Show me a list of the best Python learning resources.
7878
</p>
7979
</div>
8080
</div>

source/content/pages/01-introduction/0101-introduction.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ choice2icon: fa-share
1010
choice2text: I've already built a Python web application. I need to deploy it.
1111
choice3url: /best-python-resources.html
1212
choice3icon: fa-book fa-inverse
13-
choice3text: I need additional introductory Python resources to study first.
13+
choice3text: Show me a list of the best Python learning resources.
1414
choice4url:
1515
choice4icon:
1616
choice4text:

0 commit comments

Comments
 (0)