@@ -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. */
0 commit comments