This commit is contained in:
@ -1,10 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Title: Autonomic About Content
|
||||
* Slug: autonomic/about
|
||||
* Description: Default content for the About page
|
||||
* Categories: autonomic
|
||||
*/
|
||||
* Title: Autonomic About Content
|
||||
* Slug: autonomic/about
|
||||
* Description: Default content for the About page
|
||||
* Categories: autonomic
|
||||
*/
|
||||
?>
|
||||
|
||||
<!-- wp:heading -->
|
||||
@ -36,7 +36,24 @@
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:table -->
|
||||
<figure class="wp-block-table"><table><tbody><tr><td>Retainer:</td><td>You pay us a retainer up front and we work. We like this.</td></tr><tr><td>Flat-rate:</td><td>We give you a quote and deliver on it. We don’t like this.</td></tr><tr><td>We work as needed and bill you after:</td><td>It’s fine, we do it sometimes</td></tr></tbody></table></figure>
|
||||
<figure class="wp-block-table">
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Retainer:</td>
|
||||
<td>You pay us a retainer up front and we work. We like this.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Flat-rate:</td>
|
||||
<td>We give you a quote and deliver on it. We don’t like this.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>We work as needed and bill you after:</td>
|
||||
<td>It’s fine, we do it sometimes</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</figure>
|
||||
<!-- /wp:table -->
|
||||
|
||||
<!-- wp:paragraph -->
|
||||
|
Reference in New Issue
Block a user