Nessuna descrizione

footer-about-title-logo.php 1.8KB

123456789101112131415161718192021222324252627282930313233
  1. <?php
  2. /**
  3. * Footer with text, title, and logo
  4. */
  5. return array(
  6. 'title' => __( 'Footer with text, title, and logo', 'twentytwentytwo' ),
  7. 'categories' => array( 'footer' ),
  8. 'blockTypes' => array( 'core/template-part/footer' ),
  9. 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var(--wp--custom--spacing--large, 8rem)","bottom":"6rem"}}},"backgroundColor":"secondary","layout":{"inherit":true}} -->
  10. <div class="wp-block-group alignfull has-secondary-background-color has-background" style="padding-top:var(--wp--custom--spacing--large, 8rem);padding-bottom:6rem"><!-- wp:columns {"align":"wide"} -->
  11. <div class="wp-block-columns alignwide"><!-- wp:column {"width":"33%"} -->
  12. <div class="wp-block-column" style="flex-basis:33%"><!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase"}}} -->
  13. <p style="text-transform:uppercase">' . esc_html__( 'About us', 'twentytwentytwo' ) . '</p>
  14. <!-- /wp:paragraph -->
  15. <!-- wp:paragraph {"style":{"fontSize":"small"} -->
  16. <p class="has-small-font-size">' . esc_html__( 'We are a rogue collective of bird watchers. We’ve been known to sneak through fences, climb perimeter walls, and generally trespass in order to observe the rarest of birds.', 'twentytwentytwo' ) . '</p>
  17. <!-- /wp:paragraph -->
  18. <!-- wp:spacer {"height":180} -->
  19. <div style="height:180px" aria-hidden="true" class="wp-block-spacer"></div>
  20. <!-- /wp:spacer -->
  21. <!-- wp:site-title {"level":0} /--></div>
  22. <!-- /wp:column -->
  23. <!-- wp:column {"verticalAlignment":"bottom"} -->
  24. <div class="wp-block-column is-vertically-aligned-bottom"><!-- wp:site-logo {"align":"right","width":60} /--></div>
  25. <!-- /wp:column --></div>
  26. <!-- /wp:columns --></div>
  27. <!-- /wp:group -->',
  28. );