Skip to content

Commit ca220ae

Browse files
committed
moving pages over to new choices meta
1 parent cada800 commit ca220ae

39 files changed

+139
-129
lines changed

about-author.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
a, a:hover {border-bottom: 1px dotted; color: #444;}
2929
a:hover {text-decoration: none; color: #000;}
3030
.logo-title a, .logo-title a:hover {font-size: 72px; font-weight: normal;
31-
letter-spacing: .04em;
31+
letter-spacing: .03em;
3232
vertical-align: middle;
3333
margin-left: 5px;
3434
color: #000; text-decoration: none;
@@ -127,7 +127,7 @@ <h1>About the Author</h1>
127127
through a pull request on
128128
<a href="https://github.com/makaimc/fullstackpython.github.com/">GitHub</a>.</p>
129129
<h3>Where to now?</h3>
130-
<div class="row">
130+
<div class="row">
131131
<div class="col-md-4">
132132
<div class="well select-next">
133133
<a href="/introduction.html" class="btn btn-success btn-full"><i class="fa fa-fast-backward fa-inverse fa-2x"></i></a>
@@ -152,7 +152,7 @@ <h3>Where to now?</h3>
152152
</p>
153153
</div>
154154
</div>
155-
</div> </div>
155+
</div> </div>
156156
<div class="col-md-offset-1 col-md-3" id="sidebar">
157157
<div class="panel panel-success">
158158
<div class="panel-heading"><h3 class="panel-head">About the Author</h3></div>

api-integration.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
a, a:hover {border-bottom: 1px dotted; color: #444;}
2929
a:hover {text-decoration: none; color: #000;}
3030
.logo-title a, .logo-title a:hover {font-size: 72px; font-weight: normal;
31-
letter-spacing: .04em;
31+
letter-spacing: .03em;
3232
vertical-align: middle;
3333
margin-left: 5px;
3434
color: #000; text-decoration: none;
@@ -135,7 +135,7 @@ <h2>API Integration Resources</h2>
135135
</li>
136136
</ul>
137137
<h3>What's next after integrating APIs into your app?</h3>
138-
<div class="row">
138+
<div class="row">
139139
<div class="col-md-3">
140140
<div class="well select-next">
141141
<a href="/logging.html" class="btn btn-success btn-full"><i class="fa fa-align-left fa-inverse fa-2x"></i></a>
@@ -169,7 +169,7 @@ <h3>What's next after integrating APIs into your app?</h3>
169169
</p>
170170
</div>
171171
</div>
172-
</div> </div>
172+
</div> </div>
173173
<div class="col-md-offset-1 col-md-3" id="sidebar">
174174
<div class="panel panel-success">
175175
<div class="panel-heading"><h3 class="panel-head">API Integration</h3></div>

application-dependencies.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
a, a:hover {border-bottom: 1px dotted; color: #444;}
2929
a:hover {text-decoration: none; color: #000;}
3030
.logo-title a, .logo-title a:hover {font-size: 72px; font-weight: normal;
31-
letter-spacing: .04em;
31+
letter-spacing: .03em;
3232
vertical-align: middle;
3333
margin-left: 5px;
3434
color: #000; text-decoration: none;
@@ -234,7 +234,7 @@ <h2>Application dependency resources</h2>
234234
</li>
235235
</ul>
236236
<h3>What do you need to learn after installing your app dependencies?</h3>
237-
<div class="row">
237+
<div class="row">
238238
<div class="col-md-3">
239239
<div class="well select-next">
240240
<a href="/wsgi-servers.html" class="btn btn-success btn-full"><i class="fa fa-play fa-inverse fa-2x"></i></a>
@@ -269,7 +269,7 @@ <h3>What do you need to learn after installing your app dependencies?</h3>
269269
</p>
270270
</div>
271271
</div>
272-
</div> </div>
272+
</div> </div>
273273
<div class="col-md-offset-1 col-md-3" id="sidebar">
274274
<div class="panel panel-success">
275275
<div class="panel-heading"><h3 class="panel-head">Application Dependencies</h3></div>

best-python-resources.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
a, a:hover {border-bottom: 1px dotted; color: #444;}
2929
a:hover {text-decoration: none; color: #000;}
3030
.logo-title a, .logo-title a:hover {font-size: 72px; font-weight: normal;
31-
letter-spacing: .04em;
31+
letter-spacing: .03em;
3232
vertical-align: middle;
3333
margin-left: 5px;
3434
color: #000; text-decoration: none;
@@ -228,7 +228,7 @@ <h2>Newsletters</h2>
228228
</ul>
229229
<p>Those resources should help you get started with learning the basic Python
230230
language. How do you want to proceeed now?</p>
231-
<div class="row">
231+
<div class="row">
232232
<div class="col-md-4">
233233
<div class="well select-next">
234234
<a href="/web-frameworks.html" class="btn btn-success btn-full"><i class="fa fa-code fa-inverse fa-2x"></i></a>
@@ -256,7 +256,7 @@ <h2>Newsletters</h2>
256256
</p>
257257
</div>
258258
</div>
259-
</div> </div>
259+
</div> </div>
260260
<div class="col-md-offset-1 col-md-3" id="sidebar">
261261
<div class="panel panel-success">
262262
<div class="panel-heading"><h3 class="panel-head">Best Python Resources</h3></div>

bottle.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
a, a:hover {border-bottom: 1px dotted; color: #444;}
2929
a:hover {text-decoration: none; color: #000;}
3030
.logo-title a, .logo-title a:hover {font-size: 72px; font-weight: normal;
31-
letter-spacing: .04em;
31+
letter-spacing: .03em;
3232
vertical-align: middle;
3333
margin-left: 5px;
3434
color: #000; text-decoration: none;
@@ -139,7 +139,7 @@ <h3>Bottle resources</h3>
139139
</li>
140140
</ul>
141141
<h3>What do you need to learn next?</h3>
142-
<div class="row">
142+
<div class="row">
143143
<div class="col-md-3">
144144
<div class="well select-next">
145145
<a href="/application-dependencies.html" class="btn btn-success btn-full"><i class="fa fa-archive fa-inverse fa-2x"></i></a>
@@ -172,7 +172,7 @@ <h3>What do you need to learn next?</h3>
172172
</p>
173173
</div>
174174
</div>
175-
</div> </div>
175+
</div> </div>
176176
<div class="col-md-offset-1 col-md-3" id="sidebar">
177177
<div class="panel panel-success">
178178
<div class="panel-heading"><h3 class="panel-head">Bottle</h3></div>

caching.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
a, a:hover {border-bottom: 1px dotted; color: #444;}
2929
a:hover {text-decoration: none; color: #000;}
3030
.logo-title a, .logo-title a:hover {font-size: 72px; font-weight: normal;
31-
letter-spacing: .04em;
31+
letter-spacing: .03em;
3232
vertical-align: middle;
3333
margin-left: 5px;
3434
color: #000; text-decoration: none;
@@ -147,7 +147,7 @@ <h2>Caching resources</h2>
147147
</li>
148148
</ul>
149149
<h3>What do you want to learn now that your app is responding faster?</h3>
150-
<div class="row">
150+
<div class="row">
151151
<div class="col-md-3">
152152
<div class="well select-next">
153153
<a href="/source-control.html" class="btn btn-success btn-full"><i class="fa fa-code-fork fa-inverse fa-2x"></i></a>
@@ -182,7 +182,7 @@ <h3>What do you want to learn now that your app is responding faster?</h3>
182182
</p>
183183
</div>
184184
</div>
185-
</div> </div>
185+
</div> </div>
186186
<div class="col-md-offset-1 col-md-3" id="sidebar">
187187
<div class="panel panel-success">
188188
<div class="panel-heading"><h3 class="panel-head">Caching</h3></div>

cascading-style-sheets.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
a, a:hover {border-bottom: 1px dotted; color: #444;}
2929
a:hover {text-decoration: none; color: #000;}
3030
.logo-title a, .logo-title a:hover {font-size: 72px; font-weight: normal;
31-
letter-spacing: .04em;
31+
letter-spacing: .03em;
3232
vertical-align: middle;
3333
margin-left: 5px;
3434
color: #000; text-decoration: none;
@@ -209,7 +209,7 @@ <h2>CSS resources</h2>
209209
</li>
210210
</ul>
211211
<h3>Once your app is styled what do you need to learn next?</h3>
212-
<div class="row">
212+
<div class="row">
213213
<div class="col-md-4">
214214
<div class="well select-next">
215215
<a href="/javascript.html" class="btn btn-success btn-full"><i class="fa fa-html5 fa-inverse fa-2x"></i></a>
@@ -234,7 +234,7 @@ <h3>Once your app is styled what do you need to learn next?</h3>
234234
</p>
235235
</div>
236236
</div>
237-
</div> </div>
237+
</div> </div>
238238
<div class="col-md-offset-1 col-md-3" id="sidebar">
239239
<div class="panel panel-success">
240240
<div class="panel-heading"><h3 class="panel-head">Cascading Style Sheets</h3></div>

change-log.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
a, a:hover {border-bottom: 1px dotted; color: #444;}
2929
a:hover {text-decoration: none; color: #000;}
3030
.logo-title a, .logo-title a:hover {font-size: 72px; font-weight: normal;
31-
letter-spacing: .04em;
31+
letter-spacing: .03em;
3232
vertical-align: middle;
3333
margin-left: 5px;
3434
color: #000; text-decoration: none;
@@ -226,7 +226,7 @@ <h3>December</h3>
226226
other areas.</li>
227227
</ul>
228228
<p>That's the whole history of Full Stack Python. What do you want to learn now?</p>
229-
<div class="row">
229+
<div class="row">
230230
<div class="col-md-4">
231231
<div class="well select-next">
232232
<a href="/introduction.html" class="btn btn-success btn-full"><i class="fa fa-fast-backward fa-inverse fa-2x"></i></a>
@@ -251,7 +251,7 @@ <h3>December</h3>
251251
</p>
252252
</div>
253253
</div>
254-
</div> </div>
254+
</div> </div>
255255
<div class="col-md-offset-1 col-md-3" id="sidebar">
256256
<div class="panel panel-success">
257257
<div class="panel-heading"><h3 class="panel-head">Change Log</h3></div>

configuration-management.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
a, a:hover {border-bottom: 1px dotted; color: #444;}
2929
a:hover {text-decoration: none; color: #000;}
3030
.logo-title a, .logo-title a:hover {font-size: 72px; font-weight: normal;
31-
letter-spacing: .04em;
31+
letter-spacing: .03em;
3232
vertical-align: middle;
3333
margin-left: 5px;
3434
color: #000; text-decoration: none;
@@ -186,7 +186,7 @@ <h3>Ansible Resources</h3>
186186
</li>
187187
</ul>
188188
<h3>What's next after automating your app configuration?</h3>
189-
<div class="row">
189+
<div class="row">
190190
<div class="col-md-3">
191191
<div class="well select-next">
192192
<a href="/logging.html" class="btn btn-success btn-full"><i class="fa fa-align-left fa-inverse fa-2x"></i></a>
@@ -220,7 +220,7 @@ <h3>What's next after automating your app configuration?</h3>
220220
</p>
221221
</div>
222222
</div>
223-
</div> </div>
223+
</div> </div>
224224
<div class="col-md-offset-1 col-md-3" id="sidebar">
225225
<div class="panel panel-success">
226226
<div class="panel-heading"><h3 class="panel-head">Configuration Management</h3></div>

databases.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
a, a:hover {border-bottom: 1px dotted; color: #444;}
2929
a:hover {text-decoration: none; color: #000;}
3030
.logo-title a, .logo-title a:hover {font-size: 72px; font-weight: normal;
31-
letter-spacing: .04em;
31+
letter-spacing: .03em;
3232
vertical-align: middle;
3333
margin-left: 5px;
3434
color: #000; text-decoration: none;
@@ -260,7 +260,7 @@ <h2>Database resources</h2>
260260
</li>
261261
</ul>
262262
<h3>What's next to get your app running?</h3>
263-
<div class="row">
263+
<div class="row">
264264
<div class="col-md-3">
265265
<div class="well select-next">
266266
<a href="/no-sql-datastore.html" class="btn btn-success btn-full"><i class="fa fa-inbox fa-2x"></i></a>
@@ -295,7 +295,7 @@ <h3>What's next to get your app running?</h3>
295295
</p>
296296
</div>
297297
</div>
298-
</div> </div>
298+
</div> </div>
299299
<div class="col-md-offset-1 col-md-3" id="sidebar">
300300
<div class="panel panel-success">
301301
<div class="panel-heading"><h3 class="panel-head">Databases</h3></div>

0 commit comments

Comments
 (0)