1212 <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
1313 <![endif]-->
1414 < link href ="theme/css/f.min.css " rel ="stylesheet ">
15- < link href ="//netdna .bootstrapcdn.com/font-awesome/4.1 .0/css/font-awesome.css " rel =" stylesheet ">
15+ < link rel =" stylesheet " href ="//maxcdn .bootstrapcdn.com/font-awesome/4.3 .0/css/font-awesome.min. css ">
1616 < style >
1717 .toc-indent {padding-left : 25px ; padding-bottom : 1px ;}
1818 .toc-more-indent {padding-left : 37px ; padding-bottom : 1px ;}
@@ -179,16 +179,16 @@ <h2>Application dependencies learning checklist</h2>
179179Check that your application runs properly with the fresh virtualenv and only
180180the installed dependencies from the requirements.txt file.</ p >
181181< h3 > What do you need to learn after installing your app dependencies?</ h3 >
182- < div class ="row ">
183- < div class ="col-md-3 ">
182+ < div class ="row ">
183+ < div class ="col-md-4 ">
184184 < div class ="well select-next ">
185185 < a href ="/wsgi-servers.html " class ="btn btn-success btn-full "> < i class ="fa fa-play fa-inverse fa-2x "> </ i > </ a >
186186 < p class ="under-btn ">
187187 How do I set up a WSGI server to execute Python code?
188188 </ p >
189189 </ div >
190190 </ div >
191- < div class ="col-md-3 ">
191+ < div class ="col-md-4 ">
192192 < div class ="well select-next ">
193193 < a href ="/databases.html " class ="btn btn-success btn-full "> < i class ="fa fa-hdd-o fa-2x "> </ i > </ a >
194194 </ a >
@@ -197,23 +197,15 @@ <h3>What do you need to learn after installing your app dependencies?</h3>
197197 </ p >
198198 </ div >
199199 </ div >
200- < div class ="col-md-3 ">
200+ < div class ="col-md-4 ">
201201 < div class ="well select-next ">
202202 < a href ="/api-integration.html " class ="btn btn-success btn-full "> < i class ="fa fa-link fa-inverse fa-2x "> </ i > </ a >
203203 < p class ="under-btn ">
204204 How do I integrate an external API into my app?
205205 </ p >
206206 </ div >
207207 </ div >
208- < div class ="col-md-3 ">
209- < div class ="well select-next ">
210- < a href ="/cascading-style-sheets.html " class ="btn btn-success btn-full "> < i class ="fa fa-css3 fa-inverse fa-2x "> </ i > </ a >
211- < p class ="under-btn ">
212- How do I style my app with cascading style sheets?
213- </ p >
214- </ div >
215- </ div >
216- </ div > < div id ="mc_embed_signup ">
208+ </ div > < div id ="mc_embed_signup ">
217209< form action ="//mattmakai.us2.list-manage.com/subscribe/post?u=b7e774f0c4f05dcebbfee183d&id=b22335388d " method ="post " id ="mc-embedded-subscribe-form " name ="mc-embedded-subscribe-form " class ="validate " target ="_blank " novalidate >
218210 < div id ="mc_embed_signup_scroll ">
219211 < h4 > Sign up here to receive an email with major updates to this site and Python tutorials delivered to your inbox once a month.</ h4 >
0 commit comments