Skip to content

Commit ce2aed8

Browse files
committed
updating links on database page
1 parent cb50bd7 commit ce2aed8

File tree

4 files changed

+23
-60
lines changed

4 files changed

+23
-60
lines changed

databases.html

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -193,42 +193,41 @@ <h2>Database resources</h2>
193193
</li>
194194
</ul>
195195
<h3>What's next to get your app running?</h3>
196-
<div class="row">
196+
<div class="row">
197197
<div class="col-md-3">
198198
<div class="well select-next">
199199
<a href="/no-sql-datastore.html" class="btn btn-success btn-full"><i class="fa fa-inbox fa-2x"></i></a>
200-
</a>
201200
<p class="under-btn">
202201
What about non-relational data stores hipsters tell me to use?
203202
</p>
204203
</div>
205204
</div>
206205
<div class="col-md-3">
207206
<div class="well select-next">
208-
<a href="/wsgi-servers.html" class="btn btn-success btn-full"><i class="fa fa-play fa-inverse fa-2x"></i></a>
207+
<a href="/wsgi-servers.html" class="btn btn-success btn-full"><i class="fa fa-css3 fa-inverse fa-2x"></i></a>
208+
</a>
209209
<p class="under-btn">
210-
How do I set up a WSGI server to run the Python code?
210+
My app is running but looks awful. How do I style the interface?
211211
</p>
212212
</div>
213213
</div>
214214
<div class="col-md-3">
215215
<div class="well select-next">
216-
<a href="/cascading-style-sheets.html" class="btn btn-success btn-full"><i class="fa fa-css3 fa-inverse fa-2x"></i></a>
216+
<a href="/javascript.html" class="btn btn-success btn-full"><i class="fa fa-html5 fa-inverse fa-2x"></i></a>
217217
<p class="under-btn">
218-
My app is running, but it looks awful. I need to style the
219-
interface.
218+
How do I create a better user experience with JavaScript?
220219
</p>
221220
</div>
222221
</div>
223-
<div class="col-md-3">
222+
<div class="col-md-3">
224223
<div class="well select-next">
225-
<a href="/javascript.html" class="btn btn-success btn-full"><i class="fa fa-html5 fa-inverse fa-2x"></i></a>
224+
<a href="/logging.html" class="btn btn-success btn-full"><i class="fa fa-align-left fa-inverse fa-2x"></i></a>
226225
<p class="under-btn">
227-
How do I create a better browser experience with JavaScript?
226+
How do I log issues when they occur in my app?
228227
</p>
229228
</div>
230229
</div>
231-
</div> <style type="text/css">
230+
</div> <style type="text/css">
232231
#mc_embed_signup{background:#fff; clear:left; font:12px "Helvetica Neue",Arial,sans-serif; }
233232
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
234233
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-05-02T08:36:11Z</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-02T08:50:51Z</updated></feed>

source/content/pages/04-data/0401-databases.markdown

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ title: Databases
22
category: page
33
slug: databases
44
sort-order: 041
5-
choice1url:
6-
choice1icon:
7-
choice1text:
8-
choice2url:
9-
choice2icon:
10-
choice2text:
11-
choice3url:
12-
choice3icon:
13-
choice3text:
14-
choice4url:
15-
choice4icon:
16-
choice4text:
5+
choice1url: /no-sql-datastore.html
6+
choice1icon: fa-inbox
7+
choice1text: What about non-relational data stores hipsters tell me to use?
8+
choice2url: /wsgi-servers.html
9+
choice2icon: fa-css3 fa-inverse
10+
choice2text: My app is running but looks awful. How do I style the interface?
11+
choice3url: /javascript.html
12+
choice3icon: fa-html5 fa-inverse
13+
choice3text: How do I create a better user experience with JavaScript?
14+
choice4url: /logging.html
15+
choice4icon: fa-align-left fa-inverse
16+
choice4text: How do I log issues when they occur in my app?
1717

1818

1919
# Databases

source/theme/templates/chapters/databases.html

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

0 commit comments

Comments
 (0)