sidebar-introduction.php 2.1 KB

123456789101112131415161718192021222324252627282930313233
  1. <?php
  2. /**
  3. * Sidebar with introduction block pattern
  4. */
  5. return array(
  6. 'title' => __( 'Sidebar with introduction', 'stewart' ),
  7. 'categories' => array( 'sidebar' ),
  8. 'content' => '<!-- wp:group {"style":{"spacing":{"padding":{"top":"0em","right":"0em","bottom":"0em","left":"0em"}},"border":{"width":"1px"}},"layout":{"inherit":false}} -->
  9. <div class="wp-block-group" style="border-width:1px;padding-top:0em;padding-right:0em;padding-bottom:0em;padding-left:0em"><!-- wp:image {"sizeSlug":"large","linkDestination":"none"} -->
  10. <figure class="wp-block-image size-large"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/about.jpg" alt="' . esc_html__( 'A collage featuring the portrait of a woman.', 'stewart' ) . '"/></figure>
  11. <!-- /wp:image -->
  12. <!-- wp:group {"style":{"spacing":{"padding":{"top":"0em","right":"2em","bottom":"2em","left":"2em"}}}} -->
  13. <div class="wp-block-group" style="padding-top:0em;padding-right:2em;padding-bottom:2em;padding-left:2em"><!-- wp:site-title {"textAlign":"left","style":{"typography":{"lineHeight":"1.2"}},"fontSize":"gigantic"} /-->
  14. <!-- wp:paragraph {"fontSize":"small"} -->
  15. <p class="has-small-font-size">' . esc_html__( 'Welcome to the blog! I’m an artist and author who writes about her process and inspiration. Follow along as I explore new mediums, submit my work to galleries, and ultimately pursue a career in art.', 'stewart' ) . '</p>
  16. <!-- /wp:paragraph -->
  17. <!-- wp:social-links {"iconColor":"foreground","iconColorValue":"var(--wp--preset--color--foreground)","className":"is-style-logos-only","layout":{"type":"flex","justifyContent":"center"}} -->
  18. <ul class="wp-block-social-links has-icon-color is-style-logos-only"><!-- wp:social-link {"url":"#","service":"twitter"} /-->
  19. <!-- wp:social-link {"url":"#","service":"facebook"} /-->
  20. <!-- wp:social-link {"url":"#","service":"instagram"} /--></ul>
  21. <!-- /wp:social-links --></div>
  22. <!-- /wp:group --></div>
  23. <!-- /wp:group -->
  24. <!-- wp:spacer {"height":"80px"} -->
  25. <div style="height:80px" aria-hidden="true" class="wp-block-spacer"></div>
  26. <!-- /wp:spacer -->',
  27. );