36 lines
1.5 KiB
PHP
36 lines
1.5 KiB
PHP
|
<?php
|
||
|
/**
|
||
|
* Title: Hero with subtitle, title, and text in two columns
|
||
|
* Slug: fkinfood/hero-simple-columns
|
||
|
* Categories: fkinfood, fkinfood-hero
|
||
|
*/
|
||
|
?>
|
||
|
<!-- wp:columns {"verticalAlignment":"bottom","align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|40","left":"var:preset|spacing|40"}}}} -->
|
||
|
<div class="wp-block-columns alignwide are-vertically-aligned-bottom"><!-- wp:column {"verticalAlignment":"bottom"} -->
|
||
|
<div class="wp-block-column is-vertically-aligned-bottom">
|
||
|
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"constrained","justifyContent":"left"}} -->
|
||
|
<div class="wp-block-group"><!-- wp:paragraph {"fontSize":"large"} -->
|
||
|
<p class="has-large-font-size"><strong>The Time is Now</strong></p>
|
||
|
<!-- /wp:paragraph -->
|
||
|
|
||
|
<!-- wp:heading {"level":3} -->
|
||
|
<h3 class="wp-block-heading">Make a Change</h3>
|
||
|
<!-- /wp:heading -->
|
||
|
</div>
|
||
|
<!-- /wp:group -->
|
||
|
</div>
|
||
|
<!-- /wp:column -->
|
||
|
|
||
|
<!-- wp:column {"verticalAlignment":"bottom"} -->
|
||
|
<div class="wp-block-column is-vertically-aligned-bottom">
|
||
|
<!-- wp:group {"layout":{"type":"constrained","justifyContent":"left"}} -->
|
||
|
<div class="wp-block-group"><!-- wp:paragraph {"fontSize":"large"} -->
|
||
|
<p class="has-large-font-size">This block is calling you to action! It is time to buy something, read
|
||
|
something, contact someone or whatever else this section is asking you to do.</p>
|
||
|
<!-- /wp:paragraph -->
|
||
|
</div>
|
||
|
<!-- /wp:group -->
|
||
|
</div>
|
||
|
<!-- /wp:column -->
|
||
|
</div>
|
||
|
<!-- /wp:columns -->
|