large-quote.php 897 B

123456789101112131415161718192021
  1. <?php
  2. /**
  3. * Title: Large quote
  4. * Slug: remote/large-quote
  5. * Categories: featured, text
  6. */
  7. ?>
  8. <!-- wp:group {"style":{"spacing":{"blockGap":"40px","padding":{"top":"20px","bottom":"20px"}}}} -->
  9. <div class="wp-block-group" style="padding-top:20px;padding-bottom:20px">
  10. <!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.25"}},"fontSize":"medium"} -->
  11. <p class="has-medium-font-size" style="line-height:1.25"><?php echo esc_html__( 'I’m spending more time with my family, exercising more, and getting more sleep.', 'remote' ); ?></p>
  12. <!-- /wp:paragraph -->
  13. <!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"400","lineHeight":"1.3"}},"fontSize":"small"} -->
  14. <p class="has-small-font-size" style="font-style:normal;font-weight:400;line-height:1.3"><?php echo esc_html__( '— Jane Adams', 'remote' ); ?></p>
  15. <!-- /wp:paragraph -->
  16. </div>
  17. <!-- /wp:group -->