masthead.php 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?php
  2. /**
  3. * Title: Masthead
  4. * Slug: exmoor/masthead
  5. * Categories: featured
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:group {"align":"wide","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
  10. <div class="wp-block-group alignwide" style="margin-top:0;margin-bottom:0">
  11. <!-- wp:spacer {"height":"64px"} -->
  12. <div style="height:64px" aria-hidden="true" class="wp-block-spacer"></div>
  13. <!-- /wp:spacer -->
  14. <!-- wp:columns {"verticalAlignment":"bottom","align":"wide"} -->
  15. <div class="wp-block-columns alignwide are-vertically-aligned-bottom">
  16. <!-- wp:column {"verticalAlignment":"bottom","width":"72%"} -->
  17. <div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis:72%">
  18. <!-- wp:heading {"level":1,"align":"wide","style":{"typography":{"lineHeight":"0.8","textTransform":"uppercase","fontStyle":"normal","fontWeight":"900"}},"fontSize":"xxxx-large","fontFamily":"raleway"} -->
  19. <h1 class="wp-block-heading alignwide has-raleway-font-family has-xxxx-large-font-size" style="font-style:normal;font-weight:900;line-height:0.8;text-transform:uppercase"><?php echo wp_kses_post( __( 'Your<br>journey<br>begins', 'exmoor' ) ); ?></h1>
  20. <!-- /wp:heading -->
  21. </div>
  22. <!-- /wp:column -->
  23. <!-- wp:column {"verticalAlignment":"bottom","width":"28%"} -->
  24. <div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis:28%">
  25. <!-- wp:paragraph {"align":"right","style":{"elements":{"link":{":hover":{"color":{"text":"var:preset|color|primary"}},"color":{"text":"var:preset|color|contrast"}}},"typography":{"fontStyle":"italic","fontWeight":"400"}},"fontSize":"large"} -->
  26. <p class="has-text-align-right has-link-color has-large-font-size" style="font-style:italic;font-weight:400"><a href="#"><?php echo esc_html__( 'Explore Our Offers', 'exmoor' ); ?></a>→
  27. </p>
  28. <!-- /wp:paragraph -->
  29. </div>
  30. <!-- /wp:column -->
  31. </div>
  32. <!-- /wp:columns -->
  33. <!-- wp:spacer {"height":"32px"} -->
  34. <div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div>
  35. <!-- /wp:spacer -->
  36. </div>
  37. <!-- /wp:group -->