themes-wordpress/remote/patterns/hero-text.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

20 lines
763 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: Hero text
* Slug: remote/hero-text
* Categories: featured, text
*/
?>
<!-- wp:group {"align":"wide"} -->
<div class="wp-block-group alignwide"><!-- wp:spacer {"height":"32px"} -->
<div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->
<!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.17"}},"fontSize":"huge"} -->
<p class="has-huge-font-size" style="line-height:1.17"><?php echo esc_html__( 'Hi, Im Tiffany! After years of long commutes and crowded offices, Im now a happy advocate for remote work.', 'remote' ); ?></p>
<!-- /wp:paragraph -->
<!-- wp:spacer -->
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer --></div>
<!-- /wp:group -->