37 lines
1.7 KiB
PHP
37 lines
1.7 KiB
PHP
<?php
|
|
/**
|
|
* Title: Sidebar with border
|
|
* Slug: stewart/sidebar-border
|
|
* Categories: sidebar
|
|
*/
|
|
?>
|
|
|
|
<!-- wp:group {"style":{"spacing":{"padding":{"top":"2em","right":"2em","bottom":"2em","left":"2em"}},"border":{"width":"1px"}}} -->
|
|
<div class="wp-block-group" style="border-width:1px;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em"><!-- wp:site-logo {"width":90,"align":"center","className":"is-style-rounded"} /-->
|
|
|
|
<!-- wp:site-title {"textAlign":"center","style":{"typography":{"lineHeight":"1.2"}},"fontSize":"gigantic"} /-->
|
|
|
|
<!-- wp:site-tagline {"textAlign":"center","fontSize":"small"} /-->
|
|
|
|
<!-- wp:separator {"className":"is-style-wide"} -->
|
|
<hr class="wp-block-separator is-style-wide"/>
|
|
<!-- /wp:separator -->
|
|
|
|
<!-- wp:navigation {"overlayBackgroundColor":"background","overlayTextColor":"foreground","layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"center","orientation":"vertical"},"style":{"spacing":{"blockGap":"0px"}}} /-->
|
|
|
|
<!-- wp:separator {"className":"is-style-wide"} -->
|
|
<hr class="wp-block-separator is-style-wide"/>
|
|
<!-- /wp:separator -->
|
|
|
|
<!-- wp:social-links {"iconColor":"foreground","iconColorValue":"var(--wp--preset--color--foreground)","className":"is-style-logos-only","layout":{"type":"flex","justifyContent":"center"}} -->
|
|
<ul class="wp-block-social-links has-icon-color is-style-logos-only"><!-- wp:social-link {"url":"#","service":"twitter"} /-->
|
|
|
|
<!-- wp:social-link {"url":"#","service":"facebook"} /-->
|
|
|
|
<!-- wp:social-link {"url":"#","service":"instagram"} /--></ul>
|
|
<!-- /wp:social-links --></div>
|
|
<!-- /wp:group -->
|
|
|
|
<!-- wp:spacer {"height":80} -->
|
|
<div style="height:80px" aria-hidden="true" class="wp-block-spacer"></div>
|
|
<!-- /wp:spacer -->
|