404.php 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?php declare( strict_types = 1 ); ?>
  2. <?php
  3. /**
  4. * Title: 404
  5. * Slug: outnow/404
  6. * Categories: hidden
  7. * Inserter: no
  8. */
  9. ?>
  10. <!-- wp:template-part {"slug":"header","area":"header","align":"full"} /-->
  11. <!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"1rem","bottom":"5rem","right":"2rem","left":"2rem"},"blockGap":"2rem"}},"layout":{"type":"constrained"}} -->
  12. <div class="wp-block-group alignfull" style="padding-top:1rem;padding-right:2rem;padding-bottom:5rem;padding-left:2rem"><!-- wp:group {"align":"wide","layout":{"type":"default"}} -->
  13. <div class="wp-block-group alignwide"><!-- wp:columns {"align":"wide"} -->
  14. <div class="wp-block-columns alignwide"><!-- wp:column -->
  15. <div class="wp-block-column"><!-- wp:heading {"textAlign":"left","level":1} -->
  16. <h1 class="wp-block-heading has-text-align-left" id="oops-that-page-can-t-be-found"><?php echo __('Oops...', 'outnow');?></h1>
  17. <!-- /wp:heading -->
  18. <!-- wp:heading {"level":1} -->
  19. <h1 class="wp-block-heading"><?php echo __('404, Sorry.', 'outnow');?></h1>
  20. <!-- /wp:heading --></div>
  21. <!-- /wp:column -->
  22. <!-- wp:column -->
  23. <div class="wp-block-column"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|50"},"layout":{"selfStretch":"fill","flexSize":null}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch","verticalAlignment":"space-between"}} -->
  24. <div class="wp-block-group"><!-- wp:paragraph {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"1rem"}}} -->
  25. <p style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><?php echo __('It seems like nothing was found at this location.<br>Maybe you should try a search?', 'outnow');?></p>
  26. <!-- /wp:paragraph -->
  27. <!-- wp:group {"style":{"typography":{"fontSize":"0.8rem","letterSpacing":"0.02rem"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch","verticalAlignment":"space-between"}} -->
  28. <div class="wp-block-group" style="font-size:0.8rem;letter-spacing:0.02rem"><!-- wp:search {"showLabel":false,"width":100,"widthUnit":"%","buttonPosition":"button-inside","buttonUseIcon":true,"style":{"border":{"width":"0px","style":"none"}}} /--></div>
  29. <!-- /wp:group --></div>
  30. <!-- /wp:group --></div>
  31. <!-- /wp:column --></div>
  32. <!-- /wp:columns --></div>
  33. <!-- /wp:group --></div>
  34. <!-- /wp:group -->
  35. <!-- wp:template-part {"slug":"footer-404"} /-->