Skip to content

Commit 96fc7a3

Browse files
committed
adding source control as an option for framework next choices
1 parent d8aecbe commit 96fc7a3

File tree

9 files changed

+57
-25
lines changed

9 files changed

+57
-25
lines changed

bottle.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,15 @@ <h2>Open source Bottle example projects</h2>
9595
</ul>
9696
<h3>What do you need to learn next?</h3>
9797
<div class="row">
98-
<div class="col-md-4">
98+
<div class="col-md-3">
9999
<div class="well select-next">
100100
<a href="/deployment.html" class="btn btn-success btn-full"><i class="fa fa-share fa-inverse fa-2x"></i></a>
101101
<p class="under-btn">
102102
How do I deploy my Bottle app once I've built the initial concept?
103103
</p>
104104
</div>
105105
</div>
106-
<div class="col-md-4">
106+
<div class="col-md-3">
107107
<div class="well select-next">
108108
<a href="/cascading-style-sheets.html" class="btn btn-success btn-full"><i class="fa fa-css3 fa-inverse fa-2x"></i></a>
109109
</a>
@@ -112,13 +112,21 @@ <h3>What do you need to learn next?</h3>
112112
</p>
113113
</div>
114114
</div>
115-
<div class="col-md-4">
115+
<div class="col-md-3">
116116
<div class="well select-next">
117117
<a href="/web-frameworks.html" class="btn btn-success btn-full"><i class="fa fa-code fa-inverse fa-2x"></i></a>
118118
<p class="under-btn">
119119
I'd like to go back to reviewing other web frameworks.
120120
</p>
121121
</div>
122+
</div>
123+
<div class="col-md-3">
124+
<div class="well select-next">
125+
<a href="/source-control.html" class="btn btn-success btn-full"><i class="fa fa-code-fork fa-inverse fa-2x"></i></a>
126+
<p class="under-btn">
127+
How can I version and store my source code so I don't lose it?
128+
</p>
129+
</div>
122130
</div>
123131
</div> <style type="text/css">
124132
#mc_embed_signup{background:#fff; clear:left; font:12px "Helvetica Neue",Arial,sans-serif; }

django.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,15 +146,15 @@ <h2>Django videos</h2>
146146
</ul>
147147
<h3>What do you need to learn next for your Django app?</h3>
148148
<div class="row">
149-
<div class="col-md-4">
149+
<div class="col-md-3">
150150
<div class="well select-next">
151151
<a href="/cascading-style-sheets.html" class="btn btn-success btn-full"><i class="fa fa-css3 fa-inverse fa-2x"></i></a>
152152
<p class="under-btn">
153153
My user interface looks terrible. How do I style a web application?
154154
</p>
155155
</div>
156156
</div>
157-
<div class="col-md-4">
157+
<div class="col-md-3">
158158
<div class="well select-next">
159159
<a href="/api-integration.html" class="btn btn-success btn-full"><i class="fa fa-link fa-inverse fa-2x"></i></a>
160160
</a>
@@ -163,13 +163,21 @@ <h3>What do you need to learn next for your Django app?</h3>
163163
</p>
164164
</div>
165165
</div>
166-
<div class="col-md-4">
166+
<div class="col-md-3">
167167
<div class="well select-next">
168168
<a href="/deployment.html" class="btn btn-success btn-full"><i class="fa fa-share fa-inverse fa-2x"></i></a>
169169
<p class="under-btn">
170170
How do I deploy a Django web app once I've put something together?
171171
</p>
172172
</div>
173+
</div>
174+
<div class="col-md-3">
175+
<div class="well select-next">
176+
<a href="/source-control.html" class="btn btn-success btn-full"><i class="fa fa-code-fork fa-inverse fa-2x"></i></a>
177+
<p class="under-btn">
178+
How can I version and store my source code so I don't lose it?
179+
</p>
180+
</div>
173181
</div>
174182
</div> <style type="text/css">
175183
#mc_embed_signup{background:#fff; clear:left; font:12px "Helvetica Neue",Arial,sans-serif; }

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-05-01T21:45:16Z</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-05-02T07:43:52Z</updated></feed>

flask.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,15 +163,15 @@ <h2>Open source Flask example projects</h2>
163163
</ul>
164164
<h3>What do you need to learn about web frameworks next?</h3>
165165
<div class="row">
166-
<div class="col-md-4">
166+
<div class="col-md-3">
167167
<div class="well select-next">
168168
<a href="/deployment.html" class="btn btn-success btn-full"><i class="fa fa-share fa-inverse fa-2x"></i></a>
169169
<p class="under-btn">
170170
How do I deploy Flask web application when I'm ready to put it on the web?
171171
</p>
172172
</div>
173173
</div>
174-
<div class="col-md-4">
174+
<div class="col-md-3">
175175
<div class="well select-next">
176176
<a href="/web-frameworks.html" class="btn btn-success btn-full"><i class="fa fa-code fa-inverse fa-2x"></i></a>
177177
</a>
@@ -180,13 +180,21 @@ <h3>What do you need to learn about web frameworks next?</h3>
180180
</p>
181181
</div>
182182
</div>
183-
<div class="col-md-4">
183+
<div class="col-md-3">
184184
<div class="well select-next">
185185
<a href="/cascading-style-sheets.html" class="btn btn-success btn-full"><i class="fa fa-css3 fa-inverse fa-2x"></i></a>
186186
<p class="under-btn">
187187
The user interface looks terrible. How do I style my web app?
188188
</p>
189189
</div>
190+
</div>
191+
<div class="col-md-3">
192+
<div class="well select-next">
193+
<a href="/source-control.html" class="btn btn-success btn-full"><i class="fa fa-code-fork fa-inverse fa-2x"></i></a>
194+
<p class="under-btn">
195+
How can I version and store my source code so I don't lose it?
196+
</p>
197+
</div>
190198
</div>
191199
</div> <style type="text/css">
192200
#mc_embed_signup{background:#fff; clear:left; font:12px "Helvetica Neue",Arial,sans-serif; }

