Skip to content

Commit cfeac54

Browse files
committed
updating nav on deployment and about author pages
1 parent 1db1e50 commit cfeac54

File tree

7 files changed

+32
-84
lines changed

7 files changed

+32
-84
lines changed

about-author.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h1>About the Author</h1>
6060
through a pull request on
6161
<a href="https://github.com/makaimc/fullstackpython.github.com/">GitHub</a>.</p>
6262
<h3>Where to now?</h3>
63-
<div class="row">
63+
<div class="row">
6464
<div class="col-md-4">
6565
<div class="well select-next">
6666
<a href="/introduction.html" class="btn btn-success btn-full"><i class="fa fa-fast-backward fa-inverse fa-2x"></i></a>
@@ -71,21 +71,22 @@ <h3>Where to now?</h3>
7171
</div>
7272
<div class="col-md-4">
7373
<div class="well select-next">
74-
<a href="/future-directions.html" class="btn btn-success btn-full"><i class="fa fa-magic fa-inverse fa-2x"></i></a>
74+
<a href="/change-log.html" class="btn btn-success btn-full"><i class="fa fa-pencil-square-o fa-inverse fa-2x"></i></a>
75+
</a>
7576
<p class="under-btn">
76-
Show me what's coming on Full Stack Python in the future.
77+
I've read Full Stack Python before. What's new?
7778
</p>
7879
</div>
7980
</div>
8081
<div class="col-md-4">
8182
<div class="well select-next">
82-
<a href="/web-frameworks.html" class="btn btn-success btn-full"><i class="fa fa-code fa-inverse fa-2x"></i></a>
83+
<a href="/future-directions.html" class="btn btn-success btn-full"><i class="fa fa-magic fa-inverse fa-2x"></i></a>
8384
<p class="under-btn">
84-
I want to learn how to code a Python web application now.
85+
Show me what's coming on Full Stack Python in the future.
8586
</p>
8687
</div>
8788
</div>
88-
</div> <style type="text/css">
89+
</div> <style type="text/css">
8990
#mc_embed_signup{background:#fff; clear:left; font:12px "Helvetica Neue",Arial,sans-serif; }
9091
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
9192
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */

deployment.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,33 +81,33 @@ <h2>Deployment resources</h2>
8181
</li>
8282
</ul>
8383
<h3>How would you like to deploy your web app?</h3>
84-
<div class="row">
84+
<div class="row">
8585
<div class="col-md-4">
8686
<div class="well select-next">
8787
<a href="/servers.html" class="btn btn-success btn-full"><i class="fa fa-sort-amount-asc fa-inverse fa-2x"></i></a>
8888
<p class="under-btn">
89-
Show me options for bare metal, virtualized servers, and
90-
infrastructure-as-a-service.
89+
Show me options for bare metal, virtualized servers, and infrastructure-as-a-service.
9190
</p>
9291
</div>
9392
</div>
9493
<div class="col-md-4">
9594
<div class="well select-next">
9695
<a href="/platform-as-a-service.html" class="btn btn-success btn-full"><i class="fa fa-puzzle-piece fa-inverse fa-2x"></i></a>
96+
</a>
9797
<p class="under-btn">
98-
How do I use a platform-as-a-service?
98+
How do I use a platform-as-a-service to deploy my Python web app?
9999
</p>
100100
</div>
101101
</div>
102102
<div class="col-md-4">
103103
<div class="well select-next">
104104
<a href="/web-frameworks.html" class="btn btn-success btn-full"><i class="fa fa-code fa-inverse fa-2x"></i></a>
105105
<p class="under-btn">
106-
I'm not yet ready to deploy. Show me web frameworks to use.
106+
I'm not yet ready to deploy. Show me web frameworks I should use to create an app.
107107
</p>
108108
</div>
109109
</div>
110-
</div> <style type="text/css">
110+
</div> <style type="text/css">
111111
#mc_embed_signup{background:#fff; clear:left; font:12px "Helvetica Neue",Arial,sans-serif; }
112112
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
113113
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-28T09:53:48Z</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-28T10:04:17Z</updated></feed>

source/content/pages/03-deployment/0301-deployment.markdown

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ title: Deployment
22
category: page
33
slug: deployment
44
sort-order: 031
5-
choice1url:
6-
choice1icon:
7-
choice1text:
8-
choice2url:
9-
choice2icon:
10-
choice2text:
11-
choice3url:
12-
choice3icon:
13-
choice3text:
5+
choice1url: /servers.html
6+
choice1icon: fa-sort-amount-asc fa-inverse
7+
choice1text: Show me options for bare metal, virtualized servers, and infrastructure-as-a-service.
8+
choice2url: /platform-as-a-service.html
9+
choice2icon: fa-puzzle-piece fa-inverse
10+
choice2text: How do I use a platform-as-a-service to deploy my Python web app?
11+
choice3url: /web-frameworks.html
12+
choice3icon: fa-code fa-inverse
13+
choice3text: I'm not yet ready to deploy. Show me web frameworks I should use to create an app.
1414
choice4url:
1515
choice4icon:
1616
choice4text:

source/content/pages/10-misc/1003-about-author.markdown

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ title: About the Author
22
category: page
33
slug: about-author
44
sort-order: 102
5-
choice1url:
6-
choice1icon:
7-
choice1text:
8-
choice2url:
9-
choice2icon:
10-
choice2text:
11-
choice3url: /change-log.html
12-
choice3icon: fa-pencil-square-o fa-inverse
13-
choice3text: I've read Full Stack Python before. What's new?
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: I've read Full Stack Python before. What's new?
11+
choice3url: /future-directions.html
12+
choice3icon: fa-magic fa-inverse
13+
choice3text: Show me what's coming on Full Stack Python in the future.
1414
choice4url:
1515
choice4icon:
1616
choice4text:

source/theme/templates/chapters/about-author.html

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

source/theme/templates/chapters/deployment.html

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

0 commit comments

Comments
 (0)