newsletter-intro-dark-background.php 2.1 KB

1234567891011121314151617181920212223242526272829
  1. <?php
  2. /**
  3. * Title: Newsletter intro with dark background image
  4. * Slug: lettre/newsletter-into-dark-background
  5. * Categories: featured, newsletter
  6. */
  7. ?>
  8. <!-- wp:cover {"url":"<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/envelopes.jpg","dimRatio":70,"overlayColor":"foreground","minHeight":90,"minHeightUnit":"vh","align":"full"} -->
  9. <div class="wp-block-cover alignfull" style="min-height:90vh"><span aria-hidden="true" class="wp-block-cover__background has-foreground-background-color has-background-dim-70 has-background-dim"></span><img class="wp-block-cover__image-background" alt="<?php echo esc_attr__( 'A photograph of vintage envelopes.', 'lettre' ); ?>" src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/envelopes.jpg" data-object-fit="cover"/><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"elements":{"link":{"color":{"text":"var:preset|color|secondary"}}}},"textColor":"secondary","className":"has-secondary-color has-text-color has-link-color","layout":{"wideSize":"360px"}} -->
  10. <div class="wp-block-group has-secondary-color has-text-color has-link-color"><!-- wp:site-logo {"width":120,"shouldSyncIcon":true,"align":"center","className":"is-style-rounded"} /-->
  11. <!-- wp:site-title {"textAlign":"center","style":{"typography":{"fontStyle":"normal","fontWeight":"700","lineHeight":"1.3"}},"fontSize":"x-large"} /-->
  12. <!-- wp:group {"style":{"spacing":{"blockGap":"40px"}}} -->
  13. <div class="wp-block-group"><!-- wp:site-tagline {"textAlign":"center","fontSize":"small"} /-->
  14. <!-- wp:jetpack/subscriptions {"buttonBackgroundColor":"background","textColor":"foreground","borderRadius":50,"borderColor":"secondary","className":"is-style-compact"} /--></div>
  15. <!-- /wp:group -->
  16. <!-- wp:spacer -->
  17. <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
  18. <!-- /wp:spacer -->
  19. <!-- wp:paragraph {"align":"center","fontSize":"small"} -->
  20. <p class="has-text-align-center has-small-font-size"><a href="#posts"><?php echo esc_html__( 'Read all posts', 'lettre' ); ?> ↓</a></p>
  21. <!-- /wp:paragraph --></div>
  22. <!-- /wp:group --></div></div>
  23. <!-- /wp:cover -->