other-web-frameworks.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ <h2>Other web framework resources</h2>
7777
</ul>
7878
<h3>What do you need to learn next?</h3>
7979
<div class="row">
80-
<div class="col-md-4">
80+
<div class="col-md-3">
8181
<div class="well select-next">
8282
<a href="/deployment.html" class="btn btn-success btn-full"><i class="fa fa-share fa-inverse fa-2x"></i></a>
8383
<p class="under-btn">
8484
How do I deploy a web app once I'm done coding?
8585
</p>
8686
</div>
8787
</div>
88-
<div class="col-md-4">
88+
<div class="col-md-3">
8989
<div class="well select-next">
9090
<a href="/web-frameworks.html" class="btn btn-success btn-full"><i class="fa fa-code fa-inverse fa-2x"></i></a>
9191
</a>
@@ -94,13 +94,21 @@ <h3>What do you need to learn next?</h3>
9494
</p>
9595
</div>
9696
</div>
97-
<div class="col-md-4">
97+
<div class="col-md-3">
9898
<div class="well select-next">
9999
<a href="/cascading-style-sheets.html" class="btn btn-success btn-full"><i class="fa fa-css3 fa-inverse fa-2x"></i></a>
100100
<p class="under-btn">
101101
How do I style the user interface I built for my web app?
102102
</p>
103103
</div>
104+
</div>
105+
<div class="col-md-3">
106+
<div class="well select-next">
107+
<a href="/source-control.html" class="btn btn-success btn-full"><i class="fa fa-code-fork fa-inverse fa-2x"></i></a>
108+
<p class="under-btn">
109+
How can I version and store my source code so I don't lose it?
110+
</p>
111+
</div>
104112
</div>
105113
</div> <style type="text/css">
106114
#mc_embed_signup{background:#fff; clear:left; font:12px "Helvetica Neue",Arial,sans-serif; }

source/content/pages/02-web-frameworks/0203-django.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ choice2text: I want to integrate external APIs into my Django project.
1111
choice3url: /deployment.html
1212
choice3icon: fa-share fa-inverse
1313
choice3text: How do I deploy a Django web app once I've put something together?
14-
choice4url:
15-
choice4icon:
16-
choice4text:
14+
choice4url: /source-control.html
15+
choice4icon: fa-code-fork fa-inverse
16+
choice4text: How can I version and store my source code so I don't lose it?
1717

1818

1919
# Django

source/content/pages/02-web-frameworks/0205-flask.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ choice2text: I'd like to go back to reviewing other web frameworks.
1111
choice3url: /cascading-style-sheets.html
1212
choice3icon: fa-css3 fa-inverse
1313
choice3text: The user interface looks terrible. How do I style my web app?
14-
choice4url:
15-
choice4icon:
16-
choice4text:
14+
choice4url: /source-control.html
15+
choice4icon: fa-code-fork fa-inverse
16+
choice4text: How can I version and store my source code so I don't lose it?
1717

1818

1919
# Flask

source/content/pages/02-web-frameworks/0207-bottle.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ choice2text: The user interface I built looks terrible. How do I style my web ap
1111
choice3url: /web-frameworks.html
1212
choice3icon: fa-code fa-inverse
1313
choice3text: I'd like to go back to reviewing other web frameworks.
14-
choice4url:
15-
choice4icon:
16-
choice4text:
14+
choice4url: /source-control.html
15+
choice4icon: fa-code-fork fa-inverse
16+
choice4text: How can I version and store my source code so I don't lose it?
1717

1818

1919
# Bottle

source/content/pages/02-web-frameworks/0209-other-web-frameworks.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ choice2text: I'd like to go back to reviewing other web frameworks.
1111
choice3url: /cascading-style-sheets.html
1212
choice3icon: fa-css3 fa-inverse
1313
choice3text: How do I style the user interface I built for my web app?
14-
choice4url:
15-
choice4icon:
16-
choice4text:
14+
choice4url: /source-control.html
15+
choice4icon: fa-code-fork fa-inverse
16+
choice4text: How can I version and store my source code so I don't lose it?
1717

1818

1919
# Other Web Frameworks

0 commit comments

Comments
 (0)