404.php 2.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. /**
  3. * Title: A 404 page
  4. * Slug: hall/404
  5. * Inserter: no
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"8rem","bottom":"8rem"}}},"layout":{"type":"constrained"}} -->
  10. <div class="wp-block-group alignwide" style="padding-top:8rem;padding-bottom:8rem"><!-- wp:group {"align":"wide","layout":{"type":"constrained","justifyContent":"left"}} -->
  11. <div class="wp-block-group alignwide"><!-- wp:columns {"align":"wide"} -->
  12. <div class="wp-block-columns alignwide"><!-- wp:column -->
  13. <div class="wp-block-column"></div>
  14. <!-- /wp:column -->
  15. <!-- wp:column -->
  16. <div class="wp-block-column"><!-- wp:heading {"textAlign":"left","level":1,"align":"wide","style":{"typography":{"textTransform":"uppercase","fontStyle":"normal","fontWeight":"600","lineHeight":"1.2"}},"fontSize":"small","anchor":"oops-that-page-can-t-be-found"} -->
  17. <h1 class="wp-block-heading alignwide has-text-align-left has-small-font-size" id="oops-that-page-can-t-be-found" style="font-style:normal;font-weight:600;line-height:1.2;text-transform:uppercase"><?php echo esc_html__( 'Oops! That page can’t be found.', 'hall' ); ?></h1>
  18. <!-- /wp:heading -->
  19. <!-- wp:paragraph -->
  20. <p><?php echo esc_html__( 'It looks like nothing was found at this location.', 'hall' ); ?><br><?php echo esc_html__( 'Maybe try a search?', 'hall' ); ?></p>
  21. <!-- /wp:paragraph -->
  22. <!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"2rem","bottom":"4rem"}}},"layout":{"type":"constrained"}} -->
  23. <div class="wp-block-group alignwide" style="padding-top:2rem;padding-bottom:4rem"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"right":"33%"}}},"layout":{"type":"constrained","justifyContent":"left"}} -->
  24. <div class="wp-block-group alignwide" style="padding-right:33%"><!-- wp:search {"showLabel":false,"width":100,"widthUnit":"%","buttonPosition":"button-inside","buttonUseIcon":true,"style":{"border":{"width":"0px","style":"none"}}} /--></div>
  25. <!-- /wp:group --></div>
  26. <!-- /wp:group --></div>
  27. <!-- /wp:column --></div>
  28. <!-- /wp:columns --></div>
  29. <!-- /wp:group --></div>
  30. <!-- /wp:group -->