masthead.php 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?php
  2. /**
  3. * Title: Masthead
  4. * Slug: exmoor/masthead
  5. * Categories: featured
  6. */
  7. ?>
  8. <!-- wp:group {"align":"wide","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
  9. <div class="wp-block-group alignwide" style="margin-top:0;margin-bottom:0">
  10. <!-- wp:spacer {"height":"64px"} -->
  11. <div style="height:64px" aria-hidden="true" class="wp-block-spacer"></div>
  12. <!-- /wp:spacer -->
  13. <!-- wp:columns {"verticalAlignment":"bottom","align":"wide"} -->
  14. <div class="wp-block-columns alignwide are-vertically-aligned-bottom">
  15. <!-- wp:column {"verticalAlignment":"bottom","width":"72%"} -->
  16. <div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis:72%">
  17. <!-- wp:heading {"level":1,"align":"wide","style":{"typography":{"lineHeight":"0.8","textTransform":"uppercase","fontStyle":"normal","fontWeight":"900"}},"fontSize":"huge","fontFamily":"raleway"} -->
  18. <h1 class="wp-block-heading alignwide has-raleway-font-family has-huge-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>
  19. <!-- /wp:heading -->
  20. </div>
  21. <!-- /wp:column -->
  22. <!-- wp:column {"verticalAlignment":"bottom","width":"28%"} -->
  23. <div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis:28%">
  24. <!-- 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"} -->
  25. <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>→
  26. </p>
  27. <!-- /wp:paragraph -->
  28. </div>
  29. <!-- /wp:column -->
  30. </div>
  31. <!-- /wp:columns -->
  32. <!-- wp:spacer {"height":"32px"} -->
  33. <div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div>
  34. <!-- /wp:spacer -->
  35. </div>
  36. <!-- /wp:group -->