@@ -112,33 +112,41 @@ <h2>Platform-as-a-service resources</h2>
112112</ li >
113113</ ul >
114114< h3 > Do you want to use a PaaS or deploy to a traditional server?</ h3 >
115- < div class ="row ">
116- < div class ="col-md-4 ">
115+ < div class ="row ">
116+ < div class ="col-md-3 ">
117117 < div class ="well select-next ">
118- < a href ="/servers.html " class ="btn btn-success btn-full "> < i class ="fa fa-sort-amount-asc fa-inverse fa-2x "> </ i > </ a >
118+ < a href ="/wsgi- servers.html " class ="btn btn-success btn-full "> < i class ="fa fa-play fa-inverse fa-2x "> </ i > </ a >
119119 < p class ="under-btn ">
120- Show me options for bare metal, virtualized servers, and
121- infrastructure-as-a-service.
120+ What WSGI server should I use to run Python code?
122121 </ p >
123122 </ div >
124123 </ div >
125- < div class ="col-md-4 ">
124+ < div class ="col-md-3 ">
126125 < div class ="well select-next ">
127- < a href ="/wsgi-servers.html " class ="btn btn-success btn-full "> < i class ="fa fa-play fa-inverse fa-2x "> </ i > </ a >
126+ < a href ="/databases.html " class ="btn btn-success btn-full "> < i class ="fa fa-hdd-o fa-2x "> </ i > </ a >
127+ </ a >
128+ < p class ="under-btn ">
129+ How do I set up a database for use with my app?
130+ </ p >
131+ </ div >
132+ </ div >
133+ < div class ="col-md-3 ">
134+ < div class ="well select-next ">
135+ < a href ="/application-dependencies.html " class ="btn btn-success btn-full "> < i class ="fa fa-archive fa-inverse fa-2x "> </ i > </ a >
128136 < p class ="under-btn ">
129- How do I execute Python code on a PaaS ?
137+ How can I install the libraries my app depends upon ?
130138 </ p >
131139 </ div >
132140 </ div >
133- < div class ="col-md-4 ">
141+ < div class ="col-md-3 ">
134142 < div class ="well select-next ">
135- < a href ="/web-frameworks .html " class ="btn btn-success btn-full "> < i class ="fa fa-code fa-inverse fa-2x "> </ i > </ a >
143+ < a href ="/static-content .html " class ="btn btn-success btn-full "> < i class ="fa fa-spinner fa-inverse fa-2x "> </ i > </ a >
136144 < p class ="under-btn ">
137- I'm not yet ready to deploy. Show me web frameworks to use.
145+ My PaaS says I should use a CDN to serve static content. How?
138146 </ p >
139147 </ div >
140148 </ div >
141- </ div > < style type ="text/css ">
149+ </ div > < style type ="text/css ">
142150 # mc_embed_signup {background : # fff ; clear : left; font : 12px "Helvetica Neue" , Arial, sans-serif; }
143151 /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
144152 We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
0 commit comments