hero-text.php 763 B

1234567891011121314151617181920
  1. <?php
  2. /**
  3. * Title: Hero text
  4. * Slug: remote/hero-text
  5. * Categories: featured, text
  6. */
  7. ?>
  8. <!-- wp:group {"align":"wide"} -->
  9. <div class="wp-block-group alignwide"><!-- wp:spacer {"height":"32px"} -->
  10. <div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div>
  11. <!-- /wp:spacer -->
  12. <!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.17"}},"fontSize":"huge"} -->
  13. <p class="has-huge-font-size" style="line-height:1.17"><?php echo esc_html__( 'Hi, I’m Tiffany! After years of long commutes and crowded offices, I’m now a happy advocate for remote work.', 'remote' ); ?></p>
  14. <!-- /wp:paragraph -->
  15. <!-- wp:spacer -->
  16. <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
  17. <!-- /wp:spacer --></div>
  18. <!-- /wp:group -->