Compare commits

...

2 Commits

Author SHA1 Message Date
4bdd043d87 create header 2024-05-09 14:49:07 +05:00
abc178cf80 create front page template 2024-05-09 14:38:28 +05:00
2 changed files with 17 additions and 4 deletions

View File

@ -1,4 +1,8 @@
<!-- wp:navigation -->
<!-- wp:navigation-link {"label":"index","url":"https://localhost:8080/", "className": "bread-crumb"} -->
<!-- /wp:navigation-link -->
<!-- /wp:navigation -->
<!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|70","left":"var:preset|spacing|70","top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"}},"border":{"bottom":{"color":"var:preset|color|main-purple","width":"3px"}}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
<div class="wp-block-group"
style="border-bottom-color:var(--wp--preset--color--main-purple);border-bottom-width:3px;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--70)">
<!-- wp:site-logo {"width":110,"shouldSyncIcon":true,"style":{"layout":{"selfStretch":"fit","flexSize":null}}} /-->
<!-- wp:navigation {"ref":6,"style":{"typography":{"fontSize":"18px"}}} /-->
</div>
<!-- /wp:group -->

View File

@ -0,0 +1,9 @@
<!-- wp:group {"layout":{"type":"constrained"}} -->
<div class="wp-block-group">
<!-- wp:template-part {"slug":"header","theme":"lex-scotland-theme","tagName":"header"} /-->
<!-- wp:post-content /-->
<!-- wp:template-part {"slug":"footer","theme":"lex-scotland-theme"} /-->
</div>
<!-- /wp:group -->