small-quote.php 1.7 KB

123456789101112131415161718192021222324252627
  1. <?php
  2. /**
  3. * Title: Small quote
  4. * Slug: remote/small-quote
  5. * Categories: featured, text
  6. */
  7. ?>
  8. <!-- wp:columns {"style":{"spacing":{"blockGap":"30px"}}} -->
  9. <div class="wp-block-columns"><!-- wp:column {"width":"50px","style":{"spacing":{"padding":{"top":"28px"}}}} -->
  10. <div class="wp-block-column" style="padding-top:28px;flex-basis:50px"><!-- wp:image {"width":48,"sizeSlug":"large","className":"is-style-rounded"} -->
  11. <figure class="wp-block-image size-large is-resized is-style-rounded"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/coworker.jpg" alt="<?php echo esc_attr__( 'Picture of a user', 'remote' ); ?>" width="48"/></figure>
  12. <!-- /wp:image --></div>
  13. <!-- /wp:column -->
  14. <!-- wp:column -->
  15. <div class="wp-block-column"><!-- wp:group {"style":{"spacing":{"blockGap":"30px","padding":{"top":"20px","bottom":"20px"}}}} -->
  16. <div class="wp-block-group" style="padding-top:20px;padding-bottom:20px"><!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.5"}},"fontSize":"normal"} -->
  17. <p class="has-normal-font-size" style="line-height:1.5"><?php echo esc_html__( 'Now that I’m working from home, I find that I am spending more time with my family, exercising more, and getting more sleep. This has not been at the expense of my productivity at work — if anything, my productivity has improved as well.', 'remote' ); ?></p>
  18. <!-- /wp:paragraph -->
  19. <!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"400","lineHeight":"1.3"}},"fontSize":"small"} -->
  20. <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>
  21. <!-- /wp:paragraph --></div>
  22. <!-- /wp:group --></div>
  23. <!-- /wp:column --></div>
  24. <!-- /wp:columns -->