header-title-tagline-social.php 1.5 KB

12345678910111213141516171819202122
  1. <?php
  2. /**
  3. * Title: Header with site title, tagline, and social link
  4. * Slug: livro/header-title-tagline-social
  5. * Categories: header
  6. * Block Types: core/template-part/header
  7. */
  8. ?>
  9. <!-- wp:group {"align":"full","style":{"spacing":{"padding":{"bottom":"var(--wp--custom--spacing--large, 10rem)","top":"var(--wp--custom--spacing--small, 1.25rem)"}}},"layout":{"type":"flex","justifyContent":"space-between"}} -->
  10. <div class="wp-block-group alignfull" style="padding-top:var(--wp--custom--spacing--small, 1.25rem);padding-bottom:var(--wp--custom--spacing--large, 10rem)"><!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"left"},"overlayMenu":"always","overlayBackgroundColor":"background","overlayTextColor":"foreground","style":{"typography":{"fontStyle":"normal","fontWeight":"300"}},"fontSize":"x-large"} /-->
  11. <!-- wp:group -->
  12. <div class="wp-block-group"><!-- wp:site-title {"textAlign":"center","style":{"typography":{"textTransform":"uppercase"}}} /-->
  13. <!-- wp:site-tagline {"textAlign":"center","fontSize":"x-small"} /--></div>
  14. <!-- /wp:group -->
  15. <!-- wp:social-links {"iconColor":"foreground","iconColorValue":"var(--wp--preset--color--foreground)","iconBackgroundColor":"background","iconBackgroundColorValue":"var(--wp--preset--color--background)","layout":{"type":"flex","justifyContent":"right"}} -->
  16. <ul class="wp-block-social-links has-icon-color has-icon-background-color"><!-- wp:social-link {"url":"#","service":"twitter"} /--></ul>
  17. <!-- /wp:social-links --></div>
  18. <!-- /wp:group -->