themes-wordpress/remote/patterns/large-quote.php
Maggie 21e6dbe933
Remote: refactor patterns to load directly from the editor (#5829)
* refactor patterns to load directly from the editor

* wrong pattern name fixed
2022-04-12 15:13:54 +05:30

21 lines
897 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* Title: Large quote
* Slug: remote/large-quote
* Categories: featured, text
*/
?>
<!-- wp:group {"style":{"spacing":{"blockGap":"40px","padding":{"top":"20px","bottom":"20px"}}}} -->
<div class="wp-block-group" style="padding-top:20px;padding-bottom:20px">
<!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.25"}},"fontSize":"medium"} -->
<p class="has-medium-font-size" style="line-height:1.25"><?php echo esc_html__( 'Im spending more time with my family, exercising more, and getting more sleep.', 'remote' ); ?></p>
<!-- /wp:paragraph -->
<!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"400","lineHeight":"1.3"}},"fontSize":"small"} -->
<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>
<!-- /wp:paragraph -->
</div>
<!-- /wp:group -->