Fix up table

This commit is contained in:
Jonathan Rudenberg 2012-08-23 20:48:17 -04:00
parent 4a06d10986
commit 0231986bea

View file

@ -52,12 +52,35 @@ provider, niche needs should quickly be met, based on demand.
There are many spectrums of need: There are many spectrums of need:
| technically experienced | inexperienced | <table class="table table-bordered">
| rich | poor | <tbody>
| ad tolerant | ad intolerant| <tr>
| verified | pseudonyms | <td>technically experienced</td>
| public | private | <td>inexperienced</td>
| centralized | distributed | </tr>
<tr>
<td>rich</td>
<td>poor</td>
</tr>
<tr>
<td>ad tolerant</td>
<td>ad intolerant</td>
</tr>
<tr>
<td>verified</td>
<td>pseudonyms</td>
</tr>
<tr>
<td>public</td>
<td>private</td>
</tr>
<tr>
<td>centralized</td>
<td>distributed</td>
</tr>
</tbody>
</table>
## Next steps ## Next steps