33 lines
1.3 KiB
PHP
33 lines
1.3 KiB
PHP
<?php
|
|
/**
|
|
* Title: front-page
|
|
* Slug: autonomic/front-page
|
|
* Inserter: yes
|
|
*/
|
|
?>
|
|
<!-- wp:group {"style":{"spacing":{"padding":{"top":"96px"}}},"layout":{"type":"constrained"}} -->
|
|
<div class="wp-block-group" style="padding-top:96px"><!-- wp:columns -->
|
|
<div class="wp-block-columns"><!-- wp:column {"width":"15%"} -->
|
|
<div class="wp-block-column" style="flex-basis:15%">
|
|
<!-- wp:template-part {"slug":"nav-menu","area":"uncategorized"} /-->
|
|
</div>
|
|
<!-- /wp:column -->
|
|
|
|
<!-- wp:column {"width":"50%"} -->
|
|
<div class="wp-block-column" style="flex-basis:50%"><!-- wp:post-content /--></div>
|
|
<!-- /wp:column -->
|
|
|
|
<!-- wp:column {"verticalAlignment":"bottom","width":"35%"} -->
|
|
<div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis:35%">
|
|
<!-- wp:image {"sizeSlug":"full","linkDestination":"none","className":"home-flower"} -->
|
|
<figure class="wp-block-image size-full home-flower"><img
|
|
src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/01flowergreen-1.png" alt=""
|
|
class="" /></figure>
|
|
<!-- /wp:image -->
|
|
</div>
|
|
<!-- /wp:column -->
|
|
</div>
|
|
<!-- /wp:columns -->
|
|
</div>
|
|
<!-- /wp:group -->
|
|
<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->
|