hidden-portfolio-hero.php 828 B

12345678910111213141516171819
  1. <?php
  2. /**
  3. * Title: Portfolio hero
  4. * Slug: olympique/hidden-portfolio-hero
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:spacer {"height":"var:preset|spacing|50","style":{"layout":{}}} -->
  9. <div style="height:var(--wp--preset--spacing--50)" aria-hidden="true" class="wp-block-spacer"></div>
  10. <!-- /wp:spacer -->
  11. <!-- wp:group {"align":"wide","layout":{"type":"constrained"}} -->
  12. <div class="wp-block-group alignwide">
  13. <!-- wp:heading {"level":1,"align":"wide","style":{"typography":{"lineHeight":"1.2"}},"fontSize":"xx-large"} -->
  14. <h1 class="wp-block-heading alignwide has-xx-large-font-size" style="line-height:1.2"><?php echo wp_kses_post( __( 'I’m <em>Leia Acosta</em>, a passionate photographer who finds inspiration in capturing the fleeting beauty of life.', 'olympique' ) ); ?></h1>
  15. <!-- /wp:heading -->
  16. </div>
  17. <!-- /wp:group -->