diff options
Diffstat (limited to 'wp-content/themes/twentytwentytwo/parts')
4 files changed, 32 insertions, 0 deletions
diff --git a/wp-content/themes/twentytwentytwo/parts/footer.html b/wp-content/themes/twentytwentytwo/parts/footer.html new file mode 100644 index 0000000..e0430f5 --- /dev/null +++ b/wp-content/themes/twentytwentytwo/parts/footer.html @@ -0,0 +1,5 @@ +<!-- wp:group {"style":{"spacing":{"padding":{"top":"var(--wp--custom--spacing--large, 8rem)"}}},"layout":{"inherit":true}} --> +<div class="wp-block-group" style="padding-top:var(--wp--custom--spacing--large, 8rem)"> +<!-- wp:pattern {"slug":"twentytwentytwo/footer-default"} /--> +</div> +<!-- /wp:group --> diff --git a/wp-content/themes/twentytwentytwo/parts/header-large-dark.html b/wp-content/themes/twentytwentytwo/parts/header-large-dark.html new file mode 100644 index 0000000..a63b2d6 --- /dev/null +++ b/wp-content/themes/twentytwentytwo/parts/header-large-dark.html @@ -0,0 +1,7 @@ +<!-- wp:group {"align":"full","style":{"elements":{"link":{"color":{"text":"var:preset|color|background"}}},"spacing":{"padding":{"top":"0px","bottom":"var(--wp--custom--spacing--large, 8rem)"}}},"backgroundColor":"foreground","textColor":"background","layout":{"inherit":true}} --> +<div class="wp-block-group alignfull has-background-color has-foreground-background-color has-text-color has-background has-link-color" style="padding-top:0px;padding-bottom:var(--wp--custom--spacing--large, 8rem)"><!-- wp:template-part {"slug":"header","tagName":"header","align":"wide"} /--> + +<!-- wp:pattern {"slug":"twentytwentytwo/hidden-heading-and-bird"} /--></div> +<!-- /wp:group --><!-- wp:spacer {"height":66} --> +<div style="height:66px" aria-hidden="true" class="wp-block-spacer"></div> +<!-- /wp:spacer --> diff --git a/wp-content/themes/twentytwentytwo/parts/header-small-dark.html b/wp-content/themes/twentytwentytwo/parts/header-small-dark.html new file mode 100644 index 0000000..5870857 --- /dev/null +++ b/wp-content/themes/twentytwentytwo/parts/header-small-dark.html @@ -0,0 +1,7 @@ +<!-- wp:group {"align":"full","style":{"elements":{"link":{"color":{"text":"var:preset|color|background"}}},"spacing":{"padding":{"top":"0px","bottom":"0px"}}},"backgroundColor":"foreground","textColor":"background","layout":{"inherit":true}} --> +<div class="wp-block-group alignfull has-background-color has-foreground-background-color has-text-color has-background has-link-color" style="padding-top:0px;padding-bottom:0px"><!-- wp:template-part {"slug":"header","tagName":"header","align":"wide"} /--> + +<!-- wp:pattern {"slug":"twentytwentytwo/hidden-bird"} /--></div> +<!-- /wp:group --><!-- wp:spacer {"height":66} --> +<div style="height:66px" aria-hidden="true" class="wp-block-spacer"></div> +<!-- /wp:spacer --> diff --git a/wp-content/themes/twentytwentytwo/parts/header.html b/wp-content/themes/twentytwentytwo/parts/header.html new file mode 100644 index 0000000..27568c1 --- /dev/null +++ b/wp-content/themes/twentytwentytwo/parts/header.html @@ -0,0 +1,13 @@ +<!-- wp:group {"layout":{"inherit":true}} --> +<div class="wp-block-group"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"bottom":"var(--wp--custom--spacing--large, 8rem)","top":"var(--wp--custom--spacing--small, 1.25rem)"}}},"layout":{"type":"flex","justifyContent":"space-between"}} --> +<div class="wp-block-group alignwide" style="padding-top:var(--wp--custom--spacing--small, 1.25rem);padding-bottom:var(--wp--custom--spacing--large, 8rem)"><!-- wp:group {"layout":{"type":"flex"}} --> +<div class="wp-block-group"><!-- wp:site-logo {"width":64} /--> + +<!-- wp:site-title /--></div> +<!-- /wp:group --> + +<!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right"}} --> +<!-- wp:page-list {"isNavigationChild":true,"showSubmenuIcon":true,"openSubmenusOnClick":false} /--> +<!-- /wp:navigation --></div> +<!-- /wp:group --></div> +<!-- /wp:group -->
\ No newline at end of file |