masthead.php 2.1 KB

12345678910111213141516171819202122232425262728
  1. <?php
  2. /**
  3. * Title: Masthead
  4. * Slug: kiosko/masthead
  5. * Categories: text
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70","left":"0","right":"0"}},"border":{"top":{"color":"var:preset|color|contrast","width":"4px"},"bottom":{"color":"var:preset|color|contrast","width":"4px"}},"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}}},"textColor":"primary","layout":{"type":"constrained"}} -->
  10. <div class="wp-block-group alignwide has-primary-color has-text-color has-link-color" style="border-top-color:var(--wp--preset--color--contrast);border-top-width:4px;border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:4px;padding-top:var(--wp--preset--spacing--70);padding-right:0;padding-bottom:var(--wp--preset--spacing--70);padding-left:0">
  11. <!-- wp:heading {"level":1,"align":"wide","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|40","top":"0px"}},"typography":{"textTransform":"uppercase","fontStyle":"normal","fontWeight":"500"}}} -->
  12. <h1 class="wp-block-heading alignwide" style="margin-top:0px;margin-bottom:var(--wp--preset--spacing--40);font-style:normal;font-weight:500;text-transform:uppercase"><?php echo esc_html__( 'Prints', 'kiosko' ); ?></h1>
  13. <!-- /wp:heading -->
  14. <!-- wp:group {"align":"wide","style":{"spacing":{"margin":{"top":"var:preset|spacing|40"}}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
  15. <div class="wp-block-group alignwide" style="margin-top:var(--wp--preset--spacing--40)">
  16. <!-- wp:group {"layout":{"type":"constrained"}} -->
  17. <div class="wp-block-group">
  18. <!-- wp:paragraph {"fontSize":"small"} -->
  19. <p class="has-small-font-size"><?php echo esc_html__( 'We take pride in the quality of our products and use only the highest quality materials to ensure that each poster is durable and long-lasting. Browse our collection and discover the perfect geometric poster to add a touch of sophistication to your home or office.', 'kiosko' ); ?></p>
  20. <!-- /wp:paragraph -->
  21. </div>
  22. <!-- /wp:group -->
  23. </div>
  24. <!-- /wp:group -->
  25. </div>
  26. <!-- /wp:group -->