Fix up table
This commit is contained in:
parent
4a06d10986
commit
0231986bea
1 changed files with 29 additions and 6 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue