404.php 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?php declare( strict_types = 1 ); ?>
  2. <?php
  3. /**
  4. * Title: 404
  5. * Slug: iotix/404
  6. * Categories: hidden
  7. * Inserter: no
  8. */
  9. ?>
  10. <!-- wp:template-part {"slug":"header","area":"header"} /-->
  11. <!-- wp:group {"tagName":"main","style":{"spacing":{"padding":{"right":"5vw","left":"5vw"}}},"layout":{"type":"constrained"}} -->
  12. <main class="wp-block-group" style="padding-right:5vw;padding-left:5vw"><!-- wp:image {"sizeSlug":"full","linkDestination":"none","align":"wide","style":{"border":{"radius":"30px"}}} -->
  13. <figure class="wp-block-image alignwide size-full has-custom-border"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/404_Image.webp" alt="<?php esc_html_e('', 'iotix');?>" class="" style="border-radius:30px"/></figure>
  14. <!-- /wp:image -->
  15. <!-- wp:spacer {"height":"40px"} -->
  16. <div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div>
  17. <!-- /wp:spacer -->
  18. <!-- wp:group {"layout":{"type":"default"}} -->
  19. <div class="wp-block-group"><!-- wp:heading {"textAlign":"left","fontSize":"x-large"} -->
  20. <h2 class="wp-block-heading has-text-align-left has-x-large-font-size" id="oops-that-page-can-t-be-found"><?php esc_html_e('Page not found.', 'iotix');?></h2>
  21. <!-- /wp:heading -->
  22. <!-- wp:paragraph -->
  23. <p><?php esc_html_e('It looks like nothing was found at this location. Maybe try a search?', 'iotix');?></p>
  24. <!-- /wp:paragraph -->
  25. <!-- wp:search {"label":"","showLabel":false,"placeholder":"Search...","widthUnit":"%","buttonText":"Search","style":{"border":{"radius":"100px"}},"backgroundColor":"foreground"} /--></div>
  26. <!-- /wp:group -->
  27. <!-- wp:spacer -->
  28. <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
  29. <!-- /wp:spacer --></main>
  30. <!-- /wp:group -->
  31. <!-- wp:template-part {"slug":"footer","area":"footer"} /-->