pullquote.php 2.3 KB

123456789101112131415161718192021
  1. <?php
  2. /**
  3. * Title: Pullquote
  4. * Slug: loudness/pullquote
  5. * Categories: featured, text
  6. */
  7. ?>
  8. <!-- wp:cover {"url":"<?php echo esc_url( get_stylesheet_directory_uri() ) . '/assets/illustrations/texture.png'; ?>","id":1557,"dimRatio":0,"focalPoint":{"x":0.54,"y":0.48},"align":"full"} -->
  9. <div class="wp-block-cover alignfull"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><img class="wp-block-cover__image-background wp-image-1557" alt="" src="<?php echo esc_url( get_stylesheet_directory_uri() ) . '/assets/illustrations/texture.png'; ?>" style="object-position:54% 48%" data-object-fit="cover" data-object-position="54% 48%"/><div class="wp-block-cover__inner-container"><!-- wp:group {"layout":{"type":"constrained"}} -->
  10. <div class="wp-block-group"><!-- wp:group {"layout":{"type":"constrained"},"style":{"spacing":{"padding":{"top":"var:preset|spacing|70","right":"var:preset|spacing|80","bottom":"var:preset|spacing|70","left":"var:preset|spacing|80"},"blockGap":"0"},"border":{"width":"3px"}},"borderColor":"foreground","backgroundColor":"background"} -->
  11. <div class="wp-block-group has-border-color has-foreground-border-color has-background-background-color has-background" style="border-width:3px;padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--80);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--80)"><!-- wp:paragraph {"align":"center","backgroundColor":"background","textColor":"foreground","fontSize":"large"} -->
  12. <p class="has-text-align-center has-foreground-color has-background-background-color has-text-color has-background has-large-font-size"><?php echo esc_html__( 'Has anyone ever said, "I wish I could go to more meetings today"?', 'loudness' ); ?></p>
  13. <!-- /wp:paragraph -->
  14. <!-- wp:paragraph {"align":"center","style":{"typography":{"textTransform":"uppercase"}},"backgroundColor":"background","textColor":"foreground","fontSize":"large","fontFamily":"rubik"} -->
  15. <p class="has-text-align-center has-foreground-color has-background-background-color has-text-color has-background has-rubik-font-family has-large-font-size" style="text-transform:uppercase"><strong><?php echo esc_html__( 'Matt Mullenweg', 'loudness' ); ?></strong></p>
  16. <!-- /wp:paragraph --></div>
  17. <!-- /wp:group --></div>
  18. <!-- /wp:group --></div></div>
  19. <!-- /wp:cover -->