404.php 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?php declare( strict_types = 1 ); ?>
  2. <?php
  3. /**
  4. * Title: 404
  5. * Slug: vows/404
  6. * Categories: hidden
  7. * Inserter: no
  8. */
  9. ?>
  10. <!-- wp:columns {"style":{"spacing":{"blockGap":{"top":"0px","left":"0px"}}}} -->
  11. <div class="wp-block-columns"><!-- wp:column {"width":"40%"} -->
  12. <div class="wp-block-column" style="flex-basis:40%"><!-- wp:group {"style":{"position":{"type":"sticky","top":"0px"}},"layout":{"type":"default"}} -->
  13. <div class="wp-block-group"><!-- wp:template-part {"slug":"header","tagName":"header"} /--></div>
  14. <!-- /wp:group --></div>
  15. <!-- /wp:column -->
  16. <!-- wp:column {"width":"60%"} -->
  17. <div class="wp-block-column" style="flex-basis:60%"><!-- wp:group {"style":{"spacing":{"blockGap":"0"},"dimensions":{"minHeight":"100vh"},"background":{"backgroundImage":{"url":"<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/groovepaper.png","source":"file","title":"groovepaper"},"backgroundSize":"300px"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch","verticalAlignment":"space-between"}} -->
  18. <div class="wp-block-group" style="min-height:100vh"><!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
  19. <main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)"><!-- wp:group {"layout":{"type":"constrained","justifyContent":"center"}} -->
  20. <div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|70"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
  21. <div class="wp-block-group"><!-- wp:site-title /-->
  22. <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|30"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
  23. <div class="wp-block-group"><!-- wp:heading {"level":1} -->
  24. <h1 class="wp-block-heading">Oops... That page can’t be found.</h1>
  25. <!-- /wp:heading -->
  26. <!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
  27. <main class="wp-block-group"><!-- wp:paragraph -->
  28. <p>It looks like nothing was found at this location. Maybe try a search?</p>
  29. <!-- /wp:paragraph -->
  30. <!-- wp:search {"label":"","showLabel":false,"placeholder":"Search...","buttonText":"","buttonPosition":"button-inside","buttonUseIcon":true} /--></main>
  31. <!-- /wp:group --></div>
  32. <!-- /wp:group --></div>
  33. <!-- /wp:group --></div>
  34. <!-- /wp:group --></main>
  35. <!-- /wp:group -->
  36. <!-- wp:template-part {"slug":"footer","area":"footer"} /--></div>
  37. <!-- /wp:group --></div>
  38. <!-- /wp:column --></div>
  39. <!-- /wp:columns -->