header-with-biography.php 1.0 KB

12345678910111213141516171819
  1. <?php
  2. /**
  3. * Title: Default header
  4. * Slug: chanson/header-with-biography
  5. * Categories: featured, header
  6. * Block Types: core/template-part/header
  7. */
  8. declare( strict_types = 1 );
  9. ?>
  10. <!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|80","right":"var:preset|spacing|80","bottom":"var:preset|spacing|80","left":"var:preset|spacing|80"}}},"layout":{"type":"constrained","justifyContent":"left"}} -->
  11. <div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--80);padding-right:var(--wp--preset--spacing--80);padding-bottom:var(--wp--preset--spacing--80);padding-left:var(--wp--preset--spacing--80)">
  12. <!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.1"}},"fontSize":"x-large"} -->
  13. <p class="has-x-large-font-size" style="line-height:1.1"><?php echo esc_html__( 'born in 1915, Edith Piaf was the embodiment of the tragic and the beautiful, a symbol of hope amidst the chaos.', 'chanson' ); ?></p>
  14. <!-- /wp:paragraph -->
  15. <!-- wp:site-logo {"width":70} /-->
  16. </div>
  17. <!-- /wp:group -->